website annotate en/doc/cookbook/index.html @ rev 345

en: Edit Cookbook (quick)
author Paul Issott <paul@slitaz.org>
date Sat Mar 28 11:13:56 2009 +0000 (2009-03-28)
parents ad6c381b294a
children 130f26e8130d
rev   line source
pankso@21 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
pankso@21 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@21 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@21 4 <head>
pankso@21 5 <title>SliTaz Cookbook (en)</title>
pankso@21 6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
pankso@21 7 <meta name="description" content="slitaz English cookbook" />
pankso@21 8 <meta name="expires" content="never" />
pankso@340 9 <meta name="modified" content="2009-03-27 21:30:00" />
pankso@21 10 <meta name="publisher" content="www.slitaz.org" />
pankso@21 11 <meta name="author" content="Christophe Lincoln"/>
pankso@21 12 <link rel="shortcut icon" href="favicon.ico" />
pankso@21 13 <link rel="stylesheet" type="text/css" href="book.css" />
pankso@21 14 </head>
pankso@21 15 <body bgcolor="#ffffff">
pankso@21 16
pankso@21 17 <!-- Header and quick navigation -->
pankso@21 18 <div id="header">
pankso@21 19 <div align="right" id="quicknav">
pankso@21 20 <a name="top"></a>
pankso@21 21 <a href="http://www.slitaz.org/en/doc/">Website documentation</a>
pankso@21 22 </div>
pankso@21 23 <h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1>
pankso@21 24 </div>
pankso@21 25
pankso@21 26 <!-- Content. -->
pankso@21 27 <div id="content">
pankso@21 28 <div class="content-right"></div>
pankso@21 29
paul@22 30 <h2><font color="#DF8F06">Developers documentation</font></h2>
pankso@21 31
paul@29 32 <h3>Table of contents</h3>
paul@29 33
pankso@21 34 <ul>
pankso@340 35 <li><a href="wok-tools.html">Wok &amp; Tools</a> - SliTaz Package Tools.</li>
pankso@340 36 <li><a href="receipts.html">Receipts</a> - Receipts for creating SliTaz packages.</li>
paul@345 37 <li><a href="build-host.html">Build Host</a> - SliTaz Build host (tank).</li>
pankso@340 38 <li><a href="boot-scripts.html">Boot Scripts</a> - The startup and shutdown scripts.</li>
pankso@340 39 <li><a href="slitaz-tools.html">SliTaz Tools</a> - The Toolbox.</li>
pankso@340 40 <li><a href="reltasks.html">Release Tasks</a> - List of things to do before publishing a new version (Cooking or stable).</li>
pankso@342 41 <li><a href="rootcd.html">Root cdrom (rootcd)</a> - Descriptions of files contained on the cdrom.</li>
pankso@21 42 </ul>
pankso@21 43
paul@29 44 <h3>About this Cookbook</h3>
paul@29 45 <p>
paul@227 46 The Cookbook brings together information about the project management, operation and
paul@227 47 development of the distribution. It talks about creating packages, receipts, the wok,
paul@227 48 and scripts that start SliTaz.
paul@227 49 </p>
paul@227 50 <p>
paul@227 51 At the base of the Cookbook is the <a href="../scratchbook/">Scratchbook</a>,
paul@227 52 this contains instructions to create your own LiveCD by describing the creation of the
paul@227 53 first ever public version of SliTaz in March 2007.
paul@228 54 The Cookbook is modified by the SliTaz community and steadily improved, it provides technical
paul@237 55 instructions about the project useful to developers and advanced users.
paul@29 56 </p>
paul@29 57
pankso@21 58
pankso@21 59 <!-- End of content -->
pankso@21 60 </div>
pankso@21 61
pankso@21 62 <!-- Footer. -->
pankso@21 63 <div id="footer">
pankso@21 64 <div class="footer-right"></div>
pankso@21 65 <a href="#top">Top of the page</a> |
pankso@21 66 <a href="index.html">Table of contents</a>
pankso@21 67 </div>
pankso@21 68
pankso@21 69 <div id="copy">
pankso@340 70 Copyright &copy; 2009 <a href="http://www.slitaz.org/en/">SliTaz</a> -
pankso@21 71 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
pankso@21 72 Documentation is under
pankso@21 73 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
pankso@21 74 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
pankso@21 75 </div>
pankso@21 76
pankso@21 77 </body>
pankso@21 78 </html>