slitaz-tools view README @ rev 543

applications.conf: to have autostart.sh executed we nee openbox-session to be started
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 23 12:44:58 2011 +0100 (2011-01-23)
parents 486e5f85f937
children d89081e15839
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 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/