# HG changeset patch # User nadvornik # Date 1249072316 0 # Node ID c69e08a6c539a6f0a94a2c1e30a8c7c63e2f1dfa # Parent babd4142523f732ca9bc68e070d690bc1867a33d added project web page under version control diff -r babd4142523f -r c69e08a6c539 web/default.css --- /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; + } + diff -r babd4142523f -r c69e08a6c539 web/index.html --- /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 @@ + + + + + Geeqie Image Viewer + + + + + +
+ + SourceForge.net Logo +
+
Geeqie is a lightweight Gtk+ based image viewer for Unix like operating systems. +

Main features

+ + +

Requirements

+ Required libraries: + + Optional libraries + + +

History

+ Geeqie has been forked from gqview + 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. + +

Project Status

+ Geeqie is currently in alpha state. Everybody is encouraged to try the new features, + however for stable software look at the original project. +
+ + diff -r babd4142523f -r c69e08a6c539 web/upload.sh --- /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/