space for claws version and default values
[clawsker.git] / README
1
2 Clawsker - A Claws Mail Tweaker
3 -------------------------------
4
5 Clawsker is a Perl-GTK2 applet to edit hidden preferences for Claws Mail,
6 and to do it in a safe and user friendly way, preventing users from raw 
7 editing of configuration files.
8
9 Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team.
10
11 You can download the latest version from Clawsker homepage:
12
13   http://www.claws-mail.org/clawsker
14
15 Dependencies
16 ------------
17
18   - Building:
19
20   Nothing special: make, sed, install, gettext and pod2man.
21
22   On Debian systems:
23   # apt-get install make sed coreutils gettext perl
24   (Although you probably already have some of these installed)
25
26   - Running:
27
28   Perl - http://www.perl.com (>= 5.8)
29   GTK+2 bindings for Perl - http://gtk2-perl.sourceforge.net (>= 1.140)
30   Locale::gettext - http://search.cpan.org/~pvandry/gettext-1.05/ (>= 1.05)
31   Claws Mail - http://www.claws-mail.org (>= 3.1.0)
32
33   On Debian systems:
34   # apt-get install libgtk2-perl liblocale-gettext-perl claws-mail
35
36 Install
37 -------
38
39 After downloading the tarball:
40
41   tar xzf clawsker-VERSION.tar.gz
42   cd clawsker-VERSION
43   make
44
45 If finished correctly, become root and:
46
47   make install
48
49 Replace VERSION with the actual version number of the tarball.
50
51 Default install is under /usr/local prefix. If you want to install in another
52 location (for example /usr) replace last line with:
53
54   make install PREFIX=/usr
55
56 Optionally you can provide also a DESTDIR as a root tree for the installation.
57
58 Contributing
59 ------------
60
61 Patches, bug fixes, and specially, new translations (or updates to the 
62 existing ones) are welcome.
63
64 To create a new translation just change to 'po' directory, copy 'clawsker.pot'
65 into 'xx.po' or 'xx_YY.po',  and fill the empty strings and placeholder values. 
66 The 'xx' is your language code (e.g.: 'en' for English, 'fr' for French, etc.)
67 and, optionally, 'YY' defines your country variant (e.g.: 'de_CH' for German
68 variant in Switzerland). Country should be used only if your translation is
69 really specific to that location, otherwise, and specially for new languages,
70 try use the generic language (you can always submit a specific one later).
71
72 Once finished you can test your new translation by adding your 'xx' or 'xx_YY'
73 code to the LINGUAS variable in Makefile and running make. A new .mo file
74 with the same name of your .po file should be created if everything is right.
75
76 To update an existing translation just type 'make xx.pox' or 'make xx_YY.pox'
77 and update the new .pox file created, copy the .pox file to the .po file and
78 test it as above (no need to modify the Makefile this time).
79
80 Thanks
81 ------
82
83 * The Claws Mail Team, for such great mail program
84 * Larry Wall and all Perl hackers all over the world
85 * The Perl-GTK2 folks and Phillip Vandry
86 * Dirk van der Walt, for his Gtk2-Perl Study Guide [0]
87 * Debian, for the Operating System
88
89 [0] http://forgeftp.novell.com//gtk2-perl-study/documentation/html/index.html
90
91 -- 
92 $Id$
93