Updated spanish translation. Thanks to Redy Rodriguez.
[geeqie.git] / README
diff --git a/README b/README
index 79026fa..fc344fe 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
 ###################################################################
-##                          GQview 2.1.5      (December 3, 2006) ##
+##                          Geeqie 1.0alpha3                     ##
 ##                                                               ##
+##              Copyright (C) 2008 - 2009 The Geeqie Team        ##
 ##              Copyright (C) 1999 - 2006 John Ellis.            ##
 ##                                                               ##
 ##                      Use at your own risk!                    ##
 ##       Please read the COPYING file for more information.      ##
 ###################################################################
 
-Author: John Ellis <johne@verizon.net>
-e-mail: gqview@users.sourceforge.net
-homepage: http://gqview.sourceforge.net
+This is Geeqie, a successor of GQview.
 
+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.
 
- BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA!
+Geeqie is currently in beta state. All planed features for 1.0 are implemented,
+but there are bugs. Please report any crash or odd behavior to the bugtracker:
+https://sourceforge.net/tracker/?group_id=222125&atid=1054680
 
- The 2.1.x series are all development releases, and as such may
- contain incredible bugs. Only use if interested in the new features.
+For more info see:
+http://geeqie.sourceforge.net
+
+Vladimir Nadvornik
+Petr Ostadal
+
+Please send any question or suggestions to
+geeqie-devel@lists.sourceforge.net
 
- The stable release as of this writing is 2.0.0.
 
- BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA!
 
 
 ======== README contents:
@@ -39,14 +48,29 @@ homepage: http://gqview.sourceforge.net
 ======== Requirements
 
   Required libraries:
-    GTK+ 2.4.x: ftp://ftp.gtk.org/pub/gtk
+    GTK+ 2.??.x: ftp://ftp.gtk.org/pub/gtk
+FIXME: determine realistic requirements.
+It compiles with GTK 2.10, but some features are disabled and the testing was
+minimal. Please report success or  falilures.
 
   Optional libraries:
     lcms, for color management support: http://www.littlecms.com
         (disable with configure option: '--without-lcms')
+    exiv2, for enhanced exif support: http://www.exiv2.org/
+        (disable with configure option: '--without-exiv2')
+        - due to fast development, newer versions work significantly better
+        FIXME: minimal version ?
+    lirc, for remote control support: http://www.lirc.org/
+       (disable with configure option: '--disable-lirc')
 
 ======== Notes and changes for this release            [section:release_notes]
 
+!!! FIXME Geeqie changes !!!
+See http://geeqie.wiki.sourceforge.net/new_features
+
+The list for Geeqie is quite long - maybe use separate file?
+
+
   Changes:
 
     + Add support for color profiles (requires lcms, see Notes).
@@ -70,8 +94,11 @@ homepage: http://gqview.sourceforge.net
 
     For translation status list, see further below.
 
-    Version in perenthesis indicates first appearance of feature or change.
+    Version in parentheses indicates first appearance of feature or change.
+
 
+       
+    Below are GQView releases:
     (2.1.5) Add support for color profiles when lcms is installed. To
     disable color profiles and use of lcms, run configure
     with '--without-lcms'.
@@ -142,7 +169,7 @@ homepage: http://gqview.sourceforge.net
     (1.3.6) A middle button click will now toggle selection of clicked item.
 
     (1.3.5) UTF-8 and filenames: GQview works fine if your filenames
