Mercurial > geeqie
changeset 1712:08e1522af78e
added project web page under version control
author | nadvornik |
---|---|
date | Fri, 31 Jul 2009 20:31:56 +0000 |
parents | ce8ec81a9601 |
children | 56a84a30670b |
files | web/default.css web/index.html web/upload.sh |
diffstat | 3 files changed, 114 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/default.css Fri Jul 31 20:31:56 2009 +0000 @@ -0,0 +1,29 @@ + + +#header { + margin: 0 0 0 0; + text-align : center; + width : 740px; + border: 1px solid #8BA0FF; + background: #d0e0ff; + + } + + +#side { + float : left; + width : 150px; + padding-left : 5px; + } + +#side ul { + padding-left : 0.5em; + margin-left : 0.5em; +} + +#main { + width : 600px; + margin-top : 20px; + margin-left : 160px; + } +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/index.html Fri Jul 31 20:31:56 2009 +0000 @@ -0,0 +1,71 @@ +<!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://geeqie.wiki.sourceforge.net">Wiki</a> + <ul> + <li><a href="http://geeqie.wiki.sourceforge.net/roadmap">Roadmap</a></li> + <li><a href="http://geeqie.wiki.sourceforge.net/new_features">New Features</a></li> + <li><a href="http://geeqie.wiki.sourceforge.net/TODO">TODO List</a></li> + <li><a href="http://geeqie.wiki.sourceforge.net/screenshots">Screenshots</a></li> + <li><a href="http://geeqie.wiki.sourceforge.net/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://download.opensuse.org/repositories/home:/nadvornik:/geeqie/">Binaries</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&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> + + <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> + </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 in alpha state. Everybody is encouraged to try the new features, + however for <a href="http://gqview.sourceforge.net">stable</a> software look at the original project. + </div> + </body> +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/upload.sh Fri Jul 31 20:31:56 2009 +0000 @@ -0,0 +1,14 @@ +#!/bin/sh + +if [ "${PWD##*/}" != "web" ] ; then + echo $0 must be called from directory \"web\" + exit 1; +fi + +# later we can include user manual +# ln -sf ../doc + +echo -n "SF username: " +read username + +rsync -avP -C --copy-links --exclude "*.sh" --exclude "Makefile*" -e ssh ./ $username,geeqie@web.sourceforge.net:htdocs/