website view en/doc/index.php @ rev 948

Some fix and fr/asso in PHP with featured sponsor logo/link
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 22:49:27 2012 +0100 (2012-03-13)
parents 50d873b3dfdf
children c2f9d5d0f314
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 - English documentation</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux English documentationx part livecd tazpkg packages" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.en.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>English documentation</h4>
22 <p>
23 SliTaz official documentation is available on the community
24 Wiki site. Manuals and a getting started guide is provided
25 by each SliTaz LiveCD and available through the
26 "Documentation" menu.
27 </p>
28 <ul>
29 <li><a href="http://doc.slitaz.org/en:start">Community Wiki</a></li>
30 <li><a href="http://hg.slitaz.org/slitaz-doc/raw-file/tip/slitaz/index.en.html"
31 >Getting started guide</a></li>
32 </ul>
33 </div>
34 </div>
36 <!-- Content -->
37 <div id="content">
39 <h2>Handbook &amp; Cookbook</h2>
41 <p>
42 SliTaz <a href="http://doc.slitaz.org/en:handbook:start">Handbook</a> -
43 LiveCD usage, package management, network or system administration
44 and specific instructions. This Handbook is a community effort to provide
45 high quality documentation for SliTaz users. It will help you get started
46 with SliTaz GNU/Linux and show you how to configure the system to your own
47 needs and preferences. This is the documentation that we advise you to read,
48 learn and consult first.
49 </p>
50 <p>
51 SliTaz <a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a> -
52 Information regarding the management, operation and development of the distribution.
53 Instructions on how to use the wok and package receipts, descriptions of boot scripts
54 and rootcd files, and various tools.
55 </p>
57 <h2>Scratchbook</h2>
58 <p>
59 Historically, the Scratchbook was written when SliTaz was created and wasn't
60 made to be updated. But over time, some SliTaz contributors migrated the book
61 over to the Wiki and have made some updates:
62 <a href="http://doc.slitaz.org/en:scratchbook:start">Community Scratchbook</a>
63 </p>
64 <p>
65 SliTaz <a href="scratchbook/index.html">Original Scratchbook</a> -
66 Describes the stages of creating the very first SliTaz distribution
67 commencing with instructions on compiling the Linux kernel, installing
68 the graphical server (Xvesa) and GTK applications, etc. It contains
69 techniques requiring time and motivation that enable you to build a
70 GNU/Linux system from source.
71 </p>
73 <h2>Manuals</h2>
74 <ul>
75 <li><a href="http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.en.html"
76 >Tazpkg manual</a> - SliTaz Package Manager.</li>
77 <li><a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html"
78 >Tazlito manual</a> - SliTaz LiveCD utility.</li>
79 <li><a href="http://hg.slitaz.org/tazusb/raw-file/tip/doc/tazusb.en.html"
80 >TazUSB manual</a> - SliTaz LiveUSB utility.</li>
81 <li><a href="http://hg.slitaz.org/cookutils/raw-file/tip/doc/cookutils.en.html"
82 >Cookutils manual</a> - SliTaz Package Cooker.</li>
83 </ul>
85 <h2>Release Notes</h2>
86 <p>
87 SliTaz Release Notes provide detailed information about the stable version
88 and give a few useful tips to help you start using the system. On the core
89 LiveCD, Release Notes are installed and available through the "Documentation"
90 menu.
91 </p>
93 <ul>
94 <li><a href="releases/3.0/relnotes.en.html">SliTaz GNU/Linux 3.0 -
95 Release Notes</a></li>
96 <li><a href="releases/2.0/relnotes.en.html">SliTaz GNU/Linux 2.0 -
97 Release Notes</a></li>
98 <li><a href="releases/1.0/relnotes.en.html">SliTaz GNU/Linux 1.0 -
99 Release Notes</a></li>
100 </ul>
102 <!-- End of content -->
103 </div>
105 <?php include("../../lib/html/footer.html"); ?>
107 </body>
108 </html>