website view en/doc/cookbook/slitaz-tools.html @ rev 646

Add pizza.slitaz.org links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 15 11:44:03 2010 +0200 (2010-08-15)
parents fa2c5bed2417
children 0e0bc81a63ee
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz Cookbook (en) - SliTaz Tools</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz English cookbook" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2008-02-26 18:30:00" />
10 <meta name="publisher" content="www.slitaz.org" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="book.css" />
14 </head>
15 <body bgcolor="#ffffff">
17 <!-- Header and quick navigation -->
18 <div id="header">
19 <div align="right" id="quicknav">
20 <a name="top"></a>
21 <a href="reltasks.html">Release Tasks</a> |
22 <a href="index.html">Table of contents</a>
23 </div>
24 <h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1>
25 </div>
27 <!-- Content. -->
28 <div id="content">
29 <div class="content-right"></div>
31 <h2><font color="#DF8F06">SliTaz Tools</font></h2>
32 <p>
33 </p>
34 The SliTaz Toolbox
35 <ul>
36 <li><a href="slitaz-tools.html#repo">Mercurial repository.</a></li>
37 <li><a href="slitaz-tools.html#boxes">*box</a> - dialog/GTKdialog.</li>
38 <li>Archives source:
39 <a href="http://download.tuxfamily.org/slitaz/sources/tools/">HTTP.</a></li>
40 </ul>
42 <p>
43 The <em>SliTaz Tools</em> contain useful scripts that enable you to
44 customize SliTaz, such as a script to create a new initramfs
45 or an ISO image, Makefile, etc. The archive is also distributed
46 because it contains files that might be useful to <em>hacker</em>
47 type individuals... The tools are constantly evolving and
48 continue to expand, following the cycle of changes made by the
49 Cooking and Stable versions.
50 </p>
52 <a name="repo"></a>
53 <h3>Mercurial repository</h3>
54 <p>
55 The SliTaz Tools have their own Mercurial repository on the
56 SliTaz server, they can be cloned via the command:
57 </p>
58 <pre>
59 $ hg clone http://hg.slitaz.org/slitaz-tools/
60 </pre>
62 <a name="boxes"></a>
63 <h3>*box</h3>
64 <p>
65 Mountbox, Netbox, Bootfloopybox, Tazlocale, etc are tools
66 for creating SliTaz using dialog (ncurses) or GTKdialog;
67 the scripts are contained in the directory <code>tinyutils/</code>.
68 Desktopbox has the ability to be able to launch
69 various boxes (<code>desktopbox usage</code>) scripted or created with Glade3.
70 </p>
72 <!-- End of content -->
73 </div>
75 <!-- Footer. -->
76 <div id="footer">
77 <div class="footer-right"></div>
78 <a href="slitaz-tools.html#top">Top of the page</a> |
79 <a href="index.html">Table of contents</a>
80 </div>
82 <div id="copy">
83 Copyright &copy; 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
84 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
85 Documentation is under
86 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
87 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
88 </div>
90 </body>
91 </html>