website rev 199

en: Update wok-tools in Ckbk
author Paul Issott <paul@slitaz.org>
date Wed Nov 26 20:32:09 2008 +0000 (2008-11-26)
parents 2aca37e513e6
children 2468f4562829
files en/doc/cookbook/wok-tools.html
line diff
     1.1 --- a/en/doc/cookbook/wok-tools.html	Wed Nov 26 19:19:54 2008 +0000
     1.2 +++ b/en/doc/cookbook/wok-tools.html	Wed Nov 26 20:32:09 2008 +0000
     1.3 @@ -43,7 +43,23 @@
     1.4  </ul>
     1.5  
     1.6  <a name="tazwok"></a>
     1.7 -<h3>Overview - Tazwok and the wok</h3>
     1.8 +<h3>Overview</h3>
     1.9 +<p>
    1.10 +With the passing of time, the SliTaz project created a variety of small
    1.11 +utilities to rebuild the system from source automatically. Tazwok is used
    1.12 +to compile and generate code (<em>cook</em> to cook) via instructions found in the
    1.13 +receipts. The project also offers an archive of tools (<a href="slitaz-tools.html">SliTaz tools</a>)
    1.14 +containing various small utilities, examples and configuration files.
    1.15 +The distribution generator Tazlito is designed for users and 
    1.16 +developers. Tazlito will retrieve and reconstruct a LiveCD ISO image and
    1.17 +generate a distribution flavor from a list of packages, a configuration file 
    1.18 +and a description. The utilities are all distributed as a source archive
    1.19 +and are installed by default on SliTaz. Developers and future contributors
    1.20 +can refer to the development page that provides information on SliTaz project
    1.21 +management.
    1.22 +</p>
    1.23 +
    1.24 +<h4>Tazwok and the wok</h4>
    1.25  <p>
    1.26  The idea is to use a directory (wok) containing all the available packages, each package contains 
    1.27  at least one receipt to download, unpack, compile and generate the binary package. To operate,