Do not hardcode background colors for stripes
[clawsker.git] / README
1
2 Clawsker - A Claws Mail Tweaker
3 -------------------------------
4
5 Clawsker is a Perl-GTK 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.php
14
15 Dependencies
16 ------------
17
18   - Building:
19
20   Nothing special: make, sed, install, gettext and pod2man.
21
22   On Debian systems and derivatives:
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.10)
29   GTK+3 bindings for Perl - https://gitlab.gnome.org/GNOME/perl-gtk3
30   (>= 0.030)
31   Locale::gettext - http://search.cpan.org/~pvandry/gettext-1.05/ (>= 1.05)
32   Claws Mail - http://www.claws-mail.org (>= 3.9.1)
33
34   On Debian systems:
35   # apt-get install libgtk3-perl liblocale-gettext-perl claws-mail
36
37 Install
38 -------
39
40 After downloading the tarball:
41
42   tar xJf clawsker-VERSION.tar.xz
43   cd clawsker-VERSION
44   make
45
46 If finished correctly, become root and:
47
48   make install
49
50 Replace VERSION with the actual version number of the tarball.
51
52 Default install is under /usr/local prefix. If you want to install in another
53 location (for example /usr) replace last line with:
54
55   make install PREFIX=/usr
56
57 Optionally you can provide also a DESTDIR as a root tree for the installation.
58
59 Contributing
60 ------------
61
62 Patches, bug fixes, and specially, new translations (or updates to the
63 existing ones) are welcome. Development uses git as VCS and takes place
64 on http://git.claws-mail.org.
65
66 Translators please read po/README file for details about translations.
67
68 Bugs
69 ----
70
71 You can send bug reports to http://www.thewildbeast.co.uk/claws-mail/bugzilla/
72 by selecting the 'clawsker' product.
73
74 Also directly by mail to me or in the Claws Mail mailing list, but bugzilla
75 is the preferred way.
76
77 Thanks
78 ------
79
80 * The Claws Mail Team, for such great mail program
81 * Larry Wall and all Perl hackers all over the world
82 * The Perl-GTK2 folks and Phillip Vandry
83 * Dirk van der Walt, for his Gtk2-Perl Study Guide [0]
84 * Debian, for the Operating System
85 * GitHub Inc., for providing the initial git hosting and more
86
87 [0] http://gtk2-perl.sourceforge.net/doc/gtk2-perl-study-guide/
88
89 --