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

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 9ed0bfb74392
children
rev   line source
pankso@1200 1 <!DOCTYPE html>
pankso@1200 2 <html lang="en">
pankso@922 3 <head>
al@1285 4 <meta charset="UTF-8">
pankso@948 5 <title>SliTaz - English documentation</title>
al@1285 6 <meta name="description" content="SliTaz GNU/Linux English documentationx part livecd tazpkg packages">
al@1285 7 <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM">
al@1285 8 <meta name="author" content="Christophe Lincoln">
pankso@948 9 <?php include("../../lib/html/meta-link.html"); ?>
pankso@922 10 </head>
pankso@922 11 <body>
pankso@922 12
pankso@1200 13 <?php
pankso@1200 14 include("../../lib/html/header.html");
pankso@1200 15 include("../../lib/html/nav.html");
pankso@1200 16 include("../../lib/lang.php");
pankso@1200 17 ?>
al@1013 18
pankso@922 19 <!-- Content -->
pankso@1200 20 <section id="content">
pankso@1200 21
pankso@1200 22 <h2>English documentation</h2>
pankso@1200 23
pankso@1200 24 <p>
pankso@1200 25 SliTaz official documentation is available on the community
pankso@1200 26 Wiki site. Manuals and a getting started guide is provided
pankso@1200 27 by each SliTaz LiveCD and available through the
pankso@1200 28 "Documentation" menu.
pankso@1200 29 </p>
pankso@1200 30 <ul>
pankso@1200 31 <li><a href="http://doc.slitaz.org/en:start">Community Wiki</a></li>
pankso@1200 32 <li><a href="http://hg.slitaz.org/slitaz-doc/raw-file/tip/slitaz/index.en.html"
pankso@1200 33 >Getting started guide</a></li>
pankso@1200 34 </ul>
pankso@922 35
pankso@922 36 <h2>Handbook &amp; Cookbook</h2>
pankso@922 37
pankso@922 38 <p>
pankso@922 39 SliTaz <a href="http://doc.slitaz.org/en:handbook:start">Handbook</a> -
pankso@922 40 LiveCD usage, package management, network or system administration
pankso@922 41 and specific instructions. This Handbook is a community effort to provide
pankso@922 42 high quality documentation for SliTaz users. It will help you get started
pankso@922 43 with SliTaz GNU/Linux and show you how to configure the system to your own
pankso@922 44 needs and preferences. This is the documentation that we advise you to read,
pankso@922 45 learn and consult first.
pankso@922 46 </p>
pankso@922 47 <p>
pankso@922 48 SliTaz <a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a> -
pankso@922 49 Information regarding the management, operation and development of the distribution.
pankso@922 50 Instructions on how to use the wok and package receipts, descriptions of boot scripts
pankso@922 51 and rootcd files, and various tools.
pankso@922 52 </p>
pankso@922 53
pankso@922 54 <h2>Scratchbook</h2>
al@1025 55
pankso@922 56 <p>
pankso@922 57 Historically, the Scratchbook was written when SliTaz was created and wasn't
pankso@922 58 made to be updated. But over time, some SliTaz contributors migrated the book
pankso@922 59 over to the Wiki and have made some updates:
pankso@922 60 <a href="http://doc.slitaz.org/en:scratchbook:start">Community Scratchbook</a>
pankso@922 61 </p>
pankso@922 62 <p>
al@1025 63 SliTaz <a href="scratchbook/">Original Scratchbook</a> -
pankso@922 64 Describes the stages of creating the very first SliTaz distribution
al@1285 65 commencing with instructions on compiling the Linux Kernel, installing
pankso@922 66 the graphical server (Xvesa) and GTK applications, etc. It contains
pankso@922 67 techniques requiring time and motivation that enable you to build a
pankso@922 68 GNU/Linux system from source.
pankso@922 69 </p>
al@1025 70
al@1025 71 <h2>Manuals</h2>
al@1025 72
pankso@922 73 <ul>
pankso@922 74 <li><a href="http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.en.html"
pankso@922 75 >Tazpkg manual</a> - SliTaz Package Manager.</li>
pankso@922 76 <li><a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html"
pankso@922 77 >Tazlito manual</a> - SliTaz LiveCD utility.</li>
pankso@922 78 <li><a href="http://hg.slitaz.org/tazusb/raw-file/tip/doc/tazusb.en.html"
pankso@922 79 >TazUSB manual</a> - SliTaz LiveUSB utility.</li>
pankso@947 80 <li><a href="http://hg.slitaz.org/cookutils/raw-file/tip/doc/cookutils.en.html"
pankso@947 81 >Cookutils manual</a> - SliTaz Package Cooker.</li>
pankso@922 82 </ul>
pankso@922 83
pankso@922 84 <h2>Release Notes</h2>
al@1025 85
pankso@922 86 <p>
pankso@922 87 SliTaz Release Notes provide detailed information about the stable version
pankso@922 88 and give a few useful tips to help you start using the system. On the core
al@1285 89 LiveCD, Release Notes are installed and available through the “Documentation”
pankso@922 90 menu.
pankso@922 91 </p>
pankso@922 92
pankso@922 93 <ul>
pascal@1084 94 <?php
pascal@1084 95 $relnotes = array();
pascal@1084 96 for ($release = 1;; $release++) {
pascal@1084 97 $file = "releases/".$release.".0/relnotes.en.html";
pascal@1084 98 if (!file_exists($file))
pascal@1084 99 break;
pascal@1084 100 array_unshift($relnotes, array("release" => $release.".0", "file" => $file));
pascal@1084 101 }
pascal@1084 102 foreach ($relnotes as $release) {
pascal@1084 103 print " <li><a href=\"".$release["file"]."\">SliTaz GNU/Linux ".$release["release"]." -\n";
pascal@1084 104 print " Release Notes</a></li>\n";
pascal@1084 105 }
pascal@1084 106 ?>
pankso@922 107 </ul>
pankso@922 108
pankso@922 109 <!-- End of content -->
pankso@1200 110 </section>
pankso@922 111
pankso@922 112 <?php include("../../lib/html/footer.html"); ?>
pankso@922 113
pankso@922 114 </body>
pankso@922 115 </html>