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

Switch it website to PHP (now we have to modify 1 file to change releases strings on all site :-)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 21:10:47 2012 +0100 (2012-03-13)
parents fc144258f2b7
children 4f54009fb87b
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="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="../../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
14 </head>
15 <body>
17 <?php include("../../lib/html/header.html"); ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../../lib/html/nav.en.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>English documentation</h4>
25 <p>
26 SliTaz official documentation is available on the community
27 Wiki site. Manuals and a getting started guide is provided
28 by each SliTaz LiveCD and available through the
29 "Documentation" menu.
30 </p>
31 <ul>
32 <li><a href="http://doc.slitaz.org/en:start">Community Wiki</a></li>
33 <li><a href="http://hg.slitaz.org/slitaz-doc/raw-file/tip/slitaz/index.en.html"
34 >Getting started guide</a></li>
35 </ul>
36 </div>
37 </div>
39 <!-- Content -->
40 <div id="content">
42 <h2>Handbook &amp; Cookbook</h2>
44 <p>
45 SliTaz <a href="http://doc.slitaz.org/en:handbook:start">Handbook</a> -
46 LiveCD usage, package management, network or system administration
47 and specific instructions. This Handbook is a community effort to provide
48 high quality documentation for SliTaz users. It will help you get started
49 with SliTaz GNU/Linux and show you how to configure the system to your own
50 needs and preferences. This is the documentation that we advise you to read,
51 learn and consult first.
52 </p>
53 <p>
54 SliTaz <a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a> -
55 Information regarding the management, operation and development of the distribution.
56 Instructions on how to use the wok and package receipts, descriptions of boot scripts
57 and rootcd files, and various tools.
58 </p>
60 <h2>Scratchbook</h2>
61 <p>
62 Historically, the Scratchbook was written when SliTaz was created and wasn't
63 made to be updated. But over time, some SliTaz contributors migrated the book
64 over to the Wiki and have made some updates:
65 <a href="http://doc.slitaz.org/en:scratchbook:start">Community Scratchbook</a>
66 </p>
67 <p>
68 SliTaz <a href="scratchbook/index.html">Original Scratchbook</a> -
69 Describes the stages of creating the very first SliTaz distribution
70 commencing with instructions on compiling the Linux kernel, installing
71 the graphical server (Xvesa) and GTK applications, etc. It contains
72 techniques requiring time and motivation that enable you to build a
73 GNU/Linux system from source.
74 </p>
76 <h2>Manuals</h2>
77 <ul>
78 <li><a href="http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.en.html"
79 >Tazpkg manual</a> - SliTaz Package Manager.</li>
80 <li><a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html"
81 >Tazlito manual</a> - SliTaz LiveCD utility.</li>
82 <li><a href="http://hg.slitaz.org/tazusb/raw-file/tip/doc/tazusb.en.html"
83 >TazUSB manual</a> - SliTaz LiveUSB utility.</li>
84 <li><a href="http://hg.slitaz.org/cookutils/raw-file/tip/doc/cookutils.en.html"
85 >Cookutils manual</a> - SliTaz Package Cooker.</li>
86 </ul>
88 <h2>Release Notes</h2>
89 <p>
90 SliTaz Release Notes provide detailed information about the stable version
91 and give a few useful tips to help you start using the system. On the core
92 LiveCD, Release Notes are installed and available through the "Documentation"
93 menu.
94 </p>
96 <ul>
97 <li><a href="releases/3.0/relnotes.en.html">SliTaz GNU/Linux 3.0 -
98 Release Notes</a></li>
99 <li><a href="releases/2.0/relnotes.en.html">SliTaz GNU/Linux 2.0 -
100 Release Notes</a></li>
101 <li><a href="releases/1.0/relnotes.en.html">SliTaz GNU/Linux 1.0 -
102 Release Notes</a></li>
103 </ul>
105 <!-- End of content -->
106 </div>
108 <?php include("../../lib/html/footer.html"); ?>
110 </body>
111 </html>