From 4ae8cedc25458271024c4f6ea13e8035cfacff0c Mon Sep 17 00:00:00 2001 From: Klaus Ethgen Date: Thu, 10 Sep 2015 14:32:18 +0100 Subject: [PATCH] Updating web site --- web/index.html | 130 ++++++++++++++++++++++++------------------------- web/upload.sh | 28 +++++++++-- 2 files changed, 87 insertions(+), 71 deletions(-) diff --git a/web/index.html b/web/index.html index fdf9e7c3..08b4fcb9 100644 --- a/web/index.html +++ b/web/index.html @@ -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 --git a/web/upload.sh b/web/upload.sh index be807d4d..3f3d6aa7 100755 --- a/web/upload.sh +++ b/web/upload.sh @@ -5,10 +5,28 @@ if [ "${PWD##*/}" != "web" ] ; then 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/ -- 2.20.1