Mercurial > geeqie
comparison web/index.html @ 1712:08e1522af78e
added project web page under version control
author | nadvornik |
---|---|
date | Fri, 31 Jul 2009 20:31:56 +0000 |
parents | |
children | 56a84a30670b |
comparison
equal
deleted
inserted
replaced
1711:ce8ec81a9601 | 1712:08e1522af78e |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
2 <!-- $Id Exp $ --> | |
3 <html> | |
4 <head> | |
5 <title>Geeqie Image Viewer</title> | |
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /=true> | |
7 <link rel="stylesheet" type="text/css" href="default.css" /=true> | |
8 </head> | |
9 <body> | |
10 <div id="header"> | |
11 <h1>Geeqie Image Viewer</h1> | |
12 </div> | |
13 <div id="side"> | |
14 <ul> | |
15 <li><a href="http://geeqie.sourceforge.net">Main Page</a></li> | |
16 <li><a href="http://geeqie.wiki.sourceforge.net">Wiki</a> | |
17 <ul> | |
18 <li><a href="http://geeqie.wiki.sourceforge.net/roadmap">Roadmap</a></li> | |
19 <li><a href="http://geeqie.wiki.sourceforge.net/new_features">New Features</a></li> | |
20 <li><a href="http://geeqie.wiki.sourceforge.net/TODO">TODO List</a></li> | |
21 <li><a href="http://geeqie.wiki.sourceforge.net/screenshots">Screenshots</a></li> | |
22 <li><a href="http://geeqie.wiki.sourceforge.net/links">Links</a></li> | |
23 </ul> | |
24 </li> | |
25 <li><a href="http://sourceforge.net/projects/geeqie/">Project Page</a></li> | |
26 <li><a href="http://sourceforge.net/mail/?group_id=222125">Mailinglists</a></li> | |
27 <li><a href="http://sourceforge.net/project/showfiles.php?group_id=222125">Download</a> | |
28 <ul> | |
29 <li><a href="http://sourceforge.net/project/showfiles.php?group_id=222125">Source</a></li> | |
30 <li><a href="http://download.opensuse.org/repositories/home:/nadvornik:/geeqie/">Binaries</a></li> | |
31 <li><a href="http://sourceforge.net/svn/?group_id=222125">Subversion</a></li> | |
32 </ul> | |
33 </li> | |
34 </ul> | |
35 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=222125&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /=true></a> | |
36 </div> | |
37 <div id="main"> Geeqie is a lightweight Gtk+ based image viewer for Unix like operating systems. | |
38 <h3>Main features</h3> | |
39 <ul> | |
40 <li><A href="http://en.wikipedia.org/wiki/Exif">EXIF</A>, | |
41 <A href="http://en.wikipedia.org/wiki/IPTC">IPTC</A> | |
42 and <A href="http://en.wikipedia.org/wiki/Extensible_Metadata_Platform">XMP</A> | |
43 metadata browsing and editing</li> | |
44 <li>interoperability, easy integration with other software</li> | |
45 <li>geeqie works on files and directories, there is no need to import images</li> | |
46 <li>fast preview for many <A href="http://en.wikipedia.org/wiki/Raw_image_format">raw image formats</A></li> | |
47 <li>tools for image comparison, sorting and managing photo collection</li> | |
48 </ul> | |
49 | |
50 <h3>Requirements</h3> | |
51 Required libraries: | |
52 <ul> | |
53 <li><A href="http://www.gtk.org">GTK 2</A></li> | |
54 </ul> | |
55 Optional libraries | |
56 <ul> | |
57 <li><A href="http://www.exiv2.org">Exiv2</A></li> | |
58 <li><A href="http://www.littlecms.com">lcms</A></li> | |
59 </ul> | |
60 | |
61 <h3>History</h3> | |
62 Geeqie has been forked from <a href="http://gqview.sourceforge.net">gqview</a> | |
63 project, because it was not possible to contact gqview author and the only maintainer. | |
64 Geeqie projects goal is to move the development forward and also integrate the existing patches. | |
65 | |
66 <h3>Project Status</h3> | |
67 Geeqie is currently in alpha state. Everybody is encouraged to try the new features, | |
68 however for <a href="http://gqview.sourceforge.net">stable</a> software look at the original project. | |
69 </div> | |
70 </body> | |
71 </html> |