website annotate en/doc/index.php @ rev 922

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