website view en/doc/handbook/index.html @ rev 442

en,fr: Add tazx to handbook and tiny fix
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 04 23:10:02 2009 +0200 (2009-05-04)
parents 1a336180f07a
children fa2c5bed2417
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 Handbook (en)</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz English handbook" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2009-03-25 11:15: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/">www.slitaz.org/en</a> |
22 <a href="http://www.slitaz.org/doc/handbook/">Handbook français</a>
23 </div>
24 <h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
25 </div>
27 <!-- Content. -->
28 <div id="content">
29 <div class="content-right"></div>
31 <h2><font color="#DF8F06">SliTaz English Handbook</font></h2>
33 <h3>Table of contents</h3>
34 <ul>
35 <li><a href="livecd.html">LiveCD usage</a> - How to boot and set options
36 at the command prompt.</li>
37 <li><a href="desktop.html">Desktop</a> - Configure the Desktop and Window Managers.</li>
38 <li><a href="cmdline.html">Commands</a> - List of useful commands.</li>
39 <li><a href="install.html">Installation</a> - HD install instructions.</li>
40 </ul>
42 <h4>Applications</h4>
43 <ul>
44 <li><a href="utilities.html">Utilities</a> - Calculator, Text editor, Create
45 CD/DVDs and ISOs.</li>
46 <li><a href="office.html">Office</a> - Word processor, Personal organizer and
47 PDF reader.</li>
48 <li><a href="network.html">Internet</a> - Web browsers, IRC chat client, mail client, BitTorrent and FTP.</li>
49 <li><a href="graphics.html">Graphics</a> - Computer graphics and Image
50 management.</li>
51 <li><a href="development.html">Development</a> - SHell scripts, Perl, Python and Toolchain.</li>
52 <li><a href="multimedia.html">Multimedia</a> - Sound, music and video.</li>
53 <li><a href="system-tools.html">System Tools</a> - File &amp; Disk managers and other tools.</li>
54 </ul>
56 <h4>System</h4>
57 <ul>
58 <li><a href="packages.html">Packages</a> - Install more software, keep
59 system up-to-date.</li>
60 <li><a href="network-config.html">Network configuration</a> - Ethernet, DHCP,
61 static IP or PPP dialup connection, Firewall (Iptables).</li>
62 <li><a href="system-admin.html">System administration</a> - Mount devices,
63 manage users and groups, adjust system time.</li>
64 <li><a href="x-window.html">X Window System</a> - Xvesa &amp; Xorg servers, Slim Login
65 and Window managers.</li>
66 <li><a href="gen-livecd.html">Generate a LiveCD flavor</a> - Generate your
67 own LiveCD flavor using Tazlito.</li>
68 <li><a href="liveusb.html">LiveUSB media</a> - Create bootable USB media
69 using TazUSB.</li>
70 <li><a href="hacking-livecd.html">Hacking LiveCD</a> - Manipulate and play with the ISO
71 image of LiveCD.</li>
72 <li><a href="web-server.html">Web server</a> - Configure and use the LightTPD web server.</li>
73 <li><a href="chroot-env.html">Chroot Environment</a> - Build a chroot to protect the host system.</li>
74 <li><a href="secure-server.html">Secure SHell (SSH)</a> - Secure login using Dropbear SSH client/server.</li>
75 <li><a href="security.html">Security</a> - SliTaz and system security.</li>
76 </ul>
78 <h4>Other window managers</h4>
79 <ul>
80 <li><a href="enlightenment.html">Enlightenment</a> - Lightweight Desktop Environment.</li>
81 <li><a href="jwm.html">JWM</a> - Lightweight window manager.</li>
82 </ul>
84 <h3>About this Handbook</h3>
85 <p>
86 This is the SliTaz GNU/Linux English Handbook, a collection of instructions and manuals
87 about the distribution. This book is coded in xHTML 1.0, following the W3C
88 standards and is validated for better accessibility. This book is a community
89 effort to provide high quality documentation for SliTaz users, the first page
90 was created on the 26 of February 2008. The SliTaz Handbook is always in
91 development and follows the distribution changes and improvements.
92 </p>
93 <p>
94 To participate, you can correct typos or start a new page using the book
95 <a href="template.html">template.html</a>. Before starting any new work, you
96 should notify the mailing list or an official contributor to avoid any duplication.
97 </p>
99 <!-- End of content -->
100 </div>
102 <!-- Footer. -->
103 <div id="footer">
104 <div class="footer-right"></div>
105 <a href="#top">Top of the page</a> |
106 <a href="index.html">Table of contents</a>
107 </div>
109 <div id="copy">
110 Copyright &copy; 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
111 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
112 Documentation is under
113 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
114 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
115 </div>
117 </body>
118 </html>