received translations and updates
[clawsker.git] / README
diff --git a/README b/README
index 79ceee5b5d3da486a49e4ed1f094bde5e6eb6251..baa1ec572ea5b03791a05b6d796dc56c3169c971 100644 (file)
--- a/README
+++ b/README
@@ -4,10 +4,14 @@ Clawsker - A Claws Mail Tweaker
 
 Clawsker is a Perl-GTK2 applet to edit hidden preferences for Claws Mail,
 and to do it in a safe and user friendly way, preventing users from raw 
 
 Clawsker is a Perl-GTK2 applet to edit hidden preferences for Claws Mail,
 and to do it in a safe and user friendly way, preventing users from raw 
-edition of configuration files.
+editing of configuration files.
 
 Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team.
 
 
 Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team.
 
+You can download the latest version from Clawsker homepage:
+
+  http://www.claws-mail.org/clawsker
+
 Dependencies
 ------------
 
 Dependencies
 ------------
 
@@ -22,7 +26,9 @@ Dependencies
   - Running:
 
   Perl - http://www.perl.com (>= 5.8)
   - Running:
 
   Perl - http://www.perl.com (>= 5.8)
-  GTK+2 bindings for Perl - http://gtk2-perl.sourceforge.net (>= 1.140)
+  GTK+2 bindings for Perl - http://gtk2-perl.sourceforge.net (>= 1.161) built
+  with GTK+ >= 2.12 (lower GTK+ versions do not support widget tooltips and 
+  a warning is issued).
   Locale::gettext - http://search.cpan.org/~pvandry/gettext-1.05/ (>= 1.05)
   Claws Mail - http://www.claws-mail.org (>= 3.1.0)
 
   Locale::gettext - http://search.cpan.org/~pvandry/gettext-1.05/ (>= 1.05)
   Claws Mail - http://www.claws-mail.org (>= 3.1.0)
 
@@ -32,11 +38,14 @@ Dependencies
 Install
 -------
 
 Install
 -------
 
-After downloading the tarball, as root:
+After downloading the tarball:
 
   tar xzf clawsker-VERSION.tar.gz
   cd clawsker-VERSION
   make
 
   tar xzf clawsker-VERSION.tar.gz
   cd clawsker-VERSION
   make
+
+If finished correctly, become root and:
+
   make install
 
 Replace VERSION with the actual version number of the tarball.
   make install
 
 Replace VERSION with the actual version number of the tarball.
@@ -51,8 +60,8 @@ Optionally you can provide also a DESTDIR as a root tree for the installation.
 Contributing
 ------------
 
 Contributing
 ------------
 
-Patches, and specially, new translations (or updates to th existing) are
-welcome.
+Patches, bug fixes, and specially, new translations (or updates to the 
+existing ones) are welcome.
 
 To create a new translation just change to 'po' directory, copy 'clawsker.pot'
 into 'xx.po' or 'xx_YY.po',  and fill the empty strings and placeholder values. 
 
 To create a new translation just change to 'po' directory, copy 'clawsker.pot'
 into 'xx.po' or 'xx_YY.po',  and fill the empty strings and placeholder values. 
@@ -70,6 +79,13 @@ To update an existing translation just type 'make xx.pox' or 'make xx_YY.pox'
 and update the new .pox file created, copy the .pox file to the .po file and
 test it as above (no need to modify the Makefile this time).
 
 and update the new .pox file created, copy the .pox file to the .po file and
 test it as above (no need to modify the Makefile this time).
 
+Bugs
+----
+
+You can send bug reports to the Issues list on http://clawsker.googlecode.com/
+Also directly by mail to me or in the Claws Mail mailing list, but the Issues
+list is the preferred way.
+
 Thanks
 ------
 
 Thanks
 ------