website diff en/doc/handbook/index.html @ rev 7
English doc with Handbook (now we can work with Hg Paul!)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 29 12:05:31 2008 +0100 (2008-03-29) |
parents | |
children | 86c53b7a99c4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/doc/handbook/index.html Sat Mar 29 12:05:31 2008 +0100 1.3 @@ -0,0 +1,83 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1.5 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 1.7 +<head> 1.8 + <title>SliTaz Handbook (en)</title> 1.9 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.10 + <meta name="description" content="slitaz English handbook" /> 1.11 + <meta name="expires" content="never" /> 1.12 + <meta name="modified" content="2008-02-18 10:30:00" /> 1.13 + <meta name="publisher" content="www.slitaz.org" /> 1.14 + <meta name="author" content="Christophe Lincoln"/> 1.15 + <link rel="shortcut icon" href="favicon.ico" /> 1.16 + <link rel="stylesheet" type="text/css" href="book.css" /> 1.17 +</head> 1.18 +<body bgcolor="#ffffff"> 1.19 + 1.20 +<!-- Header and quick navigation --> 1.21 +<div id="header"> 1.22 +<div align="right" id="quicknav"> 1.23 + <a name="top"></a> 1.24 + <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> | 1.25 + <a href="http://www.slitaz.org/doc/handbook/">Handbook français</a> 1.26 +</div> 1.27 +<h1><font color="#3E1220">SliTaz Handbook (en)</font></h1> 1.28 +</div> 1.29 + 1.30 +<!-- Content. --> 1.31 +<div id="content"> 1.32 +<div class="content-right"></div> 1.33 + 1.34 +<h2><font color="#DF8F06">SliTaz English Handbook</font></h2> 1.35 + 1.36 +<h3>Table of contents</h3> 1.37 +<ul> 1.38 + <li><a href="livecd.html">LiveCD usage</a> - How to boot and set options 1.39 + at the command prompt.</li> 1.40 + <li><a href="packages.html">Packages</a> - Install more software, keep 1.41 + system up-to-date.</li> 1.42 + <li><a href="system-admin.html">System administration</a> - Mount devices, 1.43 + manage users and groups, configure the network or daemons.</li> 1.44 + <li><a href="x-window.html">X Window System</a> - Xvesa server, Slim Login 1.45 + and Window manager.</li> 1.46 + <li><a href="gen-livecd.html">Generate a LiveCD flavor</a> - Generate your 1.47 + own LiveCD flavor using Tazlito.</li> 1.48 + <li><a href="liveusb.html">LiveUSB media</a> - Creat a bootable USB media 1.49 + using TazUSB.</li> 1.50 +</ul> 1.51 + 1.52 +<h3>About this Handbook</h3> 1.53 +<p> 1.54 +This is the SliTaz GNU/Linux English Handbook, a collection of instructions and manuals 1.55 + about the distribution. This book is coded in xHTML 1.0, following the W3C 1.56 +standards and is validated for better accessibility. This book is a community 1.57 +effort to provide high quality documentation for SliTaz users, the first page 1.58 +was created on the 26 of February 2008. The SliTaz Handbook is always in 1.59 +development and follows the distribution changes and improvements. 1.60 +</p> 1.61 +<p> 1.62 +To participate, you can correct typos or start a new page using the book 1.63 +<a href="template.html">template.html</a>. Before starting any new work, you 1.64 +should notify the mailing list or an official contributor to avoid any duplication. 1.65 +</p> 1.66 + 1.67 +<!-- End of content --> 1.68 +</div> 1.69 + 1.70 +<!-- Footer. --> 1.71 +<div id="footer"> 1.72 + <div class="footer-right"></div> 1.73 + <a href="#top">Top of the page</a> | 1.74 + <a href="index.html">Table of contents</a> 1.75 +</div> 1.76 + 1.77 +<div id="copy"> 1.78 + Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> - 1.79 + <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 1.80 + Documentation is under 1.81 + <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 1.82 + and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>. 1.83 +</div> 1.84 + 1.85 +</body> 1.86 +</html>