website rev 601

en: add relnotes for 3.0
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 28 17:09:37 2010 +0200 (2010-03-28)
parents 931a12bf0a02
children 501e38e3eca1
files en/doc/index.html en/doc/releases/3.0/book.css en/doc/releases/3.0/favicon.ico en/doc/releases/3.0/images/css/header.png en/doc/releases/3.0/relnotes.en.html
line diff
     1.1 --- a/en/doc/index.html	Sun Mar 28 17:05:43 2010 +0200
     1.2 +++ b/en/doc/index.html	Sun Mar 28 17:09:37 2010 +0200
     1.3 @@ -83,17 +83,17 @@
     1.4  <h2><font color="#df8f06">Handbook &amp; Cookbook</font></h2>
     1.5  
     1.6  <ul>
     1.7 -	<li><a href="handbook/index.html">Handbook</a> - SliTaz Handbook. LiveCD usage,
     1.8 +	<li><a href="http://doc.slitaz.org/en:handbook:start">Handbook</a> - SliTaz Handbook. LiveCD usage,
     1.9  	package management, network or system administration
    1.10  	and specific instructions. This Handbook is a community effort to provide
    1.11  	high quality documentation for SliTaz users. It will help you get started
    1.12  	with SliTaz GNU/Linux and show you how to configure the system to your own
    1.13  	needs and preferences. This is the documentation that we advise you to read, 
    1.14  	learn and consult first.</li>
    1.15 -	<li><a href="cookbook/index.html">Cookbook</a> - SliTaz Cookbook. Information regarding the 
    1.16 -	management, operation and development of the distribution. Instructions on how 
    1.17 -	to use the wok and package receipts, descriptions of boot scripts and rootcd files,
    1.18 -	and various tools.</li>
    1.19 +	<li><a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a> - SliTaz Cookbook. 
    1.20 +	Information regarding the management, operation and development of the distribution.
    1.21 +	Instructions on how to use the wok and package receipts, descriptions of boot scripts
    1.22 +	and rootcd files, and various tools.</li>
    1.23  	<li><a href="scratchbook/index.html">Scratchbook</a> - SliTaz Scratchbook. Describes the stages 
    1.24  	of creating the very first SliTaz distribution commencing with instructions on compiling 
    1.25  	the Linux kernel, installing the graphical server (Xvesa) and GTK applications, etc. 
    1.26 @@ -127,6 +127,8 @@
    1.27  </p>
    1.28  
    1.29  <ul>
    1.30 +	<li><a href="releases/3.0/relnotes.en.html">SliTaz GNU/Linux 3.0 - 
    1.31 +	Release Notes</a></li>
    1.32  	<li><a href="releases/2.0/relnotes.en.html">SliTaz GNU/Linux 2.0 - 
    1.33  	Release Notes</a></li>
    1.34  	<li><a href="releases/1.0/relnotes.en.html">SliTaz GNU/Linux 1.0 - 
    1.35 @@ -143,11 +145,11 @@
    1.36  <!-- Start of footer and copy notice -->
    1.37  <div id="copy">
    1.38  <p>
    1.39 -Last modification : 2008-07-16 21:45:00 -
    1.40 +Last modification : 2010-03-28 17:00:00 -
    1.41  <a href="index.html#top">Top of the page</a>
    1.42  </p>
    1.43  <p>
    1.44 -Copyright © 2007 <a href="http://www.slitaz.org/">SliTaz</a> -
    1.45 +Copyright © 2010 <a href="http://www.slitaz.org/">SliTaz</a> -
    1.46  <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
    1.47  </p>
    1.48  <!-- End of copy -->
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/en/doc/releases/3.0/book.css	Sun Mar 28 17:09:37 2010 +0200
     2.3 @@ -0,0 +1,195 @@
     2.4 +/* 
     2.5 +	CSS style for SliTaz GNU/Linux *book.
     2.6 +	Pankso 2007 - www.slitaz.org
     2.7 +*/
     2.8 +
     2.9 +html {
    2.10 +	height:  102%;
    2.11 +}
    2.12 +
    2.13 +body {
    2.14 +	font: 13px sans-serif, vernada, arial;
    2.15 +	background: #ffffff;
    2.16 +	color: black;
    2.17 +	margin: 0;
    2.18 +}
    2.19 +
    2.20 +#header {
    2.21 +	background: #f0ba08 url(images/css/header.png) repeat-x top;
    2.22 +	color: black;
    2.23 +	height: 50px;
    2.24 +	border-top: 1px solid black;
    2.25 +	border-bottom: 1px solid black;
    2.26 +}
    2.27 +
    2.28 +#header h1 {
    2.29 +	padding: 10px;
    2.30 +}
    2.31 +
    2.32 +#quicknav {
    2.33 +	text-align: right;
    2.34 +	font-size: 12px;
    2.35 +	color: #666666;
    2.36 +	background-color: #eaeaea;
    2.37 +	padding: 4px 2px;
    2.38 +	font-weight: bold;
    2.39 +}
    2.40 +
    2.41 +#quicknav a {
    2.42 +	color: #0F314E;
    2.43 +	background: inherit;
    2.44 +	text-decoration: none;
    2.45 +	padding: 0px 2px;
    2.46 +}
    2.47 +
    2.48 +#quicknav a:hover {
    2.49 +	color: #DF8F06;
    2.50 +	text-decoration: none;
    2.51 +}
    2.52 +
    2.53 +/*  content. */
    2.54 +
    2.55 +#content {
    2.56 +	padding: 20px;
    2.57 +	margin: 0px 50px 0px 50px;
    2.58 +	width: auto;
    2.59 +	text-align: justify;
    2.60 +}
    2.61 +
    2.62 +#content li {
    2.63 +	line-height: 1.5em;
    2.64 +	text-align: left;
    2.65 +}
    2.66 +
    2.67 +/*  Footer. */
    2.68 +
    2.69 +#footer {
    2.70 +	font-size: 11px;
    2.71 +	color: black;
    2.72 +	height: 20px;
    2.73 +	padding: 0px 0px 0px 10px;
    2.74 +	margin: 0px;
    2.75 +	width: auto;
    2.76 +	text-align: center ;
    2.77 +}
    2.78 +
    2.79 +#footer a {
    2.80 +	background: #ffffff;
    2.81 +	color: #0F314E;
    2.82 +}
    2.83 +
    2.84 +#footer a:hover {
    2.85 +	background: #ffffff;
    2.86 +	color: blue;
    2.87 +}
    2.88 +
    2.89 +/* Legal informations */
    2.90 +
    2.91 +#copy {
    2.92 +	font-size: 11px ;
    2.93 +	text-align: center ;
    2.94 +	background: transparent;
    2.95 +	color: #a8a8a8;
    2.96 +	padding-top: 10px;
    2.97 +}
    2.98 +
    2.99 +#copy a {
   2.100 +	background: inherit;
   2.101 +	color: #a8a8a8;
   2.102 +}
   2.103 +
   2.104 +#copy a:hover {
   2.105 +	background: inherit;
   2.106 +	color: blue;
   2.107 +}
   2.108 +
   2.109 +/* Clouds */
   2.110 +
   2.111 +#cloud {
   2.112 +	padding: 10px 120px 10px 120px;
   2.113 +	line-height: 3em;
   2.114 +	text-align: center;
   2.115 +}
   2.116 +#cloud a { padding: 4px; color: #956411; }
   2.117 +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
   2.118 +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
   2.119 +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
   2.120 +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
   2.121 +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
   2.122 +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
   2.123 +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
   2.124 +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
   2.125 +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
   2.126 +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
   2.127 +
   2.128 +/* Div for round corners. */
   2.129 +
   2.130 +.content-right, .footer-right {
   2.131 +	width: 16px;
   2.132 +	color: white;
   2.133 +	background-color: #333333;
   2.134 +}
   2.135 +.content-right {
   2.136 +	background: url(images/css/content-tr.png) no-repeat top right;
   2.137 +	height: 16px;
   2.138 +	right: 50px;
   2.139 +	top: 82px;
   2.140 +	position: absolute;
   2.141 +}
   2.142 +
   2.143 +.footer-right {
   2.144 +	background: url(images/css/footer-br.png) no-repeat bottom right;
   2.145 +	height: 20px;
   2.146 +	float: right;
   2.147 +}
   2.148 +
   2.149 +/* General HTML entities for  content. */
   2.150 +
   2.151 +h1 {
   2.152 +	margin: 0px 0px 0px 16px;
   2.153 +}
   2.154 +
   2.155 +h2 {
   2.156 +	margin: 12px 0;
   2.157 +	color: #484B7C;
   2.158 +	background: white;
   2.159 +}
   2.160 +
   2.161 +h3 {
   2.162 +	font-weight: bold;
   2.163 +	color: #6c0023;
   2.164 +	background: white;
   2.165 +}
   2.166 +
   2.167 +a {
   2.168 +	text-decoration: underline;
   2.169 +}
   2.170 +a:hover {
   2.171 +	text-decoration: none;
   2.172 +}
   2.173 +
   2.174 +pre {
   2.175 +	padding: 5px;
   2.176 +	color: black;
   2.177 +	background: #e1e0b0;
   2.178 +}
   2.179 +pre.script {
   2.180 +	padding: 10px;
   2.181 +	color: black;
   2.182 +	background: #e8e8e8;
   2.183 +	border: 1px inset #333333;
   2.184 +}
   2.185 +
   2.186 +code {
   2.187 +	font-size: 12px;
   2.188 +	color: #669900;
   2.189 +	background: transparent;
   2.190 +}
   2.191 +
   2.192 +li {
   2.193 +	line-height: 1.4em;
   2.194 +}
   2.195 +
   2.196 +hr {
   2.197 +	border: 0pt none;
   2.198 +}
     3.1 Binary file en/doc/releases/3.0/favicon.ico has changed
     4.1 Binary file en/doc/releases/3.0/images/css/header.png has changed
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/en/doc/releases/3.0/relnotes.en.html	Sun Mar 28 17:09:37 2010 +0200
     5.3 @@ -0,0 +1,292 @@
     5.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     5.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     5.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     5.7 +<head>
     5.8 +	<title>SliTaz 3.0 Release notes</title>
     5.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    5.10 +	<meta name="description" content="slitaz doc system releases notes information cooking" />
    5.11 +	<meta name="expires" content="never" />
    5.12 +	<meta name="modified" content="2010-03-22 22:10:00" />
    5.13 +	<meta name="publisher" content="www.slitaz.org" />
    5.14 +	<meta name="author" content="Christophe Lincoln"/>
    5.15 +	<link rel="shortcut icon" href="favicon.ico" />
    5.16 +	<link rel="stylesheet" type="text/css" href="book.css" />
    5.17 +</head>
    5.18 +<body bgcolor="#ffffff">
    5.19 +
    5.20 +<!-- Header and quick navigation -->
    5.21 +<div id="header">
    5.22 +	<a name="top"></a>
    5.23 +	<h1><font color="#3E1220">SliTaz - System doc</font></h1>
    5.24 +</div>
    5.25 +
    5.26 +<div id="quicknav">
    5.27 +	SliTaz:
    5.28 +	<a href="http://www.slitaz.org/">Website</a>
    5.29 +	<a href="http://forum.slitaz.org/">Forum</a>
    5.30 +	<a href="http://doc.slitaz.org/">Documentation</a>
    5.31 +	<a href="http://pkgs.slitaz.org/">Packages</a>
    5.32 +	<a href="http://labs.slitaz.org/">Labs</a>
    5.33 +</div>
    5.34 +
    5.35 +<!-- Content. -->
    5.36 +<div id="content">
    5.37 +
    5.38 +<h2><font color="#df8f06">Releases notes</font></h2>
    5.39 +
    5.40 +<ul>
    5.41 +	<li><a href="#overview">Overview.</a></li>
    5.42 +	<li><a href="#hardware">Supported Hardware.</a></li>
    5.43 +	<li><a href="#livecd">LiveCD Flavors.</a></li>
    5.44 +	<li><a href="#toolchain">Kernel and toolchain.</a></li>
    5.45 +	<li><a href="#utf-8">UTF-8 support.</a></li>
    5.46 +	<li><a href="#xorg">Xorg server.</a></li>
    5.47 +	<li><a href="#install">HD Install and LiveUSB.</a></li>
    5.48 +	<li><a href="#packages">Software Packages.</a></li>
    5.49 +	<li><a href="#desktop">Core Desktop.</a></li>
    5.50 +	<li><a href="#security">Security.</a></li>
    5.51 +	<li><a href="#upgrade">From 2.0 to 3.0.</a></li>
    5.52 +	<li><a href="#people">People of the Project.</a></li>
    5.53 +</ul>
    5.54 +
    5.55 +<a name="overview"></a>
    5.56 +<h3><font color="#6c0023"></font>Overview</h3>
    5.57 +<p>
    5.58 +Welcome to SliTaz 3.0! Small, fast, easy to use and customize, the new
    5.59 +SliTaz stable version is now out after one year of development. 
    5.60 +</p>
    5.61 +<ul>
    5.62 +    <li>Boot scripts rewritten and faster (super-fast booting)</li>
    5.63 +    <li>All home-made boxes improved (tazctrlbox, tazhw, wifibox, burnbox, mountbox, netbox, serverbox, installer)</li>
    5.64 +    <li>Switch to Xorg from Xvesa</li>
    5.65 +    <li>Switch to Midori as the default web browser</li>
    5.66 +    <li>Better hardware support - wifi cards, webcams, 3G-modems, printers, scanners</li>
    5.67 +    <li>Better themes and desktop integration</li>
    5.68 +    <li>Faster virtualization with lguest</li>
    5.69 +    <li>SliTaz pro: OpenERP, LAMP, GLPI and more</li>
    5.70 +    <li>Easier to customize LiveCD and LiveUSB (tazlitobox and tazusbbox)</li>
    5.71 +    <li>Tazpkg supports new features including the conversion of deb/rpm/arch/slackware/ipk packages to Slitaz native format</li>
    5.72 +    <li>Packages are now automatically built by a build bot (Tazbb)</li>
    5.73 +    <li>More contributors and stronger community</li>
    5.74 +    <li>900 packages added to the database and many updates</li>
    5.75 +    <li>More than 2800 commits by contributors</li>
    5.76 +</ul>
    5.77 +<p>
    5.78 +Technical support is provided to users via the mailing list and the official
    5.79 +forum: <a href="http://forum.slitaz.org/">forum.slitaz.org</a>
    5.80 +</p>
    5.81 +
    5.82 +<a name="hardware"></a>
    5.83 +<h3><font color="#6c0023">Supported Hardware</font></h3>
    5.84 +<p>
    5.85 +SliTaz GNU/Linux supports all machines based on the i486 or x86 Intel compatible
    5.86 +processors. A minimum 192MB of memory is recommended to use the core LiveCD. 
    5.87 +80MB is needed for the "slitaz-loram" flavor and 16MB for the 
    5.88 +"slitaz-loram-cdrom" flavor.
    5.89 +</p>
    5.90 +<p>
    5.91 +With the slitaz-loram flavor, the system is less responsive, but allows you to
    5.92 +graphically install SliTaz on very old machines with limited resources. Once installed, SliTaz works
    5.93 +well with a minimum of 16MB memory, but forget about using Firefox to surf the
    5.94 +web - you'll have to use the text based 'links' for example. 
    5.95 +</p>
    5.96 +<p>
    5.97 +SliTaz 3.0 provides all needed drivers and tools such as 915resolution to
    5.98 +have support for a wide range of netbooks (Eeepc, HP mini, Aspire One, etc).
    5.99 +</p>
   5.100 +
   5.101 +<a name="livecd"></a>
   5.102 +<h3><font color="#6c0023">LiveCD Flavors</font></h3>
   5.103 +<p>
   5.104 +SliTaz GNU/Linux is distributed as a bootable LiveCD. You can use the LiveCD 
   5.105 +as a normal system or you can graphically install Slitaz to the hard drive. 
   5.106 +Installing/upgrading Slitaz retains your previous system's settings, applications
   5.107 +and documents. 
   5.108 +</p>
   5.109 +<p>
   5.110 +The LiveCD can also be customised and easily rebuilt both graphically or from
   5.111 +the command line. Install your own custom set of packages, or simply use one
   5.112 +of the preset flavors on the mirror. Then simply generate your distribution 
   5.113 +with the "Tazlito" tool.
   5.114 +</p>
   5.115 +<p>
   5.116 +The ISO image now uses a 'hybrid' system: it can also be copied onto an USB stick 
   5.117 +without formating it (using <code>dd</code>).
   5.118 +</p>
   5.119 +
   5.120 +<a name="toolchain"></a>
   5.121 +<h3><font color="#6c0023">Kernel and toolchain</font></h3>
   5.122 +<p>
   5.123 +SliTaz 3.0 comes with a new but very well tested 2.6.30.6 Linux kernel and a complete new
   5.124 +build toolchain from which the whole system has been built. The 2.6.30.6 Linux kernel is 
   5.125 +separated into several linux-packages for supporting additional drivers and features. This time
   5.126 +we have also built-in some more drivers to have a faster kernel boot.
   5.127 +</p>
   5.128 +<p>
   5.129 +The new toolchain comprises of: Binutils 2.19.1, GCC 4.4.1, Glibc 2.10.1
   5.130 +</p>
   5.131 +
   5.132 +<a name="utf-8"></a>
   5.133 +<h3><font color="#6c0023">UTF-8 support</font></h3>
   5.134 +With this release, the Slitaz community can enjoy full UTF-8 support.
   5.135 +SliTaz uses standard PO files for the translation of all SliTaz related tools, boxes and utilities.
   5.136 +With better internationalization support (russian, portuguese, chinese, and many more), 
   5.137 +contributors can now use graphical tools such as poedit to make translations using GNU gettext standards. 
   5.138 +The labs also have an i18n project to easily upload files to be included in the distribution. 
   5.139 +The locale packs have more translated application messages for the core system and 
   5.140 +some extra packages for applications such as Gimp, Abiword, Gnumeric, etc.
   5.141 +
   5.142 +<a name="xorg"></a>
   5.143 +<h3><font color="#6c0023">Xorg server</font></h3>
   5.144 +<p>
   5.145 +SliTaz now uses the Xorg X window system (although we will always try to 
   5.146 +provide a Xvesa flavor). With the tazx utility you can reconfigure Xorg and 
   5.147 +select the correct driver for your card. The xorg server comes with the vesa 
   5.148 +driver by default which powers most cards; although you may still need to 
   5.149 +manually configure your xorg.conf to some degree if you install some of the
   5.150 +other drivers.
   5.151 +</p>
   5.152 +
   5.153 +<a name="install"></a>
   5.154 +<h3><font color="#6c0023">HD install and LiveUSB</font></h3>
   5.155 +<p>
   5.156 +The installation is fully automated and can be done graphically or in text
   5.157 +mode. The slitaz installer now lets you use a separate partition for
   5.158 +/home, configure the root password and chose the default user login. 
   5.159 +The installer also now supports installation from a LiveUSB session.
   5.160 +</p>
   5.161 +<p>
   5.162 +Full USB install is also supported using <code>rootdelay=10</code>
   5.163 +as a kernel argument (in GRUB menu.lst). The root delay ensures the Kernel
   5.164 +has detected the device before mounting it on / (root).
   5.165 +</p>
   5.166 +
   5.167 +<a name="packages"></a>
   5.168 +<h3><font color="#6c0023">Software Packages</font></h3>
   5.169 +<p>
   5.170 +SliTaz 3.0 has around 2300 packages in the database. A wide variety of packages
   5.171 +have been commited and the Tazpkg package manager can now convert
   5.172 +deb/rpm/arch/slackware/ipk packages to Slitaz native format (.tazpkg).
   5.173 +A lot of time was also spent maintaining professional grade software
   5.174 +such as OpenERP, MySQL, GLPI.
   5.175 +</p>
   5.176 +<p>
   5.177 +On the update side, mostly all the packages have been updated, including
   5.178 +the kernel, toolchain, Xorg (7.4), GTK and QT. The package format has
   5.179 +also changed to support lzma for better compression and faster 
   5.180 +downloads. Packages are also checked by Tazwok to ensure the FHS is followed
   5.181 +and packages are now built automatically by the SliTaz Build Bot: 
   5.182 +<a href="http://bb.slitaz.org/">bb.slitaz.org</a>
   5.183 +</p>
   5.184 +
   5.185 +<a name="desktop"></a>
   5.186 +<h3><font color="#6c0023">Core Desktop</font></h3>
   5.187 +<p>
   5.188 +A lot of attention has been paid the the core desktop. All applications
   5.189 +are well integrated and a special SliTaz theme (icons, Openbox, GTK) has
   5.190 +been created.
   5.191 +</p>
   5.192 +<p>
   5.193 +The core desktop provides a selection of multi-use packages for surfing the
   5.194 +web, listening to music, audio editing, image manipulation and developing or 
   5.195 +burning to optical media. It's just one click in the application menu to find 
   5.196 +installed software by category.
   5.197 +</p>
   5.198 +
   5.199 +<a name="security"></a>
   5.200 +<h3><font color="#6c0023">Security</font></h3>
   5.201 +<p>
   5.202 +Slitaz is more secure and robust now and the firewall rules have been updated. A
   5.203 +firewall can be installed using the graphical tazhw box, and serverbox can help
   5.204 +to maintain the installed firewall. Mountbox can manage crypto devices with
   5.205 +devmapper and the crypt setup tools allow encryption of block devices.
   5.206 +</p>
   5.207 +
   5.208 +<a name="upgrade"></a>
   5.209 +<h3><font color="#6c0023">From 2.0 to 3.0</font></h3>
   5.210 +<p>
   5.211 +The SliTaz GNU/linux installer offers an update function allowing you to
   5.212 +upgrade from a '2.0' to '3.0' version. To upgrade the system you first
   5.213 +need to boot the 'Stable' LiveCD, launch the installer, select upgrade and then
   5.214 +specify the partition containing the system that you want to update. The
   5.215 +installer will then clean out the system and reinstall all the packages not
   5.216 +present on the CD from the mirror. When this has finished you can reboot
   5.217 +with your new version of SliTaz.
   5.218 +</p>
   5.219 +<p>
   5.220 +Note that the installer will keep a copy of the list of packages and a complete
   5.221 +archive of the /etc directory (etc.tar.gz) in /var/lib/slitaz-install.
   5.222 +</p>
   5.223 +<p>
   5.224 +To upgrade a 2.0 to 3.0 it is also possible to use the package manager "Tazpkg" 
   5.225 +via the 'set-release' function, but beware this is not yet proven and may 
   5.226 +require some manual intervention. If you choose this method you must first
   5.227 +install 'tazpkg' from 3.0, because the package format has changed.
   5.228 +</p>
   5.229 +
   5.230 +<a name="people"></a>
   5.231 +<h3><font color="#6c0023">People of the Project</font></h3>
   5.232 +<p>
   5.233 +SliTaz is proud to be an international community project. The people of the
   5.234 +project are the ones who develop the distribution, correct the website,
   5.235 +develop the HG repositories and write the official documentation. Passing
   5.236 +through Switzerland, France, Brazil, Quebec, China, India, Russia, England, 
   5.237 +and the U.S.
   5.238 +</p>
   5.239 +<ul>
   5.240 +	<li>Christophe Lincoln</li>
   5.241 +	<li>Pascal Bellard</li>
   5.242 +	<li>Eric Joseph-Alexandre</li>
   5.243 +	<li>Paul Issott</li>
   5.244 +	<li>Julien Rabier</li>
   5.245 +	<li>Rohit Joshi</li>
   5.246 +	<li>Claudinei Pereira</li>
   5.247 +	<li>Dominique Corbex</li>
   5.248 +	<li>Mallory Mollo</li>
   5.249 +	<li>Mike D. Smith</li>
   5.250 +	<li>Allan Pinto</li>
   5.251 +	<li>Matthew Sheets</li>
   5.252 +	<li>Liu Peng</li>
   5.253 +	<li>Alice Ayanami</li>
   5.254 +	<li>F. Steiner</li>
   5.255 +	<li>Chen Yufei</li>
   5.256 +	<li>Jesse Lehman</li>
   5.257 +	<li>Bill Nagel</li>
   5.258 +	<li>Michael Dupont</li>
   5.259 +	<li>Franco Azzano</li>
   5.260 +	<li>Fabrice Thiroux</li>
   5.261 +	<li>Eduardo Suarez-Santana</li>
   5.262 +	<li>Tom Frankland</li>
   5.263 +	<li>Sandeep Srinivasa</li>
   5.264 +	<li>David Ozura</li>
   5.265 +	<li>Pierre Romillon</li>
   5.266 +	<li>...</li>
   5.267 +</ul>
   5.268 +<p>
   5.269 +The project also wishes to thank all the reviewers, testers, hackers and users
   5.270 +who have taken the time to help advance the distribution.
   5.271 +</p>
   5.272 +
   5.273 +<!-- End of content -->
   5.274 +</div>
   5.275 +
   5.276 +<!-- Footer. -->
   5.277 +<div id="footer">
   5.278 +	<a href="#top">Top of the page</a> - Languages:
   5.279 +	<a href="relnotes.cn.html">cn</a> |
   5.280 +	<a href="relnotes.en.html">en</a> |
   5.281 +	<a href="relnotes.fr.html">fr</a> |
   5.282 +	<a href="relnotes.pt.html">pt</a> 
   5.283 +</div>
   5.284 +
   5.285 +<div id="copy">
   5.286 +	Copyright &copy; 2010 <a href="http://www.slitaz.org/">SliTaz</a> -
   5.287 +	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
   5.288 +	Documentation under
   5.289 +	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
   5.290 +	and valid <a href="http://validator.w3.org/">xHTML 1.0</a>.
   5.291 +</div>
   5.292 +
   5.293 +</body>
   5.294 +</html>
   5.295 +