updated version message
[geeqie.git] / README
diff --git a/README b/README
index 7ce524b..fc344fe 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 ###################################################################
-##                          Geeqie 1.0alpha2                     ##
+##                          Geeqie 1.0alpha3                     ##
 ##                                                               ##
-##              Copyright (C) 2008 The Geeqie Team               ##
+##              Copyright (C) 2008 - 2009 The Geeqie Team        ##
 ##              Copyright (C) 1999 - 2006 John Ellis.            ##
 ##                                                               ##
 ##                      Use at your own risk!                    ##
@@ -17,9 +17,9 @@ possible to contact gqview author and the only maintainer.
 Geeqie projects goal is to move the development forward and 
 also integrate the existing patches.
 
-Geeqie is currently in alpha state. Everybody is encouraged 
-to try the new features, however for stable software look at 
-the original project.
+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
 
 For more info see:
 http://geeqie.sourceforge.net
@@ -48,18 +48,29 @@ geeqie-devel@lists.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).
@@ -85,7 +96,7 @@ geeqie-devel@lists.sourceforge.net
 
     Version in parentheses indicates first appearance of feature or change.
 
-!!! FIXME Geeqie changes !!!
+
        
     Below are GQView releases:
     (2.1.5) Add support for color profiles when lcms is installed. To
@@ -229,6 +240,9 @@ geeqie-devel@lists.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
@@ -388,27 +402,11 @@ geeqie-devel@lists.sourceforge.net
 
 ======== Editor command macros                               [section:editors]
 
- Any one of the following filename markers may be used:
+Editors are configured via standard desktop files, see
+http://standards.freedesktop.org/desktop-entry-spec/latest/
 
-    %f  Replaced with list of selected files, may occur once.
-    %p  Command is run once for each selected file, may occur multiple times.
-   
- Use of the following to display output window for the command:
+FIXME: Geeqie extensions
 
-    %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.
-
- Additional macros:
-
-    %w  Prevent full screen from deactivating when command is executed,
-        must occur as the first two characters.
-
-    %%  This will be replaced by one '%'. This is the way to escape '%'.
-
-    %d  This only makes sense for external commands like copy or move as this
-        is replaced by the destination.
 
 ======== Overlay Info                                        [section:overlay]
 
@@ -442,6 +440,8 @@ Overlay info format string syntax is: %tag[:max_length][:extra]%
   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
@@ -474,6 +474,8 @@ Overlay info format string syntax is: %tag[:max_length][:extra]%
 
 ======== Additional comments:
 
+FIXME: here are some changes
+
   Hidden options:
     These options are not adjustable in the preferences window, to change
     them edit $(HOME)/.geeqie/geeqierc while Geeqie is not running. An option
@@ -553,6 +555,7 @@ Overlay info format string syntax is: %tag[:max_length][:extra]%
      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>
@@ -669,6 +672,9 @@ Overlay info format string syntax is: %tag[:max_length][:extra]%
      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 Geeqie useful.