From 05f2d9e4782ab99f806bd6f880dc52e5acb646cd Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Tue, 18 Dec 2007 10:24:04 +0000 Subject: [PATCH] better readme --- ChangeLog | 6 ++++++ README | 39 +++++++++++++++++++++++++++++++++++---- VERSION | 2 +- 3 files changed, 42 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b12664..1262a91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-18 11:22 mones 0.1.0svn16 + + * README + Give more info about requirements and versions + Added Thanks section + 2007-12-18 01:09 mones 0.1.0svn15 * VERSION diff --git a/README b/README index 4bacb55..784fc4b 100644 --- a/README +++ b/README @@ -2,15 +2,32 @@ Clawsker - A Claws Mail Tweaker ------------------------------- -Clawsker is a Perl-GTK2 applet to edit hidden preferences for Claws Mail. +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. + Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team. Dependencies ------------ - Perl - http://www.perl.com - GTK+2 bindings for Perl - http://gtk2-perl.sourceforge.net - Claws Mail - http://www.claws-mail.org + - Building: + + Nothing special: make, sed, install and pod2man. + + On Debian systems: + # apt-get install make sed coreutils perl + (Although you probably already have some of these installed) + + - Running: + + Perl - http://www.perl.com (>= 5.8) + GTK+2 bindings for Perl - http://gtk2-perl.sourceforge.net (>= 1.140) + Locale::gettext - http://search.cpan.org/~pvandry/gettext-1.05/ (>= 1.05) + Claws Mail - http://www.claws-mail.org (>= 3.1.0) + + On Debian systems: + # apt-get install libgtk2-perl liblocale-gettext-perl claws-mail Install ------- @@ -29,3 +46,17 @@ location (for example /usr) replace last line with: make install PREFIX=/usr +Thanks +------ + +* The Claws Mail Team, for such great mail program +* Larry Wall and all Perl hackers all over the world +* The Perl-GTK2 folks and Phillip Vandry +* Dirk van der Walt, for his Gtk2-Perl Study Guide [0] +* Debian, for the Operating System + +[0] http://forgeftp.novell.com//gtk2-perl-study/documentation/html/index.html + +-- +$Id$ + diff --git a/VERSION b/VERSION index ec56661..da2e9c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0svn15 +0.1.0svn16 -- 2.25.1