update URL: fixes #1
[clawsker.git] / README
diff --git a/README b/README
index 359f387cb4fe76708bd5ddbb7528559e46849fad..2627e5d82e39eaedd77b6f606e7822e55dae9b30 100644 (file)
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ 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
+  http://www.claws-mail.org/clawsker.php
 
 Dependencies
 ------------
@@ -26,7 +26,9 @@ Dependencies
   - 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)
 
@@ -59,7 +61,8 @@ Contributing
 ------------
 
 Patches, bug fixes, and specially, new translations (or updates to the 
-existing ones) are welcome.
+existing ones) are welcome. Development uses git as VCS and takes place on
+http://github.com/mones/clawsker/.
 
 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. 
@@ -77,6 +80,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).
 
+Bugs
+----
+
+You can send bug reports on http://github.com/mones/clawsker/issues/ list.
+Also directly by mail to me or in the Claws Mail mailing list, but the Issues
+list is the preferred way.
+
 Thanks
 ------
 
@@ -85,9 +95,8 @@ Thanks
 * The Perl-GTK2 folks and Phillip Vandry
 * Dirk van der Walt, for his Gtk2-Perl Study Guide [0]
 * Debian, for the Operating System
+* GitHub Inc., for providing the git hosting and more
 
-[0] http://forgeftp.novell.com//gtk2-perl-study/documentation/html/index.html
-
--- 
-$Id$
+[0] http://gtk2-perl.sourceforge.net/doc/gtk2-perl-study-guide/
 
+--