Updating web page
[geeqie.git] / web / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3    <head>
4       <title>Geeqie Image Viewer</title>
5       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /=true>
6       <link rel="stylesheet" type="text/css" href="default.css" /=true>
7    </head>
8    <body>
9       <div id="header">
10          <h1>Geeqie Image Viewer</h1>
11       </div>
12       <div id="side">
13          <ul>
14             <li><a href="//geeqie.org">Main Page</a></li>
15             <li><a href="//sourceforge.net/apps/trac/geeqie/wiki">Trac Wiki</a>
16                <ul>
17                   <li><a href="//sourceforge.net/apps/trac/geeqie/wiki/GuideIndex">User Manual</a></li>
18                   <li><a href="//sourceforge.net/apps/trac/geeqie/wiki/roadmap">Roadmap</a></li>
19                   <li><a href="//sourceforge.net/apps/trac/geeqie/wiki/new_features">New Features</a></li>
20                   <li><a href="//sourceforge.net/apps/trac/geeqie/wiki/TODO">TODO List</a></li>
21                   <li><a href="//sourceforge.net/apps/trac/geeqie/wiki/screenshots">Screenshots</a></li>
22                   <li><a href="//sourceforge.net/apps/trac/geeqie/wiki/links">Links</a></li>
23                </ul>
24             </li>
25             <li><a href="//sourceforge.net/mail/?group_id=222125">Mailinglists</a></li>
26             <li><a href="geeqie-1.2.2.tar.xz">Download</a>
27                <ul>
28                   <li><a href="/cgi-bin/gitweb.cgi?p=geeqie.git">Git Source</a></li>
29                </ul>
30             </li>
31             <li><a href="geeqie-1.2.2.tar.xz.asc">GnuPG sig.</a></li>
32          </ul>
33       </div>
34       <div id="main"> Geeqie is a lightweight Gtk+ based image viewer for Unix like operating systems.
35          <h3>Main features</h3>
36          <ul>
37             <li><A href="//en.wikipedia.org/wiki/Exif">EXIF</A>,
38                <A href="//en.wikipedia.org/wiki/IPTC">IPTC</A>
39                and <A href="//en.wikipedia.org/wiki/Extensible_Metadata_Platform">XMP</A>
40                metadata browsing and editing</li>
41             <li>interoperability, easy integration with other software</li>
42             <li>geeqie works on files and directories, there is no need to import images</li>
43             <li>fast preview for many <A href="//en.wikipedia.org/wiki/Raw_image_format">raw image formats</A></li>
44             <li>tools for image comparison, sorting and managing photo collection</li>
45          </ul>
46
47          <h1><A href="//sourceforge.net/apps/trac/geeqie/wiki/DocStatus">We are looking for translators and documentation writers.</A></h1>
48
49          <h3>Requirements</h3>
50          Required libraries:
51          <ul>
52             <li><A href="//www.gtk.org">GTK 2</A></li>
53          </ul>
54          Optional libraries
55          <ul>
56             <li><A href="//www.exiv2.org">Exiv2</A></li>
57             <li><A href="//www.littlecms.com">lcms</A></li>
58             <li><A href="//projects.gnome.org/libchamplain/">libchamplain</A></li>
59             <li><a href="//www.lua.org/">liblua</a></li>
60          </ul>
61
62          <h3>History</h3>
63          <p>Geeqie has been forked from <a href="//gqview.sourceforge.net">gqview</a>
64          project, because it was not possible to contact gqview author and the only maintainer.
65          Geeqie projects goal is to move the development forward and also integrate the existing patches.</p>
66          <p>We had this project on sourceforge for long time and then moved to
67          Gitosis when sourceforge decided to bundle downloads with malware.
68          After the closing of Gitosis we moved to this place here to have a
69          stable address for the project. However, there are still many links to
70          the old locations out there.</p>
71
72          <h3>Project Status</h3>
73          <p>Geeqie is currently on stable release 1.2.2. However, there is a big
74          mess with sourceforge. We still use mailing list from sourceforge but
75          all the rest is here.</p>
76    </body>
77 </html>