website rev 68

Tidy up Handbook (en) and add Apps
author Paul Issott <paul@slitaz.org>
date Sat Jun 14 14:48:17 2008 +0000 (2008-06-14)
parents 787d1e7289cf
children b9186eb65961
files en/doc/handbook/chroot-env.html en/doc/handbook/development.html en/doc/handbook/graphics.html en/doc/handbook/hacking-livecd.html en/doc/handbook/index.html en/doc/handbook/install.html en/doc/handbook/multimedia.html en/doc/handbook/network.html en/doc/handbook/office.html en/doc/handbook/secure-server.html en/doc/handbook/security.html en/doc/handbook/system-tools.html en/doc/handbook/utilities.html en/doc/handbook/web-server.html en/doc/handbook/x-window.html
line diff
     1.1 --- a/en/doc/handbook/chroot-env.html	Thu Jun 12 12:34:41 2008 +0200
     1.2 +++ b/en/doc/handbook/chroot-env.html	Sat Jun 14 14:48:17 2008 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title>
     1.6 -
     1.7 -
     1.8 -    
     1.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    1.10 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    1.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    1.12 +<head>
    1.13 +    <title>SliTaz Handbook (en) - Chroot environment</title>
    1.14      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.15      <meta name="description" content="slitaz English handbook" />
    1.16      <meta name="expires" content="never" />
    1.17 @@ -10,7 +10,9 @@
    1.18      <meta name="publisher" content="www.slitaz.org" />
    1.19      <meta name="author" content="Christophe Lincoln" />
    1.20      <link rel="shortcut icon" href="favicon.ico" />
    1.21 -    <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
    1.22 +    <link rel="stylesheet" type="text/css" href="book.css" />
    1.23 +</head>
    1.24 +<body bgcolor="#ffffff">
    1.25  
    1.26  <!-- Header and quick navigation -->
    1.27  <div id="header">
    1.28 @@ -150,7 +152,7 @@
    1.29  <div id="footer">
    1.30  	<div class="footer-right"></div>
    1.31  	<a href="#top">Top of the page</a> | 
    1.32 -	<a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
    1.33 +	<a href="index.html">Table of contents</a>
    1.34  </div>
    1.35  
    1.36  <div id="copy">
    1.37 @@ -161,5 +163,6 @@
    1.38      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
    1.39  </div>
    1.40  
    1.41 -</body></html>
    1.42 +</body>
    1.43 +</html>
    1.44  
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/en/doc/handbook/development.html	Sat Jun 14 14:48:17 2008 +0000
     2.3 @@ -0,0 +1,300 @@
     2.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.7 +<head>
     2.8 +    <title>SliTaz Handbook (en) - Development</title>
     2.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.10 +    <meta name="description" content="slitaz English handbook" />
    2.11 +    <meta name="expires" content="never" />
    2.12 +    <meta name="modified" content="2008-02-26 18:30:00" />
    2.13 +    <meta name="publisher" content="www.slitaz.org" />
    2.14 +    <meta name="author" content="Christophe Lincoln"/>
    2.15 +    <link rel="shortcut icon" href="favicon.ico" />
    2.16 +    <link rel="stylesheet" type="text/css" href="book.css" />
    2.17 +</head>
    2.18 +<body bgcolor="#ffffff">
    2.19 +
    2.20 +<!-- Header and quick navigation -->
    2.21 +<div id="header">
    2.22 +<div align="right" id="quicknav">
    2.23 +    <a name="top"></a>
    2.24 +    <a href="multimedia.html">Multimedia</a> |
    2.25 +    <a href="index.html">Table of contents</a>
    2.26 +</div>
    2.27 +<h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
    2.28 +</div>
    2.29 +
    2.30 +<!-- Content. -->
    2.31 +<div id="content">
    2.32 +<div class="content-right"></div>
    2.33 +
    2.34 +<h2><font color="#DF8F06">Developement</font></h2>
    2.35 +
    2.36 +<ul>
    2.37 +    <li><a href="#about">About Development</a></li>
    2.38 +    <li><a href="#shell-scripts">SHell scripts</a> - #!/bin/sh</li>
    2.39 +    <li><a href="#dialog">Dialog</a> - GUI based console.</li>
    2.40 +    <li><a href="#geany">Geany</a> - IDE or Integrated Development Environment.
    2.41 +    </li>
    2.42 +    <li><a href="#perl">Perl or Microperl</a> - Code Perl scripts.</li>
    2.43 +    <li><a href="#python">Python</a> - The Python Language</li>
    2.44 +    <li><a href="#ruby">Ruby</a> - The Ruby Language.</li>
    2.45 +    <li><a href="#toolchain">Toolchain</a> - Libraries, C compiler and tools.</li>
    2.46 +</ul>
    2.47 +
    2.48 +<a name="about"></a>
    2.49 +<h3>About Development</h3>
    2.50 +<p>
    2.51 +SliTaz provides development tools for web design, editing scripts and source code.
    2.52 +On the website, the <a href="http://www.slitaz.org/en/devel/">Development</a> page will 
    2.53 +give you general information about the developers and opportunities for involvement.
    2.54 +</p>
    2.55 +
    2.56 +<a name="shell-scripts"></a>
    2.57 +<h3>SHell scripts</h3>
    2.58 +<p>
    2.59 +Writing SHell scripts is the easiest way to start coding, they can provide quick results and 
    2.60 +the only prerequisites are being able to open a terminal and using a text editor such as Nano, 
    2.61 +Leafpad or Geany. SHell scripts can do many things on a GNU/Linux system - initialize the system, 
    2.62 +make backups, perform repetitive tasks, display system information, create or modify files and so on. 
    2.63 +In a SHell script you can use variables, functions or calls to include a file. Note that you can 
    2.64 +name your script as you see fit and the .sh extension is widely used.
    2.65 +</p>
    2.66 +<h4>Create a SHell script</h4>
    2.67 +<p>
    2.68 +Before starting a new SHell script, you must pay attention to the interpreter used. Most SHell 
    2.69 +scripts use <code>/bin/sh</code>, because it's more portable, but there are scripts that rely on 
    2.70 +<code>/bin/bash</code> and this must be installed on the system. For a SHell script to function it 
    2.71 +must be made executable by the current user, changing permissions on the command line can be 
    2.72 +made by using the <code>chmod</code> tool. To create a <code>script.sh</code> and make it executable:
    2.73 +</p>
    2.74 +<pre>
    2.75 + $ touch script.sh
    2.76 + $ chmod +x script.sh
    2.77 +</pre>
    2.78 +<p>
    2.79 +Now that you have a new executable file, you can edit it. You can continue to stay in the terminal 
    2.80 +and use the Nano editor (ctrl + x to save &amp; exit) or IDE Geany to edit:
    2.81 +</p>
    2.82 +<pre>
    2.83 + $ nano script.sh
    2.84 + Or :
    2.85 + $ geany script.sh &amp;
    2.86 +</pre>
    2.87 +<p>
    2.88 +Here's a script that contains a variable <code>NAME</code> and displays the value with the <code>echo</code> 
    2.89 +command:
    2.90 +</p>
    2.91 +<pre class="script">
    2.92 +#!/bin/sh
    2.93 +
    2.94 +NAME="kayam"
    2.95 +
    2.96 +echo "$NAME is nice."
    2.97 +
    2.98 +</pre>
    2.99 +<p>
   2.100 +Once you have created/modified your <code>script.sh</code>, you can execute it to see the result:
   2.101 +</p>
   2.102 +<pre>
   2.103 + $ ./script.sh
   2.104 +</pre>
   2.105 +<p>
   2.106 +So much for this brief introduction to SHell scripts. The Web is full of information if you wish to 
   2.107 +explore further.
   2.108 +</p>
   2.109 +
   2.110 +<a name="dialog"></a>
   2.111 +<h3>Dialog</h3>
   2.112 +<p>
   2.113 +Dialog can create GUI-based consoles such as 'tazkmap'. The configuration files are /etc/dialogrc 
   2.114 +and/or ~/dialogrc for each user. Here's a simple example of using dialog via a console or terminal:
   2.115 +</p>
   2.116 +<pre>
   2.117 + $ dialog --title "Hello $USER" \
   2.118 +   --msgbox "Message made by dialog." 5 54
   2.119 +</pre>
   2.120 +<p>
   2.121 +You can find plenty of example scripts in the /sample directory inside the source code of dialog, 
   2.122 +which can be downloaded from: <a href="http://invisible-island.net/dialog/dialog.html"
   2.123 + >invisible-island.net/dialog/dialog.html</a>. Download sources and decompress:
   2.124 +</p>
   2.125 +<pre>
   2.126 + $ wget ftp://invisible-island.net/dialog/dialog.tar.gz
   2.127 + $ tar xzf dialog.tar.gz
   2.128 +</pre>
   2.129 +
   2.130 +<a name="geany"></a>
   2.131 +<h3>Geany IDE</h3>
   2.132 +<p>
   2.133 +Geany is an IDE or Integrated Development Environment. Geany is simple, quick and light, offering colored 
   2.134 +syntax, tabs and auto completion. Geany was used to create this page and most of the website documentation 
   2.135 +(with a little bit of Nano as well).
   2.136 +</p>
   2.137 +<h4>Launch Geany</h4>
   2.138 +<p>
   2.139 +You will find Geany in the menu --&gt; Development --&gt; Geany.
   2.140 +Once launched for the first time, you can adjust your preferences via Edit --&gt; Preferences. 
   2.141 +You can also launch Geany via a terminal:
   2.142 +</p>
   2.143 +<pre>
   2.144 + $ geany &amp;
   2.145 +</pre>
   2.146 +<p>
   2.147 +Note: when compiling the source code, the <code>./configure</code> script offers the option: 
   2.148 +<code>-enable-the-force</code>... Which you can use if you ever feel the need to become Luke
   2.149 +Skywalker!
   2.150 +</p>
   2.151 +
   2.152 +<a name="perl"></a>
   2.153 +<h3><font color="#6c0023">Perl or Microperl - Code/use Perl scripts</font></h3>
   2.154 +<p>
   2.155 +On SliTaz you can use the powerful scripting language Perl
   2.156 +via the <code>perl</code> or <code>microperl</code> binary. Microperl is a streamlined version of perl - 
   2.157 +compiled from official sources, Perl scripts running Microperl are compatible with the full version of Perl. 
   2.158 +One of Perl's strengths is it's portability, it can used on any system and it's an interpreted language, 
   2.159 +this means that the code doesn't need to be compiled and can be used directly. On SliTaz Perl and Microperl 
   2.160 +are not installed by default on LiveCD; you can either rebuild your ISO or install through the package 
   2.161 +manager. Note: Microperl is only 1 MB and provides no modules:
   2.162 +</p>
   2.163 +<pre>
   2.164 + # tazpkg install perl
   2.165 + Or :
   2.166 + # tazpkg install microperl
   2.167 +</pre>
   2.168 +
   2.169 +<h4>Hello world!</h4>
   2.170 +<p>
   2.171 +The purpose of this script is to display <em>Hello World</em>. You start
   2.172 +by creating the file and then making it executable on the command line and then editing with IDE Geany. 
   2.173 +Note the script is called <code>hello.pl</code>, but you can name it as you see
   2.174 +fit with or without the <code>.pl</code> extension:
   2.175 +</p>
   2.176 +<pre>
   2.177 + $ touch hello.pl
   2.178 + $ chmod +x hello.pl
   2.179 + $ geany hello.pl &amp;
   2.180 +</pre>
   2.181 +<p>
   2.182 +The first line of a Perl script begins by defining the path
   2.183 +to the Perl interpreter, usually <code>/usr/bin/perl</code> and to display text, just use the 
   2.184 +<code>print</code> command. It should be noted that Perl is case sensitive and a line of code should 
   2.185 +always end with a semicolon. Example code (you can copy and paste):
   2.186 +</p>
   2.187 +<pre class="script">
   2.188 +#!/usr/bin/perl
   2.189 +#
   2.190 +
   2.191 +print "Hello World!\n";
   2.192 +
   2.193 +</pre>
   2.194 +<p>
   2.195 +To execute and test the script:
   2.196 +</p>
   2.197 +<pre>
   2.198 + $ ./hello.pl
   2.199 +</pre>
   2.200 +
   2.201 +<h4>CGI Scripts and Perl</h4>
   2.202 +<p>
   2.203 +CGI scripts are designed to display dynamically generated
   2.204 +web pages. The Perl language associated with the LightTPD
   2.205 +web server allows you to use CGI scripts through your public space or via virtual hosts. 
   2.206 +Perl is quite adapted to Web 2.0 and can generate xHTML pages. On SliTaz you must 
   2.207 +have Perl or Microperl installed and the <a href="web-server.html#cgi-perl">LightTPD server</a>
   2.208 +configured before you can use CGI scripts coded in Perl. Note that
   2.209 +by default SHell scripts (.sh) can be placed in /cgi-bin/.
   2.210 +</p>
   2.211 +<p>
   2.212 +Once the server is properly configured, you can put your CGI in your <code>$HOME/Public/cgi-bin</code> using 
   2.213 +the <code>.pl</code> or <code>.cgi</code> extension and view them locally or remotely. Example of using a 
   2.214 +Perl CGI script:
   2.215 +</p>
   2.216 +<pre class="script">
   2.217 +#!/usr/bin/perl
   2.218 +#
   2.219 +print "content-type : text/html\n\n";
   2.220 +
   2.221 +print "Hello World!\n";
   2.222 +
   2.223 +</pre>
   2.224 +
   2.225 +<a name="python"></a>
   2.226 +<h3>Python</h3>
   2.227 +<p>
   2.228 +The Python programming language is available as an installable package. Once installed, you can create your 
   2.229 +own scripts/programs and use CGI applications with the LightTPD web server, taking care to 
   2.230 +<a href="web-server.html#cgi-python">configure the server</a> properly. The official SliTaz Mercurial 
   2.231 +repositories are provided by a CGI/Python web interface - a solution best suited to a robust, reliable 
   2.232 +combination. To install the <code>python</code> package with tazpkg:
   2.233 +</p>
   2.234 +<pre>
   2.235 + # tazpkg get-install python
   2.236 +</pre>
   2.237 +
   2.238 +<a name="ruby"></a>
   2.239 +<h3>Ruby</h3>
   2.240 +<p>
   2.241 +The Ruby programming language is available as an installable package. Ruby is 
   2.242 +(to quote the official website):- "A dynamic, open source programming language with a focus on simplicity 
   2.243 +and productivity. It has an elegant syntax that is natural to read and easy to write".
   2.244 +</p>
   2.245 +<p>
   2.246 +Ruby supports Object-Orientated Programming (OOP), automatic memory management and is portable. 
   2.247 +To install Ruby:
   2.248 +</p>
   2.249 +<pre>
   2.250 + # tazpkg get-install ruby
   2.251 +</pre>
   2.252 +
   2.253 +<a name="toolchain"></a>
   2.254 +<h3>Toolchain - Libraries, C compiler and tools</h3>
   2.255 +<p>
   2.256 +To compile software from sources or your own code, you need
   2.257 +at least the basic <em>toolchain</em>, comprising of Binutils,
   2.258 +Glibc, C compiler, Kernel <em>headers</em> and the Make utility.
   2.259 +Note that the <em>toolchain</em> is used by the SliTaz developers to compile the entire system from source. 
   2.260 +To install the meta package and all dependancies:
   2.261 +</p>
   2.262 +<pre>
   2.263 + # tazpkg get-install slitaz-toolchain
   2.264 +</pre>
   2.265 +<p>
   2.266 +The installation of the toolchain can now compile basic applications in console mode without a problem using 
   2.267 +the Busybox Ash SHell, but some other packages will not compile without Bash. GNU Bash is available as 
   2.268 +a <a href="system-admin.html#bash">package</a> along with various other development tools such as 
   2.269 +Flex, M4, Bison or Pkg-config. If you are looking for pkg-config for example:
   2.270 +</p>
   2.271 +<pre>
   2.272 + $ tazpkg search pkg-config
   2.273 +</pre>
   2.274 +<p>
   2.275 +If you would like to compile applications utilizing the Ncurses library, you must install the 
   2.276 +<code>ncurses-dev</code> package.
   2.277 +Note the ncurses package also provides a variety of small programs such as <code>tic</code> or 
   2.278 +<code>tack</code>:
   2.279 +</p>
   2.280 +<pre>
   2.281 + $ tazpkg search ncurses
   2.282 +</pre>
   2.283 +
   2.284 +<!-- End of content -->
   2.285 +</div>
   2.286 +
   2.287 +<!-- Footer. -->
   2.288 +<div id="footer">
   2.289 +	<div class="footer-right"></div>
   2.290 +	<a href="#top">Top of the page</a> | 
   2.291 +	<a href="index.html">Table of contents</a>
   2.292 +</div>
   2.293 +
   2.294 +<div id="copy">
   2.295 +    Copyright &copy; 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
   2.296 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
   2.297 +    Documentation is under
   2.298 +    <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
   2.299 +    and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
   2.300 +</div>
   2.301 +
   2.302 +</body>
   2.303 +</html>
     3.1 --- a/en/doc/handbook/graphics.html	Thu Jun 12 12:34:41 2008 +0200
     3.2 +++ b/en/doc/handbook/graphics.html	Sat Jun 14 14:48:17 2008 +0000
     3.3 @@ -1,8 +1,8 @@
     3.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title>
     3.6 -
     3.7 -
     3.8 -    
     3.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    3.10 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    3.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    3.12 +<head>
    3.13 +    <title>SliTaz Handbook (en) - Graphics</title>
    3.14      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.15      <meta name="description" content="slitaz English handbook" />
    3.16      <meta name="expires" content="never" />
    3.17 @@ -10,12 +10,15 @@
    3.18      <meta name="publisher" content="www.slitaz.org" />
    3.19      <meta name="author" content="Christophe Lincoln" />
    3.20      <link rel="shortcut icon" href="favicon.ico" />
    3.21 -    <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
    3.22 +    <link rel="stylesheet" type="text/css" href="book.css" />
    3.23 +</head>
    3.24 +<body bgcolor="#ffffff">
    3.25  
    3.26  <!-- Header and quick navigation -->
    3.27  <div id="header">
    3.28  <div id="quicknav" align="right">
    3.29      <a name="top"></a>
    3.30 +    <a href="development.html">Development</a> |
    3.31      <a href="index.html">Table of contents</a>
    3.32  </div>
    3.33  <h1><font color="#3e1220">SliTaz Handbook (en)</font></h1>
    3.34 @@ -101,7 +104,7 @@
    3.35  <div id="footer">
    3.36  	<div class="footer-right"></div>
    3.37  	<a href="#top">Top of the page</a> | 
    3.38 -	<a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
    3.39 +	<a href="index.html">Table of contents</a>
    3.40  </div>
    3.41  
    3.42  <div id="copy">
    3.43 @@ -112,5 +115,6 @@
    3.44      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
    3.45  </div>
    3.46  
    3.47 -</body></html>
    3.48 +</body>
    3.49 +</html>
    3.50  
     4.1 --- a/en/doc/handbook/hacking-livecd.html	Thu Jun 12 12:34:41 2008 +0200
     4.2 +++ b/en/doc/handbook/hacking-livecd.html	Sat Jun 14 14:48:17 2008 +0000
     4.3 @@ -1,8 +1,9 @@
     4.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
     4.6 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.7  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     4.8  
     4.9  <head>
    4.10 -    <title>SliTaz Handbook (en) - Template</title>
    4.11 +    <title>SliTaz Handbook (en) - Hacking LiveCD</title>
    4.12      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.13      <meta name="description" content="slitaz English handbook" />
    4.14      <meta name="expires" content="never" />
    4.15 @@ -338,7 +339,7 @@
    4.16  <div id="footer">
    4.17  	<div class="footer-right"></div>
    4.18  	<a href="#top">Top of the page</a> | 
    4.19 -	<a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
    4.20 +	<a href="index.html">Table of contents</a>
    4.21  </div>
    4.22  
    4.23  <div id="copy">
    4.24 @@ -349,4 +350,5 @@
    4.25      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
    4.26  </div>
    4.27  
    4.28 -</body></html>
    4.29 +</body>
    4.30 +</html>
     5.1 --- a/en/doc/handbook/index.html	Thu Jun 12 12:34:41 2008 +0200
     5.2 +++ b/en/doc/handbook/index.html	Sat Jun 14 14:48:17 2008 +0000
     5.3 @@ -46,6 +46,7 @@
     5.4  	<li><a href="network.html">Internet</a> - Web browsers, IRC chat client, mail client, BitTorrent and FTP.</li>
     5.5  	<li><a href="graphics.html">Graphics</a> - Computer graphics and Image
     5.6  	management.</li>
     5.7 +	<li><a href="development.html">Development</a> - SHell scripts, Perl, Python and Toolchain.</li>
     5.8  	<li><a href="multimedia.html">Multimedia</a> - Sound, music and video.</li>
     5.9  	<li><a href="system-tools.html">System Tools</a> - File &amp; Disk managers and other tools.</li>
    5.10  </ul>
     6.1 --- a/en/doc/handbook/install.html	Thu Jun 12 12:34:41 2008 +0200
     6.2 +++ b/en/doc/handbook/install.html	Sat Jun 14 14:48:17 2008 +0000
     6.3 @@ -18,7 +18,7 @@
     6.4  <div id="header">
     6.5  <div align="right" id="quicknav">
     6.6      <a name="top"></a>
     6.7 -    <a href="packages.html">Packages</a> |
     6.8 +    <a href="utilities.html">Utilities</a> |
     6.9      <a href="index.html">Table of contents</a>
    6.10  </div>
    6.11  <h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
     7.1 --- a/en/doc/handbook/multimedia.html	Thu Jun 12 12:34:41 2008 +0200
     7.2 +++ b/en/doc/handbook/multimedia.html	Sat Jun 14 14:48:17 2008 +0000
     7.3 @@ -2,7 +2,7 @@
     7.4      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     7.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     7.6  <head>
     7.7 -    <title>SliTaz Handbook (en) - Template</title>
     7.8 +    <title>SliTaz Handbook (en) - Multimedia</title>
     7.9      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    7.10      <meta name="description" content="slitaz English handbook" />
    7.11      <meta name="expires" content="never" />
    7.12 @@ -18,6 +18,7 @@
    7.13  <div id="header">
    7.14  <div align="right" id="quicknav">
    7.15      <a name="top"></a>
    7.16 +    <a href="system-tools.html">System Tools</a> |
    7.17      <a href="index.html">Table of contents</a>
    7.18  </div>
    7.19  <h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
     8.1 --- a/en/doc/handbook/network.html	Thu Jun 12 12:34:41 2008 +0200
     8.2 +++ b/en/doc/handbook/network.html	Sat Jun 14 14:48:17 2008 +0000
     8.3 @@ -1,8 +1,8 @@
     8.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     8.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title>
     8.6 -
     8.7 -
     8.8 -    
     8.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    8.10 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    8.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    8.12 +<head>
    8.13 +    <title>SliTaz Handbook (en) - Internet</title>    
    8.14      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    8.15      <meta name="description" content="slitaz English handbook" />
    8.16      <meta name="expires" content="never" />
    8.17 @@ -10,12 +10,15 @@
    8.18      <meta name="publisher" content="www.slitaz.org" />
    8.19      <meta name="author" content="Christophe Lincoln" />
    8.20      <link rel="shortcut icon" href="favicon.ico" />
    8.21 -    <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
    8.22 +    <link rel="stylesheet" type="text/css" href="book.css" />
    8.23 +</head>
    8.24 +<body bgcolor="#ffffff">
    8.25  
    8.26  <!-- Header and quick navigation -->
    8.27  <div id="header">
    8.28  <div id="quicknav" align="right">
    8.29      <a name="top"></a>
    8.30 +    <a href="graphics.html">Graphics</a> |
    8.31      <a href="index.html">Table of contents</a>
    8.32  </div>
    8.33  <h1><font color="#3e1220">SliTaz Handbook (en)</font></h1>
    8.34 @@ -155,5 +158,6 @@
    8.35      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
    8.36  </div>
    8.37  
    8.38 -</body></html>
    8.39 +</body>
    8.40 +</html>
    8.41  
     9.1 --- a/en/doc/handbook/office.html	Thu Jun 12 12:34:41 2008 +0200
     9.2 +++ b/en/doc/handbook/office.html	Sat Jun 14 14:48:17 2008 +0000
     9.3 @@ -1,8 +1,8 @@
     9.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     9.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title>
     9.6 -
     9.7 -
     9.8 -    
     9.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    9.10 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    9.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    9.12 +<head>
    9.13 +    <title>SliTaz Handbook (en) - Office</title>
    9.14      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    9.15      <meta name="description" content="slitaz English handbook" />
    9.16      <meta name="expires" content="never" />
    9.17 @@ -10,12 +10,15 @@
    9.18      <meta name="publisher" content="www.slitaz.org" />
    9.19      <meta name="author" content="Christophe Lincoln" />
    9.20      <link rel="shortcut icon" href="favicon.ico" />
    9.21 -    <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
    9.22 +    <link rel="stylesheet" type="text/css" href="book.css" />
    9.23 +</head>
    9.24 +<body bgcolor="#ffffff">
    9.25  
    9.26  <!-- Header and quick navigation -->
    9.27  <div id="header">
    9.28  <div id="quicknav" align="right">
    9.29      <a name="top"></a>
    9.30 +    <a href="network.html">Internet</a> |
    9.31      <a href="index.html">Table of contents</a>
    9.32  </div>
    9.33  <h1><font color="#3e1220">SliTaz Handbook (en)</font></h1>
    9.34 @@ -80,7 +83,7 @@
    9.35  <div id="footer">
    9.36  	<div class="footer-right"></div>
    9.37  	<a href="#top">Top of the page</a> | 
    9.38 -	<a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
    9.39 +	<a href="index.html">Table of contents</a>
    9.40  </div>
    9.41  
    9.42  <div id="copy">
    9.43 @@ -91,5 +94,6 @@
    9.44      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
    9.45  </div>
    9.46  
    9.47 -</body></html>
    9.48 +</body>
    9.49 +</html>
    9.50  
    10.1 --- a/en/doc/handbook/secure-server.html	Thu Jun 12 12:34:41 2008 +0200
    10.2 +++ b/en/doc/handbook/secure-server.html	Sat Jun 14 14:48:17 2008 +0000
    10.3 @@ -1,8 +1,8 @@
    10.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    10.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title>
    10.6 -
    10.7 -
    10.8 -    
    10.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
   10.10 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   10.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   10.12 +<head>
   10.13 +    <title>SliTaz Handbook (en) - Secure SHell (SSH)</title>
   10.14      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   10.15      <meta name="description" content="slitaz English handbook" />
   10.16      <meta name="expires" content="never" />
   10.17 @@ -10,7 +10,9 @@
   10.18      <meta name="publisher" content="www.slitaz.org" />
   10.19      <meta name="author" content="Christophe Lincoln" />
   10.20      <link rel="shortcut icon" href="favicon.ico" />
   10.21 -    <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
   10.22 +    <link rel="stylesheet" type="text/css" href="book.css" />
   10.23 +</head>
   10.24 +<body bgcolor="#ffffff">
   10.25  
   10.26  <!-- Header and quick navigation -->
   10.27  <div id="header">
   10.28 @@ -116,7 +118,7 @@
   10.29  <div id="footer">
   10.30  	<div class="footer-right"></div>
   10.31  	<a href="#top">Top of the page</a> | 
   10.32 -	<a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
   10.33 +	<a href="index.html">Table of contents</a>
   10.34  </div>
   10.35  
   10.36  <div id="copy">
   10.37 @@ -127,5 +129,6 @@
   10.38      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
   10.39  </div>
   10.40  
   10.41 -</body></html>
   10.42 +</body>
   10.43 +</html>
   10.44  
    11.1 --- a/en/doc/handbook/security.html	Thu Jun 12 12:34:41 2008 +0200
    11.2 +++ b/en/doc/handbook/security.html	Sat Jun 14 14:48:17 2008 +0000
    11.3 @@ -1,8 +1,8 @@
    11.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    11.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title>
    11.6 -
    11.7 -
    11.8 -    
    11.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
   11.10 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   11.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   11.12 +<head>
   11.13 +    <title>SliTaz Handbook (en) - Security</title>
   11.14      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   11.15      <meta name="description" content="slitaz English handbook" />
   11.16      <meta name="expires" content="never" />
   11.17 @@ -10,7 +10,9 @@
   11.18      <meta name="publisher" content="www.slitaz.org" />
   11.19      <meta name="author" content="Christophe Lincoln" />
   11.20      <link rel="shortcut icon" href="favicon.ico" />
   11.21 -    <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
   11.22 +    <link rel="stylesheet" type="text/css" href="book.css" />
   11.23 +</head>
   11.24 +<body bgcolor="#ffffff">
   11.25  
   11.26  <!-- Header and quick navigation -->
   11.27  <div id="header">
   11.28 @@ -143,7 +145,7 @@
   11.29  <div id="footer">
   11.30  	<div class="footer-right"></div>
   11.31  	<a href="#top">Top of the page</a> | 
   11.32 -	<a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
   11.33 +	<a href="index.html">Table of contents</a>
   11.34  </div>
   11.35  
   11.36  <div id="copy">
   11.37 @@ -154,5 +156,6 @@
   11.38      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
   11.39  </div>
   11.40  
   11.41 -</body></html>
   11.42 +</body>
   11.43 +</html>
   11.44  
    12.1 --- a/en/doc/handbook/system-tools.html	Thu Jun 12 12:34:41 2008 +0200
    12.2 +++ b/en/doc/handbook/system-tools.html	Sat Jun 14 14:48:17 2008 +0000
    12.3 @@ -2,7 +2,7 @@
    12.4      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    12.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    12.6  <head>
    12.7 -    <title>SliTaz Handbook (en) - Template</title>
    12.8 +    <title>SliTaz Handbook (en) - System Tools</title>
    12.9      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   12.10      <meta name="description" content="slitaz English handbook" />
   12.11      <meta name="expires" content="never" />
   12.12 @@ -18,6 +18,7 @@
   12.13  <div id="header">
   12.14  <div align="right" id="quicknav">
   12.15      <a name="top"></a>
   12.16 +    <a href="packages.html">Packages</a> |
   12.17      <a href="index.html">Table of contents</a>
   12.18  </div>
   12.19  <h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
   12.20 @@ -41,8 +42,10 @@
   12.21  <a name="clex"></a>
   12.22  <h3>Clex - Command line File Manager</h3>
   12.23  <p>
   12.24 -To navigate through your folders and directories you can use <code>cd</code> on the command line or launch the 'Clex File Manager'. Using ncurses, clex is fast and easy to use and can be configured through the files ~/.clexrc
   12.25 -and ~/.clexbm (bookmarks) or via the panel (ctrl -g). To start clex from a terminal or console:
   12.26 +To navigate through your folders and directories you can use <code>cd</code> on the command line or 
   12.27 +launch the 'Clex File Manager'. Using ncurses, clex is fast and easy to use and can be configured through 
   12.28 +the files ~/.clexrc and ~/.clexbm (bookmarks) or via the panel (ctrl -g). To start clex from a terminal or 
   12.29 +console:
   12.30  </p>
   12.31  <pre>
   12.32   $ clex
   12.33 @@ -51,18 +54,27 @@
   12.34  <a name="emelfm2"></a>
   12.35  <h3>emelFM2 - File Manager</h3>
   12.36  <p>
   12.37 -EmelFM2 is a file manager providing many useful functions for daily tasks such as managing devices, opening a terminal in the current directory, drag and drop, create/rename directories, key bindings or managing file permissions. It contains bookmarks to allow you to browse faster, a text editor/viewer and much more.
   12.38 -EmelFM2 can be launched with some command line options - you can  specify the dustbin directory or set the start directory to display. For a full list of options:
   12.39 +EmelFM2 is a file manager providing many useful functions for daily tasks such as managing devices, opening 
   12.40 +a terminal in the current directory, drag and drop, create/rename directories, key bindings or managing file 
   12.41 +permissions. It contains bookmarks to allow you to browse faster, a text editor/viewer and much more.
   12.42 +EmelFM2 can be launched with some command line options - you can  specify the dustbin directory or set the 
   12.43 +start directory to display. For a full list of options:
   12.44  <code>$ emelfm2 --help</code>.
   12.45  </p>
   12.46  <p>
   12.47 -The context menu (right click on file/directory) makes it easy to unpack <code>.taz .gz</code> archives, compress and create archives or compare files. You can also create symbolic links via 'Create a link...'. Once learnt, emelFM2 will allow you to work quickly and effectively.
   12.48 +The context menu (right click on file/directory) makes it easy to unpack <code>.taz .gz</code> archives, 
   12.49 +compress and create archives or compare files. You can also create symbolic links via 'Create a link...'. 
   12.50 +Once learnt, emelFM2 will allow you to work quickly and effectively.
   12.51  </p>
   12.52  
   12.53  <a name="htop"></a>
   12.54  <h3>Htop - View system processes</h3>
   12.55  <p>
   12.56 -Htop is a system process viewer that displays cpu load, memory state (RAM) and swap used. It can also display the number of tasks, uptime and PIDs of active processes. Htop can be used with the keyboard in console mode, the mouse with a X terminal (xterm) and provides configuration options (F2). Htop can also kill processes and you can select items with the up/down arrows or a mouse click. Note htop also functions via SSH and can be used to monitor a remote server:
   12.57 +Htop is a system process viewer that displays cpu load, memory state (RAM) and swap used. It can also 
   12.58 +display the number of tasks, uptime and PIDs of active processes. Htop can be used with the keyboard in 
   12.59 +console mode, the mouse with a X terminal (xterm) and provides configuration options (F2). Htop can also 
   12.60 +kill processes and you can select items with the up/down arrows or a mouse click. Note htop also functions 
   12.61 +via SSH and can be used to monitor a remote server:
   12.62  </p>
   12.63  <pre>
   12.64   $ htop
   12.65 @@ -72,19 +84,27 @@
   12.66  <h3>Mountbox - Mount devices</h3>
   12.67  <p>
   12.68  Mountbox is a small GTK+ application to quickly mount media
   12.69 -such as a USB drive, hard drive or cdrom. Mountbox can be launched from a terminal or via the Tools menu (System Tools). Simply specify the peripheral (Device) and the mount point, ie the directory where you want to access the media in question. Typically a CD is mounted on /media/cdrom, a USB key on /media/flash and disk drives on the local machine on /mnt. Note the <a href="system-admin.html#devices">handbook</a> also contains some information.
   12.70 +such as a USB drive, hard drive or cdrom. Mountbox can be launched from a terminal or via the Tools menu 
   12.71 +(System Tools). Simply specify the peripheral (Device) and the mount point, ie the directory where you want 
   12.72 +to access the media in question. Typically a CD is mounted on /media/cdrom, a USB key on /media/flash and 
   12.73 +disk drives on the local machine on /mnt. Note the <a href="system-admin.html#devices">handbook</a> also 
   12.74 +contains some information.
   12.75  </p>
   12.76  
   12.77  <a name="gparted"></a>
   12.78  <h3>Gparted - Partition a hard drive</h3>
   12.79  <p>
   12.80  Gparted is a graphical application making it possible to manage the partitions of a local hard drive or USB media.
   12.81 -It allows you to reformat, resize or check a partition on a hard drive and is the tool of choice if you need to prepare a partition to install SliTaz. Gparted supports proper GNU/Linux filesystems (ext2 and ext3) via mkfs and Parted automatically handles dependancies.
   12.82 +It allows you to reformat, resize or check a partition on a hard drive and is the tool of choice if you need 
   12.83 +to prepare a partition to install SliTaz. Gparted supports proper GNU/Linux filesystems (ext2 and ext3) 
   12.84 +via mkfs and Parted automatically handles dependancies.
   12.85  </p>
   12.86  
   12.87  <h4>Support FAT and NTFS filesystems</h4>
   12.88  <p>
   12.89 -To have the support of FAT16 or Windows FAT32 filesystems, you must install the package  <code>dosfstools</code>. To support NTFS read/write you need to install: <code>fuse</code>, <code>ntfs-3g</code> and <code>ntfprogs</code>.
   12.90 +To have the support of FAT16 or Windows FAT32 filesystems, you must install the package 
   12.91 +<code>dosfstools</code>. To support NTFS read/write you need to install: <code>fuse</code>, 
   12.92 +<code>ntfs-3g</code> and <code>ntfprogs</code>.
   12.93  </p>
   12.94  
   12.95  <!-- End of content -->
    13.1 --- a/en/doc/handbook/utilities.html	Thu Jun 12 12:34:41 2008 +0200
    13.2 +++ b/en/doc/handbook/utilities.html	Sat Jun 14 14:48:17 2008 +0000
    13.3 @@ -1,8 +1,8 @@
    13.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    13.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title>
    13.6 -
    13.7 -
    13.8 -    
    13.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
   13.10 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   13.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   13.12 +<head>
   13.13 +    <title>SliTaz Handbook (en) - Utilities</title>
   13.14      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   13.15      <meta name="description" content="slitaz English handbook" />
   13.16      <meta name="expires" content="never" />
   13.17 @@ -10,12 +10,15 @@
   13.18      <meta name="publisher" content="www.slitaz.org" />
   13.19      <meta name="author" content="Christophe Lincoln" />
   13.20      <link rel="shortcut icon" href="favicon.ico" />
   13.21 -    <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
   13.22 +    <link rel="stylesheet" type="text/css" href="book.css" />
   13.23 +</head>
   13.24 +<body bgcolor="#ffffff">
   13.25  
   13.26  <!-- Header and quick navigation -->
   13.27  <div id="header">
   13.28  <div id="quicknav" align="right">
   13.29      <a name="top"></a>
   13.30 +    <a href="office.html">Office</a> |
   13.31      <a href="index.html">Table of contents</a>
   13.32  </div>
   13.33  <h1><font color="#3e1220">SliTaz Handbook (en)</font></h1>
   13.34 @@ -169,7 +172,7 @@
   13.35  <div id="footer">
   13.36  	<div class="footer-right"></div>
   13.37  	<a href="#top">Top of the page</a> | 
   13.38 -	<a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
   13.39 +	<a href="index.html">Table of contents</a>
   13.40  </div>
   13.41  
   13.42  <div id="copy">
   13.43 @@ -180,5 +183,6 @@
   13.44      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
   13.45  </div>
   13.46  
   13.47 -</body></html>
   13.48 +</body>
   13.49 +</html>
   13.50  
    14.1 --- a/en/doc/handbook/web-server.html	Thu Jun 12 12:34:41 2008 +0200
    14.2 +++ b/en/doc/handbook/web-server.html	Sat Jun 14 14:48:17 2008 +0000
    14.3 @@ -1,8 +1,8 @@
    14.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    14.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title>
    14.6 -
    14.7 -
    14.8 -    
    14.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
   14.10 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   14.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   14.12 +<head>
   14.13 +    <title>SliTaz Handbook (en) - LightTPD web server</title>    
   14.14      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   14.15      <meta name="description" content="slitaz English handbook" />
   14.16      <meta name="expires" content="never" />
   14.17 @@ -10,7 +10,9 @@
   14.18      <meta name="publisher" content="www.slitaz.org" />
   14.19      <meta name="author" content="Christophe Lincoln" />
   14.20      <link rel="shortcut icon" href="favicon.ico" />
   14.21 -    <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
   14.22 +    <link rel="stylesheet" type="text/css" href="book.css" />
   14.23 +</head>
   14.24 +<body bgcolor="#ffffff">
   14.25  
   14.26  <!-- Header and quick navigation -->
   14.27  <div id="header">
   14.28 @@ -201,7 +203,7 @@
   14.29  <div id="footer">
   14.30  	<div class="footer-right"></div>
   14.31  	<a href="#top">Top of the page</a> | 
   14.32 -	<a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
   14.33 +	<a href="index.html">Table of contents</a>
   14.34  </div>
   14.35  
   14.36  <div id="copy">
   14.37 @@ -212,5 +214,6 @@
   14.38      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
   14.39  </div>
   14.40  
   14.41 -</body></html>
   14.42 +</body>
   14.43 +</html>
   14.44  
    15.1 --- a/en/doc/handbook/x-window.html	Thu Jun 12 12:34:41 2008 +0200
    15.2 +++ b/en/doc/handbook/x-window.html	Sat Jun 14 14:48:17 2008 +0000
    15.3 @@ -1,8 +1,8 @@
    15.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    15.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - X Window System</title>
    15.6 -
    15.7 -
    15.8 -    
    15.9 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
   15.10 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   15.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   15.12 +<head>
   15.13 +    <title>SliTaz Handbook (en) - X Window System</title>
   15.14      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   15.15      <meta name="description" content="slitaz English handbook X server window manager jwm openbox e17 slim login" />
   15.16      <meta name="expires" content="never" />
   15.17 @@ -10,7 +10,9 @@
   15.18      <meta name="publisher" content="www.slitaz.org" />
   15.19      <meta name="author" content="Christophe Lincoln, Paul Issot" />
   15.20      <link rel="shortcut icon" href="favicon.ico" />
   15.21 -    <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
   15.22 +    <link rel="stylesheet" type="text/css" href="book.css" />
   15.23 +</head>
   15.24 +<body bgcolor="#ffffff">
   15.25  
   15.26  <!-- Header and quick navigation -->
   15.27  <div id="header">
   15.28 @@ -268,7 +270,7 @@
   15.29  <div id="footer">
   15.30  	<div class="footer-right"></div>
   15.31  	<a href="#top">Top of the page</a> | 
   15.32 -	<a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
   15.33 +	<a href="index.html">Table of contents</a>
   15.34  </div>
   15.35  
   15.36  <div id="copy">
   15.37 @@ -279,5 +281,6 @@
   15.38      and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
   15.39  </div>
   15.40  
   15.41 -</body></html>
   15.42 +</body>
   15.43 +</html>
   15.44