website view en/doc/cookbook/slitaz-tools.html @ rev 140
en: Add Boot Scripts to Ckbk
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Aug 21 22:19:36 2008 +0000 (2008-08-21) |
parents | 26faab439beb |
children | 181e51e86dd6 |
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="index.html">Table of contents</a>
22 </div>
23 <h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1>
24 </div>
26 <!-- Content. -->
27 <div id="content">
28 <div class="content-right"></div>
30 <h2><font color="#DF8F06">SliTaz Tools</font></h2>
31 <p>
32 </p>
33 The SliTaz Toolbox
34 <ul>
35 <li><a href="#repo">Mercurial repository.</a></li>
36 <li><a href="#boxes">*box</a> - dialog/GTKdialog.</li>
37 <li>Archives source:
38 <a href="http://download.tuxfamily.org/slitaz/sources/tools/">HTTP.</a></li>
39 </ul>
41 <p>
42 The <em>SliTaz Tools</em> contain useful scripts that enable you to
43 customize SliTaz, such as a script to create a new initramfs
44 or an ISO image, Makefile, etc. The archive is also distributed
45 because it contains files that might be useful to <em>hacker</em>
46 type individuals... The tools are constantly evolving and
47 continue to expand, following the cycle of changes made by the
48 Cooking and Stable versions.
49 </p>
51 <a name="repo"></a>
52 <h3>Mercurial repository</h3>
53 <p>
54 The SliTaz Tools have their own Mercurial repository on the
55 SliTaz server, they can be cloned via the command:
56 </p>
57 <pre>
58 $ hg clone http://hg.slitaz.org/slitaz-tools/
59 </pre>
61 <a name="boxes"></a>
62 <h3>*box</h3>
63 <p>
64 Mountbox, Netbox, Bootfloopybox, Tazlocale, etc are tools
65 for creating SliTaz using dialog (ncurses) or GTKdialog;
66 the scripts are contained in the directory <code>tinyutils/</code>.
67 Desktopbox has the ability to be able to launch
68 various boxes (<code>desktopbox usage</code>) scripted or created with Glade3.
69 </p>
71 <!-- End of content -->
72 </div>
74 <!-- Footer. -->
75 <div id="footer">
76 <div class="footer-right"></div>
77 <a href="#top">Top of the page</a> |
78 <a href="index.html">Table of contents</a>
79 </div>
81 <div id="copy">
82 Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
83 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
84 Documentation is under
85 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
86 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
87 </div>
89 </body>
90 </html>