website view en/doc/cookbook/index.html @ rev 665

Update copyright year
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 21 09:53:47 2010 +0200 (2010-10-21)
parents c6b2d9c4e031
children 0ae6cfc85e03
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-06-20 00:10: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
37 packages.</li>
38 <li><a href="build-host.html">Build Host</a> - SliTaz Build host (tank).</li>
39 <li><a href="build-bot.html">Build Bot</a> - SliTaz Build bot (tazbb).</li>
40 <li><a href="boot-scripts.html">Boot Scripts</a> - The startup and shutdown
41 scripts.</li>
42 <li><a href="slitaz-tools.html">SliTaz Tools</a> - The Toolbox.</li>
43 <li><a href="reltasks.html">Release Tasks</a> - List of things to do before
44 publishing a new version.</li>
45 <li><a href="rootcd.html">Root cdrom (rootcd)</a> - Descriptions of files
46 contained on the cdrom.</li>
47 </ul>
49 <h3>About this Cookbook</h3>
50 <p>
51 The Cookbook brings together information about the project management, operation
52 and development of the distribution. It talks about creating packages, receipts,
53 the wok, and scripts that start SliTaz.
54 </p>
55 <p>
56 At the base of the Cookbook is the <a href="../scratchbook/index.html">Scratchbook</a>,
57 this contains instructions to create your own LiveCD by describing the creation
58 of the first ever public version of SliTaz in March 2007. The Cookbook is modified
59 by the SliTaz community and steadily improved, it provides technical instructions
60 about the project useful to developers and advanced users.
61 </p>
63 <!-- End of content -->
64 </div>
66 <!-- Footer. -->
67 <div id="footer">
68 <div class="footer-right"></div>
69 <a href="index.html#top">Top of the page</a> |
70 <a href="index.html">Table of contents</a>
71 </div>
73 <div id="copy">
74 Copyright &copy; 2010 <a href="http://www.slitaz.org/en/">SliTaz</a> -
75 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
76 Documentation is under
77 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
78 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
79 </div>
81 </body>
82 </html>