website view 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
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)</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="2009-03-27 21: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="http://www.slitaz.org/en/doc/">Website documentation</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">Developers documentation</font></h2>
32 <h3>Table of contents</h3>
34 <ul>
35 <li><a href="wok-tools.html">Wok &amp; Tools</a> - SliTaz Package Tools.</li>
36 <li><a href="receipts.html">Receipts</a> - Receipts for creating SliTaz packages.</li>
37 <li><a href="build-host.html">Build Host</a> - SliTaz Build host (tank).</li>
38 <li><a href="boot-scripts.html">Boot Scripts</a> - The startup and shutdown scripts.</li>
39 <li><a href="slitaz-tools.html">SliTaz Tools</a> - The Toolbox.</li>
40 <li><a href="reltasks.html">Release Tasks</a> - List of things to do before publishing a new version (Cooking or stable).</li>
41 <li><a href="rootcd.html">Root cdrom (rootcd)</a> - Descriptions of files contained on the cdrom.</li>
42 </ul>
44 <h3>About this Cookbook</h3>
45 <p>
46 The Cookbook brings together information about the project management, operation and
47 development of the distribution. It talks about creating packages, receipts, the wok,
48 and scripts that start SliTaz.
49 </p>
50 <p>
51 At the base of the Cookbook is the <a href="../scratchbook/">Scratchbook</a>,
52 this contains instructions to create your own LiveCD by describing the creation of the
53 first ever public version of SliTaz in March 2007.
54 The Cookbook is modified by the SliTaz community and steadily improved, it provides technical
55 instructions about the project useful to developers and advanced users.
56 </p>
59 <!-- End of content -->
60 </div>
62 <!-- Footer. -->
63 <div id="footer">
64 <div class="footer-right"></div>
65 <a href="#top">Top of the page</a> |
66 <a href="index.html">Table of contents</a>
67 </div>
69 <div id="copy">
70 Copyright &copy; 2009 <a href="http://www.slitaz.org/en/">SliTaz</a> -
71 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
72 Documentation is under
73 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
74 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
75 </div>
77 </body>
78 </html>