# HG changeset patch
# User nadvornik
# Date 1249072316 0
# Node ID 08e1522af78ed0a13e0cce460ac47626eec99bb8
# Parent ce8ec81a96012cc7f9e08fc0e2c0f93b9d8153bd
added project web page under version control
diff -r ce8ec81a9601 -r 08e1522af78e 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 ce8ec81a9601 -r 08e1522af78e 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 is a lightweight Gtk+ based image viewer for Unix like operating systems.
+
Main features
+
+ - EXIF,
+ IPTC
+ and XMP
+ metadata browsing and editing
+ - interoperability, easy integration with other software
+ - geeqie works on files and directories, there is no need to import images
+ - fast preview for many raw image formats
+ - tools for image comparison, sorting and managing photo collection
+
+
+
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 ce8ec81a9601 -r 08e1522af78e 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/