slitaz-tools view README @ rev 516

tazx: incorrect tux; slitaz installer creates 1008 user
author Rohit Joshi <jozee@slitaz.org>
date Wed Nov 10 20:26:12 2010 -0500 (2010-11-10)
parents ceec382a20a6
children 466b25aa321a
line source
1 SliTaz tools 2010
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 subox.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 tazusb.mo fr.po
46 ===============================================================================
47 http://www.slitaz.org/