website annotate en/doc/cookbook/slitaz-tools.html @ rev 535

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