slitaz-tools view README @ rev 556

Add TazDrop - Desktop Drag N' Drop tool also download manager for TazWeb
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 17 23:28:22 2011 +0200 (2011-04-17)
parents 466b25aa321a
children 01da82173a8c
line source
1 SliTaz tools 2011
2 ===============================================================================
5 The SliTaz tools package provides many tinyutils, shared and custom
6 configuration files destined to improve SliTaz. The tools were initially
7 created to help people build their own distribution by following the SliTaz
8 Cookbook; now the package mostly provides all the configuration tools and
9 all home-made GTK boxes such as subox, tazctrlbox, the installer, etc.
11 The package also provide some scripts (firewall), desktop files with their
12 icons, the licenses and examples to help hackers or users understand and
13 manage SliTaz.
16 Installation
17 ------------
18 The tools are built and installed through tazwok and the wok, and split
19 into 2 separate packages: one with only ncurses dependencies (for a text
20 system) and one with GTK dependencies (for a graphical system). So make
21 install...
23 Translation
24 -----------
25 To start a new translation please use msginit from the pot file directory.
26 Example for French/France locale (fr_FR):
28 $ msginit -l fr_FR -o fr.po -i tazbox.pot
30 To update all pot files when some new strings have been added (mainly for
31 developers before commit):
33 $ make pot
35 To update all translations from the pot file:
37 $ make msgmerge
39 To compile po files for testing purposes you can use 'make msgfmt' or manually
40 compile your translation. Example for french locale, note that the file must
41 be copied into /usr/share/locale/fr/LC_MESSAGES so gettext can find it:
43 $ msgfmt -o tazbox.mo fr.po
46 ===============================================================================
47 http://www.slitaz.org/