Revision: 1812
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1812&view=rev
Author:   nadvornik
Date:     2009-07-31 20:31:56 +0000 (Fri, 31 Jul 2009)

Log Message:
-----------
added project web page under version control

Added Paths:
-----------
    trunk/web/
    trunk/web/default.css
    trunk/web/index.html
    trunk/web/upload.sh

Added: trunk/web/default.css
===================================================================
--- trunk/web/default.css                               (rev 0)
+++ trunk/web/default.css       2009-07-31 20:31:56 UTC (rev 1812)
@@ -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;
+  }
+

Added: trunk/web/index.html
===================================================================
--- trunk/web/index.html                                (rev 0)
+++ trunk/web/index.html        2009-07-31 20:31:56 UTC (rev 1812)
@@ -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&amp;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>

Added: trunk/web/upload.sh
===================================================================
--- trunk/web/upload.sh                         (rev 0)
+++ trunk/web/upload.sh 2009-07-31 20:31:56 UTC (rev 1812)
@@ -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,[email protected]:htdocs/


Property changes on: trunk/web/upload.sh
___________________________________________________________________
Added: svn:executable
   + *


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to