website rev 130

en: Add SliTaz Tools to Cookbook + typo
author Paul Issott <paul@slitaz.org>
date Fri Aug 01 21:50:41 2008 +0000 (2008-08-01)
parents ff73e55e9dd5
children 0cdc5ea42304
files en/doc/cookbook/index.html en/doc/cookbook/slitaz-tools.html en/doc/handbook/gen-livecd.html
line diff
     1.1 --- a/en/doc/cookbook/index.html	Tue Jul 29 21:35:31 2008 +0000
     1.2 +++ b/en/doc/cookbook/index.html	Fri Aug 01 21:50:41 2008 +0000
     1.3 @@ -35,6 +35,7 @@
     1.4  	<li><a href="wok-tools.html">Wok &amp; Tools.</a> - SliTaz Developer Tools.</li>
     1.5  	<li><a href="receipts.html">Receipts.</a> - Receipts for creating SliTaz packages.</li>
     1.6  	<li><a href="../manuals/tazwok.en.html">Tazwok manual.</a> - Manual for compiling &amp; generating packages for SliTaz.</li>
     1.7 +	<li><a href="slitaz-tools.html">SliTaz Tools</a> - The Toolbox.</li>
     1.8  </ul>
     1.9  
    1.10  <h3>About this Cookbook</h3>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/en/doc/cookbook/slitaz-tools.html	Fri Aug 01 21:50:41 2008 +0000
     2.3 @@ -0,0 +1,92 @@
     2.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.7 +<head>
     2.8 +    <title>SliTaz Cookbook (en) - SliTaz Tools</title>
     2.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.10 +    <meta name="description" content="slitaz English cookbook" />
    2.11 +    <meta name="expires" content="never" />
    2.12 +    <meta name="modified" content="2008-02-26 18:30:00" />
    2.13 +    <meta name="publisher" content="www.slitaz.org" />
    2.14 +    <meta name="author" content="Christophe Lincoln"/>
    2.15 +    <link rel="shortcut icon" href="favicon.ico" />
    2.16 +    <link rel="stylesheet" type="text/css" href="book.css" />
    2.17 +</head>
    2.18 +<body bgcolor="#ffffff">
    2.19 +
    2.20 +<!-- Header and quick navigation -->
    2.21 +<div id="header">
    2.22 +<div align="right" id="quicknav">
    2.23 +    <a name="top"></a>
    2.24 +    <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> |
    2.25 +    <a href="index.html">Table of contents</a>
    2.26 +</div>
    2.27 +<h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1>
    2.28 +</div>
    2.29 +
    2.30 +<!-- Content. -->
    2.31 +<div id="content">
    2.32 +<div class="content-right"></div>
    2.33 +
    2.34 +<h2><font color="#DF8F06">SliTaz Tools</font></h2>
    2.35 +<p>
    2.36 +</p>
    2.37 +The SliTaz Toolbox
    2.38 +<ul>
    2.39 +	<li><a href="#repo">Mercurial repository.</a></li>
    2.40 +	<li><a href="#boxes">*box</a> - dialog/GTKdialog.</li>
    2.41 +    <li>Archives source: 
    2.42 +    <a href="http://download.tuxfamily.org/slitaz/sources/tools/">HTTP.</a></li>
    2.43 +</ul>
    2.44 +
    2.45 +<p>
    2.46 +The <em>SliTaz Tools</em> contain useful scripts that enable you to 
    2.47 +customize SliTaz, such as a script to create a new initramfs
    2.48 +or an ISO image, Makefile, etc. The archive is also distributed
    2.49 +because it contains files that might be useful to <em>hacker</em>
    2.50 +type individuals... The tools are constantly evolving and
    2.51 +continue to expand, following the cycle of changes made by the
    2.52 +Cooking and Stable versions.
    2.53 +</p>
    2.54 +
    2.55 +<a name="repo"></a>
    2.56 +<h3>Mercurial repository</h3>
    2.57 +<p>
    2.58 +The SliTaz Tools have their own Mercurial repository on the
    2.59 +SliTaz server, they can be cloned via the command:
    2.60 +</p>
    2.61 +<pre>
    2.62 + $ hg clone http://hg.slitaz.org/slitaz-tools/
    2.63 +</pre>
    2.64 +
    2.65 +<a name="boxes"></a>
    2.66 +<h3>*box</h3>
    2.67 +<p>
    2.68 +Mountbox, Netbox, Bootfloopybox, Tazlocale, etc are tools
    2.69 +for creating SliTaz using dialog (ncurses) or GTKdialog;
    2.70 +the scripts are contained in the directory <code>tinyutils/</code>.
    2.71 +Desktopbox has the ability to be able to launch 
    2.72 +various boxes (<code>desktopbox usage</code>) scripted or created with Glade3.
    2.73 +</p>
    2.74 +
    2.75 +<!-- End of content -->
    2.76 +</div>
    2.77 +
    2.78 +<!-- Footer. -->
    2.79 +<div id="footer">
    2.80 +	<div class="footer-right"></div>
    2.81 +	<a href="#top">Top of the page</a> | 
    2.82 +	<a href="index.html">Table of contents</a>
    2.83 +</div>
    2.84 +
    2.85 +<div id="copy">
    2.86 +    Copyright &copy; 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
    2.87 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
    2.88 +    Documentation is under
    2.89 +    <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
    2.90 +    and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
    2.91 +</div>
    2.92 +
    2.93 +</body>
    2.94 +</html>
    2.95 +
     3.1 --- a/en/doc/handbook/gen-livecd.html	Tue Jul 29 21:35:31 2008 +0000
     3.2 +++ b/en/doc/handbook/gen-livecd.html	Fri Aug 01 21:50:41 2008 +0000
     3.3 @@ -176,7 +176,7 @@
     3.4   # tazlito gen-distro
     3.5  </pre>
     3.6  <p>
     3.7 -Tazlito also provides several possibilities, such as burning the 
     3.8 +Tazlito also offers several possibilities, such as burning the 
     3.9  ISO or copying additional files in the system or directly
    3.10  on to the cdrom. The Tazlito <a href="../manuals/tazlito.en.html">Manual</a>
    3.11  provides more information.