view web/index.html @ 1783:b0352818977b

Allow to switch to fullscreen mode using LIRC. Imagine the following situation (which happened to me several times) : you want to see photos from your bed or your sofa so you launch geeqie and go to the right directory, then you take your remote control and sit comfortably far from your keyboard and mouse. And when you want to begin to watch photos, you realize you forgot to enable full screen! You have to stand up and to go until your computer and come back, whereas you could have done it with your remote control. Patch by Bernard Massot.
author zas_
date Tue, 05 Jan 2010 17:49:50 +0000
parents ed19035b2350
children
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- $Id Exp $ -->
<html>
  <head>
    <title>Geeqie Image Viewer</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /=true>
    <link rel="stylesheet" type="text/css" href="default.css" /=true>
  </head>
  <body>
    <div id="header">
      <h1>Geeqie Image Viewer</h1>
    </div>
    <div id="side">
      <ul>      
        <li><a href="http://geeqie.sourceforge.net">Main Page</a></li>
        <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki">Trac Wiki</a>
	<ul>
	  <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/GuideIndex">User Manual</a></li>
	  <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/roadmap">Roadmap</a></li>
	  <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/new_features">New Features</a></li>
          <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/TODO">TODO List</a></li>
          <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/screenshots">Screenshots</a></li>
          <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/links">Links</a></li>
        </ul>
	</li>
        <li><a href="http://sourceforge.net/projects/geeqie/">Project Page</a></li>
        <li><a href="http://sourceforge.net/mail/?group_id=222125">Mailinglists</a></li>
        <li><a href="http://sourceforge.net/project/showfiles.php?group_id=222125">Download</a>
	<ul>
	  <li><a href="http://sourceforge.net/project/showfiles.php?group_id=222125">Source</a></li>
          <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/BuildService">Packages</a></li>
          <li><a href="http://sourceforge.net/svn/?group_id=222125">Subversion</a></li>
        </ul>
	</li>
      </ul>     
      <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=222125&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /=true></a>
    </div>
    <div id="main"> Geeqie is a lightweight Gtk+ based image viewer for Unix like operating systems.
      <h3>Main features</h3>
        <ul>
          <li><A href="http://en.wikipedia.org/wiki/Exif">EXIF</A>, 
              <A href="http://en.wikipedia.org/wiki/IPTC">IPTC</A> 
               and <A href="http://en.wikipedia.org/wiki/Extensible_Metadata_Platform">XMP</A>
               metadata browsing and editing</li>
          <li>interoperability, easy integration with other software</li>
          <li>geeqie works on files and directories, there is no need to import images</li>
          <li>fast preview for many <A href="http://en.wikipedia.org/wiki/Raw_image_format">raw image formats</A></li>
          <li>tools for image comparison, sorting and managing photo collection</li>
        </ul>

      <h1><A href="http://sourceforge.net/apps/trac/geeqie/wiki/DocStatus">We are looking for translators and documentation writers.</A></h1>

      <h3>Requirements</h3>
        Required libraries:
        <ul>
          <li><A href="http://www.gtk.org">GTK 2</A></li>
        </ul>
        Optional libraries 
        <ul>
          <li><A href="http://www.exiv2.org">Exiv2</A></li>
          <li><A href="http://www.littlecms.com">lcms</A></li>
          <li><A href="http://projects.gnome.org/libchamplain/">libchamplain</A></li>
        </ul>

      <h3>History</h3>
        Geeqie has been forked from <a href="http://gqview.sourceforge.net">gqview</a> 
        project, because it was not possible to contact gqview author and the only maintainer.
        Geeqie projects goal is to move the development forward and also integrate the existing patches.

      <h3>Project Status</h3>
        Geeqie is currently short before releasing stable release 1.0. All planned features are implemented, 
        there are however issues that needs to be finished, like documentation or translations.</div>
  </body>
</html>