-    correctly match the prefered locale encoding (LANG environment
+    correctly match the preferred locale encoding (LANG environment
     variable), and prints errors on the console when they do not.
 
     (1.3.3) Safe delete does not include undo, you will need to go to the
@@ -152,8 +179,8 @@ homepage: http://gqview.sourceforge.net
     number. Lower numbers are older, and deleted (permanently) first when the
     trash size limit is reached.
 
-    (1.3.2) New in 1.3.2 are sidebars for exif data display and a sort
-    manager. Exif (ctrl + E) should be self explanatory. The Sort manager is a
+    (1.3.2) New in 1.3.2 are sidebars for EXIF data display and a sort
+    manager. EXIF (ctrl + E) should be self explanatory. The Sort manager is a
     directory list that allows copying or moving the displayed image to that
     destination with one click of the button - very helpful when visually
     sorting many images into subdirectories. To edit, reorder, or remove items
@@ -166,16 +193,16 @@ homepage: http://gqview.sourceforge.net
   Code hackers:
 
     If you plan on making any major changes to the code that will be offered
-    for inclusion to the main source, please contact me first - so that we
+    for inclusion to the main source, please contact us first - so that we
     can avoid duplication of effort. A good example is porting any part of
     GQview that uses deprecated widgets to GTK2 widgets, there are already
     several such patches floating around. This is especially true if the
     change is listed in the TODO!
-                                             -John ( johne@verizon.net )
+                                                         The Geeqie Team
 
   Known bugs:
 
-    see the TODO file.
+    see the Geeqie Bug Tracker at TODO file.
 
 ======== Installation
 
@@ -183,6 +210,7 @@ homepage: http://gqview.sourceforge.net
   General install: make install
   Removal: make uninstall
 
+!!! FIXME !!!
     - To build an RPM binary:
 
          on RedHat 6.x, 7.x use 'rpm -tb gqview-x.x.x.tar.gz'.
@@ -195,7 +223,7 @@ homepage: http://gqview.sourceforge.net
 
 ======== Description / Features
 
-  GQview is a graphics file viewer. Basic features:
+  Geeqie is a graphics file viewer. Basic features:
 
     - Single click image viewing / navigation.
     - Zoom functions.
@@ -212,6 +240,9 @@ homepage: http://gqview.sourceforge.net
 
 ======== Documentation (brief)                         [section:documentation]
 
+FIXME: do we need this section? The keyboard configuration dialog should provide
+correct up-to-date list.
+
   Keyboard commands:
     [PageDown], [Keypad PageDown]      next image
     [PageUp], [Keypad PageUp]          previous image
@@ -250,7 +281,7 @@ homepage: http://gqview.sourceforge.net
     [                                  rotate image counterclockwise
     [Shift] - R                        rotate image 180 degrees
     [Shift] - M                        mirror image (horizontal)
-    [Shift] - F                        flip image (verticle)
+    [Shift] - F                        flip image (vertical)
     [Shift] - G                        grayscale image
 
   View menu related:
@@ -368,32 +399,87 @@ homepage: http://gqview.sourceforge.net
     Wheel up/down + [Shift]            scroll image up/down
     Wheel up/down + [Control]          zoom image in/out
 
-======== Editor command macros                               [section:editors]
-
- Any one of the following filename markers may be used:
 
-    %f  Replaced with list of selected files, may occur once.
-    %p  Command is run once for each selected file, may occur multiple times.
-   none When neither %f or %p exist, list of files is appended to command.
-
- Use of the following to display output window for the command:
-
-    %v  Display result of command in output window, must occur as first two
-        characters in the command, or immediately after the "%w" macro.
-    %V  Like v above, but when used with %p, only displays output window for
-        multiple files. The output of a single file is suppressed.
+======== Editor command macros                               [section:editors]
 
- Additional macros:
+Editors are configured via standard desktop files, see
+http://standards.freedesktop.org/desktop-entry-spec/latest/
+
+FIXME: Geeqie extensions
+
+
+======== Overlay Info                                        [section:overlay]
+
+Overlay info format string syntax is: %tag[:max_length][:extra]%
+
+  %name%       Filename of the picture.
+  %collection% Name of the collection
+  %number%     Current number of image in the list
+  %total%      Total number of images
+  %date%       File date
+  %size%       File size
+  %width%      Image width
+  %height%     Image height
+  %res%        Image resolution
+  %keywords%   Image keywords from metadata
+  %comment%    Image comment from metadata
+
+  To access exif data use the exif name:
+  %Exif.Photo.DateTimeOriginal%        Date of the original shot
+
+  Pre-formatted exif data is also available:
+  formatted.Camera              Camera and sofware name
+  formatted.DateTime            Image Date
+  formatted.ShutterSpeed        Shutter speed in seconds (ie. 1/60s)
+  formatted.Aperture            Aperture (ie. f5.6)
+  formatted.ExposureBias        Exposure bias (ie. +0.3)
+  formatted.ISOSpeedRating      ISO sensitivity (ie. 100)
+  formatted.FocalLength         Focal length
+  formatted.FocalLength35mmFilm Focal length 35mm
+  formatted.SubjectDistance     Subject distance
+  formatted.Flash               Flash
+  formatted.Resolution          Resolution
+  formatted.ColorProfile        Color profile
+  formatted.GPSPosition                GPS position
+  formatted.GPSAltitude                GPS altitude
+
+  You can limit the length of displayed data using :number notation:
+  %formatted.Camera:20% will truncate the displayed data to 20 characters
+  and will add 3 dots at the end to denote the truncation.
+
+  If two or more variables are connected with the |-sign, it prints available
+  variables with a separator:
+  %formatted.ShutterSpeed%|%formatted.ISOSpeedRating%|%formatted.FocalLength%
+  could show:
+    "1/20s - 400 - 80 mm"
+  or
+    "1/200 - 80 mm" if there's no ISO information in the Exif data.
+
+  If a line is empty, it is removed.
+  This allows to add lines that totally disappear when no data is available.
+
+  Extra string uses special character '*' to mark the position of the data.
+  If no '*' is present, then extra string is just appended to data.
+  Any "\n" is replaced by a newline on display.
+  Pango mark up is accepted in left and right parts.
+  If data is empty, nothing will be displayed.
+
+  Examples:
+  "%name:<i>*</i>\n%" -> name is displayed in italics ended with a newline
+  "%size:\n%"         -> size is displayed with a newline at end
+  "%formatted.ISOSpeedRating:ISO *%"      -> ie. "ISO 100"
+  "Collection <b>*</b>\n" -> display collection name in bold prefixed by
+                             "Collection " and a newline is appended
 
-    %w  Prevent full screen from deactivating when command is executed,
-        must occur as the first two characters.
 
 ======== Additional comments:
 
-  Advanced options:
+FIXME: here are some changes
+
+  Hidden options:
     These options are not adjustable in the preferences window, to change
-    them edit $(HOME)/.gqview/gqviewrc while GQview is not running. An option
-    becomes 'advanced' when it is removed from the user's visibility, and
+    them edit $(HOME)/.geeqie/geeqierc while Geeqie is not running. An option
+    becomes 'hidden' when it is removed from the user's visibility, and
     only remains so that those few users that really want it will not complain
     about it's removal :)
 
@@ -405,52 +491,6 @@ homepage: http://gqview.sourceforge.net
     Set true to force dialogs to display under the current mouse position,
     note that this goes against the preference set for the window manager.
 
-======== Translation status:
-
- (as of 2.1.5)
-
-   Please send po files/patches in gzipped form to ensure data integrity.
-
-   Note: completion % in the chart below may not be quite correct when fuzzy
-         translations exist but do not appear in the source.
-         comp % = trans / (trans + fuzzy + untrans)
-
-Language     Comp (%)  Trans   Fuzzy Untrans  Warn
---------------------------------------------------
-ar                60     449     192     103
-be                95     712      18      14
-bg                89     667      44      33
-ca                89     667      44      33
-cs                89     667      44      33
-da                18     138     324     282
-de                89     667      44      33
-eo                95     708      22      14
-es                89     667      44      33
-et                27     204     322     218
-eu                95     712      18      14
-fi                89     669      42      33
-fr                94     706      21      17
-hu                50     374     226     144
-id                27     208     323     213
-it                94     704      23      17
-ja                89     667      44      33
-ko                15     114      16     614
-nl                89     669      42      33
-no                22     169     335     240
-pl                84     631      22      91
-pt_BR             94     704      23      17
-ro                52     388     228     128
-ru                89     667      44      33
-sk                92     690      24      30
-sl                20     155     341     248
-sv                89     665      45      34
-th                21     161     332     251
-tr                 9      71     323     350
-uk                24     180     331     233
-vi                94     705      22      17
-zh_CN.GB2312      22     169     335     240
-zh_TW             93     695      23      26
---------------------------------------------------
 
 
 ======== Credits                                             [section:credits]
@@ -478,6 +518,7 @@ zh_TW             93     695      23      26
      Ariel Fermani <the_end@bbs.frc.utn.edu.ar>
          for Spanish translation
 
+     Laurent Monin <i18n@norz.org>
      Eric Lassauge <lassauge@users.sf.net>
      Jean-Pierre Pedron <jppedron@club-internet.fr>
      Pascal Bleser <pascal.bleser@atosorigin.com>
@@ -514,6 +555,7 @@ zh_TW             93     695      23      26
      Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
      Danny Milosavljevic <danny_milo@yahoo.com>
      Ronny Steiner <Post@SIRSteiner.de>
+     Klaus Ethgen <Klaus@Ethgen.de>
          for German translation
 
      Matej Erman <matej.erman@guest.arnes.si>
@@ -615,10 +657,72 @@ zh_TW             93     695      23      26
      Vadim Shliakhov
          for miscellaneous fixes.
 
+     Uwe Ohse
+         for Exif enhancements, histogram and other patches
+
+     Timo Horstschäfer
+         for customizable fullscreen overlay
+        
+     Michael Mokeev
+         for print related enhancements
+     
+     Carles Pina i Estany
+         for copy path to clipboard patch
+     Kjell Morgenstern
+         for random slide show speedup patch
+
+     Klaus Ethgen <Klaus@Ethgen.de>
+         for GPS integration, Search enhancement and other patches
 
      And...
-         Thanks to the users for finding GQview useful.
+         Thanks to the users for finding Geeqie useful.
+
 
+======== Translation status:
+
+   Please send po files/patches in gzipped form to ensure data integrity.
 
-========
+Translations statistics
+Date: Fri, 05 Sep 2008 00:30:54 +0200
+
+Note: completion % in the chart below may not be quite correct
+      when fuzzy translations exist but do not appear in the source.
+      For exact results, run make update-po with up to date POTFILES.in.
+      comp % = trans / (trans + fuzzy + untrans)
+
+Language      Comp(%)  Trans  Fuzzy  Untrans  Total
+fr             100.00    996      0        0    996
+be              82.43    821     77       98    996
+ru              71.99    717    128      151    996
+eu              62.05    618    185      193    996
+eo              61.95    617    186      193    996
+vi              61.85    616    192      188    996
+it              61.65    614    187      195    996
+pt_BR           61.65    614    187      195    996
+zh_TW           60.84    606    183      207    996
+sk              60.34    601    192      203    996
+fi              58.23    580    211      205    996
+nl              58.23    580    214      202    996
+sv              58.03    578    207      211    996
+bg              57.93    577    208      211    996
+ca              57.93    577    208      211    996
+cs              57.93    577    208      211    996
+de              57.93    577    208      211    996
+es              57.93    577    208      211    996
+ja              57.93    577    208      211    996
+pl              55.32    551    180      265    996
+ar              38.86    387    332      277    996
+ro              34.34    342    352      302    996
+hu              32.93    328    342      326    996
+id              17.17    171    412      413    996
+et              16.77    167    411      418    996
+uk              14.86    148    413      435    996
+nb              13.76    137    418      441    996
+zh_CN.GB2312    13.76    137    419      440    996
+th              12.95    129    413      454    996
+sl              12.55    125    422      449    996
+da              11.85    118    406      472    996
+ko              11.04    110     65      821    996
+tr               4.92     49    395      552    996