website rev 404

en: Add Release Notes for 2.0 and clean up
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 16 19:16:10 2009 +0200 (2009-04-16)
parents 939bc8977814
children 3399b3a664bb
files en/doc/releases/1.0/book.css en/doc/releases/1.0/favicon.ico en/doc/releases/1.0/images/css/content-tl.png en/doc/releases/1.0/images/css/content-tr.png en/doc/releases/1.0/images/css/footer-bl.png en/doc/releases/1.0/images/css/footer-br.png en/doc/releases/1.0/images/css/header.png en/doc/releases/1.0/relnotes.en.html en/doc/releases/2.0/relnotes.en.html en/doc/releases/book.css en/doc/releases/favicon.ico en/doc/releases/images/css/content-tl.png en/doc/releases/images/css/content-tr.png en/doc/releases/images/css/footer-bl.png en/doc/releases/images/css/footer-br.png en/doc/releases/images/css/header.png
line diff
     1.1 --- a/en/doc/releases/1.0/book.css	Thu Apr 16 19:11:44 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,170 +0,0 @@
     1.4 -/* 
     1.5 -	CSS style for SliTaz GNU/Linux *book.
     1.6 -	Pankso 2007 - www.slitaz.org
     1.7 -*/
     1.8 -
     1.9 -body {
    1.10 -	font: 13px sans-serif, vernada, arial;
    1.11 -	background: #222222;
    1.12 -	margin: 0;
    1.13 -	padding-bottom: 100%;
    1.14 -}
    1.15 -
    1.16 -#header {
    1.17 -	background: #BFB06B url(images/css/header.png) repeat-x top;
    1.18 -	color: black;
    1.19 -	height: 50px;
    1.20 -	border-top: 1px solid black;
    1.21 -	border-bottom: 1px solid black;
    1.22 -}
    1.23 -#quicknav {
    1.24 -	margin-right: 6px;
    1.25 -	text-align: right;
    1.26 -	font-size: 12px;
    1.27 -	}
    1.28 -#quicknav {
    1.29 -	margin-right: 6px;
    1.30 -}
    1.31 -
    1.32 -#quicknav a {
    1.33 -	background: inherit;
    1.34 -	color: #222222;
    1.35 -}
    1.36 -
    1.37 -#quicknav a:hover {
    1.38 -	background: inherit;
    1.39 -	color: #EDEDED;
    1.40 -}
    1.41 -
    1.42 -/*  content. */
    1.43 -
    1.44 -#content {
    1.45 -	background: white url(images/css/content-tl.png) no-repeat top left;
    1.46 -	color: black;
    1.47 -	padding: 20px;
    1.48 -	margin: 30px 50px 0px 50px;
    1.49 -	width: auto;
    1.50 -	text-align: justify;
    1.51 -}
    1.52 -
    1.53 -#content li {
    1.54 -	line-height: 1.5em;
    1.55 -	text-align: left;
    1.56 -}
    1.57 -
    1.58 -/*  Footer. */
    1.59 -
    1.60 -#footer {
    1.61 -	font-size: 11px;
    1.62 -	font-weight: bold;
    1.63 -	background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left;
    1.64 -	color: black;
    1.65 -	height: 20px;
    1.66 -	padding: 6px 0px 0px 10px;
    1.67 -	margin: 0px 50px 0px 50px;
    1.68 -	width: auto;
    1.69 -	text-align: center ;
    1.70 -}
    1.71 -
    1.72 -#footer a {
    1.73 -	text-decoration: none;
    1.74 -	background: #eaeaea;
    1.75 -	color: #3E1220;
    1.76 -}
    1.77 -
    1.78 -#footer a:hover {
    1.79 -	background: #eaeaea;
    1.80 -	color: #DF8F06;
    1.81 -}
    1.82 -
    1.83 -/* Legal information */
    1.84 -
    1.85 -#copy {
    1.86 -	font-size: 11px ;
    1.87 -	text-align: center ;
    1.88 -	background: transparent;
    1.89 -	color: #a8a8a8;
    1.90 -	padding-top: 20px;
    1.91 -}
    1.92 -
    1.93 -#copy a {
    1.94 -	background: inherit;
    1.95 -	color: #a8a8a8;
    1.96 -}
    1.97 -
    1.98 -#copy a:hover {
    1.99 -	background: inherit;
   1.100 -	color: #EDEDED;
   1.101 -}
   1.102 -
   1.103 -/* Div for round corners. */
   1.104 -
   1.105 -.content-right, .footer-right {
   1.106 -	width: 16px;
   1.107 -	color: white;
   1.108 -	background-color: #333333;
   1.109 -}
   1.110 -.content-right {
   1.111 -	background: url(images/css/content-tr.png) no-repeat top right;
   1.112 -	height: 16px;
   1.113 -	right: 50px;
   1.114 -	top: 82px;
   1.115 -	position: absolute;
   1.116 -}
   1.117 -
   1.118 -.footer-right {
   1.119 -	background: url(images/css/footer-br.png) no-repeat bottom right;
   1.120 -	height: 20px;
   1.121 -	float: right;
   1.122 -}
   1.123 -
   1.124 -/* General HTML entities for  content. */
   1.125 -
   1.126 -h1 {
   1.127 -	margin: 0px 0px 0px 16px;
   1.128 -}
   1.129 -
   1.130 -h2 {
   1.131 -	margin: 12px 0;
   1.132 -	color: #484B7C;
   1.133 -	background: white;
   1.134 -}
   1.135 -
   1.136 -h3 {
   1.137 -	font-weight: bold;
   1.138 -	color: #6c0023;
   1.139 -	background: white;
   1.140 -}
   1.141 -
   1.142 -a {
   1.143 -	text-decoration: underline;
   1.144 -}
   1.145 -a:hover {
   1.146 -	text-decoration: none;
   1.147 -}
   1.148 -
   1.149 -pre {
   1.150 -	padding: 5px;
   1.151 -	color: black;
   1.152 -	background: #e1e0b0;
   1.153 -}
   1.154 -pre.script {
   1.155 -	padding: 10px;
   1.156 -	color: black;
   1.157 -	background: #e8e8e8;
   1.158 -	border: 1px inset #333333;
   1.159 -}
   1.160 -
   1.161 -code {
   1.162 -	font-size: 12px;
   1.163 -	color: #669900;
   1.164 -	background: transparent;
   1.165 -}
   1.166 -
   1.167 -li {
   1.168 -	line-height: 1.4em;
   1.169 -}
   1.170 -
   1.171 -hr {
   1.172 -	border: 0pt none;
   1.173 -}
     2.1 Binary file en/doc/releases/1.0/favicon.ico has changed
     3.1 Binary file en/doc/releases/1.0/images/css/content-tl.png has changed
     4.1 Binary file en/doc/releases/1.0/images/css/content-tr.png has changed
     5.1 Binary file en/doc/releases/1.0/images/css/footer-bl.png has changed
     6.1 Binary file en/doc/releases/1.0/images/css/footer-br.png has changed
     7.1 Binary file en/doc/releases/1.0/images/css/header.png has changed
     8.1 --- a/en/doc/releases/1.0/relnotes.en.html	Thu Apr 16 19:11:44 2009 +0200
     8.2 +++ b/en/doc/releases/1.0/relnotes.en.html	Thu Apr 16 19:16:10 2009 +0200
     8.3 @@ -9,8 +9,8 @@
     8.4  	<meta name="modified" content="2008-03-14 11:30:00" />
     8.5  	<meta name="publisher" content="www.slitaz.org" />
     8.6  	<meta name="author" content="Paul Issot"/>
     8.7 -	<link rel="shortcut icon" href="favicon.ico" />
     8.8 -	<link rel="stylesheet" type="text/css" href="book.css" />
     8.9 +	<link rel="shortcut icon" href="../favicon.ico" />
    8.10 +	<link rel="stylesheet" type="text/css" href="../book.css" />
    8.11  </head>
    8.12  <body bgcolor="#ffffff">
    8.13  
    8.14 @@ -267,8 +267,7 @@
    8.15  <!-- Footer. -->
    8.16  <div id="footer">
    8.17  	<div class="footer-right"></div>
    8.18 -	<a href="#top">Top of the page</a> | 
    8.19 -	<a href="../../">Index of /usr/share/doc/slitaz</a>
    8.20 +	<a href="#top">Top of the page</a>
    8.21  </div>
    8.22  
    8.23  <div id="copy">
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/en/doc/releases/2.0/relnotes.en.html	Thu Apr 16 19:16:10 2009 +0200
     9.3 @@ -0,0 +1,365 @@
     9.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     9.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     9.6 +<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
     9.7 +<head>
     9.8 +	<title>SliTaz GNU/Linux 2.0 - Release Notes</title>
     9.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    9.10 +	<meta name="description" content="slitaz doc system releases notes information cooking">
    9.11 +	<meta name="expires" content="never">
    9.12 +	<meta name="modified" content="2009-03-28 11:30:00">
    9.13 +	<meta name="publisher" content="www.slitaz.org">
    9.14 +	<meta name="author" content="Paul Issot">
    9.15 +	<link rel="shortcut icon" href="../favicon.ico">
    9.16 +	<link rel="stylesheet" type="text/css" href="../book.css">
    9.17 +</head>
    9.18 +<body bgcolor="#ffffff">
    9.19 +
    9.20 +<!-- Header and quick navigation -->
    9.21 +<div id="header">
    9.22 +<div id="quicknav" align="right">
    9.23 +    <a name="top"></a>
    9.24 +	<a href="http://www.slitaz.org/en/doc/">www.slitaz.org/en/doc/</a>
    9.25 +</div>
    9.26 +<h1><font color="#3e1220">SliTaz GNU/Linux 2.0</font></h1>
    9.27 +</div>
    9.28 +
    9.29 +<!-- Content. -->
    9.30 +<div id="content">
    9.31 +<div class="content-right"></div>
    9.32 +
    9.33 +<h2><font color="#df8f06">Releases notes</font></h2>
    9.34 +
    9.35 +<ul>
    9.36 +	<li><a href="#overview">Overview.</a></li>
    9.37 +	<li><a href="#hardware">Supported Hardware.</a></li>
    9.38 +	<li><a href="#livecd">LiveCD Flavors.</a></li>
    9.39 +	<li><a href="#gpxe">Network startup (gPXE).</a></li>
    9.40 +	<li><a href="#install">Installation.</a></li>
    9.41 +	<li><a href="#kernel">Linux Kernel.</a></li>
    9.42 +	<li><a href="#packages">Software Packages.</a></li>
    9.43 +	<li><a href="#desktop">Graphical Desktops.</a></li>
    9.44 +	<li><a href="#support">Support and Documentation.</a></li>
    9.45 +	<li><a href="#security">Security.</a></li>
    9.46 +	<li><a href="#upgrade">From 1.0 to 2.0.</a></li>
    9.47 +	<li><a href="#people">People of the Project.</a></li>
    9.48 +</ul>
    9.49 +
    9.50 +<a name="overview"></a>
    9.51 +<h3><font color="#6c0023"></font>Overview</h3>
    9.52 +<p>
    9.53 +SliTaz GNU/Linux Version 2.0 was released on April 16 2009 after a year
    9.54 +of hard work. Based on Version 1.0 (published 22 March 2008), SliTaz comprises
    9.55 +of 1400 (up 900) software packages easily installable via the "Tazpkg" 
    9.56 +package manager. The LiveCD can be fully configured to taste, to easily
    9.57 +create a custom distribution specifically for tasks such as multimedia,
    9.58 +graphics or development. Some of the new features in this release include:
    9.59 +</p>
    9.60 +<ul>
    9.61 +    <li>Better hardware support for wifi, windows drivers, NTFS and low 
    9.62 +	memory systems (through flavors)</li>
    9.63 +    <li>Easier customization to roll your own distro</li>
    9.64 +    <li>Web Boot support</li>
    9.65 +    <li>Openbox replaces JWM as the window manager</li>
    9.66 +    <li>More tiny graphical utilities for administration, setting preferences,
    9.67 +	system upgrade, etc</li>
    9.68 +</ul>
    9.69 +<p>
    9.70 +Technical support is provided to users via the mailing list and the official
    9.71 +forum. The "SliTaz Handbook" is an instructive manual on how to use and finely
    9.72 +configure the system. SliTaz can be updated easily via the graphic installer or
    9.73 +by using the simple and fast text installer. 
    9.74 +SliTaz can also be installed to your hard drive, or used with USB media
    9.75 +- with "TazUSB" or the GUI "TazUSBbox" you are only a few simple commands
    9.76 +away from a fully formatted and configured USB device, ready to boot.
    9.77 +</p>
    9.78 +<p>
    9.79 +The system is now configurable via a graphical control center and 
    9.80 +packages can be managed with the "Tazpkgbox" GUI package manager. The 
    9.81 +project has also created several different GUIs to command line tools to
    9.82 +facilitate the use of the system.
    9.83 +</p>
    9.84 +<p>
    9.85 +The distribution is available in English, German, French and Portuguese -
    9.86 +in all 26 keymappings are available. The project website and documentation
    9.87 +are also available in different languages and other language packs (locale)
    9.88 +can be installed via the package manager.
    9.89 +</p>
    9.90 +<p>
    9.91 +SliTaz is published as a LiveCD or bootable cdrom, all software packages
    9.92 +are available via a direct download or DVD image. SliTaz 2.0 offers a fast,
    9.93 +simple, elegant desktop respecting the standards of Freedesktop.org. The
    9.94 +system was built from the GNU toolchain: glibc-2.7, gcc-4.2.3, 
    9.95 +binutils-2.17.50 and offers the Linux 2.6.25.5 kernel. The core
    9.96 +of the LiveCD proposes replacing PHP with Perl as the programming 
    9.97 +language. Hardinfo system tools and LXTask provide knowledge and 
    9.98 +monitoring equipment. NTFS support is also included on the cdrom and Windows
    9.99 +drives can be easily browsed through the file manager.
   9.100 +</p>
   9.101 +
   9.102 +<a name="hardware"></a>
   9.103 +<h3><font color="#6c0023">Supported Hardware</font></h3>
   9.104 +<p>
   9.105 +SliTaz GNU/Linux supports all machines based on i486 or x86 Intel compatible
   9.106 +processors. A minimum 256MB of memory is recommended to use the main LiveCD. 
   9.107 +64MB is needed for the "slitaz-loram" flavor and 16MB for the 
   9.108 +"slitaz-loram-cdrom" flavor.
   9.109 +</p>
   9.110 +<p>
   9.111 +With the slitaz-loram flavor, the system is less responsive, but allows you to
   9.112 +graphically install SliTaz on very old machines. Once installed, SliTaz works
   9.113 +well with a minimum of 16MB memory, but forget about using Firefox to surf the 
   9.114 +web - you'll have to use the text based 'links' for example.  
   9.115 +</p>
   9.116 +<p>
   9.117 +SliTaz 2.0 provides partial support for wireless network cards (WiFi), some
   9.118 +cards work directly with a kernel module and others need non-free firmware
   9.119 +and additional drivers. These can easily be automatically
   9.120 +installed using a GUI created for the distribution.
   9.121 +</p>
   9.122 +<p>
   9.123 +Most network and sound card drivers are supported in the Kernel. Presently, 
   9.124 +power management is enabled by default with ACPI and support for laptops is 
   9.125 +enabled with the "ac" and "battery" modules ("thermal", "processor" and "dock" 
   9.126 +are built into the kernel; "fan" and "button" are also available as modules).
   9.127 +</p>
   9.128 +
   9.129 +<a name="livecd"></a>
   9.130 +<h3><font color="#6c0023">LiveCD Flavors</font></h3>
   9.131 +<p>
   9.132 +SliTaz GNU/Linux is distributed as a bootable LiveCD allowing you to
   9.133 +graphically install to the hard drive and retain the use of your previous 
   9.134 +system including all settings, applications, documents, etc. 
   9.135 +</p>
   9.136 +<p>
   9.137 +The project distributes an ISO image called "core", which is the body of the 
   9.138 +system, providing a selection of multi-use packages for surfing the web, 
   9.139 +listening to music, audio editing, image manipulation, developing (including 
   9.140 +PHP/SQL), editing ISOs or burning to optical media. It's just one click in the 
   9.141 +application menu to find software installed by category.
   9.142 +</p>
   9.143 +<p>
   9.144 +The official flavors of SliTaz can be directly downloaded from the mirrors
   9.145 +of the project. The base flavor (~6MB) provides a minimal system in text mode
   9.146 +and the JustX flavor (~14 MB) offers a minimal graphical desktop respecting
   9.147 +standard drag and drop with GTK2 libraries and tools for installing additional
   9.148 +applications with a few clicks of the mouse.
   9.149 +</p>
   9.150 +<p>
   9.151 +The "core" LiveCD can also be customised and rebuilt both graphically or from
   9.152 +the command line. Install your own custom set of packages, or simply use one
   9.153 +of the preset flavors on the mirror. Then simply generate your distribution 
   9.154 +with the "Tazlito" tool.
   9.155 +</p>
   9.156 +
   9.157 +<a name="gpxe"></a>
   9.158 +<h3>Network startup (gPXE)</h3>
   9.159 +<p>
   9.160 +SliTaz is able to boot from the internet, launching the system into RAM during
   9.161 +system startup. This feature allows you to boot computers with no hard drive
   9.162 +as a thin client. Full instructions for using this service are available at:
   9.163 +<a href="http://boot.slitaz.org">http://boot.slitaz.org</a>
   9.164 +</p>
   9.165 +
   9.166 +<a name="install"></a>
   9.167 +<h3><font color="#6c0023">Installation</font></h3>
   9.168 +<p>
   9.169 +The installation is fully automated and can be done graphically or in text
   9.170 +mode. The prerequisite material and other useful information can be found in the 
   9.171 +Manual and Handbook. 
   9.172 +</p>
   9.173 +<p>
   9.174 +If you want to partition a disk before installation, you can quickly use 
   9.175 +Gparted in LiveCD mode or use a flavor containing the partitioning tool. At 
   9.176 +the end of the installation it is possible to setup the "GRUB" bootloader which
   9.177 +is capable of starting almost all operating systems. This allows SliTaz to 
   9.178 +co-exist with a previously installed operating system, such as Windows.
   9.179 +</p>
   9.180 +
   9.181 +<a name="kernel"></a>
   9.182 +<h3><font color="#6c0023">Linux Kernel</font></h3>
   9.183 +<p>
   9.184 +SliTaz GNU/Linux 2.0 is distributed with the Linux Kernel 2.6.25.5, patched for
   9.185 +LZMA compression support and display correction for the virtual console. The
   9.186 +support for IDE and SCSI is integrated, as are the filesystems ext2 and ext3.
   9.187 +The kernel in SliTaz 2.0 is split into several different packages, this allows
   9.188 +you to install only the specific modules required for the machine on which
   9.189 +SliTaz operates. All packages can be installed via the package manager and
   9.190 +dependancies are handled automatically.
   9.191 +</p>
   9.192 +<p>
   9.193 +Most network cards are supported either directly or as loadable modules with
   9.194 +'modprobe'. Video capture, if needed, requires the ieee1394, raw1394 and
   9.195 +ohci1394 modules installed. The management of the sound card drivers is obtained
   9.196 +with 'soundconf'.
   9.197 +</p>
   9.198 +<p>
   9.199 +The configuration of startup modules is located in /etc/rcS.conf. In 
   9.200 +LiveCD/LiveUSB mode you can use 'modprobe=mod1, mod2' to load various modules 
   9.201 +at boot time.
   9.202 +</p>
   9.203 +<p>
   9.204 +The Linux Kernel configuration of SliTaz is available in the compressed file
   9.205 +/proc/config.gz and also in the Mercurial repositories.
   9.206 +</p>
   9.207 +
   9.208 +<a name="packages"></a>
   9.209 +<h3><font color="#6c0023">Software Packages</font></h3>
   9.210 +<p>
   9.211 +The management of software packages is done with the custom package manager 
   9.212 +"Tazpkg". It's simple, fast, stable and offers an interactive mode. Among the 
   9.213 +1400 packages available you will find anything you need to transform your 
   9.214 +machine to a complete graphical desktop (e17), a graphics studio with The Gimp
   9.215 +or Inkscape, or to a video editor with Kino. You can experience the world wide
   9.216 +web with instant messaging, VOIP, email and of course through a web browser. 
   9.217 +</p>
   9.218 +<p>
   9.219 +SliTaz is also designed to function as a powerful web server, using the stable
   9.220 +LightTPD/PHP package (not installed by default), supporting CGI, Perl and Python.
   9.221 +Apache and Squid are also available.
   9.222 +</p>
   9.223 +<p>
   9.224 +Rsync is used for incremental backup and iptables functions as the firewall. 
   9.225 +SliTaz can of course also provide a complete development environment with the 
   9.226 +GCC 4.2.3 compiler, Geany IDE, Mercurial Repostitories and all development 
   9.227 +libraries. Packages can be found through the search function of Tazpkg or via 
   9.228 +the website: <a href="http://www.slitaz.org/en/packages/">http://www.slitaz.org/en/packages/</a>
   9.229 +</p>
   9.230 +<p>
   9.231 +The binary packages on the mirror can all be compiled by using the "wok" or
   9.232 +"Tazwok" to cook. All of the developer documentation is contained in the
   9.233 +"SliTaz Cookbook" and is available online.
   9.234 +</p>
   9.235 +
   9.236 +<a name="desktop"></a>
   9.237 +<h3><font color="#6c0023">Graphical Desktops</font></h3>
   9.238 +<p>
   9.239 +By default, the SliTaz LiveCD uses the very light and stable Openbox window manager.
   9.240 +Openbox is widely themeable and configurable using the ObConf utility.
   9.241 +The integration of the taskbar "LXpanel" makes it possible to dynamically 
   9.242 +provide a menu based on the Freedesktop standards. The principle is to have a 
   9.243 +small menu accessible via a screen click with the favorites, windows effects,
   9.244 +LiveCD and LiveUSB tools, Openbox configuration and system actions made available.
   9.245 +Applications can also be accessed through the menu supplied by LXpanel. The 
   9.246 +managment of the Desktop and icons are entrusted to the file manager PCmanFM.
   9.247 +</p>
   9.248 +<p>
   9.249 +Through the support of a LiveCD flavor or an installed system you can install
   9.250 +the Enlightenment (e17) desktop environment or the window managers JWM and DWM .
   9.251 +The different sessions can be selected via the F1 key when using the "Slim"
   9.252 +login window. To change the default session you can use 'tazx' or manually edit
   9.253 +the ~/.Xinitrc file.
   9.254 +</p>
   9.255 +
   9.256 +<a name="support"></a>
   9.257 +<h3><font color="#6c0023">Support and Documentation</font></h3>
   9.258 +<p>
   9.259 +The SliTaz project offers various means of help and support to users of the
   9.260 +system, using the mailing list, forum or IRC channel. User documentation
   9.261 +is contained in the SliTaz Handbook, making it possible to configure SliTaz
   9.262 +to some degree. The Handbook is also available on the web site. The manuals
   9.263 +of the standard tools are installed on the system and are available through the
   9.264 +documentation menu - they describe all the various commands made possible by
   9.265 +the tools. The development of the operating system and the use of the wok and
   9.266 +receipts are described in the "SliTaz Cookbook". The books, manuals and release notes
   9.267 +are all available online: 
   9.268 +<a href="http://www.slitaz.org/en/doc/">http://www.slitaz.org/en/doc/</a>
   9.269 +</p>
   9.270 +
   9.271 +<a name="security"></a>
   9.272 +<h3><font color="#6c0023">Security</font></h3>
   9.273 +<p>
   9.274 +The stable versions enjoy security updates,
   9.275 +for the benefit of a safe and secure system it's important to recharge and
   9.276 +update packages regularly. The Firewall is provided by iptables, and the
   9.277 +LightTPD and Apache servers support authentication by encrypted passwords and Dropbear
   9.278 +provides a secure SSH client and server. The passwords for the users of the
   9.279 +system are encrypted and only the root administrator can modify system files.
   9.280 +For information about how to configure the firewall, you can refer to the
   9.281 +Handbook. The packages related to security are all classified under the topic:
   9.282 +Security.
   9.283 +</p>
   9.284 +
   9.285 +<a name="upgrade"></a>
   9.286 +<h3><font color="#6c0023">From 1.0 to 2.0</font></h3>
   9.287 +<p>
   9.288 +The SliTaz GNU/linux installer offers an update function allowing you to
   9.289 +upgrade from a '1.0' to '2.0' version. To upgrade the system you first
   9.290 +need to boot the 'Stable' LiveCD, launch the installer, select upgrade and then
   9.291 +specify the partition containing the system that you want to update. The
   9.292 +installer will then clean out the system and reinstall all the packages not
   9.293 +present on the CD from the mirror. When this has finished you can reboot
   9.294 +with your new version of SliTaz. Note that this method can also be used to
   9.295 +rebuild an already installed system, while retaining the selection of packages
   9.296 +already installed.
   9.297 +</p>
   9.298 +<p>
   9.299 +Note that the installer will keep a copy of the list of packages and a complete
   9.300 +archive of the /etc directory (etc.tar.gz) in /var/lib/slitaz-install.
   9.301 +</p>
   9.302 +<p>
   9.303 +To upgrade a 1.0 to 2.0 it is also possible to use the package manager "Tazpkg" 
   9.304 +via the 'set-release' function, but beware this is not yet proven and may require some 
   9.305 +manual intervention.
   9.306 +</p>
   9.307 +
   9.308 +<a name="people"></a>
   9.309 +<h3><font color="#6c0023">People of the Project</font></h3>
   9.310 +<p>
   9.311 +SliTaz is proud to be an international community project. The people of the
   9.312 +project are the ones who develop the distribution, correct the website,
   9.313 +develop the HG repositories and write the official documentation. Passing
   9.314 +through Switzerland, France, Brazil, Quebec, China, Russia, England, 
   9.315 +and the U.S.
   9.316 +</p>
   9.317 +<ul>
   9.318 +	<li>Christophe Lincoln</li>
   9.319 +	<li>Pascal Bellard</li>
   9.320 +	<li>Eric Joseph-Alexandre</li>
   9.321 +	<li>Paul Issott</li>
   9.322 +	<li>Julien Rabier</li>
   9.323 +	<li>Pierre-Jean Fichet</li>
   9.324 +	<li>Dominique Corbex</li>
   9.325 +	<li>Mallory Mollo</li>
   9.326 +	<li>Mike D. Smith</li>
   9.327 +	<li>Claudinei Pereira</li>
   9.328 +	<li>Allan Pinto</li>
   9.329 +	<li>Alice Ayanami</li>
   9.330 +	<li>F. Steiner</li>
   9.331 +	<li>Chen Yufei</li>
   9.332 +	<li>Bill Nagel</li>
   9.333 +	<li>Michael Dupont</li>
   9.334 +	<li>Franco Azzano</li>
   9.335 +	<li>Fabrice Thiroux</li>
   9.336 +	<li>Eduardo Suarez-Santana</li>
   9.337 +	<li>Tom Frankland</li>
   9.338 +	<li>Sandeep Srinivasa</li>
   9.339 +	<li>David Ozura</li>
   9.340 +	<li>Pierre Romillon</li>
   9.341 +	<li>Rohit Joshi </li>
   9.342 +</ul>
   9.343 +<p>
   9.344 +The project also wishes to thank all the reviewers, testers, hackers and users
   9.345 +who have taken the time to help advance the distribution.
   9.346 +</p>
   9.347 +
   9.348 +<!-- End of content -->
   9.349 +</div>
   9.350 +
   9.351 +<!-- Footer. -->
   9.352 +<div id="footer">
   9.353 +	<div class="footer-right"></div>
   9.354 +	<a href="#top">Top of the page</a>
   9.355 +</div>
   9.356 +
   9.357 +<div id="copy">
   9.358 +	Copyright &copy; 2009 <a href="http://www.slitaz.org/">SliTaz</a> -
   9.359 +	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br>
   9.360 +	Documentation published under
   9.361 +	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
   9.362 +	and <a href="http://validator.w3.org/">xHTML 1.0 valid</a>.
   9.363 +</div>
   9.364 +
   9.365 + 
   9.366 +
   9.367 +</body></html>
   9.368 +
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/en/doc/releases/book.css	Thu Apr 16 19:16:10 2009 +0200
    10.3 @@ -0,0 +1,189 @@
    10.4 +/* 
    10.5 +	CSS style for SliTaz GNU/Linux *book.
    10.6 +	Pankso 2007 - www.slitaz.org
    10.7 +*/
    10.8 +
    10.9 +body {
   10.10 +	font: 13px sans-serif, vernada, arial;
   10.11 +	background: #222222;
   10.12 +	margin: 0;
   10.13 +	padding-bottom: 100%;
   10.14 +}
   10.15 +
   10.16 +#header {
   10.17 +	background: #BFB06B url(images/css/header.png) repeat-x top;
   10.18 +	color: black;
   10.19 +	height: 50px;
   10.20 +	border-top: 1px solid black;
   10.21 +	border-bottom: 1px solid black;
   10.22 +}
   10.23 +#quicknav {
   10.24 +	margin-right: 6px;
   10.25 +	text-align: right;
   10.26 +	font-size: 12px;
   10.27 +	}
   10.28 +#quicknav {
   10.29 +	margin-right: 6px;
   10.30 +}
   10.31 +
   10.32 +#quicknav a {
   10.33 +	background: inherit;
   10.34 +	color: white;
   10.35 +}
   10.36 +
   10.37 +#quicknav a:hover {
   10.38 +	background: inherit;
   10.39 +	color: #EDEDED;
   10.40 +}
   10.41 +
   10.42 +/*  content. */
   10.43 +
   10.44 +#content {
   10.45 +	background: white url(images/css/content-tl.png) no-repeat top left;
   10.46 +	color: black;
   10.47 +	padding: 20px;
   10.48 +	margin: 30px 50px 0px 50px;
   10.49 +	width: auto;
   10.50 +	text-align: justify;
   10.51 +}
   10.52 +
   10.53 +#content li {
   10.54 +	line-height: 1.5em;
   10.55 +	text-align: left;
   10.56 +}
   10.57 +
   10.58 +/*  Footer. */
   10.59 +
   10.60 +#footer {
   10.61 +	font-size: 11px;
   10.62 +	font-weight: bold;
   10.63 +	background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left;
   10.64 +	color: black;
   10.65 +	height: 20px;
   10.66 +	padding: 6px 0px 0px 10px;
   10.67 +	margin: 0px 50px 0px 50px;
   10.68 +	width: auto;
   10.69 +	text-align: center ;
   10.70 +}
   10.71 +
   10.72 +#footer a {
   10.73 +	text-decoration: none;
   10.74 +	background: #eaeaea;
   10.75 +	color: #3E1220;
   10.76 +}
   10.77 +
   10.78 +#footer a:hover {
   10.79 +	background: #eaeaea;
   10.80 +	color: #DF8F06;
   10.81 +}
   10.82 +
   10.83 +/* Legal informations */
   10.84 +
   10.85 +#copy {
   10.86 +	font-size: 11px ;
   10.87 +	text-align: center ;
   10.88 +	background: transparent;
   10.89 +	color: #a8a8a8;
   10.90 +	padding-top: 20px;
   10.91 +}
   10.92 +
   10.93 +#copy a {
   10.94 +	background: inherit;
   10.95 +	color: #a8a8a8;
   10.96 +}
   10.97 +
   10.98 +#copy a:hover {
   10.99 +	background: inherit;
  10.100 +	color: #EDEDED;
  10.101 +}
  10.102 +
  10.103 +/* Clouds */
  10.104 +
  10.105 +#cloud {
  10.106 +	padding: 10px 120px 10px 120px;
  10.107 +	line-height: 3em;
  10.108 +	text-align: center;
  10.109 +}
  10.110 +#cloud a { padding: 4px; color: #956411; }
  10.111 +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
  10.112 +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
  10.113 +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
  10.114 +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
  10.115 +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
  10.116 +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
  10.117 +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
  10.118 +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
  10.119 +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
  10.120 +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
  10.121 +
  10.122 +/* Div for round corners. */
  10.123 +
  10.124 +.content-right, .footer-right {
  10.125 +	width: 16px;
  10.126 +	color: white;
  10.127 +	background-color: #333333;
  10.128 +}
  10.129 +.content-right {
  10.130 +	background: url(images/css/content-tr.png) no-repeat top right;
  10.131 +	height: 16px;
  10.132 +	right: 50px;
  10.133 +	top: 82px;
  10.134 +	position: absolute;
  10.135 +}
  10.136 +
  10.137 +.footer-right {
  10.138 +	background: url(images/css/footer-br.png) no-repeat bottom right;
  10.139 +	height: 20px;
  10.140 +	float: right;
  10.141 +}
  10.142 +
  10.143 +/* General HTML entities for  content. */
  10.144 +
  10.145 +h1 {
  10.146 +	margin: 0px 0px 0px 16px;
  10.147 +}
  10.148 +
  10.149 +h2 {
  10.150 +	margin: 12px 0;
  10.151 +	color: #484B7C;
  10.152 +	background: white;
  10.153 +}
  10.154 +
  10.155 +h3 {
  10.156 +	font-weight: bold;
  10.157 +	color: #6c0023;
  10.158 +	background: white;
  10.159 +}
  10.160 +
  10.161 +a {
  10.162 +	text-decoration: underline;
  10.163 +}
  10.164 +a:hover {
  10.165 +	text-decoration: none;
  10.166 +}
  10.167 +
  10.168 +pre {
  10.169 +	padding: 5px;
  10.170 +	color: black;
  10.171 +	background: #e1e0b0;
  10.172 +}
  10.173 +pre.script {
  10.174 +	padding: 10px;
  10.175 +	color: black;
  10.176 +	background: #e8e8e8;
  10.177 +	border: 1px inset #333333;
  10.178 +}
  10.179 +
  10.180 +code {
  10.181 +	font-size: 12px;
  10.182 +	color: #669900;
  10.183 +	background: transparent;
  10.184 +}
  10.185 +
  10.186 +li {
  10.187 +	line-height: 1.4em;
  10.188 +}
  10.189 +
  10.190 +hr {
  10.191 +	border: 0pt none;
  10.192 +}
    11.1 Binary file en/doc/releases/favicon.ico has changed
    12.1 Binary file en/doc/releases/images/css/content-tl.png has changed
    13.1 Binary file en/doc/releases/images/css/content-tr.png has changed
    14.1 Binary file en/doc/releases/images/css/footer-bl.png has changed
    15.1 Binary file en/doc/releases/images/css/footer-br.png has changed
    16.1 Binary file en/doc/releases/images/css/header.png has changed