# HG changeset patch # User Klaus Ethgen # Date 1441891938 -3600 # Node ID 41ff0bdf1c665b215b672b3b9fb6ab14b210b51f # Parent 07b24c8cac7e32c96171e45e97a6615e83a2e212 Updating web site diff -r 07b24c8cac7e -r 41ff0bdf1c66 web/index.html --- a/web/index.html Tue Sep 08 00:18:56 2015 +0300 +++ b/web/index.html Thu Sep 10 14:32:18 2015 +0100 @@ -1,74 +1,72 @@ - - Geeqie Image Viewer - - - - - -
- - SourceForge.net Logo -
-
Geeqie is a lightweight Gtk+ based image viewer for Unix like operating systems. -

Main features

- + + Geeqie Image Viewer + + + + + + +
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
  • +
-

We are looking for translators and documentation writers.

+

We are looking for translators and documentation writers.

-

Requirements

- Required libraries: - - Optional libraries - +

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. +

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 short before releasing stable release 1.0. All planned features are implemented, - there are however issues that needs to be finished, like documentation or translations.
- +

Project Status

+ Geeqie is currently short before releasing stable release 1.0. All planned features are implemented, + there are however issues that needs to be finished, like documentation or translations.
+ diff -r 07b24c8cac7e -r 41ff0bdf1c66 web/upload.sh --- a/web/upload.sh Tue Sep 08 00:18:56 2015 +0300 +++ b/web/upload.sh Thu Sep 10 14:32:18 2015 +0100 @@ -5,10 +5,28 @@ exit 1; fi -# later we can include user manual +# 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/ +chmod -R a+rX . +rsync --archive \ + --verbose \ + --partial \ + --progress \ + --copy-links \ + --keep-dirlinks \ + --delete \ + --exclude "*.bak" \ + --exclude .xvpics \ + --exclude .thumbnails \ + --exclude .wml \ + --exclude "*.wml" \ + --exclude "*~" \ + --exclude .gitignore \ + --exclude Makefile \ + --exclude .wmlrc \ + --exclude .wmkrc \ + --exclude sync \ + --exclude "*.sh" \ + --exclude ".*.swp" \ + ./ tschil:/srv/www/geeqie.org/