slitaz-tools view README @ rev 593

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Apr 30 16:27:52 2011 +0100 (2011-04-30)
parents fb3a32f8629b
children d92514fffe93
line source
1 SliTaz tools 2011
2 ===============================================================================
5 The SliTaz tools package provides many tinyutils, shared and custom
6 configuration files designed 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 provides some scripts (firewall), desktop files with their
12 icons, and the licenses and examples to help hackers or users understand and
13 manage SliTaz.
16 More tools information
17 -----------------------
19 * installer/README
20 * tazbox/README
23 Installation
24 ------------
25 The tools are built and installed through tazwok and the wok, and split
26 into 2 separate packages: one with only ncurses dependencies (for a text
27 system) and one with GTK dependencies (for a graphical system). So make
28 install...
31 Translation
32 -----------
33 To start a new translation please use msginit from the pot file directory.
34 Example for French/France locale (fr_FR):
36 $ msginit -l fr_FR -o fr.po -i tazbox.pot
38 To update all pot files when some new strings have been added (mainly for
39 developers before commit):
41 $ make pot
43 To update all translations from the pot file:
45 $ make msgmerge
47 To compile po files for testing purposes you can use 'make msgfmt' or manually
48 compile your translation. Example for french locale, note that the file must
49 be copied into /usr/share/locale/fr/LC_MESSAGES so gettext can find it:
51 $ msgfmt -o tazbox.mo fr.po
54 ===============================================================================
55 http://www.slitaz.org/