website rev 1049

Add ru & pt relnote to 4.0; huge cleaning of all relnotes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 10 19:27:55 2012 +0300 (2012-04-10)
parents 637f8fe842b8
children a198f24f967e
files cn/doc/releases/3.0/book.css cn/doc/releases/3.0/favicon.ico cn/doc/releases/3.0/images/css/header.png cn/doc/releases/3.0/relnotes.cn.html de/doc/releases/2.0/relnotes.de.html de/doc/releases/book.css de/doc/releases/favicon.ico de/doc/releases/images/css/content-tl.png de/doc/releases/images/css/content-tr.png de/doc/releases/images/css/footer-bl.png de/doc/releases/images/css/footer-br.png de/doc/releases/images/css/header.png en/doc/releases/1.0/relnotes.en.html en/doc/releases/2.0/relnotes.en.html en/doc/releases/3.0/relnotes.en.html en/doc/releases/4.0/relnotes.en.html en/doc/releases/favicon.ico en/doc/releases/style.css es/doc/releases/3.0/book.css es/doc/releases/3.0/favicon.ico es/doc/releases/3.0/images/css/header.png es/doc/releases/3.0/relnotes.es.html es/doc/releases/book.css es/doc/releases/favicon.ico es/doc/releases/images/css/content-tl.png es/doc/releases/images/css/content-tr.png es/doc/releases/images/css/footer-bl.png es/doc/releases/images/css/footer-br.png es/doc/releases/images/css/header.png fr/doc/releases/1.0/relnotes.fr.html fr/doc/releases/2.0/relnotes.fr.html fr/doc/releases/3.0/book.css fr/doc/releases/3.0/favicon.ico fr/doc/releases/3.0/images/css/header.png fr/doc/releases/3.0/relnotes.fr.html fr/doc/releases/book.css fr/doc/releases/favicon.ico fr/doc/releases/images/css/content-tl.png fr/doc/releases/images/css/content-tr.png fr/doc/releases/images/css/footer-bl.png fr/doc/releases/images/css/footer-br.png fr/doc/releases/images/css/header.png pt/doc/releases/1.0/relnotes.pt.html pt/doc/releases/2.0/relnotes.pt.html pt/doc/releases/3.0/book.css pt/doc/releases/3.0/favicon.ico pt/doc/releases/3.0/images/css/header.png pt/doc/releases/3.0/relnotes.pt.html pt/doc/releases/4.0/relnotes.pt_BR.html pt/doc/releases/book.css pt/doc/releases/favicon.ico pt/doc/releases/images/css/content-tl.png pt/doc/releases/images/css/content-tr.png pt/doc/releases/images/css/footer-bl.png pt/doc/releases/images/css/footer-br.png pt/doc/releases/images/css/header.png relnotes.css ru/doc/releases/4.0/relnotes.ru.html
line diff
     1.1 --- a/cn/doc/releases/3.0/book.css	Tue Apr 10 14:39:34 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,195 +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 -html {
    1.10 -	height:  102%;
    1.11 -}
    1.12 -
    1.13 -body {
    1.14 -	font: 13px sans-serif, vernada, arial;
    1.15 -	background: #ffffff;
    1.16 -	color: black;
    1.17 -	margin: 0;
    1.18 -}
    1.19 -
    1.20 -#header {
    1.21 -	background: #f0ba08 url(images/css/header.png) repeat-x top;
    1.22 -	color: black;
    1.23 -	height: 50px;
    1.24 -	border-top: 1px solid black;
    1.25 -	border-bottom: 1px solid black;
    1.26 -}
    1.27 -
    1.28 -#header h1 {
    1.29 -	padding: 10px;
    1.30 -}
    1.31 -
    1.32 -#quicknav {
    1.33 -	text-align: right;
    1.34 -	font-size: 12px;
    1.35 -	color: #666666;
    1.36 -	background-color: #eaeaea;
    1.37 -	padding: 4px 2px;
    1.38 -	font-weight: bold;
    1.39 -}
    1.40 -
    1.41 -#quicknav a {
    1.42 -	color: #0F314E;
    1.43 -	background: inherit;
    1.44 -	text-decoration: none;
    1.45 -	padding: 0px 2px;
    1.46 -}
    1.47 -
    1.48 -#quicknav a:hover {
    1.49 -	color: #DF8F06;
    1.50 -	text-decoration: none;
    1.51 -}
    1.52 -
    1.53 -/*  content. */
    1.54 -
    1.55 -#content {
    1.56 -	padding: 20px;
    1.57 -	margin: 0px 50px 0px 50px;
    1.58 -	width: auto;
    1.59 -	text-align: justify;
    1.60 -}
    1.61 -
    1.62 -#content li {
    1.63 -	line-height: 1.5em;
    1.64 -	text-align: left;
    1.65 -}
    1.66 -
    1.67 -/*  Footer. */
    1.68 -
    1.69 -#footer {
    1.70 -	font-size: 11px;
    1.71 -	color: black;
    1.72 -	height: 20px;
    1.73 -	padding: 0px 0px 0px 10px;
    1.74 -	margin: 0px;
    1.75 -	width: auto;
    1.76 -	text-align: center ;
    1.77 -}
    1.78 -
    1.79 -#footer a {
    1.80 -	background: #ffffff;
    1.81 -	color: #0F314E;
    1.82 -}
    1.83 -
    1.84 -#footer a:hover {
    1.85 -	background: #ffffff;
    1.86 -	color: blue;
    1.87 -}
    1.88 -
    1.89 -/* Legal informations */
    1.90 -
    1.91 -#copy {
    1.92 -	font-size: 11px ;
    1.93 -	text-align: center ;
    1.94 -	background: transparent;
    1.95 -	color: #a8a8a8;
    1.96 -	padding-top: 10px;
    1.97 -}
    1.98 -
    1.99 -#copy a {
   1.100 -	background: inherit;
   1.101 -	color: #a8a8a8;
   1.102 -}
   1.103 -
   1.104 -#copy a:hover {
   1.105 -	background: inherit;
   1.106 -	color: blue;
   1.107 -}
   1.108 -
   1.109 -/* Clouds */
   1.110 -
   1.111 -#cloud {
   1.112 -	padding: 10px 120px 10px 120px;
   1.113 -	line-height: 3em;
   1.114 -	text-align: center;
   1.115 -}
   1.116 -#cloud a { padding: 4px; color: #956411; }
   1.117 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
   1.118 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
   1.119 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
   1.120 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
   1.121 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
   1.122 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
   1.123 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
   1.124 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
   1.125 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
   1.126 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
   1.127 -
   1.128 -/* Div for round corners. */
   1.129 -
   1.130 -.content-right, .footer-right {
   1.131 -	width: 16px;
   1.132 -	color: white;
   1.133 -	background-color: #333333;
   1.134 -}
   1.135 -.content-right {
   1.136 -	background: url(images/css/content-tr.png) no-repeat top right;
   1.137 -	height: 16px;
   1.138 -	right: 50px;
   1.139 -	top: 82px;
   1.140 -	position: absolute;
   1.141 -}
   1.142 -
   1.143 -.footer-right {
   1.144 -	background: url(images/css/footer-br.png) no-repeat bottom right;
   1.145 -	height: 20px;
   1.146 -	float: right;
   1.147 -}
   1.148 -
   1.149 -/* General HTML entities for  content. */
   1.150 -
   1.151 -h1 {
   1.152 -	margin: 0px 0px 0px 16px;
   1.153 -}
   1.154 -
   1.155 -h2 {
   1.156 -	margin: 12px 0;
   1.157 -	color: #484B7C;
   1.158 -	background: white;
   1.159 -}
   1.160 -
   1.161 -h3 {
   1.162 -	font-weight: bold;
   1.163 -	color: #6c0023;
   1.164 -	background: white;
   1.165 -}
   1.166 -
   1.167 -a {
   1.168 -	text-decoration: underline;
   1.169 -}
   1.170 -a:hover {
   1.171 -	text-decoration: none;
   1.172 -}
   1.173 -
   1.174 -pre {
   1.175 -	padding: 5px;
   1.176 -	color: black;
   1.177 -	background: #e1e0b0;
   1.178 -}
   1.179 -pre.script {
   1.180 -	padding: 10px;
   1.181 -	color: black;
   1.182 -	background: #e8e8e8;
   1.183 -	border: 1px inset #333333;
   1.184 -}
   1.185 -
   1.186 -code {
   1.187 -	font-size: 12px;
   1.188 -	color: #669900;
   1.189 -	background: transparent;
   1.190 -}
   1.191 -
   1.192 -li {
   1.193 -	line-height: 1.4em;
   1.194 -}
   1.195 -
   1.196 -hr {
   1.197 -	border: 0pt none;
   1.198 -}
     2.1 Binary file cn/doc/releases/3.0/favicon.ico has changed
     3.1 Binary file cn/doc/releases/3.0/images/css/header.png has changed
     4.1 --- a/cn/doc/releases/3.0/relnotes.cn.html	Tue Apr 10 14:39:34 2012 +0200
     4.2 +++ b/cn/doc/releases/3.0/relnotes.cn.html	Tue Apr 10 19:27:55 2012 +0300
     4.3 @@ -1,39 +1,27 @@
     4.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
     4.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.6 -<!-- saved from url=(0068)http://hg.slitaz.org/slitaz-doc/raw-file/tip/slitaz/relnotes.en.html -->
     4.7 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cn" lang="cn">
     4.8 +<!DOCTYPE html>
     4.9 +<html xmlns="http://www.w3.org/1999/xhtml" lang="cn">
    4.10  <head>
    4.11 +	<meta charset="utf-8" />
    4.12  	<title>SliTaz 3.0 发行笔记</title>
    4.13 -	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    4.14  	<meta name="description" content="slitaz doc system releases notes information cooking" />
    4.15  	<meta name="expires" content="never" />
    4.16  	<meta name="modified" content="2010-03-22 22:10:00" />
    4.17  	<meta name="publisher" content="www.slitaz.org" />
    4.18  	<meta name="author" content="Christophe Lincoln and uboat" />
    4.19 -	<link rel="shortcut icon" href="favicon.ico" />
    4.20 -	<link rel="stylesheet" type="text/css" href="book.css" />
    4.21 +	<link rel="shortcut icon" href="/favicon.ico" />
    4.22 +	<link rel="stylesheet" type="text/css" href="/releases.css" />
    4.23  </head>
    4.24 -<body bgcolor="#ffffff">
    4.25 +<body>
    4.26  
    4.27 -<!-- Header and quick navigation -->
    4.28 +<!-- Header -->
    4.29  <div id="header">
    4.30 -	<a name="top"></a>
    4.31 -	<h1><font color="#3E1220">SliTaz - 系统文档</font></h1>
    4.32 +	<h1>SliTaz - 系统文档</h1>
    4.33  </div>
    4.34  
    4.35 -<div id="quicknav">
    4.36 -	SliTaz:
    4.37 -	<a href="http://www.slitaz.org/">网站</a>
    4.38 -	<a href="http://forum.slitaz.org/">论坛</a>
    4.39 -	<a href="http://doc.slitaz.org/">文档</a>
    4.40 -	<a href="http://pkgs.slitaz.org/">软件包</a>
    4.41 -	<a href="http://labs.slitaz.org/">实验室</a>
    4.42 -</div>
    4.43 -
    4.44 -<!-- Content. -->
    4.45 +<!-- Content -->
    4.46  <div id="content">
    4.47  
    4.48 -<h2><font color="#df8f06">发行笔记</font></h2>
    4.49 +<h2>发行笔记</h2>
    4.50  
    4.51  <ul>
    4.52  	<li><a href="#overview">概况.</a></li>
    4.53 @@ -50,51 +38,51 @@
    4.54  	<li><a href="#people">项目开发人员.</a></li>
    4.55  </ul>
    4.56  
    4.57 -<a name="overview"></a>
    4.58 -<h3><font color="#6c0023"></font>概况</h3>
    4.59 +<h3 id="overview">概况</h3>
    4.60 +
    4.61  <p>
    4.62 -欢迎使用SliTaz 3.0! 小巧, 快速, 易用和可定制的操作系统, 经过一年的开发,新的SliTaz稳定版就要发布了. 
    4.63 +欢迎使用SliTaz 3.0! 小巧, 快速, 易用和可定制的操作系统, 经过一年的开发,新的SliTaz稳定版就要发布了.
    4.64  </p>
    4.65  <ul>
    4.66 -    <li>重写了启动脚本,和更快的启动速度 (超快速启动)</li>
    4.67 -    <li>改善了所有自制工具盒子 (tazctrlbox, tazhw, wifibox, burnbox, mountbox, netbox, serverbox, installer)</li>
    4.68 -    <li>从使用Xvesa改为使用Xorg </li>
    4.69 -    <li>改为Midori作为默认浏览器</li>
    4.70 -    <li>更好的硬件支持 - wifi无线网卡, 网络摄像头, 3G模块支持, 打印机, 扫描仪</li>
    4.71 -    <li>更好的主题和桌面集成</li>
    4.72 -    <li>采用lguest作为更快的虚拟化软件</li>
    4.73 -    <li>SliTaz 专业软件: OpenERP, LAMP, GLPI 等</li>
    4.74 -    <li>更加容易定制LiveCD和LiveUSB (tazlitobox and tazusbbox)</li>
    4.75 -    <li>Tazpkg支持许多新的功能如转换 deb/rpm/arch/slackware/ipk 软件包为Slitaz格式</li>
    4.76 -    <li>软件包由打包工具 (Tazbb)自动打包</li>
    4.77 -    <li>更多的发行版和强大的社区支持</li>
    4.78 -    <li>900个软件包添加到数据库,而且得到更新</li>
    4.79 -    <li>各个发行版提供超过2800个技术支持</li>
    4.80 +	<li>重写了启动脚本,和更快的启动速度 (超快速启动)</li>
    4.81 +	<li>改善了所有自制工具盒子 (tazctrlbox, tazhw, wifibox, burnbox, mountbox, netbox, serverbox, installer)</li>
    4.82 +	<li>从使用Xvesa改为使用Xorg </li>
    4.83 +	<li>改为Midori作为默认浏览器</li>
    4.84 +	<li>更好的硬件支持 - wifi无线网卡, 网络摄像头, 3G模块支持, 打印机, 扫描仪</li>
    4.85 +	<li>更好的主题和桌面集成</li>
    4.86 +	<li>采用lguest作为更快的虚拟化软件</li>
    4.87 +	<li>SliTaz 专业软件: OpenERP, LAMP, GLPI 等</li>
    4.88 +	<li>更加容易定制LiveCD和LiveUSB (tazlitobox and tazusbbox)</li>
    4.89 +	<li>Tazpkg支持许多新的功能如转换 deb/rpm/arch/slackware/ipk 软件包为Slitaz格式</li>
    4.90 +	<li>软件包由打包工具 (Tazbb)自动打包</li>
    4.91 +	<li>更多的发行版和强大的社区支持</li>
    4.92 +	<li>900个软件包添加到数据库,而且得到更新</li>
    4.93 +	<li>各个发行版提供超过2800个技术支持</li>
    4.94  </ul>
    4.95  <p>
    4.96  技术支持可以通过邮件列表和官方论坛 <a href="http://forum.slitaz.org/">forum.slitaz.org</a>
    4.97  </p>
    4.98  
    4.99 -<a name="hardware"></a>
   4.100 -<h3><font color="#6c0023">硬件支持</font></h3>
   4.101 +<h3 id="hardware">硬件支持</h3>
   4.102 +
   4.103  <p>
   4.104 -SliTaz GNU/Linux 支持所有i486或x86 Intel平台的计算机. 核心LiveCD需要最少内存192MB. 
   4.105 +SliTaz GNU/Linux 支持所有i486或x86 Intel平台的计算机. 核心LiveCD需要最少内存192MB.
   4.106  "slitaz-loram"低内存定制版需要最小内存为80MB,"slitaz-loram-cdrom" 低内存定制版需要最小内存为16MB .
   4.107  </p>
   4.108  <p>
   4.109  使用slitaz-loram低内存定制版, 虽然少了很多特性, 但可以让你图形安装SliTaz到你的老旧计算机上.
   4.110   一旦安装成功, SliTaz就可以在最少16MB的内存上良好运行 , 系统将不采用Firefox作为默认浏览器,
   4.111 -你可以使用基于命令行的轻量级浏览器links. 
   4.112 +你可以使用基于命令行的轻量级浏览器links.
   4.113  </p>
   4.114  <p>
   4.115  SliTaz 3.0 提供所有需要的驱动和工具,如915resolution,可以支持更多系列的笔记本和上网本(Eeepc, HP mini, Aspire One, 等等).
   4.116  </p>
   4.117  
   4.118 -<a name="livecd"></a>
   4.119 -<h3><font color="#6c0023">LiveCD定制版</font></h3>
   4.120 +<h3 id="livecd">LiveCD定制版</h3>
   4.121 +
   4.122  <p>
   4.123 -SliTaz GNU/Linux 采用可引导 LiveCD作为发布方式.你可以使用LiveCD作为一般系统,或者你可以图形化安装Slitaz到你的硬盘. 
   4.124 -使用Installing/upgrading来升级你的Slitaz,可以保留你的系统设置,程序,和文档. 
   4.125 +SliTaz GNU/Linux 采用可引导 LiveCD作为发布方式.你可以使用LiveCD作为一般系统,或者你可以图形化安装Slitaz到你的硬盘.
   4.126 +使用Installing/upgrading来升级你的Slitaz,可以保留你的系统设置,程序,和文档.
   4.127  </p>
   4.128  <p>
   4.129  LiveCD可以采用图形方式或命令行方式进行定制和重制. 安装你需要的软件,或者从镜像下载定制好的一套软件. 然后使用"Tazlito"工具就可以生成你的系统了.
   4.130 @@ -103,10 +91,10 @@
   4.131  ISO镜像使用 'hybrid'系统: 他可以被复制到U盘,而不用格式化 (使用 <code>dd</code>).
   4.132  </p>
   4.133  
   4.134 -<a name="toolchain"></a>
   4.135 -<h3><font color="#6c0023">内核和编译工具</font></h3>
   4.136 +<h3 id="toolchain">内核和编译工具</h3>
   4.137 +
   4.138  <p>
   4.139 -SliTaz 3.0采用全新的经过测试的 2.6.30.6 Linux kernel内核,新版本的编译工具进行编译整个系统. 
   4.140 +SliTaz 3.0采用全新的经过测试的 2.6.30.6 Linux kernel内核,新版本的编译工具进行编译整个系统.
   4.141  内核2.6.30.6 Linux kernel添加了许多linux软件包用于支持更多硬件和特性.
   4.142  我们内嵌了许多驱动用于提高内核引导速度.
   4.143  </p>
   4.144 @@ -114,50 +102,52 @@
   4.145  新的编译工具包括: Binutils 2.19.1, GCC 4.4.1, Glibc 2.10.1
   4.146  </p>
   4.147  
   4.148 -<a name="utf-8"></a>
   4.149 -<h3><font color="#6c0023">UTF-8 编码支持</font></h3>
   4.150 +<h3 id="utf-8">UTF-8 编码支持</h3>
   4.151 +
   4.152 +<p>
   4.153  通过这次发布, Slitaz社区将全面支持UTF-8编码方式.
   4.154  SliTaz使用标准PO文件给slitaz相关的工具,盒子和附件用作翻译.
   4.155 -更好的国际化支持 (俄语, 葡萄牙语, 汉语, 等等), 
   4.156 -各个发行版可以通过图形工具poedit采用GNU gettext标准来做翻译工作. 
   4.157 -slitaz实验室提供一个i18n项目可以上传各种用于发行版的翻译文件. 
   4.158 +更好的国际化支持 (俄语, 葡萄牙语, 汉语, 等等),
   4.159 +各个发行版可以通过图形工具poedit采用GNU gettext标准来做翻译工作.
   4.160 +slitaz实验室提供一个i18n项目可以上传各种用于发行版的翻译文件.
   4.161  本地化包提供了许多针对核心系统,和软件如Gimp, Abiword, Gnumeric等的翻译信息.
   4.162 +</p>
   4.163  
   4.164 -<a name="xorg"></a>
   4.165 -<h3><font color="#6c0023">Xorg图形服务器</font></h3>
   4.166 +<h3 id="xorg">Xorg图形服务器</h3>
   4.167 +
   4.168  <p>
   4.169 -SliTaz 现在默认采用Xorg图形服务器 (我们也提供Xvesa版). 
   4.170 +SliTaz 现在默认采用Xorg图形服务器 (我们也提供Xvesa版).
   4.171  通过tazx工具,你可以配置Xorg和选择正确的显卡驱动. xorg也提供vesa驱动,以便驱动更多的显卡;
   4.172  如果你安装了什么特殊的显卡,你则需要手动配置你的xorg.conf.
   4.173  </p>
   4.174  
   4.175 -<a name="install"></a>
   4.176 -<h3><font color="#6c0023">硬盘安装和LiveUSB</font></h3>
   4.177 +<h3 id="install">硬盘安装和LiveUSB</h3>
   4.178 +
   4.179  <p>
   4.180  安装过程可以通过图形方式和命令行方式自动进行.
   4.181 -现在slitaz安装工具可以允许你使用不同分区安装/home文件夹,配置root密码和选择默认的用户登录. 
   4.182 +现在slitaz安装工具可以允许你使用不同分区安装/home文件夹,配置root密码和选择默认的用户登录.
   4.183  也支持LiveUSB进行安装.
   4.184  </p>
   4.185  <p>
   4.186 -全面支持各种USB安装,添加<code>rootdelay=10</code>到你的 GRUB menu.lst里. 
   4.187 +全面支持各种USB安装,添加<code>rootdelay=10</code>到你的 GRUB menu.lst里.
   4.188  在硬件被挂载到/ (root)以前root delay允许内核检测硬件 .
   4.189  </p>
   4.190  
   4.191 -<a name="packages"></a>
   4.192 -<h3><font color="#6c0023">软件包</font></h3>
   4.193 +<h3 id="packages">软件包</h3>
   4.194 +
   4.195  <p>
   4.196  SliTaz 3.0 软件库大约有 2300个软件包. 包含各种类型,还支持转换deb/rpm/arch/slackware/ipk格式软件包到Slitaz格式(.tazpkg).
   4.197  而且还提供专业级别的软件,如 OpenERP, MySQL, GLPI.
   4.198  </p>
   4.199  <p>
   4.200 -在升级方面, 大多数软件包得到升级, 包括内核, 编译工具, Xorg (7.4), GTK and QT. 
   4.201 -软件包格式工具也支持具有更高压缩比率和更快下载速度的lzma. 
   4.202 -软件包由Tazwok检测以确保遵循相关FHS,并由SliTaz Build Bot自动打包生成: 
   4.203 +在升级方面, 大多数软件包得到升级, 包括内核, 编译工具, Xorg (7.4), GTK and QT.
   4.204 +软件包格式工具也支持具有更高压缩比率和更快下载速度的lzma.
   4.205 +软件包由Tazwok检测以确保遵循相关FHS,并由SliTaz Build Bot自动打包生成:
   4.206  <a href="http://bb.slitaz.org/">bb.slitaz.org</a>
   4.207  </p>
   4.208  
   4.209 -<a name="desktop"></a>
   4.210 -<h3><font color="#6c0023">核心桌面</font></h3>
   4.211 +<h3 id="desktop">核心桌面</h3>
   4.212 +
   4.213  <p>
   4.214  我们花了很多精力在桌面环境上. 所有程序得到良好集成,创建了一个特别的SliTaz主题 (icons, Openbox, GTK) .
   4.215  </p>
   4.216 @@ -166,18 +156,18 @@
   4.217  你只需要在程序菜单里通过分类找到软件,单击,就可以使用应用软件.
   4.218  </p>
   4.219  
   4.220 -<a name="security"></a>
   4.221 -<h3><font color="#6c0023">安全</font></h3>
   4.222 +<h3 id="security">安全</h3>
   4.223 +
   4.224  <p>
   4.225 -Slitaz 现在变得更加安全和强健了,更新了防火墙规则.防火墙也可以通过图形工具tazhw box来安装, 
   4.226 +Slitaz 现在变得更加安全和强健了,更新了防火墙规则.防火墙也可以通过图形工具tazhw box来安装,
   4.227  serverbox服务盒子能帮助你控制安装好的防火墙. Mountbox挂载盒子能采用devmapper管理隐藏分区 和采用加密设置工具来加密分区.
   4.228  </p>
   4.229  
   4.230 -<a name="upgrade"></a>
   4.231 -<h3><font color="#6c0023">从 2.0 升级到 3.0</font></h3>
   4.232 +<h3 id="upgrade">从 2.0 升级到 3.0</h3>
   4.233 +
   4.234  <p>
   4.235 -SliTaz GNU/linux 安装工具提供升级功能,是你能从 '2.0' 升级到 '3.0'. 
   4.236 -首先引导计算机到3.0 LiveCD, 打开安装工具, 选择升级,然后填写你要升级的系统分区. 
   4.237 +SliTaz GNU/linux 安装工具提供升级功能,是你能从 '2.0' 升级到 '3.0'.
   4.238 +首先引导计算机到3.0 LiveCD, 打开安装工具, 选择升级,然后填写你要升级的系统分区.
   4.239  安装工具将会清除系统和从镜像里下载并重新安装所有原系统软件.
   4.240  当安装过程完毕,重启计算机就可以进入新的版本.
   4.241  </p>
   4.242 @@ -185,15 +175,15 @@
   4.243  注意:安装工具将会保存软件包列表和/etc文件夹(etc.tar.gz) 到/var/lib/slitaz-install.
   4.244  </p>
   4.245  <p>
   4.246 -更新2.0到3.0还可以通过使用软件包管理器"Tazpkg"的'set-release'功能 , 
   4.247 -但是需要注意的是这种方式不易操作,还需要很多手动操作. 
   4.248 +更新2.0到3.0还可以通过使用软件包管理器"Tazpkg"的'set-release'功能 ,
   4.249 +但是需要注意的是这种方式不易操作,还需要很多手动操作.
   4.250  如果你选择了这种方式,你首先的从3.0软件源里新安装'tazpkg', 因为3.0软件包格式发生了变化.
   4.251  </p>
   4.252  
   4.253 -<a name="people"></a>
   4.254 -<h3><font color="#6c0023">项目开发人员</font></h3>
   4.255 +<h3 id="people">项目开发人员</h3>
   4.256 +
   4.257  <p>
   4.258 -SliTaz是一个国际性的社区项目. 来自瑞士,法国,巴西,魁北克,中国,印度,俄罗斯,英国和美国的开发人员共同开发发行版, 修正网页,开发HG支持和撰写官方文档. 
   4.259 +SliTaz是一个国际性的社区项目. 来自瑞士,法国,巴西,魁北克,中国,印度,俄罗斯,英国和美国的开发人员共同开发发行版, 修正网页,开发HG支持和撰写官方文档.
   4.260  </p>
   4.261  <ul>
   4.262  	<li>Christophe Lincoln</li>
   4.263 @@ -231,18 +221,18 @@
   4.264  <!-- End of content -->
   4.265  </div>
   4.266  
   4.267 -<!-- Footer. -->
   4.268 +<!-- Footer -->
   4.269  <div id="footer">
   4.270 +<p>
   4.271  	<a href="#top">返回页首</a> - 语言:
   4.272  	<a href="../../../../cn/doc/releases/3.0/relnotes.cn.html">cn</a> |
   4.273  	<a href="../../../../en/doc/releases/3.0/relnotes.en.html">en</a> |
   4.274  	<a href="../../../../es/doc/releases/3.0/relnotes.es.html">es</a> |
   4.275 -	<a href="../../../../fr/doc/releases/3.0/relnotes.fr.html">fr</a> |
   4.276 -	<a href="../../../../pt/doc/releases/3.0/relnotes.pt.html">pt</a> 
   4.277 -</div>
   4.278 +	<a href="../../../../fr/doc/releases/3.0/">fr</a> |
   4.279 +	<a href="../../../../pt/doc/releases/3.0/">pt</a>
   4.280 +</p>
   4.281  
   4.282 -<div id="copy">
   4.283 -	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
   4.284 +	Copyright © <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
   4.285  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
   4.286  	Documentation under
   4.287  	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
   4.288 @@ -251,4 +241,3 @@
   4.289  
   4.290  </body>
   4.291  </html>
   4.292 -
     5.1 --- a/de/doc/releases/2.0/relnotes.de.html	Tue Apr 10 14:39:34 2012 +0200
     5.2 +++ b/de/doc/releases/2.0/relnotes.de.html	Tue Apr 10 19:27:55 2012 +0300
     5.3 @@ -1,33 +1,27 @@
     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 xml:lang="de" xmlns="http://www.w3.org/1999/xhtml" lang="de">
     5.7 +<!DOCTYPE html>
     5.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
     5.9  <head>
    5.10 +	<meta charset="utf-8" />
    5.11  	<title>SliTaz GNU/Linux 2.0 - Release Notes</title>
    5.12 -	<meta http-equiv="content-type" content="text/html; charset=utf-8">
    5.13  	<meta name="description" content="slitaz doc system releases notes information cooking">
    5.14  	<meta name="expires" content="never">
    5.15  	<meta name="modified" content="2009-04-10 23:58:00">
    5.16  	<meta name="publisher" content="www.slitaz.org">
    5.17  	<meta name="author" content="Paul Issot">
    5.18 -	<link rel="shortcut icon" href="../favicon.ico">
    5.19 -	<link rel="stylesheet" type="text/css" href="../book.css">
    5.20 +	<link rel="shortcut icon" href="/favicon.ico">
    5.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css">
    5.22  </head>
    5.23 -<body bgcolor="#ffffff">
    5.24 +<body>
    5.25  
    5.26 -<!-- Header and quick navigation -->
    5.27 +<!-- Header -->
    5.28  <div id="header">
    5.29 -<div id="quicknav" align="right">
    5.30 -    <a name="top"></a>
    5.31 -	<a href="http://www.slitaz.org/de">www.slitaz.org/de</a>
    5.32 -</div>
    5.33 -<h1><font color="#3e1220">SliTaz GNU/Linux 2.0</font></h1>
    5.34 +	<h1>SliTaz GNU/Linux 2.0</h1>
    5.35  </div>
    5.36  
    5.37  <!-- Content. -->
    5.38  <div id="content">
    5.39 -<div class="content-right"></div>
    5.40  
    5.41 -<h2><font color="#df8f06">Release Notes</font></h2>
    5.42 +<h2>Release Notes</h2>
    5.43  
    5.44  <ul>
    5.45  	<li><a href="#overview">Übersicht</a></li>
    5.46 @@ -44,242 +38,242 @@
    5.47  	<li><a href="#people">Menschen hinter dem Projekt</a></li>
    5.48  </ul>
    5.49  
    5.50 -<a name="overview"></a>
    5.51 -<h3><font color="#6c0023"></font>Übersicht</h3>
    5.52 +<h3 id="overview">Übersicht</h3>
    5.53 +
    5.54  <p>
    5.55  SliTaz GNU/Linux ist ein freies, quelloffenes Gemeinschaftsprojekt. Version 2.0 wurde
    5.56  am 16. April veröffentlicht, nach einem Jahr harter Arbeit. Diese Version basiert auf
    5.57  dem Vorgänger (1.0, released am 22. März 2008). Mittlerweile umfasst das Angebot im Software-
    5.58 -Repositorium etwa 1400 Pakete (installierbar über einen Paketmanager), eigene Pakete 
    5.59 -sind leicht mit Tazpkgbox zu erstellen und schliesslich lässt sich 
    5.60 -SliTaz 2.0 nun über eine graphische Oberfläche (GUI) konfigurieren. Die angebotene LiveCD 
    5.61 -lässt sich tiefgreifend konfigurieren, so dass ein Wandel zu einer Multimedia-, Graphik- 
    5.62 +Repositorium etwa 1400 Pakete (installierbar über einen Paketmanager), eigene Pakete
    5.63 +sind leicht mit Tazpkgbox zu erstellen und schliesslich lässt sich
    5.64 +SliTaz 2.0 nun über eine graphische Oberfläche (GUI) konfigurieren. Die angebotene LiveCD
    5.65 +lässt sich tiefgreifend konfigurieren, so dass ein Wandel zu einer Multimedia-, Graphik-
    5.66  oder Entwicklerdistribution kein Problem darstellt.
    5.67  </p>
    5.68  <p>
    5.69  SliTaz kann auch weiterhin auf einer Festplatte installiert werden, oder auch auf einem
    5.70 -USB-Medium. Damit das leicht vonstatten geht, existiert das Programm "TazUSB" bzw. mit 
    5.71 -graphischer Oberfläche "TazUSBbox". So ist mit einigen Befehlen/Klicks aus dem USB-Stick ein 
    5.72 +USB-Medium. Damit das leicht vonstatten geht, existiert das Programm "TazUSB" bzw. mit
    5.73 +graphischer Oberfläche "TazUSBbox". So ist mit einigen Befehlen/Klicks aus dem USB-Stick ein
    5.74  voll funktionsfähiger Arbeitsplatz zu machen.
    5.75  </p>
    5.76  <p>
    5.77 -Technischer Support findet über die Mailing Liste statt, sowie über das offizielle 
    5.78 -Forum. Im SliTaz Handbuch ist eine (auf deutsch kurze) Anleitung zu finden, 
    5.79 +Technischer Support findet über die Mailing Liste statt, sowie über das offizielle
    5.80 +Forum. Im SliTaz Handbuch ist eine (auf deutsch kurze) Anleitung zu finden,
    5.81  wie SliTaz installiert wird, wie es zu benutzen und natürlich wie es zu konfigurieren ist.
    5.82  Aktualisiert wird das System bequem über den Paketmanager.
    5.83  </p>
    5.84  <p>
    5.85  Die Distribution ist auf Deutsch, Englisch, Französisch und Portugiesisch verfügbar.
    5.86  26 Tastaturlayouts werden angeboten. Website und Dokumentation werden ebenfalls auf
    5.87 -verschiedenen Sprachen veröffentlicht, weitere Lokalisierung ist über den Paketmanager 
    5.88 +verschiedenen Sprachen veröffentlicht, weitere Lokalisierung ist über den Paketmanager
    5.89  installierbar.
    5.90  </p>
    5.91  <p>
    5.92 -SliTaz wird als bootfähige CD-Rom angeboten, Das Software Repositorium ist entweder 
    5.93 -online verfügbar, oder als Gesamtdownload (DVD Image). SliTaz Desktop ist schlank und 
    5.94 -schnell; die Standards von Freedesktop.org werden eingehalten. Gebaut wurde das System mit 
    5.95 -der GNU Toolchain: glibc-2.7, gcc-4.2.3, 
    5.96 -binutils-2.17.50, SliTaz verwendet den Linux 2.6.25.5 Kernel. 
    5.97 +SliTaz wird als bootfähige CD-Rom angeboten, Das Software Repositorium ist entweder
    5.98 +online verfügbar, oder als Gesamtdownload (DVD Image). SliTaz Desktop ist schlank und
    5.99 +schnell; die Standards von Freedesktop.org werden eingehalten. Gebaut wurde das System mit
   5.100 +der GNU Toolchain: glibc-2.7, gcc-4.2.3,
   5.101 +binutils-2.17.50, SliTaz verwendet den Linux 2.6.25.5 Kernel.
   5.102  Perl ersetzt das vormalig verwendete PHP.
   5.103 -Das Dateisystem NTFS wird nun ebenfalls unterstützt. Windows Dateisysteme können also 
   5.104 +Das Dateisystem NTFS wird nun ebenfalls unterstützt. Windows Dateisysteme können also
   5.105  ohne weiteres gelesen und beschrieben werden.
   5.106  </p>
   5.107  
   5.108 -<a name="hardware"></a>
   5.109 -<h3><font color="#6c0023">Unterstützte Hardware</font></h3>
   5.110 +<h3 id="hardware">Unterstützte Hardware</h3>
   5.111 +
   5.112  <p>
   5.113 -SliTaz GNU/Linux Unterstützt alle Rechner, die auf dem i486 oder x86 Intel kompatiblen 
   5.114 -Prozessoren aufbauen. Ein Minimum von 256MB Arbeitspeicher (RAM) wird für den Betrieb 
   5.115 -der Standard-LiveCD vorrausgesetzt. Für kleinere Systeme gibt es SliTaz-loram (64MB benötigt), 
   5.116 +SliTaz GNU/Linux Unterstützt alle Rechner, die auf dem i486 oder x86 Intel kompatiblen
   5.117 +Prozessoren aufbauen. Ein Minimum von 256MB Arbeitspeicher (RAM) wird für den Betrieb
   5.118 +der Standard-LiveCD vorrausgesetzt. Für kleinere Systeme gibt es SliTaz-loram (64MB benötigt),
   5.119  sowie SliTaz-loram-cdrom (16MB benötigt).
   5.120  </p>
   5.121  <p>
   5.122 -Die loram-Versionen erlauben SliTaz auf alter Hardware zu installieren. Einmal installiert 
   5.123 -funktionieren diese Versionen ordentlich, aber für mächtigere Programme (wie Firefox) reicht 
   5.124 +Die loram-Versionen erlauben SliTaz auf alter Hardware zu installieren. Einmal installiert
   5.125 +funktionieren diese Versionen ordentlich, aber für mächtigere Programme (wie Firefox) reicht
   5.126  es dennoch nicht (als Alternative existiert ein Textbasierter Browser).
   5.127  </p>
   5.128  <p>
   5.129 -Unter SliTaz 2.0 laufen einige Wireless-Netzwerk-Karten (WiFi), ein paar direkt über den 
   5.130 -Kernel, andere benötigen proprietäre Treiber/Firmware. Zur Installation derselben dient eine 
   5.131 +Unter SliTaz 2.0 laufen einige Wireless-Netzwerk-Karten (WiFi), ein paar direkt über den
   5.132 +Kernel, andere benötigen proprietäre Treiber/Firmware. Zur Installation derselben dient eine
   5.133  eigens dafür programmierte GUI.
   5.134  </p>
   5.135  <p>
   5.136 -Die meisten Netzwerkkarten und Soundkarten werden durch den Kernel 
   5.137 -unterstützt. Standardmäßig ist das Powermanagement mit ACPI aktiviert, 
   5.138 -für Laptop existieren weitere Module wie "ac" und "battery". 
   5.139 +Die meisten Netzwerkkarten und Soundkarten werden durch den Kernel
   5.140 +unterstützt. Standardmäßig ist das Powermanagement mit ACPI aktiviert,
   5.141 +für Laptop existieren weitere Module wie "ac" und "battery".
   5.142  </p>
   5.143  
   5.144 -<a name="livecd"></a>
   5.145 -<h3><font color="#6c0023">LiveCD Flavors</font></h3>
   5.146 +<h3 id="livecd">LiveCD Flavors</h3>
   5.147 +
   5.148  <p>
   5.149 -SliTaz GNU/Linux wird als bootfähige LiveCD veröffentlicht. Flavors sind weitere, 
   5.150 +SliTaz GNU/Linux wird als bootfähige LiveCD veröffentlicht. Flavors sind weitere,
   5.151  für bestimmte Zwecke modifizierte oder lokalisierte Versionen von SliTaz.
   5.152  </p>
   5.153  <p>
   5.154 -Das Projekt veröffentlicht ein ISO-Image, genannt "core", das das Grundgerüst 
   5.155 -des Systems beinhaltet, nebst einer Auswahl an nützlichen Paketen zum 
   5.156 -Surfen im Web, Musik hören, Bildbearbeiten, Entwickeln (PHP/SQL), ISOs 
   5.157 -editieren und brennen und einigem mehr. Mit wenigen Mausklicks lässt sich weitere Software 
   5.158 +Das Projekt veröffentlicht ein ISO-Image, genannt "core", das das Grundgerüst
   5.159 +des Systems beinhaltet, nebst einer Auswahl an nützlichen Paketen zum
   5.160 +Surfen im Web, Musik hören, Bildbearbeiten, Entwickeln (PHP/SQL), ISOs
   5.161 +editieren und brennen und einigem mehr. Mit wenigen Mausklicks lässt sich weitere Software
   5.162  über den  Paketmanager nachinstallieren.
   5.163  </p>
   5.164  <p>
   5.165 -Natürlich lässt sich die "core" LiveCD auch manipulieren, über die Befehlszeile oder auch 
   5.166 -graphisch. Installieren Sie ihre bevorzugte Software, verwenden sie ihre eigenen 
   5.167 -Konfigurationsdateien, mit "Tazlito" lässt sich dann schnell 
   5.168 +Natürlich lässt sich die "core" LiveCD auch manipulieren, über die Befehlszeile oder auch
   5.169 +graphisch. Installieren Sie ihre bevorzugte Software, verwenden sie ihre eigenen
   5.170 +Konfigurationsdateien, mit "Tazlito" lässt sich dann schnell
   5.171  ein Backup oder auch eine eigene Distribution ihrer persönlichen SliTaz-Version erstellen.
   5.172  </p>
   5.173  <p>
   5.174 -Das Projekt bietet weitere Flavors an. Das base-Flavor (~6MB) bietet ein 
   5.175 -minimales System (Textmodus), das JustX-Flavor (~14 MB) hat bereits 
   5.176 -einen graphischen Desktop mit wenigen Standardfunktionen 
   5.177 +Das Projekt bietet weitere Flavors an. Das base-Flavor (~6MB) bietet ein
   5.178 +minimales System (Textmodus), das JustX-Flavor (~14 MB) hat bereits
   5.179 +einen graphischen Desktop mit wenigen Standardfunktionen
   5.180  und den GTK2 Bibliotheken sowie Werkzeugen um weitere Software bequem hinzuzufügen. Sofern
   5.181  Sie ihr System selbst erstellen wollen, könnte das ein guter Ausgangspunkt seien.
   5.182  </p>
   5.183  
   5.184 -<a name="gpxe"></a>
   5.185 -<h3>Netzwerk Startup (gPXE)</h3>
   5.186 +<h3 id="gpxe">Netzwerk Startup (gPXE)</h3>
   5.187 +
   5.188  <p>
   5.189 -SliTaz kann aus dem Internet gebootet werden, das System wird dabei in den Arbeitsspeicher 
   5.190 -kopiert. Dieses Feature ermöglicht das Starten und anschließendem Arbeiten mit 
   5.191 -Rechnern ohne Festplatte. 
   5.192 +SliTaz kann aus dem Internet gebootet werden, das System wird dabei in den Arbeitsspeicher
   5.193 +kopiert. Dieses Feature ermöglicht das Starten und anschließendem Arbeiten mit
   5.194 +Rechnern ohne Festplatte.
   5.195  Instruktionen (immer noch englisch...) sind unter
   5.196  <a href="http://boot.slitaz.org">http://boot.slitaz.org</a> zu finden.
   5.197  </p>
   5.198  
   5.199 -<a name="install"></a>
   5.200 -<h3><font color="#6c0023">Installation</font></h3>
   5.201 +<h3 id="install">Installation</h3>
   5.202 +
   5.203  <p>
   5.204 -Die Installationsroutine ist automatisiert und wird entweder im graphischen- oder im Textmodus 
   5.205 -vollzogen. Anleitungen und Tips können im SliTaz Handbuch gefunden werden. 
   5.206 +Die Installationsroutine ist automatisiert und wird entweder im graphischen- oder im Textmodus
   5.207 +vollzogen. Anleitungen und Tips können im SliTaz Handbuch gefunden werden.
   5.208  </p>
   5.209  <p>
   5.210 -Es bietet sich an die Festplatte vor der Installation zu partitionieren. 
   5.211 -Dafür kann Gparted (ebenfalls auf der LiveCD enthalten) verwendet werden. 
   5.212 -Am Ende der Installation ist es möglich den Bootloader GRUB zu installieren, er ermöglicht es 
   5.213 -mehrere Betriebssysteme zu booten. So ist zum Beispiel eine Koexistenz von SliTaz neben 
   5.214 +Es bietet sich an die Festplatte vor der Installation zu partitionieren.
   5.215 +Dafür kann Gparted (ebenfalls auf der LiveCD enthalten) verwendet werden.
   5.216 +Am Ende der Installation ist es möglich den Bootloader GRUB zu installieren, er ermöglicht es
   5.217 +mehrere Betriebssysteme zu booten. So ist zum Beispiel eine Koexistenz von SliTaz neben
   5.218  Windows problemlos zu handhaben.
   5.219  </p>
   5.220  
   5.221 -<a name="kernel"></a>
   5.222 -<h3><font color="#6c0023">Linux Kernel</font></h3>
   5.223 +<h3 id="kernel">Linux Kernel</h3>
   5.224 +
   5.225  <p>
   5.226  Slitaz GNU/Linux 2.0 wird mit dem Linux Kernel 2.6.25.5 released, modifiziert für
   5.227 -LZMA Kompression und einigem mehr. IDE und SCSI werden unterstützt, 
   5.228 +LZMA Kompression und einigem mehr. IDE und SCSI werden unterstützt,
   5.229  sowie die Dateisysteme ext2 und ext3.
   5.230  </p>
   5.231  <p>
   5.232 -Die meisten Netzwerkkarten werden entweder direkt vom Kernel, oder als aktivierbare 
   5.233 -Module unterstützt (zugehöriger Befehl 'modprobe'). Für Videocapture, sofern benötigt, 
   5.234 -sind die Module ieee1394, raw1394 und oci1394 zu laden. 
   5.235 +Die meisten Netzwerkkarten werden entweder direkt vom Kernel, oder als aktivierbare
   5.236 +Module unterstützt (zugehöriger Befehl 'modprobe'). Für Videocapture, sofern benötigt,
   5.237 +sind die Module ieee1394, raw1394 und oci1394 zu laden.
   5.238  Die Verwaltung der Soundkarten wird durch 'soundconf' vorgenommen.
   5.239  </p>
   5.240  <p>
   5.241 -Der Kernel wird in SliTaz 2.0 in mehrere verschiedene Pakete getrennt, was es erlaubt auch 
   5.242 -wirklich nur die notwendigen Module zu installieren. Die Pakete/Module sind folglicherweise 
   5.243 +Der Kernel wird in SliTaz 2.0 in mehrere verschiedene Pakete getrennt, was es erlaubt auch
   5.244 +wirklich nur die notwendigen Module zu installieren. Die Pakete/Module sind folglicherweise
   5.245  zuerst über den Paketmanager zu installieren, bevor sie geladen werden können.
   5.246  </p>
   5.247  <p>
   5.248 -Die Konfiguration der automatisch geladenen Module ist in der Datei /etc/rcS.conf festgehalten. 
   5.249 -Im LiveCD/LiveUSB-Modus können Module vor dem Bootvorgang über 'modprobe=mod1, mod2' 
   5.250 +Die Konfiguration der automatisch geladenen Module ist in der Datei /etc/rcS.conf festgehalten.
   5.251 +Im LiveCD/LiveUSB-Modus können Module vor dem Bootvorgang über 'modprobe=mod1, mod2'
   5.252  geladen werden.
   5.253  </p>
   5.254  <p>
   5.255 -Die Linux Kernel Einstellungen von SliTaz ist in der komprimierten Datei 
   5.256 +Die Linux Kernel Einstellungen von SliTaz ist in der komprimierten Datei
   5.257  /proc/config.gz und ebenso in den Mercurial Repositories verfügbar.
   5.258  </p>
   5.259  
   5.260 -<a name="packages"></a>
   5.261 -<h3><font color="#6c0023">Software Pakete</font></h3>
   5.262 +<h3 id="packages">Software Pakete</h3>
   5.263 +
   5.264  <p>
   5.265 -Software wird unter SliTaz über den eigenen Paketmanager "Tazpkg" verwaltet. 
   5.266 -"Tazpkg" ist schnell, klein, stabil und bietet einen interaktiven Modus an. 
   5.267 -Etwa 1400 Pakete sind in den Repositorium verfügbar. Unter anderem die Desktopumgebung 
   5.268 -E17, GIMP, Inkscape oder der Videoeditor Kino. Natürlich sind ebenso Webanwendungen 
   5.269 +Software wird unter SliTaz über den eigenen Paketmanager "Tazpkg" verwaltet.
   5.270 +"Tazpkg" ist schnell, klein, stabil und bietet einen interaktiven Modus an.
   5.271 +Etwa 1400 Pakete sind in den Repositorium verfügbar. Unter anderem die Desktopumgebung
   5.272 +E17, GIMP, Inkscape oder der Videoeditor Kino. Natürlich sind ebenso Webanwendungen
   5.273  wie IMs, VOIP, E-Mail-Client oder Browser verfügbar.
   5.274  </p>
   5.275  <p>
   5.276 -SliTaz wurde ebenso als mächtiger Webserver designed, und nutzt dafür LightTPD/PHP  
   5.277 -(standardmäßig nicht enthalten), unterstützt CGI, Perl und Python. Apache 
   5.278 +SliTaz wurde ebenso als mächtiger Webserver designed, und nutzt dafür LightTPD/PHP
   5.279 +(standardmäßig nicht enthalten), unterstützt CGI, Perl und Python. Apache
   5.280  und Squid sind ebenso verfügbar.
   5.281  </p>
   5.282  <p>
   5.283 -Rsync wird für Backups verwendet und iptables fungiert als Firewall. 
   5.284 -SliTaz kann natürlich auch eine komplette Entwicklungsumgebung bereitstellen, mit dem 
   5.285 -GCC 4.2.3 Compiler, Geany IDE, Mercurial Repositories und allen Entwicklungsbibliotheken. 
   5.286 -Pakete können mit Hilfe der Suchfunktion des Paketmanagers gefunden werden, oder 
   5.287 +Rsync wird für Backups verwendet und iptables fungiert als Firewall.
   5.288 +SliTaz kann natürlich auch eine komplette Entwicklungsumgebung bereitstellen, mit dem
   5.289 +GCC 4.2.3 Compiler, Geany IDE, Mercurial Repositories und allen Entwicklungsbibliotheken.
   5.290 +Pakete können mit Hilfe der Suchfunktion des Paketmanagers gefunden werden, oder
   5.291  über die Website: <a href="http://www.slitaz.org/en/packages/">http://www.slitaz.org/de/packages/</a>
   5.292  </p>
   5.293  
   5.294 -<a name="desktop"></a>
   5.295 -<h3><font color="#6c0023">Graphische Oberfläche</font></h3>
   5.296 +<h3 id="desktop">Graphische Oberfläche</h3>
   5.297 +
   5.298  <p>
   5.299  SliTaz verwendet den schlanken und stabilen Openbox Windowmanager.
   5.300 -Openbox ist über "Themes" leicht im Aussehen zu beeinflussen. Mit Obconf, 
   5.301 -ebenfalls ein Bestandteil 
   5.302 -von Openbox fällt die Konfiguration besonders leicht. Für das Panel wird 
   5.303 +Openbox ist über "Themes" leicht im Aussehen zu beeinflussen. Mit Obconf,
   5.304 +ebenfalls ein Bestandteil
   5.305 +von Openbox fällt die Konfiguration besonders leicht. Für das Panel wird
   5.306  LXpanel eingesetzt. Den Desktop zeichnet der Dateimanager PCmanFM.
   5.307  Mit LXtask ist ein Taskmanager verfügbar.</p>
   5.308  <p>
   5.309 -Als Alternative kann die Desktopumgebung E17 oder der Fenstermanager JWM 
   5.310 -nachinstalliert werden. Die zu startende Sitzung kann man im Displaymanager 
   5.311 -"Slim" über F1 auswählen. Um  die Standardeinstellung zu verändern kann 'tazx' verwendet 
   5.312 +Als Alternative kann die Desktopumgebung E17 oder der Fenstermanager JWM
   5.313 +nachinstalliert werden. Die zu startende Sitzung kann man im Displaymanager
   5.314 +"Slim" über F1 auswählen. Um  die Standardeinstellung zu verändern kann 'tazx' verwendet
   5.315  werden. Alternativ muss die /.Xinitrc manuell editiert werden.
   5.316  </p>
   5.317  
   5.318 -<a name="support"></a>
   5.319 -<h3><font color="#6c0023">Support und Dokumentation</font></h3>
   5.320 +<h3 id="support">Support und Dokumentation</h3>
   5.321 +
   5.322  <p>
   5.323 -Das SliTaz-Projekt bietet auf verschiedenen Wegen Hilfe und Support an. 
   5.324 -Zum ersten gibt es das offizielle Handbuch, in dem alle wichtigen Fragen 
   5.325 -geklärt sind (auf Deutsch eher "sein sollten". Anm. des Übersetzers). 
   5.326 -Desweiteren kann man auch über die Mailing-Liste, das Forum oder den 
   5.327 +Das SliTaz-Projekt bietet auf verschiedenen Wegen Hilfe und Support an.
   5.328 +Zum ersten gibt es das offizielle Handbuch, in dem alle wichtigen Fragen
   5.329 +geklärt sind (auf Deutsch eher "sein sollten". Anm. des Übersetzers).
   5.330 +Desweiteren kann man auch über die Mailing-Liste, das Forum oder den
   5.331  IRC-Channel um Hilfe bitten.
   5.332 -Die Entwicklung von SliTaz wird im "Kochbuch" (Cookingbook) beschrieben. Online 
   5.333 -ist die englische Dokumentation 
   5.334 -<a href="http://www.slitaz.org/en/doc/">hier</a> zu finden, die deutsche 
   5.335 +Die Entwicklung von SliTaz wird im "Kochbuch" (Cookingbook) beschrieben. Online
   5.336 +ist die englische Dokumentation
   5.337 +<a href="http://www.slitaz.org/en/doc/">hier</a> zu finden, die deutsche
   5.338  <a href="http://doc.slitaz.org/de:start">hier</a>.
   5.339  </p>
   5.340  
   5.341 -<a name="security"></a>
   5.342 -<h3><font color="#6c0023">Sicherheit</font></h3>
   5.343 +<h3 id="security">Sicherheit</h3>
   5.344 +
   5.345  <p>
   5.346 -Die stabilen Versionen erhalten Updates, die für die fortwährende 
   5.347 -Sicherheit zu installieren sind. Eine Firewall wird über iptables errichtet, 
   5.348 -LightTPD und Apache Servers unterstützen die Authentifikation mit 
   5.349 -verschlüsselten Passwörtern. Mit Dropbear wird ein sicherer SSH Client und Server angeboten. 
   5.350 -Ebenfalls werden die Nutzerpasswörter verschlüsselt gespeichert. Wie bei Linux 
   5.351 -gängig hat nur der root-Administrator Zugriff auf alle Dateien im System. 
   5.352 +Die stabilen Versionen erhalten Updates, die für die fortwährende
   5.353 +Sicherheit zu installieren sind. Eine Firewall wird über iptables errichtet,
   5.354 +LightTPD und Apache Servers unterstützen die Authentifikation mit
   5.355 +verschlüsselten Passwörtern. Mit Dropbear wird ein sicherer SSH Client und Server angeboten.
   5.356 +Ebenfalls werden die Nutzerpasswörter verschlüsselt gespeichert. Wie bei Linux
   5.357 +gängig hat nur der root-Administrator Zugriff auf alle Dateien im System.
   5.358  </p>
   5.359  
   5.360 -<a name="upgrade"></a>
   5.361 -<h3><font color="#6c0023">Upgrade von 1.0 auf 2.0</font></h3>
   5.362 +<h3 id="upgrade">Upgrade von 1.0 auf 2.0</h3>
   5.363 +
   5.364  <p>
   5.365 -Der Installer von SliTaz GNU/Linux bietet bei seiner Ausführung von der 
   5.366 -LiveCD 2.0 ein Upgrade von '1.0' auf '2.0' an. Es muss die Partition angegeben 
   5.367 -werden, auf der das SliTaz-System enthalten war. Der Installer wird das System reinigen 
   5.368 -und die Pakete reinstallieren (diejenigen, die nicht auf der CD enthalten sind, 
   5.369 -werden aus einem Internet-Repositorium geladen). Nach einem Neustart steht SliTaz 2.0 
   5.370 +Der Installer von SliTaz GNU/Linux bietet bei seiner Ausführung von der
   5.371 +LiveCD 2.0 ein Upgrade von '1.0' auf '2.0' an. Es muss die Partition angegeben
   5.372 +werden, auf der das SliTaz-System enthalten war. Der Installer wird das System reinigen
   5.373 +und die Pakete reinstallieren (diejenigen, die nicht auf der CD enthalten sind,
   5.374 +werden aus einem Internet-Repositorium geladen). Nach einem Neustart steht SliTaz 2.0
   5.375  arbeitsbereit zur Verfügung.
   5.376  </p>
   5.377  <p>
   5.378  Es sei angemerkt, dass der Installer ein Kopie der Paketliste und eine komplette Kopie des
   5.379 -/etc Verzeichnisses (in dem die Konfigurationsdateien bewahrt werden) 
   5.380 -bereitstellt (etc.tar.gz); zu finden sind die Sicherungen in 
   5.381 +/etc Verzeichnisses (in dem die Konfigurationsdateien bewahrt werden)
   5.382 +bereitstellt (etc.tar.gz); zu finden sind die Sicherungen in
   5.383  /var/lib/slitaz-install.
   5.384  </p>
   5.385  <p>
   5.386 -Ein Upgrade von 1.0 auf 2.0 kann ebenso über den Paketmanager mittels der 
   5.387 -'set-release' Funktion vollzogen werden. Diese Methode ist allerdings nicht empfohlen, 
   5.388 +Ein Upgrade von 1.0 auf 2.0 kann ebenso über den Paketmanager mittels der
   5.389 +'set-release' Funktion vollzogen werden. Diese Methode ist allerdings nicht empfohlen,
   5.390  und erfordert möglicherweise manuelle Nacharbeit.
   5.391  </p>
   5.392  
   5.393 -<a name="people"></a>
   5.394 -<h3><font color="#6c0023">Menschen hinter dem Projekt</font></h3>
   5.395 +<h3 id="people">Menschen hinter dem Projekt</h3>
   5.396 +
   5.397  <p>
   5.398 -SliTaz präsentiert sich stolz als internationales Gemeinschaftsprojekt. 
   5.399 -Über die Welt verstreut wird entwickelt, die Website verwaltet, die Dokumentation geschrieben 
   5.400 -und natürlich technische Unterstützung geboten. Von der Schweiz über Frankreich, 
   5.401 -Quebec, Algerien bis Enland. 
   5.402 +SliTaz präsentiert sich stolz als internationales Gemeinschaftsprojekt.
   5.403 +Über die Welt verstreut wird entwickelt, die Website verwaltet, die Dokumentation geschrieben
   5.404 +und natürlich technische Unterstützung geboten. Von der Schweiz über Frankreich,
   5.405 +Quebec, Algerien bis Enland.
   5.406  </p>
   5.407  <ul>
   5.408  	<li>Christophe Lincoln</li>
   5.409 @@ -306,21 +300,16 @@
   5.410  	<li>David Ozura</li>
   5.411  </ul>
   5.412  <p>
   5.413 -Das Projekt dankt ebenso allen Testern, Hackern und Nutzern, die sich die Mühe 
   5.414 -gemacht haben uns so tatkräftig zu unterstützen. 
   5.415 +Das Projekt dankt ebenso allen Testern, Hackern und Nutzern, die sich die Mühe
   5.416 +gemacht haben uns so tatkräftig zu unterstützen.
   5.417  </p>
   5.418  
   5.419  <!-- End of content -->
   5.420  </div>
   5.421  
   5.422 -<!-- Footer. -->
   5.423 +<!-- Footer -->
   5.424  <div id="footer">
   5.425 -	<div class="footer-right"></div>
   5.426 -	<a href="relnotes.de.html#top">Anfang der Seite</a>
   5.427 -</div>
   5.428 -
   5.429 -<div id="copy">
   5.430 -	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
   5.431 +	Copyright © <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
   5.432  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br>
   5.433  	Documentation published under
   5.434  	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
     6.1 --- a/de/doc/releases/book.css	Tue Apr 10 14:39:34 2012 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,189 +0,0 @@
     6.4 -/* 
     6.5 -	CSS style for SliTaz GNU/Linux *book.
     6.6 -	Pankso 2007 - www.slitaz.org
     6.7 -*/
     6.8 -
     6.9 -body {
    6.10 -	font: 13px sans-serif, vernada, arial;
    6.11 -	background: #222222;
    6.12 -	margin: 0;
    6.13 -	padding-bottom: auto;
    6.14 -}
    6.15 -
    6.16 -#header {
    6.17 -	background: #BFB06B url(images/css/header.png) repeat-x top;
    6.18 -	color: black;
    6.19 -	height: 50px;
    6.20 -	border-top: 1px solid black;
    6.21 -	border-bottom: 1px solid black;
    6.22 -}
    6.23 -#quicknav {
    6.24 -	margin-right: 6px;
    6.25 -	text-align: right;
    6.26 -	font-size: 12px;
    6.27 -	}
    6.28 -#quicknav {
    6.29 -	margin-right: 6px;
    6.30 -}
    6.31 -
    6.32 -#quicknav a {
    6.33 -	background: inherit;
    6.34 -	color: white;
    6.35 -}
    6.36 -
    6.37 -#quicknav a:hover {
    6.38 -	background: inherit;
    6.39 -	color: #EDEDED;
    6.40 -}
    6.41 -
    6.42 -/*  content. */
    6.43 -
    6.44 -#content {
    6.45 -	background: white url(images/css/content-tl.png) no-repeat top left;
    6.46 -	color: black;
    6.47 -	padding: 20px;
    6.48 -	margin: 30px 50px 0px 50px;
    6.49 -	width: auto;
    6.50 -	text-align: justify;
    6.51 -}
    6.52 -
    6.53 -#content li {
    6.54 -	line-height: 1.5em;
    6.55 -	text-align: left;
    6.56 -}
    6.57 -
    6.58 -/*  Footer. */
    6.59 -
    6.60 -#footer {
    6.61 -	font-size: 11px;
    6.62 -	font-weight: bold;
    6.63 -	background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left;
    6.64 -	color: black;
    6.65 -	height: 20px;
    6.66 -	padding: 6px 0px 0px 10px;
    6.67 -	margin: 0px 50px 0px 50px;
    6.68 -	width: auto;
    6.69 -	text-align: center ;
    6.70 -}
    6.71 -
    6.72 -#footer a {
    6.73 -	text-decoration: none;
    6.74 -	background: #eaeaea;
    6.75 -	color: #3E1220;
    6.76 -}
    6.77 -
    6.78 -#footer a:hover {
    6.79 -	background: #eaeaea;
    6.80 -	color: #DF8F06;
    6.81 -}
    6.82 -
    6.83 -/* Legal informations */
    6.84 -
    6.85 -#copy {
    6.86 -	font-size: 11px ;
    6.87 -	text-align: center ;
    6.88 -	background: transparent;
    6.89 -	color: #a8a8a8;
    6.90 -	padding-top: 20px;
    6.91 -}
    6.92 -
    6.93 -#copy a {
    6.94 -	background: inherit;
    6.95 -	color: #a8a8a8;
    6.96 -}
    6.97 -
    6.98 -#copy a:hover {
    6.99 -	background: inherit;
   6.100 -	color: #EDEDED;
   6.101 -}
   6.102 -
   6.103 -/* Clouds */
   6.104 -
   6.105 -#cloud {
   6.106 -	padding: 10px 120px 10px 120px;
   6.107 -	line-height: 3em;
   6.108 -	text-align: center;
   6.109 -}
   6.110 -#cloud a { padding: 4px; color: #956411; }
   6.111 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
   6.112 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
   6.113 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
   6.114 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
   6.115 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
   6.116 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
   6.117 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
   6.118 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
   6.119 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
   6.120 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
   6.121 -
   6.122 -/* Div for round corners. */
   6.123 -
   6.124 -.content-right, .footer-right {
   6.125 -	width: 16px;
   6.126 -	color: white;
   6.127 -	background-color: #333333;
   6.128 -}
   6.129 -.content-right {
   6.130 -	background: url(images/css/content-tr.png) no-repeat top right;
   6.131 -	height: 16px;
   6.132 -	right: 50px;
   6.133 -	top: 82px;
   6.134 -	position: absolute;
   6.135 -}
   6.136 -
   6.137 -.footer-right {
   6.138 -	background: url(images/css/footer-br.png) no-repeat bottom right;
   6.139 -	height: 20px;
   6.140 -	float: right;
   6.141 -}
   6.142 -
   6.143 -/* General HTML entities for  content. */
   6.144 -
   6.145 -h1 {
   6.146 -	margin: 0px 0px 0px 16px;
   6.147 -}
   6.148 -
   6.149 -h2 {
   6.150 -	margin: 12px 0;
   6.151 -	color: #484B7C;
   6.152 -	background: white;
   6.153 -}
   6.154 -
   6.155 -h3 {
   6.156 -	font-weight: bold;
   6.157 -	color: #6c0023;
   6.158 -	background: white;
   6.159 -}
   6.160 -
   6.161 -a {
   6.162 -	text-decoration: underline;
   6.163 -}
   6.164 -a:hover {
   6.165 -	text-decoration: none;
   6.166 -}
   6.167 -
   6.168 -pre {
   6.169 -	padding: 5px;
   6.170 -	color: black;
   6.171 -	background: #e1e0b0;
   6.172 -}
   6.173 -pre.script {
   6.174 -	padding: 10px;
   6.175 -	color: black;
   6.176 -	background: #e8e8e8;
   6.177 -	border: 1px inset #333333;
   6.178 -}
   6.179 -
   6.180 -code {
   6.181 -	font-size: 12px;
   6.182 -	color: #669900;
   6.183 -	background: transparent;
   6.184 -}
   6.185 -
   6.186 -li {
   6.187 -	line-height: 1.4em;
   6.188 -}
   6.189 -
   6.190 -hr {
   6.191 -	border: 0pt none;
   6.192 -}
     7.1 Binary file de/doc/releases/favicon.ico has changed
     8.1 Binary file de/doc/releases/images/css/content-tl.png has changed
     9.1 Binary file de/doc/releases/images/css/content-tr.png has changed
    10.1 Binary file de/doc/releases/images/css/footer-bl.png has changed
    11.1 Binary file de/doc/releases/images/css/footer-br.png has changed
    12.1 Binary file de/doc/releases/images/css/header.png has changed
    13.1 --- a/en/doc/releases/1.0/relnotes.en.html	Tue Apr 10 14:39:34 2012 +0200
    13.2 +++ b/en/doc/releases/1.0/relnotes.en.html	Tue Apr 10 19:27:55 2012 +0300
    13.3 @@ -1,28 +1,27 @@
    13.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    13.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    13.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    13.7 +<!DOCTYPE html>
    13.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
    13.9  <head>
   13.10 +	<meta charset="utf-8" />
   13.11  	<title>SliTaz GNU/Linux 1.0 - Release Notes</title>
   13.12 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
   13.13  	<meta name="description" content="slitaz doc system releases notes information cooking" />
   13.14  	<meta name="expires" content="never" />
   13.15  	<meta name="modified" content="2008-03-14 11:30:00" />
   13.16  	<meta name="publisher" content="www.slitaz.org" />
   13.17  	<meta name="author" content="Paul Issot"/>
   13.18 -	<link rel="shortcut icon" href="../favicon.ico" />
   13.19 -	<link rel="stylesheet" type="text/css" href="../style.css" />
   13.20 +	<link rel="shortcut icon" href="/favicon.ico" />
   13.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   13.22  </head>
   13.23 -<body bgcolor="#ffffff">
   13.24 +<body>
   13.25  
   13.26  <!-- Header -->
   13.27  <div id="header">
   13.28  	<h1>SliTaz 1.0 Release Notes</h1>
   13.29  </div>
   13.30  
   13.31 -<!-- Content. -->
   13.32 +<!-- Content -->
   13.33  <div id="content">
   13.34  
   13.35 -<h2><font color="#DF8F06">Releases notes</font></h2>
   13.36 +<h2>Releases notes</h2>
   13.37  
   13.38  <ul>
   13.39  	<li><a href="#overview">Overview.</a></li>
   13.40 @@ -38,85 +37,85 @@
   13.41  	<li><a href="#people">People of the Project.</a></li>
   13.42  </ul>
   13.43  
   13.44 -<a name="overview"></a>
   13.45 -<h3><font color="#6c0023"></font>Overview</h3>
   13.46 +<h3 id="overview">Overview</h3>
   13.47 +
   13.48  <p>
   13.49 -SliTaz GNU/Linux is a free, open source community project. Version 1.0 was 
   13.50 -released on March 22 2008 after two years of hard work. Slitaz comprises of 448 
   13.51 +SliTaz GNU/Linux is a free, open source community project. Version 1.0 was
   13.52 +released on March 22 2008 after two years of hard work. Slitaz comprises of 448
   13.53  software packages easily installed via the "Tazpkg" package manager. The LiveCD
   13.54 -can be fully configured to taste, to easily create a custom distribution 
   13.55 -specifically for tasks such as multimedia, graphics or development. 
   13.56 +can be fully configured to taste, to easily create a custom distribution
   13.57 +specifically for tasks such as multimedia, graphics or development.
   13.58  </p>
   13.59  <p>
   13.60  Slitaz can also be installed to your hard drive, or used with USB media - with
   13.61 -"TazUSB" you are only a few simple commands away from a fully formatted and 
   13.62 +"TazUSB" you are only a few simple commands away from a fully formatted and
   13.63  configured USB device, ready to boot.
   13.64  </p>
   13.65  <p>
   13.66  Technical support is provided to users via the mailing list and the official
   13.67  forum. The "Slitaz Handbook" is an instructive manual on how to use and finely
   13.68  configure the system. Slitaz can be updated easily via the graphic installer or
   13.69 -by using the simple fast text installer. 
   13.70 +by using the simple fast text installer.
   13.71  </p>
   13.72  
   13.73 -<a name="hardware"></a>
   13.74 -<h3><font color="#6c0023">Supported Hardware</font></h3>
   13.75 +<h3 id="hardware">Supported Hardware</h3>
   13.76 +
   13.77  <p>
   13.78  SliTaz GNU/Linux supports all machines based on i486 or x86 Intel compatible
   13.79 -processors. A minimum 128MB of memory is recommended to use the main LiveCD. 
   13.80 -64MB is needed for the "slitaz-loram" flavor and 16MB for the 
   13.81 +processors. A minimum 128MB of memory is recommended to use the main LiveCD.
   13.82 +64MB is needed for the "slitaz-loram" flavor and 16MB for the
   13.83  "slitaz-loram-cdrom" flavor.
   13.84  </p>
   13.85  <p>
   13.86  With the slitaz-loram flavour, the system is less responsive, but allows you to
   13.87  graphically install SliTaz on very old machines. Once installed, Slitaz works
   13.88 -well with a minimum of 16MB memory, but forget about using Firefox to surf the 
   13.89 -web - you'll have to use the text based 'links' for example.  
   13.90 +well with a minimum of 16MB memory, but forget about using Firefox to surf the
   13.91 +web - you'll have to use the text based 'links' for example.
   13.92  </p>
   13.93  <p>
   13.94 -Most network and sound card drivers are supported in the Kernel. Presently, 
   13.95 -power management is enabled by default with ACPI and support for laptops is 
   13.96 +Most network and sound card drivers are supported in the Kernel. Presently,
   13.97 +power management is enabled by default with ACPI and support for laptops is
   13.98  enabled with the "ac" and "battery" modules.
   13.99  </p>
  13.100  
  13.101 -<a name="livecd"></a>
  13.102 -<h3><font color="#6c0023">LiveCD Flavors</font></h3>
  13.103 +<h3 id="livecd">LiveCD Flavors</h3>
  13.104 +
  13.105  <p>
  13.106  SliTaz GNU/Linux is distributed as a bootable LiveCD allowing you to
  13.107 -graphically install to the hard drive and retain the use of your previous 
  13.108 -system including all settings, applications, documents, etc. 
  13.109 +graphically install to the hard drive and retain the use of your previous
  13.110 +system including all settings, applications, documents, etc.
  13.111  </p>
  13.112  <p>
  13.113 -The project distributes an ISO image called "core", which is the body of the 
  13.114 -system, providing a selection of multi-use packages for surfing the web, 
  13.115 -listening to music, audio editing, image manipulation, developing (including 
  13.116 -PHP/SQL), editing ISOs or burning to optical media. It's just one click in the 
  13.117 +The project distributes an ISO image called "core", which is the body of the
  13.118 +system, providing a selection of multi-use packages for surfing the web,
  13.119 +listening to music, audio editing, image manipulation, developing (including
  13.120 +PHP/SQL), editing ISOs or burning to optical media. It's just one click in the
  13.121  application menu to find software installed by category.
  13.122  </p>
  13.123  <p>
  13.124  The "core" LiveCD can also be customised and rebuilt both graphically or from
  13.125  the command line. Install your own custom set of packages, or simply use one
  13.126 -of the preset flavors on the mirror. Then simply generate your distribution 
  13.127 +of the preset flavors on the mirror. Then simply generate your distribution
  13.128  with the "Tazlito" tool.
  13.129  </p>
  13.130  
  13.131 -<a name="install"></a>
  13.132 -<h3><font color="#6c0023">Installation</font></h3>
  13.133 +<h3 id="install">Installation</h3>
  13.134 +
  13.135  <p>
  13.136  The installation is fully automated and can be done graphically or in text
  13.137 -mode. The prerequisite material and other useful information can be found in the 
  13.138 -Manual and Handbook. 
  13.139 +mode. The prerequisite material and other useful information can be found in the
  13.140 +Manual and Handbook.
  13.141  </p>
  13.142  <p>
  13.143 -If you want to partition a disk before installation, you can quickly use 
  13.144 -Gparted in LiveCD mode or use a flavor containing the partitioning tool. At 
  13.145 +If you want to partition a disk before installation, you can quickly use
  13.146 +Gparted in LiveCD mode or use a flavor containing the partitioning tool. At
  13.147  the end of the installation it is possible to setup the "GRUB" bootloader which
  13.148 -is capable of starting almost all operating systems. This allows SliTaz to 
  13.149 +is capable of starting almost all operating systems. This allows SliTaz to
  13.150  co-exist with a previously installed operating system, such as Windows.
  13.151  </p>
  13.152  
  13.153 -<a name="kernel"></a>
  13.154 -<h3><font color="#6c0023">Linux Kernel</font></h3>
  13.155 +<h3 id="kernel">Linux Kernel</h3>
  13.156 +
  13.157  <p>
  13.158  Slitaz GNU/Linux is distributed with the Linux Kernel 2.6.24.2, patched for
  13.159  LZMA compression support and display correction for the virtual console. The
  13.160 @@ -129,8 +128,8 @@
  13.161  with 'soundconf'.
  13.162  </p>
  13.163  <p>
  13.164 -The configuration of startup modules is located in /etc/rcS.conf. In 
  13.165 -LiveCD/LiveUSB mode you can use 'modprobe=mod1, mod2' to load various modules 
  13.166 +The configuration of startup modules is located in /etc/rcS.conf. In
  13.167 +LiveCD/LiveUSB mode you can use 'modprobe=mod1, mod2' to load various modules
  13.168  at boot time.
  13.169  </p>
  13.170  <p>
  13.171 @@ -138,26 +137,26 @@
  13.172  /proc/config.gz and also in the Mercurial repositories.
  13.173  </p>
  13.174  
  13.175 -<a name="packages"></a>
  13.176 -<h3><font color="#6c0023">Software Packages</font></h3>
  13.177 +<h3 id="packages">Software Packages</h3>
  13.178 +
  13.179  <p>
  13.180 -The management of software packages is done with the custom package manager 
  13.181 -"Tazpkg". It's simple, fast, stable and offers an interactive mode. Among the 
  13.182 -448 packages available you will find anything you need to transform your 
  13.183 +The management of software packages is done with the custom package manager
  13.184 +"Tazpkg". It's simple, fast, stable and offers an interactive mode. Among the
  13.185 +448 packages available you will find anything you need to transform your
  13.186  machine to a complete graphical desktop (e17), a graphics studio with The Gimp
  13.187  or Inkscape, or to a video editor with Kino. You can experience the world wide
  13.188 -web with instant messaging, VOIP, email and of course through a web browser. 
  13.189 +web with instant messaging, VOIP, email and of course through a web browser.
  13.190  </p>
  13.191  <p>
  13.192  Slitaz is also designed to function as a powerful web server, using the stable
  13.193  LightTPD/PHP package (installed by default), supporting CGI, Perl and Python.
  13.194  </p>
  13.195  <p>
  13.196 -Rsync is used for incremental backup and iptables functions as the firewall. 
  13.197 -SliTaz can of course also provide a complete development environment with the 
  13.198 -GCC 4.2.2 compiler, Geany IDE, Mercurial Repostitories and all development 
  13.199 -libraries. Packages can be found through the search function of Tazpkg or via 
  13.200 -the website: <a 
  13.201 +Rsync is used for incremental backup and iptables functions as the firewall.
  13.202 +SliTaz can of course also provide a complete development environment with the
  13.203 +GCC 4.2.2 compiler, Geany IDE, Mercurial Repostitories and all development
  13.204 +libraries. Packages can be found through the search function of Tazpkg or via
  13.205 +the website: <a
  13.206  href="http://www.slitaz.org/en/packages/">http://www.slitaz.org/en/packages/</a>
  13.207  </p>
  13.208  <p>
  13.209 @@ -166,12 +165,12 @@
  13.210  "SliTaz Cookbook" and is available online.
  13.211  </p>
  13.212  
  13.213 -<a name="desktop"></a>
  13.214 -<h3><font color="#6c0023">Graphical Desktops</font></h3>
  13.215 +<h3 id="desktop">Graphical Desktops</h3>
  13.216 +
  13.217  <p>
  13.218  By default, the Slitaz LiveCD uses the very light and stable JWM window manager.
  13.219 -The integration of the taskbar "LXpanel" makes it possible to dynamically 
  13.220 -provide a menu based on the Freedesktop standards. The principle is to have a 
  13.221 +The integration of the taskbar "LXpanel" makes it possible to dynamically
  13.222 +provide a menu based on the Freedesktop standards. The principle is to have a
  13.223  small menu accessible via a screen click with the favourites, windows effects,
  13.224  LiveCD and LiveUSB tools, JWM configuration and system actions made available.
  13.225  Applications can also be accessed through the menu supplied by LXpanel.
  13.226 @@ -184,9 +183,9 @@
  13.227  the ~/.Xinitrc file.
  13.228  </p>
  13.229  
  13.230 -<a name="support"></a>
  13.231 -<h3><font color="#6c0023">Support and Documentation</font></h3>
  13.232 -<p></p>
  13.233 +<h3 id="support">Support and Documentation</h3>
  13.234 +
  13.235 +<p>
  13.236  The SliTaz project offers various means of help and support to users of the
  13.237  system, using the mailing list, forum or IRC channel. User documentation
  13.238  is contained in the SliTaz Handbook, making it possible to configure SliTaz
  13.239 @@ -195,11 +194,12 @@
  13.240  documentation menu - they describe all the various commands made possible by
  13.241  the tools. The development of the operating system and the use of the wok and
  13.242  receipts are described in the "Slitaz Cookbook". The books, manuals and memos
  13.243 -are all available online: <a 
  13.244 +are all available online: <a
  13.245  href="http://www.slitaz.org/en/doc/">http://www.slitaz.org/en/doc/</a>
  13.246 +</p>
  13.247  
  13.248 -<a name="security"></a>
  13.249 -<h3><font color="#6c0023">Security</font></h3>
  13.250 +<h3 id="security">Security</h3>
  13.251 +
  13.252  <p>
  13.253  For the benefit of a safe and secure system it's important to recharge and
  13.254  update packages regularly. The Firewall is provided by iptables, and the
  13.255 @@ -211,8 +211,8 @@
  13.256  Security.
  13.257  </p>
  13.258  
  13.259 -<a name="upgrade"></a>
  13.260 -<h3><font color="#6c0023">From Cooking to Stable</font></h3>
  13.261 +<h3 id="upgrade">From Cooking to Stable</h3>
  13.262 +
  13.263  <p>
  13.264  The installer of SLiTaz GNU/linux offers an update function allowing you to
  13.265  upgrade from a 'Cooking' to 'Stable' version. To upgrade the system you first
  13.266 @@ -229,8 +229,8 @@
  13.267  archive of the /etc directory (etc.tar.gz) in /var/lib/slitaz-install.
  13.268  </p>
  13.269  
  13.270 -<a name="people"></a>
  13.271 -<h3><font color="#6c0023">People of the Project</font></h3>
  13.272 +<h3 id="people">People of the Project</h3>
  13.273 +
  13.274  <p>
  13.275  SliTaz is proud to be an international community project. The people of the
  13.276  project are the ones who develop the distribution, correct the website,
  13.277 @@ -260,7 +260,7 @@
  13.278  </div>
  13.279  
  13.280  <div id="footer">
  13.281 -	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  13.282 +	Copyright © <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  13.283  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
  13.284  	Documentation published under
  13.285  	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
  13.286 @@ -268,5 +268,4 @@
  13.287  </div>
  13.288  
  13.289  </body>
  13.290 -</html> 
  13.291 -
  13.292 +</html>
    14.1 --- a/en/doc/releases/2.0/relnotes.en.html	Tue Apr 10 14:39:34 2012 +0200
    14.2 +++ b/en/doc/releases/2.0/relnotes.en.html	Tue Apr 10 19:27:55 2012 +0300
    14.3 @@ -1,16 +1,15 @@
    14.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    14.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    14.6 -<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
    14.7 +<!DOCTYPE html>
    14.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
    14.9  <head>
   14.10 +	<meta charset="utf-8" />
   14.11  	<title>SliTaz GNU/Linux 2.0 - Release Notes</title>
   14.12 -	<meta http-equiv="content-type" content="text/html; charset=utf-8">
   14.13  	<meta name="description" content="slitaz doc system releases notes information cooking">
   14.14  	<meta name="expires" content="never">
   14.15  	<meta name="modified" content="2009-03-28 11:30:00">
   14.16  	<meta name="publisher" content="www.slitaz.org">
   14.17  	<meta name="author" content="Paul Issot">
   14.18 -	<link rel="shortcut icon" href="../favicon.ico">
   14.19 -	<link rel="stylesheet" type="text/css" href="../style.css">
   14.20 +	<link rel="shortcut icon" href="/favicon.ico" />
   14.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   14.22  </head>
   14.23  <body bgcolor="#ffffff">
   14.24  
   14.25 @@ -19,11 +18,10 @@
   14.26  	<h1>SliTaz 2.0 Release Notes</h1>
   14.27  </div>
   14.28  
   14.29 -<!-- Content. -->
   14.30 +<!-- Content -->
   14.31  <div id="content">
   14.32 -<div class="content-right"></div>
   14.33  
   14.34 -<h2><font color="#df8f06">Releases notes</font></h2>
   14.35 +<h2>Releases notes</h2>
   14.36  
   14.37  <ul>
   14.38  	<li><a href="#overview">Overview.</a></li>
   14.39 @@ -40,37 +38,37 @@
   14.40  	<li><a href="#people">People of the Project.</a></li>
   14.41  </ul>
   14.42  
   14.43 -<a name="overview"></a>
   14.44 -<h3><font color="#6c0023"></font>Overview</h3>
   14.45 +<h3 id="overview">Overview</h3>
   14.46 +
   14.47  <p>
   14.48  SliTaz GNU/Linux Version 2.0 was released on April 16 2009 after a year
   14.49  of hard work. Based on Version 1.0 (published 22 March 2008), SliTaz comprises
   14.50 -of 1400 (up 900) software packages easily installable via the "Tazpkg" 
   14.51 +of 1400 (up 900) software packages easily installable via the "Tazpkg"
   14.52  package manager. The LiveCD can be fully configured to taste, to easily
   14.53  create a custom distribution specifically for tasks such as multimedia,
   14.54  graphics or development. Some of the new features in this release include:
   14.55  </p>
   14.56  <ul>
   14.57 -    <li>Better hardware support for wifi, windows drivers, NTFS and low 
   14.58 +	<li>Better hardware support for wifi, windows drivers, NTFS and low
   14.59  	memory systems (through flavors)</li>
   14.60 -    <li>Easier customization to roll your own distro</li>
   14.61 -    <li>Web Boot support</li>
   14.62 -    <li>Openbox replaces JWM as the window manager</li>
   14.63 -    <li>More tiny graphical utilities for administration, setting preferences,
   14.64 +	<li>Easier customization to roll your own distro</li>
   14.65 +	<li>Web Boot support</li>
   14.66 +	<li>Openbox replaces JWM as the window manager</li>
   14.67 +	<li>More tiny graphical utilities for administration, setting preferences,
   14.68  	system upgrade, etc</li>
   14.69  </ul>
   14.70  <p>
   14.71  Technical support is provided to users via the mailing list and the official
   14.72  forum. The "SliTaz Handbook" is an instructive manual on how to use and finely
   14.73  configure the system. SliTaz can be updated easily via the graphic installer or
   14.74 -by using the simple and fast text installer. 
   14.75 +by using the simple and fast text installer.
   14.76  SliTaz can also be installed to your hard drive, or used with USB media
   14.77  - with "TazUSB" or the GUI "TazUSBbox" you are only a few simple commands
   14.78  away from a fully formatted and configured USB device, ready to boot.
   14.79  </p>
   14.80  <p>
   14.81 -The system is now configurable via a graphical control center and 
   14.82 -packages can be managed with the "Tazpkgbox" GUI package manager. The 
   14.83 +The system is now configurable via a graphical control center and
   14.84 +packages can be managed with the "Tazpkgbox" GUI package manager. The
   14.85  project has also created several different GUIs to command line tools to
   14.86  facilitate the use of the system.
   14.87  </p>
   14.88 @@ -84,27 +82,27 @@
   14.89  SliTaz is published as a LiveCD or bootable cdrom, all software packages
   14.90  are available via a direct download or DVD image. SliTaz 2.0 offers a fast,
   14.91  simple, elegant desktop respecting the standards of Freedesktop.org. The
   14.92 -system was built from the GNU toolchain: glibc-2.7, gcc-4.2.3, 
   14.93 +system was built from the GNU toolchain: glibc-2.7, gcc-4.2.3,
   14.94  binutils-2.17.50 and offers the Linux 2.6.25.5 kernel. The core
   14.95 -of the LiveCD proposes replacing PHP with Perl as the programming 
   14.96 -language. Hardinfo system tools and LXTask provide knowledge and 
   14.97 +of the LiveCD proposes replacing PHP with Perl as the programming
   14.98 +language. Hardinfo system tools and LXTask provide knowledge and
   14.99  monitoring equipment. NTFS support is also included on the cdrom and Windows
  14.100  drives can be easily browsed through the file manager.
  14.101  </p>
  14.102  
  14.103 -<a name="hardware"></a>
  14.104 -<h3><font color="#6c0023">Supported Hardware</font></h3>
  14.105 +<h3 id="hardware">Supported Hardware</h3>
  14.106 +
  14.107  <p>
  14.108  SliTaz GNU/Linux supports all machines based on i486 or x86 Intel compatible
  14.109 -processors. A minimum 256MB of memory is recommended to use the main LiveCD. 
  14.110 -64MB is needed for the "slitaz-loram" flavor and 16MB for the 
  14.111 +processors. A minimum 256MB of memory is recommended to use the main LiveCD.
  14.112 +64MB is needed for the "slitaz-loram" flavor and 16MB for the
  14.113  "slitaz-loram-cdrom" flavor.
  14.114  </p>
  14.115  <p>
  14.116  With the slitaz-loram flavor, the system is less responsive, but allows you to
  14.117  graphically install SliTaz on very old machines. Once installed, SliTaz works
  14.118 -well with a minimum of 16MB memory, but forget about using Firefox to surf the 
  14.119 -web - you'll have to use the text based 'links' for example.  
  14.120 +well with a minimum of 16MB memory, but forget about using Firefox to surf the
  14.121 +web - you'll have to use the text based 'links' for example.
  14.122  </p>
  14.123  <p>
  14.124  SliTaz 2.0 provides partial support for wireless network cards (WiFi), some
  14.125 @@ -113,24 +111,24 @@
  14.126  installed using a GUI created for the distribution.
  14.127  </p>
  14.128  <p>
  14.129 -Most network and sound card drivers are supported in the Kernel. Presently, 
  14.130 -power management is enabled by default with ACPI and support for laptops is 
  14.131 -enabled with the "ac" and "battery" modules ("thermal", "processor" and "dock" 
  14.132 +Most network and sound card drivers are supported in the Kernel. Presently,
  14.133 +power management is enabled by default with ACPI and support for laptops is
  14.134 +enabled with the "ac" and "battery" modules ("thermal", "processor" and "dock"
  14.135  are built into the kernel; "fan" and "button" are also available as modules).
  14.136  </p>
  14.137  
  14.138 -<a name="livecd"></a>
  14.139 -<h3><font color="#6c0023">LiveCD Flavors</font></h3>
  14.140 +<h3 id="livecd">LiveCD Flavors</h3>
  14.141 +
  14.142  <p>
  14.143  SliTaz GNU/Linux is distributed as a bootable LiveCD allowing you to
  14.144 -graphically install to the hard drive and retain the use of your previous 
  14.145 -system including all settings, applications, documents, etc. 
  14.146 +graphically install to the hard drive and retain the use of your previous
  14.147 +system including all settings, applications, documents, etc.
  14.148  </p>
  14.149  <p>
  14.150 -The project distributes an ISO image called "core", which is the body of the 
  14.151 -system, providing a selection of multi-use packages for surfing the web, 
  14.152 -listening to music, audio editing, image manipulation, developing (including 
  14.153 -PHP/SQL), editing ISOs or burning to optical media. It's just one click in the 
  14.154 +The project distributes an ISO image called "core", which is the body of the
  14.155 +system, providing a selection of multi-use packages for surfing the web,
  14.156 +listening to music, audio editing, image manipulation, developing (including
  14.157 +PHP/SQL), editing ISOs or burning to optical media. It's just one click in the
  14.158  application menu to find software installed by category.
  14.159  </p>
  14.160  <p>
  14.161 @@ -143,12 +141,12 @@
  14.162  <p>
  14.163  The "core" LiveCD can also be customised and rebuilt both graphically or from
  14.164  the command line. Install your own custom set of packages, or simply use one
  14.165 -of the preset flavors on the mirror. Then simply generate your distribution 
  14.166 +of the preset flavors on the mirror. Then simply generate your distribution
  14.167  with the "Tazlito" tool.
  14.168  </p>
  14.169  
  14.170 -<a name="gpxe"></a>
  14.171 -<h3>Network startup (gPXE)</h3>
  14.172 +<h3 id="gpxe">Network startup (gPXE)</h3>
  14.173 +
  14.174  <p>
  14.175  SliTaz is able to boot from the internet, launching the system into RAM during
  14.176  system startup. This feature allows you to boot computers with no hard drive
  14.177 @@ -156,23 +154,23 @@
  14.178  <a href="http://boot.slitaz.org">http://boot.slitaz.org</a>
  14.179  </p>
  14.180  
  14.181 -<a name="install"></a>
  14.182 -<h3><font color="#6c0023">Installation</font></h3>
  14.183 +<h3 id="install">Installation</h3>
  14.184 +
  14.185  <p>
  14.186  The installation is fully automated and can be done graphically or in text
  14.187 -mode. The prerequisite material and other useful information can be found in the 
  14.188 -Manual and Handbook. 
  14.189 +mode. The prerequisite material and other useful information can be found in the
  14.190 +Manual and Handbook.
  14.191  </p>
  14.192  <p>
  14.193 -If you want to partition a disk before installation, you can quickly use 
  14.194 -Gparted in LiveCD mode or use a flavor containing the partitioning tool. At 
  14.195 +If you want to partition a disk before installation, you can quickly use
  14.196 +Gparted in LiveCD mode or use a flavor containing the partitioning tool. At
  14.197  the end of the installation it is possible to setup the "GRUB" bootloader which
  14.198 -is capable of starting almost all operating systems. This allows SliTaz to 
  14.199 +is capable of starting almost all operating systems. This allows SliTaz to
  14.200  co-exist with a previously installed operating system, such as Windows.
  14.201  </p>
  14.202  
  14.203 -<a name="kernel"></a>
  14.204 -<h3><font color="#6c0023">Linux Kernel</font></h3>
  14.205 +<h3 id="kernel">Linux Kernel</h3>
  14.206 +
  14.207  <p>
  14.208  SliTaz GNU/Linux 2.0 is distributed with the Linux Kernel 2.6.25.5, patched for
  14.209  LZMA compression support and display correction for the virtual console. The
  14.210 @@ -189,8 +187,8 @@
  14.211  with 'soundconf'.
  14.212  </p>
  14.213  <p>
  14.214 -The configuration of startup modules is located in /etc/rcS.conf. In 
  14.215 -LiveCD/LiveUSB mode you can use 'modprobe=mod1, mod2' to load various modules 
  14.216 +The configuration of startup modules is located in /etc/rcS.conf. In
  14.217 +LiveCD/LiveUSB mode you can use 'modprobe=mod1, mod2' to load various modules
  14.218  at boot time.
  14.219  </p>
  14.220  <p>
  14.221 @@ -198,15 +196,15 @@
  14.222  /proc/config.gz and also in the Mercurial repositories.
  14.223  </p>
  14.224  
  14.225 -<a name="packages"></a>
  14.226 -<h3><font color="#6c0023">Software Packages</font></h3>
  14.227 +<h3 id="packages">Software Packages</h3>
  14.228 +
  14.229  <p>
  14.230 -The management of software packages is done with the custom package manager 
  14.231 -"Tazpkg". It's simple, fast, stable and offers an interactive mode. Among the 
  14.232 -1400 packages available you will find anything you need to transform your 
  14.233 +The management of software packages is done with the custom package manager
  14.234 +"Tazpkg". It's simple, fast, stable and offers an interactive mode. Among the
  14.235 +1400 packages available you will find anything you need to transform your
  14.236  machine to a complete graphical desktop (e17), a graphics studio with The Gimp
  14.237  or Inkscape, or to a video editor with Kino. You can experience the world wide
  14.238 -web with instant messaging, VOIP, email and of course through a web browser. 
  14.239 +web with instant messaging, VOIP, email and of course through a web browser.
  14.240  </p>
  14.241  <p>
  14.242  SliTaz is also designed to function as a powerful web server, using the stable
  14.243 @@ -214,11 +212,11 @@
  14.244  Apache and Squid are also available.
  14.245  </p>
  14.246  <p>
  14.247 -Rsync is used for incremental backup and iptables functions as the firewall. 
  14.248 -SliTaz can of course also provide a complete development environment with the 
  14.249 -GCC 4.2.3 compiler, Geany IDE, Mercurial Repostitories and all development 
  14.250 -libraries. Packages can be found through the search function of Tazpkg or via 
  14.251 -the website: <a href="http://www.slitaz.org/en/packages/">http://www.slitaz.org/en/packages/</a>
  14.252 +Rsync is used for incremental backup and iptables functions as the firewall.
  14.253 +SliTaz can of course also provide a complete development environment with the
  14.254 +GCC 4.2.3 compiler, Geany IDE, Mercurial Repostitories and all development
  14.255 +libraries. Packages can be found through the search function of Tazpkg or via
  14.256 +the website: <a href="/en/packages/">www.slitaz.org/en/packages/</a>
  14.257  </p>
  14.258  <p>
  14.259  The binary packages on the mirror can all be compiled by using the "wok" or
  14.260 @@ -226,16 +224,16 @@
  14.261  "SliTaz Cookbook" and is available online.
  14.262  </p>
  14.263  
  14.264 -<a name="desktop"></a>
  14.265 -<h3><font color="#6c0023">Graphical Desktops</font></h3>
  14.266 +<h3 id="desktop">Graphical Desktops</h3>
  14.267 +
  14.268  <p>
  14.269  By default, the SliTaz LiveCD uses the very light and stable Openbox window manager.
  14.270  Openbox is widely themeable and configurable using the ObConf utility.
  14.271 -The integration of the taskbar "LXpanel" makes it possible to dynamically 
  14.272 -provide a menu based on the Freedesktop standards. The principle is to have a 
  14.273 +The integration of the taskbar "LXpanel" makes it possible to dynamically
  14.274 +provide a menu based on the Freedesktop standards. The principle is to have a
  14.275  small menu accessible via a screen click with the favorites, windows effects,
  14.276  LiveCD and LiveUSB tools, Openbox configuration and system actions made available.
  14.277 -Applications can also be accessed through the menu supplied by LXpanel. The 
  14.278 +Applications can also be accessed through the menu supplied by LXpanel. The
  14.279  managment of the Desktop and icons are entrusted to the file manager PCmanFM.
  14.280  </p>
  14.281  <p>
  14.282 @@ -246,8 +244,8 @@
  14.283  the ~/.Xinitrc file.
  14.284  </p>
  14.285  
  14.286 -<a name="support"></a>
  14.287 -<h3><font color="#6c0023">Support and Documentation</font></h3>
  14.288 +<h3 id="support">Support and Documentation</h3>
  14.289 +
  14.290  <p>
  14.291  The SliTaz project offers various means of help and support to users of the
  14.292  system, using the mailing list, forum or IRC channel. User documentation
  14.293 @@ -257,12 +255,12 @@
  14.294  documentation menu - they describe all the various commands made possible by
  14.295  the tools. The development of the operating system and the use of the wok and
  14.296  receipts are described in the "SliTaz Cookbook". The books, manuals and release notes
  14.297 -are all available online: 
  14.298 -<a href="http://www.slitaz.org/en/doc/">http://www.slitaz.org/en/doc/</a>
  14.299 +are all available online:
  14.300 +<a href="/en/doc/">www.slitaz.org/en/doc/</a>
  14.301  </p>
  14.302  
  14.303 -<a name="security"></a>
  14.304 -<h3><font color="#6c0023">Security</font></h3>
  14.305 +<h3 id="security">Security</h3>
  14.306 +
  14.307  <p>
  14.308  The stable versions enjoy security updates,
  14.309  for the benefit of a safe and secure system it's important to recharge and
  14.310 @@ -275,8 +273,8 @@
  14.311  Security.
  14.312  </p>
  14.313  
  14.314 -<a name="upgrade"></a>
  14.315 -<h3><font color="#6c0023">From 1.0 to 2.0</font></h3>
  14.316 +<h3 id="upgrade">From 1.0 to 2.0</h3>
  14.317 +
  14.318  <p>
  14.319  The SliTaz GNU/linux installer offers an update function allowing you to
  14.320  upgrade from a '1.0' to '2.0' version. To upgrade the system you first
  14.321 @@ -293,18 +291,18 @@
  14.322  archive of the /etc directory (etc.tar.gz) in /var/lib/slitaz-install.
  14.323  </p>
  14.324  <p>
  14.325 -To upgrade a 1.0 to 2.0 it is also possible to use the package manager "Tazpkg" 
  14.326 -via the 'set-release' function, but beware this is not yet proven and may require some 
  14.327 +To upgrade a 1.0 to 2.0 it is also possible to use the package manager "Tazpkg"
  14.328 +via the 'set-release' function, but beware this is not yet proven and may require some
  14.329  manual intervention.
  14.330  </p>
  14.331  
  14.332 -<a name="people"></a>
  14.333 -<h3><font color="#6c0023">People of the Project</font></h3>
  14.334 +<h3 id="people">People of the Project</h3>
  14.335 +
  14.336  <p>
  14.337  SliTaz is proud to be an international community project. The people of the
  14.338  project are the ones who develop the distribution, correct the website,
  14.339  develop the HG repositories and write the official documentation. Passing
  14.340 -through Switzerland, France, Brazil, Quebec, China, Russia, England, 
  14.341 +through Switzerland, France, Brazil, Quebec, China, Russia, England,
  14.342  and the U.S.
  14.343  </p>
  14.344  <ul>
  14.345 @@ -342,7 +340,7 @@
  14.346  </div>
  14.347  
  14.348  <div id="footer">
  14.349 -	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  14.350 +	Copyright © <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  14.351  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br>
  14.352  	Documentation published under
  14.353  	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
  14.354 @@ -351,4 +349,3 @@
  14.355  
  14.356  </body>
  14.357  </html>
  14.358 -
    15.1 --- a/en/doc/releases/3.0/relnotes.en.html	Tue Apr 10 14:39:34 2012 +0200
    15.2 +++ b/en/doc/releases/3.0/relnotes.en.html	Tue Apr 10 19:27:55 2012 +0300
    15.3 @@ -1,22 +1,20 @@
    15.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    15.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    15.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    15.7 +<!DOCTYPE html>
    15.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
    15.9  <head>
   15.10 +	<meta charset="utf-8" />
   15.11  	<title>SliTaz 3.0 Release Notes</title>
   15.12 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
   15.13  	<meta name="description" content="slitaz doc system releases notes information cooking" />
   15.14  	<meta name="expires" content="never" />
   15.15  	<meta name="modified" content="2010-03-22 22:10:00" />
   15.16  	<meta name="publisher" content="www.slitaz.org" />
   15.17  	<meta name="author" content="Christophe Lincoln"/>
   15.18 -	<link rel="shortcut icon" href="../favicon.ico" />
   15.19 -	<link rel="stylesheet" type="text/css" href="../style.css" />
   15.20 +	<link rel="shortcut icon" href="/favicon.ico" />
   15.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   15.22  </head>
   15.23  <body>
   15.24  
   15.25 -<!-- Header and quick navigation -->
   15.26 +<!-- Header -->
   15.27  <div id="header">
   15.28 -	<a name="top"></a>
   15.29  	<h1>SliTaz 3.0 Release Notes</h1>
   15.30  </div>
   15.31  
   15.32 @@ -27,10 +25,10 @@
   15.33  	<a href="/en/doc/releases/3.0/relnotes.en.html">en</a>
   15.34  	<a href="/es/doc/releases/3.0/relnotes.es.html">es</a>
   15.35  	<a href="/fr/doc/releases/3.0/relnotes.fr.html">fr</a>
   15.36 -	<a href="/pt/doc/releases/3.0/relnotes.pt.html">pt</a> 
   15.37 +	<a href="/pt/doc/releases/3.0/relnotes.pt.html">pt</a>
   15.38  </div>
   15.39  
   15.40 -<!-- Content. -->
   15.41 +<!-- Content -->
   15.42  <div id="content">
   15.43  
   15.44  <h2>Releases notes</h2>
   15.45 @@ -50,76 +48,76 @@
   15.46  	<li><a href="#people">People of the Project.</a></li>
   15.47  </ul>
   15.48  
   15.49 -<a name="overview"></a>
   15.50 -<h3><font color="#6c0023"></font>Overview</h3>
   15.51 +<h3 id="overview">Overview</h3>
   15.52 +
   15.53  <p>
   15.54  Welcome to SliTaz 3.0! Small, fast, easy to use and customize, the new
   15.55 -SliTaz stable version is now out after one year of development. 
   15.56 +SliTaz stable version is now out after one year of development.
   15.57  </p>
   15.58  <ul>
   15.59 -    <li>Boot scripts rewritten and faster (super-fast booting)</li>
   15.60 -    <li>All home-made boxes improved (tazctrlbox, tazhw, wifibox, burnbox, mountbox, netbox, serverbox, installer)</li>
   15.61 -    <li>Switch to Xorg from Xvesa</li>
   15.62 -    <li>Switch to Midori as the default web browser</li>
   15.63 -    <li>Better hardware support - wifi cards, webcams, 3G-modems, printers, scanners</li>
   15.64 -    <li>Better themes and desktop integration</li>
   15.65 -    <li>Faster virtualization with lguest</li>
   15.66 -    <li>SliTaz pro: OpenERP, LAMP, GLPI and more</li>
   15.67 -    <li>Easier to customize LiveCD and LiveUSB (tazlitobox and tazusbbox)</li>
   15.68 -    <li>Tazpkg supports new features including the conversion of deb/rpm/arch/slackware/ipk packages to Slitaz native format</li>
   15.69 -    <li>Packages are now automatically built by a build bot (Tazbb)</li>
   15.70 -    <li>More contributors and stronger community</li>
   15.71 -    <li>900 packages added to the database and many updates</li>
   15.72 -    <li>More than 2800 commits by contributors</li>
   15.73 +	<li>Boot scripts rewritten and faster (super-fast booting)</li>
   15.74 +	<li>All home-made boxes improved (tazctrlbox, tazhw, wifibox, burnbox, mountbox, netbox, serverbox, installer)</li>
   15.75 +	<li>Switch to Xorg from Xvesa</li>
   15.76 +	<li>Switch to Midori as the default web browser</li>
   15.77 +	<li>Better hardware support - wifi cards, webcams, 3G-modems, printers, scanners</li>
   15.78 +	<li>Better themes and desktop integration</li>
   15.79 +	<li>Faster virtualization with lguest</li>
   15.80 +	<li>SliTaz pro: OpenERP, LAMP, GLPI and more</li>
   15.81 +	<li>Easier to customize LiveCD and LiveUSB (tazlitobox and tazusbbox)</li>
   15.82 +	<li>Tazpkg supports new features including the conversion of deb/rpm/arch/slackware/ipk packages to Slitaz native format</li>
   15.83 +	<li>Packages are now automatically built by a build bot (Tazbb)</li>
   15.84 +	<li>More contributors and stronger community</li>
   15.85 +	<li>900 packages added to the database and many updates</li>
   15.86 +	<li>More than 2800 commits by contributors</li>
   15.87  </ul>
   15.88  <p>
   15.89  Technical support is provided to users via the mailing list and the official
   15.90  forum: <a href="http://forum.slitaz.org/">forum.slitaz.org</a>
   15.91  </p>
   15.92  
   15.93 -<a name="hardware"></a>
   15.94 -<h3><font color="#6c0023">Supported Hardware</font></h3>
   15.95 +<h3 id="hardware">Supported Hardware</h3>
   15.96 +
   15.97  <p>
   15.98  SliTaz GNU/Linux supports all machines based on the i486 or x86 Intel compatible
   15.99 -processors. A minimum 192MB of memory is recommended to use the core LiveCD. 
  15.100 -80MB is needed for the "slitaz-loram" flavor and 16MB for the 
  15.101 +processors. A minimum 192MB of memory is recommended to use the core LiveCD.
  15.102 +80MB is needed for the "slitaz-loram" flavor and 16MB for the
  15.103  "slitaz-loram-cdrom" flavor.
  15.104  </p>
  15.105  <p>
  15.106  With the slitaz-loram flavor, the system is less responsive, but allows you to
  15.107  graphically install SliTaz on very old machines with limited resources. Once installed, SliTaz works
  15.108  well with a minimum of 16MB memory, but forget about using Firefox to surf the
  15.109 -web - you'll have to use the text based 'links' for example. 
  15.110 +web - you'll have to use the text based 'links' for example.
  15.111  </p>
  15.112  <p>
  15.113  SliTaz 3.0 provides all needed drivers and tools such as 915resolution to
  15.114  have support for a wide range of netbooks (Eeepc, HP mini, Aspire One, etc).
  15.115  </p>
  15.116  
  15.117 -<a name="livecd"></a>
  15.118 -<h3><font color="#6c0023">LiveCD Flavors</font></h3>
  15.119 +<h3 id="livecd">LiveCD Flavors</h3>
  15.120 +
  15.121  <p>
  15.122 -SliTaz GNU/Linux is distributed as a bootable LiveCD. You can use the LiveCD 
  15.123 -as a normal system or you can graphically install Slitaz to the hard drive. 
  15.124 +SliTaz GNU/Linux is distributed as a bootable LiveCD. You can use the LiveCD
  15.125 +as a normal system or you can graphically install Slitaz to the hard drive.
  15.126  Installing/upgrading Slitaz retains your previous system's settings, applications
  15.127 -and documents. 
  15.128 +and documents.
  15.129  </p>
  15.130  <p>
  15.131  The LiveCD can also be customised and easily rebuilt both graphically or from
  15.132  the command line. Install your own custom set of packages, or simply use one
  15.133 -of the preset flavors on the mirror. Then simply generate your distribution 
  15.134 +of the preset flavors on the mirror. Then simply generate your distribution
  15.135  with the "Tazlito" tool.
  15.136  </p>
  15.137  <p>
  15.138 -The ISO image now uses a 'hybrid' system: it can also be copied onto an USB stick 
  15.139 +The ISO image now uses a 'hybrid' system: it can also be copied onto an USB stick
  15.140  without formating it (using <code>dd</code>).
  15.141  </p>
  15.142  
  15.143 -<a name="toolchain"></a>
  15.144 -<h3><font color="#6c0023">Kernel and toolchain</font></h3>
  15.145 +<h3 id="toolchain">Kernel and toolchain</h3>
  15.146 +
  15.147  <p>
  15.148  SliTaz 3.0 comes with a new but very well tested 2.6.30.6 Linux kernel and a complete new
  15.149 -build toolchain from which the whole system has been built. The 2.6.30.6 Linux kernel is 
  15.150 +build toolchain from which the whole system has been built. The 2.6.30.6 Linux kernel is
  15.151  separated into several linux-packages for supporting additional drivers and features. This time
  15.152  we have also built-in some more drivers to have a faster kernel boot.
  15.153  </p>
  15.154 @@ -127,33 +125,35 @@
  15.155  The new toolchain comprises of: Binutils 2.19.1, GCC 4.4.1, Glibc 2.10.1
  15.156  </p>
  15.157  
  15.158 -<a name="utf-8"></a>
  15.159 -<h3><font color="#6c0023">UTF-8 support</font></h3>
  15.160 +<h3 id="utf-8">UTF-8 support</h3>
  15.161 +
  15.162 +<p>
  15.163  With this release, the Slitaz community can enjoy full UTF-8 support.
  15.164  SliTaz uses standard PO files for the translation of all SliTaz related tools, boxes and utilities.
  15.165 -With better internationalization support (russian, portuguese, chinese, and many more), 
  15.166 -contributors can now use graphical tools such as poedit to make translations using GNU gettext standards. 
  15.167 -The labs also have an i18n project to easily upload files to be included in the distribution. 
  15.168 -The locale packs have more translated application messages for the core system and 
  15.169 +With better internationalization support (russian, portuguese, chinese, and many more),
  15.170 +contributors can now use graphical tools such as poedit to make translations using GNU gettext standards.
  15.171 +The labs also have an i18n project to easily upload files to be included in the distribution.
  15.172 +The locale packs have more translated application messages for the core system and
  15.173  some extra packages for applications such as Gimp, Abiword, Gnumeric, etc.
  15.174 +</p>
  15.175  
  15.176 -<a name="xorg"></a>
  15.177 -<h3><font color="#6c0023">Xorg server</font></h3>
  15.178 +<h3 id="xorg">Xorg server</h3>
  15.179 +
  15.180  <p>
  15.181 -SliTaz now uses the Xorg X window system (although we will always try to 
  15.182 -provide a Xvesa flavor). With the tazx utility you can reconfigure Xorg and 
  15.183 -select the correct driver for your card. The xorg server comes with the vesa 
  15.184 -driver by default which powers most cards; although you may still need to 
  15.185 +SliTaz now uses the Xorg X window system (although we will always try to
  15.186 +provide a Xvesa flavor). With the tazx utility you can reconfigure Xorg and
  15.187 +select the correct driver for your card. The xorg server comes with the vesa
  15.188 +driver by default which powers most cards; although you may still need to
  15.189  manually configure your xorg.conf to some degree if you install some of the
  15.190  other drivers.
  15.191  </p>
  15.192  
  15.193 -<a name="install"></a>
  15.194 -<h3><font color="#6c0023">HD install and LiveUSB</font></h3>
  15.195 +<h3 id="install">HD install and LiveUSB</h3>
  15.196 +
  15.197  <p>
  15.198  The installation is fully automated and can be done graphically or in text
  15.199  mode. The slitaz installer now lets you use a separate partition for
  15.200 -/home, configure the root password and chose the default user login. 
  15.201 +/home, configure the root password and chose the default user login.
  15.202  The installer also now supports installation from a LiveUSB session.
  15.203  </p>
  15.204  <p>
  15.205 @@ -162,8 +162,8 @@
  15.206  has detected the device before mounting it on / (root).
  15.207  </p>
  15.208  
  15.209 -<a name="packages"></a>
  15.210 -<h3><font color="#6c0023">Software Packages</font></h3>
  15.211 +<h3 id="packages">Software Packages</h3>
  15.212 +
  15.213  <p>
  15.214  SliTaz 3.0 has around 2300 packages in the database. A wide variety of packages
  15.215  have been commited and the Tazpkg package manager can now convert
  15.216 @@ -174,14 +174,14 @@
  15.217  <p>
  15.218  On the update side, mostly all the packages have been updated, including
  15.219  the kernel, toolchain, Xorg (7.4), GTK and QT. The package format has
  15.220 -also changed to support lzma for better compression and faster 
  15.221 +also changed to support lzma for better compression and faster
  15.222  downloads. Packages are also checked by Tazwok to ensure the FHS is followed
  15.223 -and packages are now built automatically by the SliTaz Build Bot: 
  15.224 +and packages are now built automatically by the SliTaz Build Bot:
  15.225  <a href="http://bb.slitaz.org/">bb.slitaz.org</a>
  15.226  </p>
  15.227  
  15.228 -<a name="desktop"></a>
  15.229 -<h3><font color="#6c0023">Core Desktop</font></h3>
  15.230 +<h3 id="desktop">Core Desktop</h3>
  15.231 +
  15.232  <p>
  15.233  A lot of attention has been paid the the core desktop. All applications
  15.234  are well integrated and a special SliTaz theme (icons, Openbox, GTK) has
  15.235 @@ -189,13 +189,13 @@
  15.236  </p>
  15.237  <p>
  15.238  The core desktop provides a selection of multi-use packages for surfing the
  15.239 -web, listening to music, audio editing, image manipulation and developing or 
  15.240 -burning to optical media. It's just one click in the application menu to find 
  15.241 +web, listening to music, audio editing, image manipulation and developing or
  15.242 +burning to optical media. It's just one click in the application menu to find
  15.243  installed software by category.
  15.244  </p>
  15.245  
  15.246 -<a name="security"></a>
  15.247 -<h3><font color="#6c0023">Security</font></h3>
  15.248 +<h3 id="security">Security</h3>
  15.249 +
  15.250  <p>
  15.251  Slitaz is more secure and robust now and the firewall rules have been updated. A
  15.252  firewall can be installed using the graphical tazhw box, and serverbox can help
  15.253 @@ -203,8 +203,8 @@
  15.254  devmapper and the crypt setup tools allow encryption of block devices.
  15.255  </p>
  15.256  
  15.257 -<a name="upgrade"></a>
  15.258 -<h3><font color="#6c0023">From 2.0 to 3.0</font></h3>
  15.259 +<h3 id="upgrade">From 2.0 to 3.0</h3>
  15.260 +
  15.261  <p>
  15.262  The SliTaz GNU/linux installer offers an update function allowing you to
  15.263  upgrade from a '2.0' to '3.0' version. To upgrade the system you first
  15.264 @@ -219,19 +219,19 @@
  15.265  archive of the /etc directory (etc.tar.gz) in /var/lib/slitaz-install.
  15.266  </p>
  15.267  <p>
  15.268 -To upgrade a 2.0 to 3.0 it is also possible to use the package manager "Tazpkg" 
  15.269 -via the 'set-release' function, but beware this is not yet proven and may 
  15.270 +To upgrade a 2.0 to 3.0 it is also possible to use the package manager "Tazpkg"
  15.271 +via the 'set-release' function, but beware this is not yet proven and may
  15.272  require some manual intervention. If you choose this method you must first
  15.273  install 'tazpkg' from 3.0, because the package format has changed.
  15.274  </p>
  15.275  
  15.276 -<a name="people"></a>
  15.277 -<h3><font color="#6c0023">People of the Project</font></h3>
  15.278 +<h3 id="people">People of the Project</h3>
  15.279 +
  15.280  <p>
  15.281  SliTaz is proud to be an international community project. The people of the
  15.282  project are the ones who develop the distribution, correct the website,
  15.283  develop the HG repositories and write the official documentation. Passing
  15.284 -through Switzerland, France, Brazil, Quebec, China, India, Russia, England, 
  15.285 +through Switzerland, France, Brazil, Quebec, China, India, Russia, England,
  15.286  and the U.S.
  15.287  </p>
  15.288  <ul>
  15.289 @@ -271,9 +271,9 @@
  15.290  <!-- End of content -->
  15.291  </div>
  15.292  
  15.293 -<!-- Footer. -->
  15.294 +<!-- Footer -->
  15.295  <div id="footer">
  15.296 -	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  15.297 +	Copyright © <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  15.298  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
  15.299  	Documentation under
  15.300  	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
  15.301 @@ -282,4 +282,3 @@
  15.302  
  15.303  </body>
  15.304  </html>
  15.305 -
    16.1 --- a/en/doc/releases/4.0/relnotes.en.html	Tue Apr 10 14:39:34 2012 +0200
    16.2 +++ b/en/doc/releases/4.0/relnotes.en.html	Tue Apr 10 19:27:55 2012 +0300
    16.3 @@ -3,8 +3,8 @@
    16.4  <head>
    16.5  	<meta charset="utf-8" />
    16.6  	<title>SliTaz 4.0 Release Notes</title>
    16.7 -	<link rel="shortcut icon" href="../favicon.ico" />
    16.8 -	<link rel="stylesheet" type="text/css" href="../style.css" />
    16.9 +	<link rel="shortcut icon" href="/favicon.ico" />
   16.10 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   16.11  </head>
   16.12  <body>
   16.13  
   16.14 @@ -15,11 +15,11 @@
   16.15  
   16.16  <!-- Languages -->
   16.17  <div id="lang">
   16.18 -	<a href="http://www.slitaz.org/i18n.php">
   16.19 +	<a href="/i18n.php">
   16.20  		<img src="/images/locale.png" alt="Locale:" /></a>
   16.21 -	<a href="relnotes.en.html">en</a>
   16.22 -	<a href="/fr/doc/releases/4.0/relnotes.fr.html">fr</a>
   16.23 -    <a href="/pt/doc/releases/4.0/relnotes.pt_BR.html">pt</a>
   16.24 +	<strong>en</strong>
   16.25 +	<a href="/fr/doc/releases/4.0/">fr</a>
   16.26 +	<a href="/pt/doc/releases/4.0/relnotes.pt_BR.html">pt</a>
   16.27  	<a href="/ru/doc/releases/4.0/relnotes.ru.html">ru</a>
   16.28  </div>
   16.29  
   16.30 @@ -30,7 +30,7 @@
   16.31  
   16.32  <p>
   16.33  	Welcome to SliTaz 4.0! Modern, secure, stable, fast and flexible the
   16.34 -	new SliTaz stable version is now out for Desktops and servers in 
   16.35 +	new SliTaz stable version is now out for Desktops and servers in
   16.36  	production use.
   16.37  </p>
   16.38  
   16.39 @@ -52,9 +52,9 @@
   16.40  <h3>Toolchain and build tools</h3>
   16.41  <p>
   16.42  	Slitaz 4.0 has been built with our new build tools aka cookutils. We
   16.43 -	have created new tools which handle the ~3300 packages dependencies 
   16.44 -	in a simple and consistent way. The cookutils let you also create new 
   16.45 -	Slitaz packages faster than ever. The tools are installed on each 
   16.46 +	have created new tools which handle the ~3300 packages dependencies
   16.47 +	in a simple and consistent way. The cookutils let you also create new
   16.48 +	Slitaz packages faster than ever. The tools are installed on each
   16.49  	SliTaz system as well as any supporting documentation.
   16.50  </p>
   16.51  
   16.52 @@ -63,19 +63,19 @@
   16.53  	SliTaz GNU/Linux 4.0 supports most machines based on i486 or x86 Intel
   16.54  	compatible processors. A minimum of 192MB of memory is recommended to
   16.55  	use the core LiveCD and our new russian dolls system will automatically
   16.56 -	detect your memory to boot a low memory resource flavor if needed. The 
   16.57 +	detect your memory to boot a low memory resource flavor if needed. The
   16.58  	default LiveCD provides the Core system which is a fully featured desktop,
   16.59 -	a GTK only desktop, a flavor with just X windows and a text mode 
   16.60 -	system which will run with only 48 MB RAM (but can still let you 
   16.61 +	a GTK only desktop, a flavor with just X windows and a text mode
   16.62 +	system which will run with only 48 MB RAM (but can still let you
   16.63  	install a full desktop).
   16.64  </p>
   16.65  
   16.66  
   16.67  <h3>Live systems</h3>
   16.68  <p>
   16.69 -	SliTaz 4.0 core LiveCD provides in fact 4 versions and will use the one 
   16.70 +	SliTaz 4.0 core LiveCD provides in fact 4 versions and will use the one
   16.71  	your hardware can support. The live CD holds several SliTaz nested subsets.
   16.72 -	The boot loader selects the most features that your computer memory can 
   16.73 +	The boot loader selects the most features that your computer memory can
   16.74  	access. You can also select an image from the menu and hit [tab] to edit
   16.75  	any options. A command line, the ability to webboot, help options and
   16.76  	languages are also available from the menu. Now people with very little
   16.77 @@ -100,7 +100,7 @@
   16.78  	tool. At the end of the installation it is possible to setup the "GRUB"
   16.79  	bootloader which is capable of starting almost any operating system.
   16.80  	This allows SliTaz to co-exist with a previously installed operating
   16.81 -	system, such as Windows. 
   16.82 +	system, such as Windows.
   16.83  </p>
   16.84  
   16.85  
   16.86 @@ -111,7 +111,7 @@
   16.87  	graphics studio with The Gimp or Inkscape, or to a video editor with Kino.
   16.88  	You can experience the world wide web with instant messaging, VOIP, email
   16.89  	and of course through a web browser. Packages can be found through the
   16.90 -	search function of Tazpkg, Tazpanel or via the website: 
   16.91 +	search function of Tazpkg, Tazpanel or via the website:
   16.92  	<a href="http://pkgs.slitaz.org/" target="_blank">http://pkgs.slitaz.org/</a>
   16.93  </p>
   16.94  <p>
   16.95 @@ -122,11 +122,11 @@
   16.96  </p>
   16.97  <p>
   16.98  	SliTaz can of course also provide a complete development environment with
   16.99 -	the GCC compiler, Geany IDE, Mercurial Repositories and all development 
  16.100 -	libraries. 
  16.101 +	the GCC compiler, Geany IDE, Mercurial Repositories and all development
  16.102 +	libraries.
  16.103  </p>
  16.104  <p>
  16.105 -	Packages are now built automatically by the SliTaz Build Bot: 
  16.106 +	Packages are now built automatically by the SliTaz Build Bot:
  16.107  	<a href="http://cook.slitaz.org/" target="_blank">http://cook.slitaz.org/</a> and are checked
  16.108  	by Cookutils to ensure that FHS standards are followed.
  16.109  </p>
  16.110 @@ -154,7 +154,7 @@
  16.111  	ObConf utility. The integration of the taskbar “LXpanel” makes it
  16.112  	possible to dynamically provide a menu based on the Freedesktop
  16.113  	standards. The principle is to have a small menu accessible via a
  16.114 -	screen click with the favorites, windows effects, LiveCD and LiveUSB 
  16.115 +	screen click with the favorites, windows effects, LiveCD and LiveUSB
  16.116  	tools, Openbox configuration and system actions made available. Applications
  16.117  	can also be accessed through the menu supplied by LXpanel. The managment
  16.118  	of the Desktop and icons are entrusted to the file manager PCmanFM.
  16.119 @@ -165,42 +165,42 @@
  16.120  	managers XFCE, Pekwm, JWM and DWM. The different sessions can be
  16.121  	selected via the F1 key when using the “Slim” login window. To change
  16.122  	the default session you can use tazx; or manually edit the
  16.123 -	~/.Xinitrc file. 
  16.124 +	~/.Xinitrc file.
  16.125  </p>
  16.126  
  16.127  <h3>SliTaz network</h3>
  16.128  <p>
  16.129  	All services have been changed and improved since 3.0 and a SliTaz
  16.130 -	community network has been created to help users, contributors and 
  16.131 +	community network has been created to help users, contributors and
  16.132  	developers come together to share ideas about the project.
  16.133 -	This includes a community board, wiki based documentation, a forum 
  16.134 -	and a bug tracker. Now developers, artists, documentation writers, 
  16.135 -	bug reporters and anybody with a good suggestion can help others, 
  16.136 -	get involved and work together to improve the project. The SliTaz 
  16.137 -	community network (SCN), website and repos all combine the same 
  16.138 +	This includes a community board, wiki based documentation, a forum
  16.139 +	and a bug tracker. Now developers, artists, documentation writers,
  16.140 +	bug reporters and anybody with a good suggestion can help others,
  16.141 +	get involved and work together to improve the project. The SliTaz
  16.142 +	community network (SCN), website and repos all combine the same
  16.143  	graphical layout for easy navigation.
  16.144  </p>
  16.145  
  16.146  <h3>From 3.0 to 4.0</h3>
  16.147  <p>
  16.148 -	A SliTaz GNU/Linux installer offers an update function allowing you 
  16.149 -	to upgrade from a 3.0 to 4.0 version. To upgrade the system you 
  16.150 -	first need to boot the Stable LiveCD, launch the installer from the 
  16.151 -	command line or Tazpanel, select upgrade and then specify the 
  16.152 -	partition or configuration file containing the system that you want 
  16.153 +	A SliTaz GNU/Linux installer offers an update function allowing you
  16.154 +	to upgrade from a 3.0 to 4.0 version. To upgrade the system you
  16.155 +	first need to boot the Stable LiveCD, launch the installer from the
  16.156 +	command line or Tazpanel, select upgrade and then specify the
  16.157 +	partition or configuration file containing the system that you want
  16.158  	to update. The installer will then clean out the system and reinstall
  16.159 -	all the packages not present on the CD from the mirror. When this has 
  16.160 +	all the packages not present on the CD from the mirror. When this has
  16.161  	finished you can reboot with your new version of SliTaz.
  16.162  </p>
  16.163  <p>
  16.164  	To upgrade a 3.0 to 4.0 it is also possible to use the package manager Tazpkg
  16.165 -	via the set-release function, but beware this is not yet proven and may 
  16.166 +	via the set-release function, but beware this is not yet proven and may
  16.167  	require some manual intervention.
  16.168  </p>
  16.169  
  16.170  <h3>People of the Project</h3>
  16.171  <p>
  16.172 -	SliTaz is proud to be an international community project. The people of 
  16.173 +	SliTaz is proud to be an international community project. The people of
  16.174  	the project are the ones who develop the distribution, correct the website,
  16.175  	develop the HG repositories and write the official documentation. Passing
  16.176  	through Switzerland, France, Brazil, Quebec, China, India, Russia, Ukraine,
    17.1 Binary file en/doc/releases/favicon.ico has changed
    18.1 --- a/en/doc/releases/style.css	Tue Apr 10 14:39:34 2012 +0200
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,48 +0,0 @@
    18.4 -/* CSS style for SliTaz Doc */
    18.5 -
    18.6 -html { min-height:  102%; }
    18.7 -body { font: 88% sans-serif, vernada, arial; margin: 0; }
    18.8 -h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    18.9 -h2 { color: #d66018; } h3 { color: #666; font-size: 140%; }
   18.10 -a:hover { text-decoration: none; }
   18.11 -img { border: 0pt none; vertical-align: middle; }
   18.12 -pre {
   18.13 -	background-color: #f8f8f8;
   18.14 -	border: 1px solid #ddd;
   18.15 -	padding: 10px;
   18.16 -	border-radius: 4px;
   18.17 -}
   18.18 -
   18.19 -#header {
   18.20 -	background: #351a0a;
   18.21 -	height: 40px;
   18.22 -	border-bottom: 8px solid #d66018;
   18.23 -}
   18.24 -
   18.25 -#content {
   18.26 -	margin: 40px 80px;
   18.27 -	text-align: justify;
   18.28 -}
   18.29 -
   18.30 -#footer {
   18.31 -	text-align: center;
   18.32 -	padding: 20px;
   18.33 -	border-top: 1px solid #ddd;
   18.34 -}
   18.35 -
   18.36 -/* Languages */
   18.37 -
   18.38 -#lang {
   18.39 -	float: right;
   18.40 -	padding: 6px;
   18.41 -	font-size: 11px;
   18.42 -}
   18.43 -
   18.44 -#lang a {
   18.45 -	text-decoration: none;
   18.46 -	padding: 0 2px;
   18.47 -}
   18.48 -
   18.49 -#lang a:hover {
   18.50 -	text-decoration: underline;
   18.51 -}
    19.1 --- a/es/doc/releases/3.0/book.css	Tue Apr 10 14:39:34 2012 +0200
    19.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.3 @@ -1,195 +0,0 @@
    19.4 -/* 
    19.5 -	CSS style for SliTaz GNU/Linux *book.
    19.6 -	Pankso 2007 - www.slitaz.org
    19.7 -*/
    19.8 -
    19.9 -html {
   19.10 -	height:  102%;
   19.11 -}
   19.12 -
   19.13 -body {
   19.14 -	font: 13px sans-serif, vernada, arial;
   19.15 -	background: #ffffff;
   19.16 -	color: black;
   19.17 -	margin: 0;
   19.18 -}
   19.19 -
   19.20 -#header {
   19.21 -	background: #f0ba08 url(images/css/header.png) repeat-x top;
   19.22 -	color: black;
   19.23 -	height: 50px;
   19.24 -	border-top: 1px solid black;
   19.25 -	border-bottom: 1px solid black;
   19.26 -}
   19.27 -
   19.28 -#header h1 {
   19.29 -	padding: 10px;
   19.30 -}
   19.31 -
   19.32 -#quicknav {
   19.33 -	text-align: right;
   19.34 -	font-size: 12px;
   19.35 -	color: #666666;
   19.36 -	background-color: #eaeaea;
   19.37 -	padding: 4px 2px;
   19.38 -	font-weight: bold;
   19.39 -}
   19.40 -
   19.41 -#quicknav a {
   19.42 -	color: #0F314E;
   19.43 -	background: inherit;
   19.44 -	text-decoration: none;
   19.45 -	padding: 0px 2px;
   19.46 -}
   19.47 -
   19.48 -#quicknav a:hover {
   19.49 -	color: #DF8F06;
   19.50 -	text-decoration: none;
   19.51 -}
   19.52 -
   19.53 -/*  content. */
   19.54 -
   19.55 -#content {
   19.56 -	padding: 20px;
   19.57 -	margin: 0px 50px 0px 50px;
   19.58 -	width: auto;
   19.59 -	text-align: justify;
   19.60 -}
   19.61 -
   19.62 -#content li {
   19.63 -	line-height: 1.5em;
   19.64 -	text-align: left;
   19.65 -}
   19.66 -
   19.67 -/*  Footer. */
   19.68 -
   19.69 -#footer {
   19.70 -	font-size: 11px;
   19.71 -	color: black;
   19.72 -	height: 20px;
   19.73 -	padding: 0px 0px 0px 10px;
   19.74 -	margin: 0px;
   19.75 -	width: auto;
   19.76 -	text-align: center ;
   19.77 -}
   19.78 -
   19.79 -#footer a {
   19.80 -	background: #ffffff;
   19.81 -	color: #0F314E;
   19.82 -}
   19.83 -
   19.84 -#footer a:hover {
   19.85 -	background: #ffffff;
   19.86 -	color: blue;
   19.87 -}
   19.88 -
   19.89 -/* Legal informations */
   19.90 -
   19.91 -#copy {
   19.92 -	font-size: 11px ;
   19.93 -	text-align: center ;
   19.94 -	background: transparent;
   19.95 -	color: #a8a8a8;
   19.96 -	padding-top: 10px;
   19.97 -}
   19.98 -
   19.99 -#copy a {
  19.100 -	background: inherit;
  19.101 -	color: #a8a8a8;
  19.102 -}
  19.103 -
  19.104 -#copy a:hover {
  19.105 -	background: inherit;
  19.106 -	color: blue;
  19.107 -}
  19.108 -
  19.109 -/* Clouds */
  19.110 -
  19.111 -#cloud {
  19.112 -	padding: 10px 120px 10px 120px;
  19.113 -	line-height: 3em;
  19.114 -	text-align: center;
  19.115 -}
  19.116 -#cloud a { padding: 4px; color: #956411; }
  19.117 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
  19.118 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
  19.119 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
  19.120 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
  19.121 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
  19.122 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
  19.123 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
  19.124 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
  19.125 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
  19.126 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
  19.127 -
  19.128 -/* Div for round corners. */
  19.129 -
  19.130 -.content-right, .footer-right {
  19.131 -	width: 16px;
  19.132 -	color: white;
  19.133 -	background-color: #333333;
  19.134 -}
  19.135 -.content-right {
  19.136 -	background: url(images/css/content-tr.png) no-repeat top right;
  19.137 -	height: 16px;
  19.138 -	right: 50px;
  19.139 -	top: 82px;
  19.140 -	position: absolute;
  19.141 -}
  19.142 -
  19.143 -.footer-right {
  19.144 -	background: url(images/css/footer-br.png) no-repeat bottom right;
  19.145 -	height: 20px;
  19.146 -	float: right;
  19.147 -}
  19.148 -
  19.149 -/* General HTML entities for  content. */
  19.150 -
  19.151 -h1 {
  19.152 -	margin: 0px 0px 0px 16px;
  19.153 -}
  19.154 -
  19.155 -h2 {
  19.156 -	margin: 12px 0;
  19.157 -	color: #484B7C;
  19.158 -	background: white;
  19.159 -}
  19.160 -
  19.161 -h3 {
  19.162 -	font-weight: bold;
  19.163 -	color: #6c0023;
  19.164 -	background: white;
  19.165 -}
  19.166 -
  19.167 -a {
  19.168 -	text-decoration: underline;
  19.169 -}
  19.170 -a:hover {
  19.171 -	text-decoration: none;
  19.172 -}
  19.173 -
  19.174 -pre {
  19.175 -	padding: 5px;
  19.176 -	color: black;
  19.177 -	background: #e1e0b0;
  19.178 -}
  19.179 -pre.script {
  19.180 -	padding: 10px;
  19.181 -	color: black;
  19.182 -	background: #e8e8e8;
  19.183 -	border: 1px inset #333333;
  19.184 -}
  19.185 -
  19.186 -code {
  19.187 -	font-size: 12px;
  19.188 -	color: #669900;
  19.189 -	background: transparent;
  19.190 -}
  19.191 -
  19.192 -li {
  19.193 -	line-height: 1.4em;
  19.194 -}
  19.195 -
  19.196 -hr {
  19.197 -	border: 0pt none;
  19.198 -}
    20.1 Binary file es/doc/releases/3.0/favicon.ico has changed
    21.1 Binary file es/doc/releases/3.0/images/css/header.png has changed
    22.1 --- a/es/doc/releases/3.0/relnotes.es.html	Tue Apr 10 14:39:34 2012 +0200
    22.2 +++ b/es/doc/releases/3.0/relnotes.es.html	Tue Apr 10 19:27:55 2012 +0300
    22.3 @@ -1,38 +1,27 @@
    22.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    22.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    22.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
    22.7 +<!DOCTYPE html>
    22.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="es">
    22.9  <head>
   22.10 +	<meta charset="utf-8" />
   22.11  	<title>SliTaz 3.0 Notas de Lanzamiento </title>
   22.12 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
   22.13  	<meta name="description" content="slitaz doc system releases notes information cooking" />
   22.14  	<meta name="expires" content="never" />
   22.15  	<meta name="modified" content="2010-03-22 22:10:00" />
   22.16  	<meta name="publisher" content="www.slitaz.org" />
   22.17  	<meta name="author" content="Christophe Lincoln"/>
   22.18 -	<link rel="shortcut icon" href="favicon.ico" />
   22.19 -	<link rel="stylesheet" type="text/css" href="book.css" />
   22.20 +	<link rel="shortcut icon" href="/favicon.ico" />
   22.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   22.22  </head>
   22.23 -<body bgcolor="#ffffff">
   22.24 +<body>
   22.25  
   22.26 -<!-- Header and quick navigation -->
   22.27 +<!-- Header -->
   22.28  <div id="header">
   22.29 -	<a name="top"></a>
   22.30 -	<h1><font color="#3E1220">SliTaz - Documentación del Sistema</font></h1>
   22.31 +	<h1>SliTaz - Documentación del Sistema</h1>
   22.32  </div>
   22.33  
   22.34 -<div id="quicknav">
   22.35 -	SliTaz:
   22.36 -	<a href="http://www.slitaz.org/">Sitio web</a>
   22.37 -	<a href="http://forum.slitaz.org/">Foros</a>
   22.38 -	<a href="http://doc.slitaz.org/">Documentación</a>
   22.39 -	<a href="http://pkgs.slitaz.org/">Paquetes</a>
   22.40 -	<a href="http://labs.slitaz.org/">Laboratorios</a>
   22.41 -</div>
   22.42 -
   22.43 -<!-- Content. -->
   22.44 +<!-- Content -->
   22.45  <div id="content">
   22.46  
   22.47 -<h2><font color="#df8f06">Notas de Lanzamiento</font></h2>
   22.48 +<h2>Notas de Lanzamiento</h2>
   22.49  
   22.50  <ul>
   22.51  	<li><a href="#overview">Introducción.</a></li>
   22.52 @@ -44,35 +33,35 @@
   22.53  	<li><a href="#install">Instalación a disco duro y LiveUSB.</a></li>
   22.54  	<li><a href="#packages">Paquetes software.</a></li>
   22.55  	<li><a href="#desktop">Escritorio.</a></li>
   22.56 -    	<li><a href="#security">Seguridad.</a></li>
   22.57 +	<li><a href="#security">Seguridad.</a></li>
   22.58  	<li><a href="#upgrade">De la 2.0 a la 3.0.</a></li>
   22.59  	<li><a href="#people">Gente del proyecto.</a></li>
   22.60  </ul>
   22.61  
   22.62 -<a name="overview"></a>
   22.63 -<h3><font color="#6c0023"></font>Introducción</h3>
   22.64 +<h3 id="overview">Introducción</h3>
   22.65 +
   22.66  <p>
   22.67  ¡Bienvenido a SliTaz 3.0! Pequeña, rápida, fácil de usar y
   22.68  personalizable. Así es la nueva versión estable de SliTaz, publicada
   22.69  despué de un año de desarrollo.
   22.70  </p>
   22.71  <ul>
   22.72 -    <li>Los scripts de arranque han sido reescritos y son ahora más rápidos (arranque super-rápido)</li>
   22.73 -    <li>Todas las herramientas de la casa han sido mejoradas (tazctrlbox, tazhw, wifibox, burnbox, 
   22.74 +	<li>Los scripts de arranque han sido reescritos y son ahora más rápidos (arranque super-rápido)</li>
   22.75 +	<li>Todas las herramientas de la casa han sido mejoradas (tazctrlbox, tazhw, wifibox, burnbox,
   22.76  	mountbox, netbox, serverbox, instalador)</li>
   22.77 -    <li>Sustitución de Xvesa por Xorg</li>
   22.78 -    <li>Cambio a Midori como navegador web por defecto</li>
   22.79 -    <li>Mejor soporte de hardware - wifi, webcams, modems 3G, impresoras, escáners</li>
   22.80 -    <li>Mejor aspecto visual e integración del escritorio</li>
   22.81 -    <li>Virtualización más rápida con lguest</li>
   22.82 -    <li>SliTaz pro: OpenERP, LAMP, GLPI entre otros</li>
   22.83 -    <li>LiveCD y LiveUSB más fácilmente personalizables (tazlitobox y tazusbbox)</li>
   22.84 -    <li>Tazpkg incluye nuevas características como la conversión de paquetes 
   22.85 +	<li>Sustitución de Xvesa por Xorg</li>
   22.86 +	<li>Cambio a Midori como navegador web por defecto</li>
   22.87 +	<li>Mejor soporte de hardware - wifi, webcams, modems 3G, impresoras, escáners</li>
   22.88 +	<li>Mejor aspecto visual e integración del escritorio</li>
   22.89 +	<li>Virtualización más rápida con lguest</li>
   22.90 +	<li>SliTaz pro: OpenERP, LAMP, GLPI entre otros</li>
   22.91 +	<li>LiveCD y LiveUSB más fácilmente personalizables (tazlitobox y tazusbbox)</li>
   22.92 +	<li>Tazpkg incluye nuevas características como la conversión de paquetes
   22.93  	deb/rpm/arch/slackware/ipk al formato nativo de SliTaz</li>
   22.94 -    <li>Ahora los paquetes los hace automáticamente un bot (tazbb)</li>
   22.95 -    <li>Más participantes y una comunidad mayor</li>
   22.96 -    <li>900 paquetes añadidos a la base de datos y muchas actualizaciones</li>
   22.97 -    <li>Más de 2800 commits de los participantes</li>
   22.98 +	<li>Ahora los paquetes los hace automáticamente un bot (tazbb)</li>
   22.99 +	<li>Más participantes y una comunidad mayor</li>
  22.100 +	<li>900 paquetes añadidos a la base de datos y muchas actualizaciones</li>
  22.101 +	<li>Más de 2800 commits de los participantes</li>
  22.102  </ul>
  22.103  <p>
  22.104  Se ofrece soporte técnico a los usuarios mediante la lista de correos y
  22.105 @@ -80,8 +69,8 @@
  22.106  <a href="http://forum.slitaz.org/">forum.slitaz.org</a>
  22.107  </p>
  22.108  
  22.109 -<a name="hardware"></a>
  22.110 -<h3><font color="#6c0023">Hardware soportado</font></h3>
  22.111 +<h3 id="hardware">Hardware soportado</h3>
  22.112 +
  22.113  <p>
  22.114  SliTaz GNU/Linux soporta todas las máquinas basadas en arquitectura
  22.115  compatible con los procesadores intel i486 o x86. Se recomienda un
  22.116 @@ -102,8 +91,8 @@
  22.117  mini, Aspire one, etc).
  22.118  </p>
  22.119  
  22.120 -<a name="livecd"></a>
  22.121 -<h3><font color="#6c0023">LiveCDs de sabores</font></h3>
  22.122 +<h3 id="livecd">LiveCDs de sabores</h3>
  22.123 +
  22.124  <p>
  22.125  SliTaz GNU/Linux se distribuye como un LiveCD autoarrancable. Puedes
  22.126  usar el LiveCD como tal, o instalar gráficamente SliTaz en el disco
  22.127 @@ -122,8 +111,8 @@
  22.128  un pen drive sin necesidad de formatearlo (mediante <code>dd</code>).
  22.129  </p>
  22.130  
  22.131 -<a name="toolchain"></a>
  22.132 -<h3><font color="#6c0023">Núcleo y herramientas de generación</font></h3>
  22.133 +<h3 id="toolchain">Núcleo y herramientas de generación</h3>
  22.134 +
  22.135  <p>
  22.136  SliTaz 3.0 viene con un nuevo y sin embargo testeado núcleo de linux
  22.137  2.6.30.6, y una nueva serie de herramientas de generación a partir de
  22.138 @@ -137,8 +126,8 @@
  22.139  4.1.1 y Glibc 2.10.1
  22.140  </p>
  22.141  
  22.142 -<a name="utf-8"></a>
  22.143 -<h3><font color="#6c0023">Soporte para UTF-8</font></h3>
  22.144 +<h3 id="utf-8">Soporte para UTF-8</h3>
  22.145 +
  22.146  <p>
  22.147  En esta versión, la comunidad de SliTaz puede disfrutar de soporte total
  22.148  para UTF-8. SliTaz usa los ficheros PO estándar para la traduccióno de
  22.149 @@ -153,8 +142,8 @@
  22.150  Gimp, Abiword, Gnumeric, etc.
  22.151  </p>
  22.152  
  22.153 -<a name="xorg"></a>
  22.154 -<h3><font color="#6c0023">Servidor Xorg</font></h3>
  22.155 +<h3 id="xorg">Servidor Xorg</h3>
  22.156 +
  22.157  <p>
  22.158  Ahora SliTaz usa el servidor de ventanas X Xorg (aunque trataremos de
  22.159  tener un sabor a Xvesa). Con la utilidad tazx puedes reconfigurar Xorg y
  22.160 @@ -164,8 +153,8 @@
  22.161  manualmente tu fichero xorg.conf si instalas otros controladores.
  22.162  </p>
  22.163  
  22.164 -<a name="install"></a>
  22.165 -<h3><font color="#6c0023">Instalación a disco duro y LiveUSB</font></h3>
  22.166 +<h3 id="install">Instalación a disco duro y LiveUSB</h3>
  22.167 +
  22.168  <p>
  22.169  La instalación es totalmente automática y puede hacerse gráficamente o
  22.170  en modo texto. El instalador de SliTaz te deja establecer particiones
  22.171 @@ -180,8 +169,8 @@
  22.172  dispositivo antes de montarlo en / (raíz).
  22.173  </p>
  22.174  
  22.175 -<a name="packages"></a>
  22.176 -<h3><font color="#6c0023">Paquetes software</font></h3>
  22.177 +<h3 id="packages">Paquetes software</h3>
  22.178 +
  22.179  <p>
  22.180  SliTaz 3.0 tiene entorno a 2300 paquetes in la base de datos. Una ampla
  22.181  gama de paquetes han sido añadidos y el gestor de paquetes Tazpkg puede
  22.182 @@ -199,8 +188,8 @@
  22.183  Bot: (<a href="http://bb.slitaz.org/">bb.slitaz.org</a>)
  22.184  </p>
  22.185  
  22.186 -<a name="desktop"></a>
  22.187 -<h3><font color="#6c0023">Escritorio</font></h3>
  22.188 +<h3 id="desktop">Escritorio</h3>
  22.189 +
  22.190  <p>
  22.191  Se ha prestado mucha atención al escritorio. Todas las aplicaciones
  22.192  están bien integradas y se ha creado un aspecto visual particular
  22.193 @@ -213,8 +202,8 @@
  22.194  encontrar el software instalado separado por categorías.
  22.195  </p>
  22.196  
  22.197 -<a name="security"></a>
  22.198 -<h3><font color="#6c0023">Seguridad</font></h3>
  22.199 +<h3 id="security">Seguridad</h3>
  22.200 +
  22.201  <p>
  22.202  SliTaz es ahora más seguro y robusto y las reglas de firewall han sido
  22.203  actualizadas. Un firewall puede ser instalado usando la interfaz gráfica
  22.204 @@ -224,8 +213,8 @@
  22.205  de dispositivos de bloques.
  22.206  </p>
  22.207  
  22.208 -<a name="upgrade"></a>
  22.209 -<h3><font color="#6c0023">De la 2.0 a la 3.0</font></h3>
  22.210 +<h3 id="upgrade">De la 2.0 a la 3.0</h3>
  22.211 +
  22.212  <p>
  22.213  El instalador de SliTaz GNU/Linux ofrece una función de actualización
  22.214  que te permite subir de la 2.0 a la 3.0. Para ello, necesitas en primer
  22.215 @@ -248,8 +237,8 @@
  22.216  la 3.0, porque el formato de las paquetes ha cambiado.
  22.217  </p>
  22.218  
  22.219 -<a name="people"></a>
  22.220 -<h3><font color="#6c0023">Gente del proyecto</font></h3>
  22.221 +<h3 id="people">Gente del proyecto</h3>
  22.222 +
  22.223  <p>
  22.224  SliTaz se complace de consistir en un proyecto basado en una comunidad
  22.225  internacional. La gente del proyecto son los que desarrollan la
  22.226 @@ -295,18 +284,9 @@
  22.227  <!-- End of content -->
  22.228  </div>
  22.229  
  22.230 -<!-- Footer. -->
  22.231 +<!-- Footer -->
  22.232  <div id="footer">
  22.233 -	<a href="#top">Volver arriba</a> - En otros idiomas:
  22.234 -	<a href="../../../../cn/doc/releases/3.0/relnotes.cn.html">cn</a> |
  22.235 -	<a href="../../../../en/doc/releases/3.0/relnotes.en.html">en</a> |
  22.236 -	<a href="../../../../es/doc/releases/3.0/relnotes.es.html">es</a> |
  22.237 -	<a href="../../../../fr/doc/releases/3.0/relnotes.fr.html">fr</a> |
  22.238 -	<a href="../../../../pt/doc/releases/3.0/relnotes.pt.html">pt</a> 
  22.239 -</div>
  22.240 -
  22.241 -<div id="copy">
  22.242 -	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  22.243 +	Copyright © <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  22.244  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
  22.245  	Documentation under
  22.246  	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
  22.247 @@ -315,4 +295,3 @@
  22.248  
  22.249  </body>
  22.250  </html>
  22.251 -
    23.1 --- a/es/doc/releases/book.css	Tue Apr 10 14:39:34 2012 +0200
    23.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.3 @@ -1,189 +0,0 @@
    23.4 -/* 
    23.5 -	CSS style for SliTaz GNU/Linux *book.
    23.6 -	Pankso 2007 - www.slitaz.org
    23.7 -*/
    23.8 -
    23.9 -body {
   23.10 -	font: 13px sans-serif, vernada, arial;
   23.11 -	background: #222222;
   23.12 -	margin: 0;
   23.13 -	padding-bottom: auto;
   23.14 -}
   23.15 -
   23.16 -#header {
   23.17 -	background: #BFB06B url(images/css/header.png) repeat-x top;
   23.18 -	color: black;
   23.19 -	height: 50px;
   23.20 -	border-top: 1px solid black;
   23.21 -	border-bottom: 1px solid black;
   23.22 -}
   23.23 -#quicknav {
   23.24 -	margin-right: 6px;
   23.25 -	text-align: right;
   23.26 -	font-size: 12px;
   23.27 -	}
   23.28 -#quicknav {
   23.29 -	margin-right: 6px;
   23.30 -}
   23.31 -
   23.32 -#quicknav a {
   23.33 -	background: inherit;
   23.34 -	color: white;
   23.35 -}
   23.36 -
   23.37 -#quicknav a:hover {
   23.38 -	background: inherit;
   23.39 -	color: #EDEDED;
   23.40 -}
   23.41 -
   23.42 -/*  content. */
   23.43 -
   23.44 -#content {
   23.45 -	background: white url(images/css/content-tl.png) no-repeat top left;
   23.46 -	color: black;
   23.47 -	padding: 20px;
   23.48 -	margin: 30px 50px 0px 50px;
   23.49 -	width: auto;
   23.50 -	text-align: justify;
   23.51 -}
   23.52 -
   23.53 -#content li {
   23.54 -	line-height: 1.5em;
   23.55 -	text-align: left;
   23.56 -}
   23.57 -
   23.58 -/*  Footer. */
   23.59 -
   23.60 -#footer {
   23.61 -	font-size: 11px;
   23.62 -	font-weight: bold;
   23.63 -	background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left;
   23.64 -	color: black;
   23.65 -	height: 20px;
   23.66 -	padding: 6px 0px 0px 10px;
   23.67 -	margin: 0px 50px 0px 50px;
   23.68 -	width: auto;
   23.69 -	text-align: center ;
   23.70 -}
   23.71 -
   23.72 -#footer a {
   23.73 -	text-decoration: none;
   23.74 -	background: #eaeaea;
   23.75 -	color: #3E1220;
   23.76 -}
   23.77 -
   23.78 -#footer a:hover {
   23.79 -	background: #eaeaea;
   23.80 -	color: #DF8F06;
   23.81 -}
   23.82 -
   23.83 -/* Legal informations */
   23.84 -
   23.85 -#copy {
   23.86 -	font-size: 11px ;
   23.87 -	text-align: center ;
   23.88 -	background: transparent;
   23.89 -	color: #a8a8a8;
   23.90 -	padding-top: 20px;
   23.91 -}
   23.92 -
   23.93 -#copy a {
   23.94 -	background: inherit;
   23.95 -	color: #a8a8a8;
   23.96 -}
   23.97 -
   23.98 -#copy a:hover {
   23.99 -	background: inherit;
  23.100 -	color: #EDEDED;
  23.101 -}
  23.102 -
  23.103 -/* Clouds */
  23.104 -
  23.105 -#cloud {
  23.106 -	padding: 10px 120px 10px 120px;
  23.107 -	line-height: 3em;
  23.108 -	text-align: center;
  23.109 -}
  23.110 -#cloud a { padding: 4px; color: #956411; }
  23.111 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
  23.112 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
  23.113 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
  23.114 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
  23.115 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
  23.116 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
  23.117 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
  23.118 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
  23.119 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
  23.120 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
  23.121 -
  23.122 -/* Div for round corners. */
  23.123 -
  23.124 -.content-right, .footer-right {
  23.125 -	width: 16px;
  23.126 -	color: white;
  23.127 -	background-color: #333333;
  23.128 -}
  23.129 -.content-right {
  23.130 -	background: url(images/css/content-tr.png) no-repeat top right;
  23.131 -	height: 16px;
  23.132 -	right: 50px;
  23.133 -	top: 82px;
  23.134 -	position: absolute;
  23.135 -}
  23.136 -
  23.137 -.footer-right {
  23.138 -	background: url(images/css/footer-br.png) no-repeat bottom right;
  23.139 -	height: 20px;
  23.140 -	float: right;
  23.141 -}
  23.142 -
  23.143 -/* General HTML entities for  content. */
  23.144 -
  23.145 -h1 {
  23.146 -	margin: 0px 0px 0px 16px;
  23.147 -}
  23.148 -
  23.149 -h2 {
  23.150 -	margin: 12px 0;
  23.151 -	color: #484B7C;
  23.152 -	background: white;
  23.153 -}
  23.154 -
  23.155 -h3 {
  23.156 -	font-weight: bold;
  23.157 -	color: #6c0023;
  23.158 -	background: white;
  23.159 -}
  23.160 -
  23.161 -a {
  23.162 -	text-decoration: underline;
  23.163 -}
  23.164 -a:hover {
  23.165 -	text-decoration: none;
  23.166 -}
  23.167 -
  23.168 -pre {
  23.169 -	padding: 5px;
  23.170 -	color: black;
  23.171 -	background: #e1e0b0;
  23.172 -}
  23.173 -pre.script {
  23.174 -	padding: 10px;
  23.175 -	color: black;
  23.176 -	background: #e8e8e8;
  23.177 -	border: 1px inset #333333;
  23.178 -}
  23.179 -
  23.180 -code {
  23.181 -	font-size: 12px;
  23.182 -	color: #669900;
  23.183 -	background: transparent;
  23.184 -}
  23.185 -
  23.186 -li {
  23.187 -	line-height: 1.4em;
  23.188 -}
  23.189 -
  23.190 -hr {
  23.191 -	border: 0pt none;
  23.192 -}
    24.1 Binary file es/doc/releases/favicon.ico has changed
    25.1 Binary file es/doc/releases/images/css/content-tl.png has changed
    26.1 Binary file es/doc/releases/images/css/content-tr.png has changed
    27.1 Binary file es/doc/releases/images/css/footer-bl.png has changed
    28.1 Binary file es/doc/releases/images/css/footer-br.png has changed
    29.1 Binary file es/doc/releases/images/css/header.png has changed
    30.1 --- a/fr/doc/releases/1.0/relnotes.fr.html	Tue Apr 10 14:39:34 2012 +0200
    30.2 +++ b/fr/doc/releases/1.0/relnotes.fr.html	Tue Apr 10 19:27:55 2012 +0300
    30.3 @@ -1,50 +1,44 @@
    30.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    30.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    30.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    30.7 +<!DOCTYPE html>
    30.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
    30.9  <head>
   30.10 +	<meta charset="ISO-8859-1" />
   30.11  	<title>SliTaz GNU/Linux 1.0 - Notes de publication</title>
   30.12 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   30.13  	<meta name="description" content="slitaz doc system releases notes information cooking" />
   30.14  	<meta name="expires" content="never" />
   30.15  	<meta name="modified" content="2008-03-14 11:30:00" />
   30.16  	<meta name="publisher" content="www.slitaz.org" />
   30.17  	<meta name="author" content="Christophe Lincoln"/>
   30.18 -	<link rel="shortcut icon" href="../favicon.ico" />
   30.19 -	<link rel="stylesheet" type="text/css" href="../book.css" />
   30.20 +	<link rel="shortcut icon" href="/favicon.ico" />
   30.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   30.22  </head>
   30.23 -<body bgcolor="#ffffff">
   30.24 +<body>
   30.25  
   30.26 -<!-- Header and quick navigation -->
   30.27 +<!-- Header -->
   30.28  <div id="header">
   30.29 -<div align="right" id="quicknav">
   30.30 -    <a name="top"></a>
   30.31 -	<a href="http://www.slitaz.org/fr/">www.slitaz.org/fr</a>
   30.32 -</div>
   30.33 -<h1><font color="#3E1220">SliTaz GNU/Linux 1.0</font></h1>
   30.34 +	<h1>SliTaz GNU/Linux 1.0</h1>
   30.35  </div>
   30.36  
   30.37 -<!-- Content. -->
   30.38 +<!-- Content -->
   30.39  <div id="content">
   30.40 -<div class="content-right"></div>
   30.41  
   30.42 -<h2><font color="#DF8F06">Notes de publication</font></h2>
   30.43 +<h2>Notes de publication</h2>
   30.44  
   30.45  <ul>
   30.46 -	<li><a href="relnotes.fr.html#overview">Vue d'ensemble.</a></li>
   30.47 -	<li><a href="relnotes.fr.html#hardware">Matriel support.</a></li>
   30.48 -	<li><a href="relnotes.fr.html#livecd">Saveurs de LiveCD.</a></li>
   30.49 -	<li><a href="relnotes.fr.html#install">Installation.</a></li>
   30.50 -	<li><a href="relnotes.fr.html#kernel">Noyau Linux.</a></li>
   30.51 -	<li><a href="relnotes.fr.html#packages">Paquets logiciels.</a></li>
   30.52 -	<li><a href="relnotes.fr.html#desktop">Bureaux graphiques.</a></li>
   30.53 -	<li><a href="relnotes.fr.html#support">Support et documentation.</a></li>
   30.54 -	<li><a href="relnotes.fr.html#security">Scurit.</a></li>
   30.55 -	<li><a href="relnotes.fr.html#upgrade">De Cooking  Stable.</a></li>
   30.56 -	<li><a href="relnotes.fr.html#people">Les personnes du projets.</a></li>
   30.57 +	<li><a href="#overview">Vue d'ensemble.</a></li>
   30.58 +	<li><a href="#hardware">Matriel support.</a></li>
   30.59 +	<li><a href="#livecd">Saveurs de LiveCD.</a></li>
   30.60 +	<li><a href="#install">Installation.</a></li>
   30.61 +	<li><a href="#kernel">Noyau Linux.</a></li>
   30.62 +	<li><a href="#packages">Paquets logiciels.</a></li>
   30.63 +	<li><a href="#desktop">Bureaux graphiques.</a></li>
   30.64 +	<li><a href="#support">Support et documentation.</a></li>
   30.65 +	<li><a href="#security">Scurit.</a></li>
   30.66 +	<li><a href="#upgrade">De Cooking  Stable.</a></li>
   30.67 +	<li><a href="#people">Les personnes du projets.</a></li>
   30.68  </ul>
   30.69  
   30.70 -<a name="overview"></a>
   30.71 -<h3><font color="#6c0023">Vue d'ensemble</font></h3>
   30.72 +<h3 id="overview">Vue d'ensemble</h3>
   30.73 +
   30.74  <p>
   30.75  SliTaz GNU/Linux 1.0 a t publie le 22 mars 2008 aprs deux ans de travail.
   30.76  SliTaz est un systme libre, complet et communautaire, proposant 448 paquets
   30.77 @@ -62,8 +56,8 @@
   30.78  commandes avec TazUSB.
   30.79  </p>
   30.80  
   30.81 -<a name="hardware"></a>
   30.82 -<h3><font color="#6c0023">Matriel support</font></h3>
   30.83 +<h3 id="hardware">Matriel support</h3>
   30.84 +
   30.85  <p>
   30.86  SliTaz GNU/Linux supporte toutes les machines  base processeur dit i486 ou
   30.87  X86, compatible Intel. Un minimum de 128 MB est conseill pour utiliser le
   30.88 @@ -80,8 +74,8 @@
   30.89  de la batterie au dmarrage.
   30.90  </p>
   30.91  
   30.92 -<a name="livecd"></a>
   30.93 -<h3><font color="#6c0023">Saveurs de LiveCD</font></h3>
   30.94 +<h3 id="livecd">Saveurs de LiveCD</h3>
   30.95 +
   30.96  <p>
   30.97  SliTaz GNU/Linux est distribue sous la forme d'un LiveCD bootable permettant
   30.98  d'installer graphiquement le systme sur disque dur et permettant d'emporter
   30.99 @@ -104,8 +98,8 @@
  30.100  temps avec la commande 'tazlito list-flavors --recharge'.
  30.101  </p>
  30.102  
  30.103 -<a name="install"></a>
  30.104 -<h3><font color="#6c0023">Installation</font></h3>
  30.105 +<h3 id="install">Installation</h3>
  30.106 +
  30.107  <p>
  30.108  L'installation du systme est entirement automatise et peut se faire en mode
  30.109  graphique ou mode texte. Si vous voulez installer vos propres saveurs
  30.110 @@ -113,15 +107,15 @@
  30.111  saveur en question. Les prrequis matriel et autres informations utiles 
  30.112  l'installation sur disque dur sont dcrits directement dans l'installateur
  30.113  et dans le Handbook. Si vous dsirez partitionner un disque avant installation,
  30.114 -vous pouvez rapidement utiliser Gparted en mode Live. A la fin de 
  30.115 -l'installation, il est possible d'installer le gestionnaire de dmarrage 
  30.116 -(bootloader) GRUB, il est capable de dmarrer des systmes GNU/Linux, BSD ou 
  30.117 +vous pouvez rapidement utiliser Gparted en mode Live. A la fin de
  30.118 +l'installation, il est possible d'installer le gestionnaire de dmarrage
  30.119 +(bootloader) GRUB, il est capable de dmarrer des systmes GNU/Linux, BSD ou
  30.120  Windows. Cela permet d'installer SliTaz sur la mme machine qu'un autre systme
  30.121  tout en laissant le choix du systme  utiliser au dmarrage de la machine.
  30.122  </p>
  30.123  
  30.124 -<a name="kernel"></a>
  30.125 -<h3><font color="#6c0023">Noyau Linux</font></h3>
  30.126 +<h3 id="kernel">Noyau Linux</h3>
  30.127 +
  30.128  <p>
  30.129  SliTaz GNU/linux 1.0 est distribue avec le noyau Linux 2.6.24.2, patch pour
  30.130  supporter la compression LZMA et corriger un problme d'affichage dans la
  30.131 @@ -138,8 +132,8 @@
  30.132  compress /proc/config.gz et dans le dpt Mercurial du wok.
  30.133  </p>
  30.134  
  30.135 -<a name="packages"></a>
  30.136 -<h3><font color="#6c0023">Paquets logiciels</font></h3>
  30.137 +<h3 id="packages">Paquets logiciels</h3>
  30.138 +
  30.139  <p>
  30.140  La gestion de paquets logiciels se fait avec le gestionnaire de paquets Tazpkg,
  30.141  simple, intuitif, rapide, stable et proposant un mode interactif. Parmi les
  30.142 @@ -153,8 +147,8 @@
  30.143  fournir un systme de dveloppement complet avec entre autre le compilateur
  30.144  GCC 4.2.2, Mercurial, l'IDE Geany et tous les paquets de dveloppement des
  30.145  librairies. Les paquets peuvent tre trouvs via la fonction de rechercher de
  30.146 -Tazpkg ou via l'interface du site Web: 
  30.147 -<a href="http://www.slitaz.org/fr/packages/">http://www.slitaz.org/fr/packages/</a>
  30.148 +Tazpkg ou via l'interface du site Web:
  30.149 +<a href="/fr/packages/">www.slitaz.org/fr/packages/</a>
  30.150  </p>
  30.151  <p>
  30.152  Les paquets binaires du miroir peuvent tre recompils en utilisant le wok
  30.153 @@ -163,8 +157,8 @@
  30.154  Web du projet.
  30.155  </p>
  30.156  
  30.157 -<a name="desktop"></a>
  30.158 -<h3><font color="#6c0023">Bureaux graphiques</font></h3>
  30.159 +<h3 id="desktop">Bureaux graphiques</h3>
  30.160 +
  30.161  <p>
  30.162  Le bureau fourni par dfaut avec le coeur du LiveCD est propuls par JWM, un
  30.163  gestionnaire de fentres trs lger et stable, l'intgration de la barre des
  30.164 @@ -184,8 +178,8 @@
  30.165  diter  la main votre fichier ~/.xinitrc personnel.
  30.166  </p>
  30.167  
  30.168 -<a name="support"></a>
  30.169 -<h3><font color="#6c0023">Support et documentation</font></h3>
  30.170 +<h3 id="support">Support et documentation</h3>
  30.171 +
  30.172  <p>
  30.173  Le projet SliTaz propose divers moyens de support et d'aide aux utilisateurs
  30.174  du systme,  commencer par la liste de discussion ou Mailing List, le forum
  30.175 @@ -197,12 +191,12 @@
  30.176  possibles avec l'outil en question. Au niveau dvelopeur, la construction
  30.177  du systme ou l'utilisation du wok et des recettes sont soigeusement dcrites
  30.178  dans le livre de cuisine ou Cookbook. Les livres, manuels et notes de
  30.179 -publication sont en ligne: 
  30.180 -<a href="http://www.slitaz.org/fr/doc/">http://www.slitaz.org/fr/doc/</a>
  30.181 +publication sont en ligne:
  30.182 +<a href="/fr/doc/">www.slitaz.org/fr/doc/</a>
  30.183  </p>
  30.184  
  30.185 -<a name="security"></a>
  30.186 -<h3><font color="#6c0023">Scurit</font></h3>
  30.187 +<h3 id="security">Scurit</h3>
  30.188 +
  30.189  <p>
  30.190  La version stable bnficie de mise  jour de scurit, il est important de
  30.191  penser  recharger et mettre  jour les paquets rgulirement. Au niveau du
  30.192 @@ -215,8 +209,8 @@
  30.193  la catgorie: security.
  30.194  </p>
  30.195  
  30.196 -<a name="upgrade"></a>
  30.197 -<h3><font color="#6c0023">De Cooking  Stable</font></h3>
  30.198 +<h3 id="upgrade">De Cooking  Stable</h3>
  30.199 +
  30.200  <p>
  30.201  L'installateur de SliTaz GNU/Linux propose une fonction de mise  jour systme
  30.202  permettant de passer un systme en cuission (Cooking) en version stable. Pour
  30.203 @@ -234,8 +228,8 @@
  30.204  dans: /var/lib/slitaz-installer
  30.205  </p>
  30.206  
  30.207 -<a name="people"></a>
  30.208 -<h3><font color="#6c0023">Les personnes du projet</font></h3>
  30.209 +<h3 id="people">Les personnes du projet</h3>
  30.210 +
  30.211  <p>
  30.212  SliTaz est fier d'tre un projet communautaire et international, les personnes
  30.213  du projet sont celles qui dveloppent la distribution, s'occupent du site Web
  30.214 @@ -264,13 +258,8 @@
  30.215  <!-- End of content -->
  30.216  </div>
  30.217  
  30.218 -<!-- Footer. -->
  30.219 +<!-- Footer -->
  30.220  <div id="footer">
  30.221 -	<div class="footer-right"></div>
  30.222 -	<a href="relnotes.fr.html#top">Haut de la page</a>
  30.223 -</div>
  30.224 -
  30.225 -<div id="copy">
  30.226  	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  30.227  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
  30.228  	Documentation publies sous
    31.1 --- a/fr/doc/releases/2.0/relnotes.fr.html	Tue Apr 10 14:39:34 2012 +0200
    31.2 +++ b/fr/doc/releases/2.0/relnotes.fr.html	Tue Apr 10 19:27:55 2012 +0300
    31.3 @@ -1,71 +1,64 @@
    31.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    31.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    31.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    31.7 +<!DOCTYPE html>
    31.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
    31.9  <head>
   31.10 +	<meta charset="ISO-8859-1" />
   31.11  	<title>SliTaz GNU/Linux 2.0 - Notes de publication</title>
   31.12 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   31.13  	<meta name="description" content="slitaz doc system releases notes information cooking" />
   31.14  	<meta name="expires" content="never" />
   31.15  	<meta name="modified" content="2009-03-27 21:24:00" />
   31.16  	<meta name="publisher" content="www.slitaz.org" />
   31.17  	<meta name="author" content="Christophe Lincoln"/>
   31.18 -	<link rel="shortcut icon" href="../favicon.ico" />
   31.19 -	<link rel="stylesheet" type="text/css" href="../book.css" />
   31.20 +	<link rel="shortcut icon" href="/favicon.ico" />
   31.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   31.22  </head>
   31.23 -<body bgcolor="#ffffff">
   31.24 +<body>
   31.25  
   31.26 -<!-- Header and quick navigation -->
   31.27 +<!-- Header -->
   31.28  <div id="header">
   31.29 -<div align="right" id="quicknav">
   31.30 -    <a name="top"></a>
   31.31 -	<a href="http://www.slitaz.org/fr/">www.slitaz.org/fr</a>
   31.32 -</div>
   31.33 -<h1><font color="#3E1220">SliTaz GNU/Linux 2.0</font></h1>
   31.34 +	<h1>SliTaz GNU/Linux 2.0</h1>
   31.35  </div>
   31.36  
   31.37 -<!-- Content. -->
   31.38 +<!-- Content -->
   31.39  <div id="content">
   31.40 -<div class="content-right"></div>
   31.41  
   31.42 -<h2><font color="#DF8F06">Notes de publication</font></h2>
   31.43 +<h2>Notes de publication</h2>
   31.44  
   31.45  <ul>
   31.46 -	<li><a href="relnotes.fr.html#overview">Vue d'ensemble.</a></li>
   31.47 -	<li><a href="relnotes.fr.html#hardware">Matriel support.</a></li>
   31.48 -	<li><a href="relnotes.fr.html#livecd">Saveurs de LiveCD.</a></li>
   31.49 -	<li><a href="relnotes.fr.html#webboot">Dmarrage rseau (gPXE).</a></li>
   31.50 -	<li><a href="relnotes.fr.html#install">Installation.</a></li>
   31.51 -	<li><a href="relnotes.fr.html#kernel">Noyau Linux.</a></li>
   31.52 -	<li><a href="relnotes.fr.html#packages">Paquets logiciels.</a></li>
   31.53 -	<li><a href="relnotes.fr.html#desktop">Bureaux graphiques.</a></li>
   31.54 -	<li><a href="relnotes.fr.html#support">Support et documentation.</a></li>
   31.55 -	<li><a href="relnotes.fr.html#security">Scurit.</a></li>
   31.56 -	<li><a href="relnotes.fr.html#upgrade">De 1.0  2.0.</a></li>
   31.57 -	<li><a href="relnotes.fr.html#people">Les personnes du projet.</a></li>
   31.58 +	<li><a href="#overview">Vue d'ensemble.</a></li>
   31.59 +	<li><a href="#hardware">Matriel support.</a></li>
   31.60 +	<li><a href="#livecd">Saveurs de LiveCD.</a></li>
   31.61 +	<li><a href="#webboot">Dmarrage rseau (gPXE).</a></li>
   31.62 +	<li><a href="#install">Installation.</a></li>
   31.63 +	<li><a href="#kernel">Noyau Linux.</a></li>
   31.64 +	<li><a href="#packages">Paquets logiciels.</a></li>
   31.65 +	<li><a href="#desktop">Bureaux graphiques.</a></li>
   31.66 +	<li><a href="#support">Support et documentation.</a></li>
   31.67 +	<li><a href="#security">Scurit.</a></li>
   31.68 +	<li><a href="#upgrade">De 1.0  2.0.</a></li>
   31.69 +	<li><a href="#people">Les personnes du projet.</a></li>
   31.70  </ul>
   31.71  
   31.72 +<h3 id="overview">Vue d'ensemble</h3>
   31.73  
   31.74 -<a name="overview"></a>
   31.75 -<h3><font color="#6c0023">Vue d'ensemble</font></h3>
   31.76  <p>
   31.77  SliTaz GNU/Linux 2.0 a t publie le 16 avril 2009 et comprend plus d'une
   31.78  anne de travail intensif. Cette nouvelle version du systme est base sur
   31.79 -la version 1.0 publie le 22 mars 2008. SliTaz 2.0 est un systme libre, 
   31.80 +la version 1.0 publie le 22 mars 2008. SliTaz 2.0 est un systme libre,
   31.81  complet et communautaire, proposant environ 1400 paquets logiciels facilement
   31.82  installables via le gestionnaire de paquets Tazpkg, c'est--dire plus de
   31.83  900 paquets ajouts depuis la dernire version. Le support des LiveCD 
   31.84 -saveur est prouv et permet de crer facilement une distribution 
   31.85 +saveur est prouv et permet de crer facilement une distribution
   31.86  personnalise ou de disposer d'un systme destin  une tche spcifique
   31.87 -telle que la bureautique, le traitement vido, le graphisme ou le 
   31.88 -dveloppement. Le projet fournit un support technique aux utilisateurs 
   31.89 -via la liste de discussion et le forum officiel. Le livre de main, ou 
   31.90 -Handbook de SliTaz, contient les informations et instructions pour 
   31.91 -apprendre  utiliser et finement configurer le systme. SliTaz peut 
   31.92 -s'installer ou se mettre  jour via un installateur pseudo-graphique qui se 
   31.93 +telle que la bureautique, le traitement vido, le graphisme ou le
   31.94 +dveloppement. Le projet fournit un support technique aux utilisateurs
   31.95 +via la liste de discussion et le forum officiel. Le livre de main, ou
   31.96 +Handbook de SliTaz, contient les informations et instructions pour
   31.97 +apprendre  utiliser et finement configurer le systme. SliTaz peut
   31.98 +s'installer ou se mettre  jour via un installateur pseudo-graphique qui se
   31.99  veut simple, intuitif et rapide. La distribution peut aussi tre utilise
  31.100  depuis un mdia USB, le formatage et la configuration d'un priphrique
  31.101  USB peut se faire en quelques commandes ou cliques de souris avec TazUSB
  31.102 -ou TazUSBbox. 
  31.103 +ou TazUSBbox.
  31.104  </p>
  31.105  <p>
  31.106  Le systme est configurable via un centre de contle graphique et les paquets
  31.107 @@ -95,17 +88,17 @@
  31.108  gestionnaire de fichiers.
  31.109  </p>
  31.110  
  31.111 -<a name="hardware"></a>
  31.112 -<h3><font color="#6c0023">Matriel support</font></h3>
  31.113 +<h3 id="hardware">Matriel support</h3>
  31.114 +
  31.115  <p>
  31.116  SliTaz GNU/Linux supporte toutes les machines  base processeur X86 compatible
  31.117  Intel ds le 386sx. Un minimum de 256 Mb est conseill pour utiliser le
  31.118 -corps du LiveCD, 16 Mb  64 Mb pour les saveurs slitaz-loram ayant la mme 
  31.119 -slection de paquets que le corps. Avec une saveur loram le systme est 
  31.120 -moins ractif mais permet d'installer SliTaz graphiquement sur de trs 
  31.121 -anciennes machines. Une fois installe SliTaz fonctionne bien avec un 
  31.122 -minimum de 16 Mb, mais il faut oublier Firefox pour naviguer sur le 
  31.123 -web et utiliser Links ou Midori par exemple. La plupart des cartes rseau 
  31.124 +corps du LiveCD, 16 Mb  64 Mb pour les saveurs slitaz-loram ayant la mme
  31.125 +slection de paquets que le corps. Avec une saveur loram le systme est
  31.126 +moins ractif mais permet d'installer SliTaz graphiquement sur de trs
  31.127 +anciennes machines. Une fois installe SliTaz fonctionne bien avec un
  31.128 +minimum de 16 Mb, mais il faut oublier Firefox pour naviguer sur le
  31.129 +web et utiliser Links ou Midori par exemple. La plupart des cartes rseau
  31.130  et cartes son supportes par le noyau sont prises en compte, la gestion de l'nergie
  31.131  et cartes son supportes par le noyau sont prsentes, la gestion de l'nergie
  31.132  est active par dfaut avec l'ACPI et le support des batteries de PC portables
  31.133 @@ -113,14 +106,14 @@
  31.134  </p>
  31.135  <p>
  31.136  SliTaz 2.0 fourni un support partiel des cartes rseaux sans fil (Wifi),
  31.137 -certaines cartes fonctionnent directement avec un module du noyau et 
  31.138 -d'autres ont besoin d'un pilote non libre additionnel. Les modules et 
  31.139 -pilotes peuvent tre installs automatiquement facilement via des 
  31.140 +certaines cartes fonctionnent directement avec un module du noyau et
  31.141 +d'autres ont besoin d'un pilote non libre additionnel. Les modules et
  31.142 +pilotes peuvent tre installs automatiquement facilement via des
  31.143  interfaces graphiques cres pour la distribution.
  31.144  </p>
  31.145  
  31.146 -<a name="livecd"></a>
  31.147 -<h3><font color="#6c0023">Saveurs de LiveCD</font></h3>
  31.148 +<h3 id="livecd">Saveurs de LiveCD</h3>
  31.149 +
  31.150  <p>
  31.151  SliTaz GNU/Linux est distribue sous la forme d'un LiveCD bootable permettant
  31.152  d'installer graphiquement le systme sur disque dur et permettant d'emporter
  31.153 @@ -151,34 +144,34 @@
  31.154  applications supplmentaires en quelques cliques de souris.
  31.155  </p>
  31.156  
  31.157 -<a name="webboot"></a>
  31.158 -<h3><font color="#6c0023">Dmarrage rseau (gPXE)</font></h3>
  31.159 +<h3 id="webboot">Dmarrage rseau (gPXE)</h3>
  31.160 +
  31.161  <p>
  31.162  SliTaz est capable de dmarrer depuis le rseau internet en tlchargeant
  31.163 -et lanant le systme en mmoire vive. Cette fonctionnalit permet de 
  31.164 -dmarrer un ordinateur n'ayant pas de disque dur comme des 
  31.165 +et lanant le systme en mmoire vive. Cette fonctionnalit permet de
  31.166 +dmarrer un ordinateur n'ayant pas de disque dur comme des
  31.167  <em>thin stations</em>. Toutes les instructions pour utiliser ce service
  31.168 -sont disponibles sur: 
  31.169 +sont disponibles sur:
  31.170  <a href="http://boot.slitaz.org/">http://boot.slitaz.org/</a>
  31.171  </p>
  31.172  
  31.173 -<a name="install"></a>
  31.174 -<h3><font color="#6c0023">Installation</font></h3>
  31.175 +<h3 id="install">Installation</h3>
  31.176 +
  31.177  <p>
  31.178  L'installation du systme est entirement automatise et peut se faire en mode
  31.179  graphique ou mode texte. Si vous voulez installer vos propres saveurs
  31.180  de LiveCD, les prrequis matriel et autres informations utiles 
  31.181  l'installation sur disque dur sont dcrits directement dans l'installateur
  31.182  et dans le Handbook. Si vous dsirez partitionner un disque avant installation,
  31.183 -vous pouvez rapidement utiliser Gparted en mode Live. A la fin de 
  31.184 -l'installation, il est possible d'installer le gestionnaire de dmarrage 
  31.185 -(bootloader) GRUB, il est capable de dmarrer des systmes GNU/Linux, BSD ou 
  31.186 +vous pouvez rapidement utiliser Gparted en mode Live. A la fin de
  31.187 +l'installation, il est possible d'installer le gestionnaire de dmarrage
  31.188 +(bootloader) GRUB, il est capable de dmarrer des systmes GNU/Linux, BSD ou
  31.189  Windows. Cela permet d'installer SliTaz sur la mme machine qu'un autre systme
  31.190  tout en laissant le choix du systme  utiliser au dmarrage de la machine.
  31.191  </p>
  31.192  
  31.193 -<a name="kernel"></a>
  31.194 -<h3><font color="#6c0023">Noyau Linux</font></h3>
  31.195 +<h3 id="kernel">Noyau Linux</h3>
  31.196 +
  31.197  <p>
  31.198  SliTaz GNU/linux 2.0 est distribue avec le noyau Linux 2.6.25.5, patch pour
  31.199  supporter la compression LZMA et corriger un problme d'affichage dans la
  31.200 @@ -203,23 +196,23 @@
  31.201  'linux-sound'.
  31.202  </p>
  31.203  
  31.204 -<a name="packages"></a>
  31.205 -<h3><font color="#6c0023">Paquets logiciels</font></h3>
  31.206 +<h3 id="packages">Paquets logiciels</h3>
  31.207 +
  31.208  <p>
  31.209  La gestion de paquets logiciels se fait avec le gestionnaire de paquets Tazpkg,
  31.210  simple, intuitif, rapide, stable et proposant un mode interactif et graphique.
  31.211  Parmi plus de 1360 paquets disponibles vous trouverez de quoi transformer
  31.212  votre machine en bureau graphique complet et moderne avec e17, en atelier
  31.213 -de graphisme avec en autre Gimp et Inkscape. SliTaz peut aussi devenir un 
  31.214 -studio vido avec Kino, une borne internet avec messagerie internet, VOIP 
  31.215 +de graphisme avec en autre Gimp et Inkscape. SliTaz peut aussi devenir un
  31.216 +studio vido avec Kino, une borne internet avec messagerie internet, VOIP
  31.217  et navigateur web. Le systme est aussi conu pour tre un serveur puissant,
  31.218  lger, rapide et stable avec LightTPD/PHP, le support CGI Perl, Python ou
  31.219  Ruby. Apache, Squid sont disponibles, Rsync pour les sauvegardes incrmentales
  31.220  et IPtables pour le pare-feu. SliTaz peut bien sr fournir un systme de dveloppement
  31.221 -complet avec entre autre le compilateur GCC, Mercurial, l'IDE Geany et 
  31.222 +complet avec entre autre le compilateur GCC, Mercurial, l'IDE Geany et
  31.223  tous les paquets de dveloppement des librairies. Les paquets peuvent tre
  31.224 -trouvs via la fonction de recherches de Tazpkg ou via l'interface du site Web: 
  31.225 -<a href="http://www.slitaz.org/fr/packages/">http://www.slitaz.org/fr/packages/</a>
  31.226 +trouvs via la fonction de recherches de Tazpkg ou via l'interface du site Web:
  31.227 +<a href="/fr/packages/">www.slitaz.org/fr/packages/</a>
  31.228  </p>
  31.229  <p>
  31.230  Les paquets binaires du miroir peuvent tre recompils en utilisant le wok
  31.231 @@ -228,14 +221,14 @@
  31.232  Web du projet.
  31.233  </p>
  31.234  
  31.235 -<a name="desktop"></a>
  31.236 -<h3><font color="#6c0023">Bureaux graphiques</font></h3>
  31.237 +<h3 id="desktop">Bureaux graphiques</h3>
  31.238 +
  31.239  <p>
  31.240  Le bureau fourni par dfaut avec le coeur du LiveCD est propuls par Openbox un
  31.241  gestionnaire de fentres trs lger, lgant et stable. Openbox est largement
  31.242  thmable et configurable graphiquement via l'utilitaire OBconf. L'intgration de la
  31.243  barre des tches, nomme LXpanel, permet d'avoir un menu gnr dynamiquement
  31.244 -en fonction des standards de Freedesktop. Le principe du bureau est aussi 
  31.245 +en fonction des standards de Freedesktop. Le principe du bureau est aussi
  31.246  d'avoir un petit menu via un clique sur l'cran avec des favoris, les effets
  31.247  graphiques, les outils SliTaz pour LiveCD ou LiveUSB, tout ce qui concerne
  31.248  la configuration d'Openbox et les actions systme. Les applications sont
  31.249 @@ -252,8 +245,8 @@
  31.250  diter  la main votre fichier ~/.xinitrc personnel.
  31.251  </p>
  31.252  
  31.253 -<a name="support"></a>
  31.254 -<h3><font color="#6c0023">Support et documentation</font></h3>
  31.255 +<h3 id="support">Support et documentation</h3>
  31.256 +
  31.257  <p>
  31.258  Le projet SliTaz propose divers moyens de support et d'aide aux utilisateurs
  31.259  du systme,  commencer par la liste de discussion ou Mailing List, le forum
  31.260 @@ -265,17 +258,17 @@
  31.261  possibles avec l'outil en question. Pour le dveloppeur, la construction
  31.262  du systme et/ou l'utilisation du wok et des recettes, sont soigeusement dcrites
  31.263  dans le livre de cuisine, ou Cookbook. Les livres, manuels et notes de
  31.264 -publication sont en ligne : 
  31.265 +publication sont en ligne :
  31.266  <a href="http://www.slitaz.org/doc/">http://www.slitaz.org/doc/</a>
  31.267  </p>
  31.268  
  31.269 -<a name="security"></a>
  31.270 -<h3><font color="#6c0023">Scurit</font></h3>
  31.271 +<h3 id="security">Scurit</h3>
  31.272 +
  31.273  <p>
  31.274  La version stable bnficie de mise  jour de scurit, il est important de
  31.275  penser  recharger et mettre  jour les paquets, rgulirement. Au niveau du
  31.276  rseau, le pare-feu est assur par IPtables, les serveurs LightTPD et Apache
  31.277 -supportent les authentifications par mots de passe crypts et Dropbear 
  31.278 +supportent les authentifications par mots de passe crypts et Dropbear
  31.279  ou OpenSSH fournissent un client et un serveur SSH scuriss. Les mots de
  31.280  passe des utilisateurs du systme sont aussi crypts et seul l'administarteur
  31.281  root peut modifier les fichiers systme. Pour plus d'informations ou apprendre
  31.282 @@ -283,11 +276,11 @@
  31.283  en rapport avec la scurit sont classs dans la catgorie security.
  31.284  </p>
  31.285  
  31.286 -<a name="upgrade"></a>
  31.287 -<h3><font color="#6c0023">De 1.0  2.0</font></h3>
  31.288 +<h3 id="upgrade">De 1.0  2.0</h3>
  31.289 +
  31.290  <p>
  31.291  L'installateur de SliTaz GNU/Linux propose une fonction de mise  jour systme
  31.292 -permettant de passer d'un systme 1.0  la version 2.0. Pour mettre  jour un 
  31.293 +permettant de passer d'un systme 1.0  la version 2.0. Pour mettre  jour un
  31.294  systme il vous faut dmarrer sur le LiveCD stable, lancer l'installateur en
  31.295  appuyant sur Upgrade et spcifier ensuite la partition contenant le systme
  31.296   mettre  jour. L'installateur va nettoyer le systme et rinstaller tous
  31.297 @@ -308,8 +301,8 @@
  31.298  et peut ncessiter des interventions manuelles.
  31.299  </p>
  31.300  
  31.301 -<a name="people"></a>
  31.302 -<h3><font color="#6c0023">Les personnes du projet</font></h3>
  31.303 +<h3 id="people">Les personnes du projet</h3>
  31.304 +
  31.305  <p>
  31.306  SliTaz est fier d'tre un projet communautaire et international, les personnes
  31.307  du projet sont celles qui dveloppent la distribution, s'occupent du site Web
  31.308 @@ -352,13 +345,8 @@
  31.309  <!-- End of content -->
  31.310  </div>
  31.311  
  31.312 -<!-- Footer. -->
  31.313 +<!-- Footer -->
  31.314  <div id="footer">
  31.315 -	<div class="footer-right"></div>
  31.316 -	<a href="relnotes.fr.html#top">Haut de la page</a>
  31.317 -</div>
  31.318 -
  31.319 -<div id="copy">
  31.320  	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  31.321  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
  31.322  	Documentation publies sous
    32.1 --- a/fr/doc/releases/3.0/book.css	Tue Apr 10 14:39:34 2012 +0200
    32.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.3 @@ -1,195 +0,0 @@
    32.4 -/* 
    32.5 -	CSS style for SliTaz GNU/Linux *book.
    32.6 -	Pankso 2007 - www.slitaz.org
    32.7 -*/
    32.8 -
    32.9 -html {
   32.10 -	height:  102%;
   32.11 -}
   32.12 -
   32.13 -body {
   32.14 -	font: 13px sans-serif, vernada, arial;
   32.15 -	background: #ffffff;
   32.16 -	color: black;
   32.17 -	margin: 0;
   32.18 -}
   32.19 -
   32.20 -#header {
   32.21 -	background: #f0ba08 url(images/css/header.png) repeat-x top;
   32.22 -	color: black;
   32.23 -	height: 50px;
   32.24 -	border-top: 1px solid black;
   32.25 -	border-bottom: 1px solid black;
   32.26 -}
   32.27 -
   32.28 -#header h1 {
   32.29 -	padding: 10px;
   32.30 -}
   32.31 -
   32.32 -#quicknav {
   32.33 -	text-align: right;
   32.34 -	font-size: 12px;
   32.35 -	color: #666666;
   32.36 -	background-color: #eaeaea;
   32.37 -	padding: 4px 2px;
   32.38 -	font-weight: bold;
   32.39 -}
   32.40 -
   32.41 -#quicknav a {
   32.42 -	color: #0F314E;
   32.43 -	background: inherit;
   32.44 -	text-decoration: none;
   32.45 -	padding: 0px 2px;
   32.46 -}
   32.47 -
   32.48 -#quicknav a:hover {
   32.49 -	color: #DF8F06;
   32.50 -	text-decoration: none;
   32.51 -}
   32.52 -
   32.53 -/*  content. */
   32.54 -
   32.55 -#content {
   32.56 -	padding: 20px;
   32.57 -	margin: 0px 50px 0px 50px;
   32.58 -	width: auto;
   32.59 -	text-align: justify;
   32.60 -}
   32.61 -
   32.62 -#content li {
   32.63 -	line-height: 1.5em;
   32.64 -	text-align: left;
   32.65 -}
   32.66 -
   32.67 -/*  Footer. */
   32.68 -
   32.69 -#footer {
   32.70 -	font-size: 11px;
   32.71 -	color: black;
   32.72 -	height: 20px;
   32.73 -	padding: 0px 0px 0px 10px;
   32.74 -	margin: 0px;
   32.75 -	width: auto;
   32.76 -	text-align: center ;
   32.77 -}
   32.78 -
   32.79 -#footer a {
   32.80 -	background: #ffffff;
   32.81 -	color: #0F314E;
   32.82 -}
   32.83 -
   32.84 -#footer a:hover {
   32.85 -	background: #ffffff;
   32.86 -	color: blue;
   32.87 -}
   32.88 -
   32.89 -/* Legal informations */
   32.90 -
   32.91 -#copy {
   32.92 -	font-size: 11px ;
   32.93 -	text-align: center ;
   32.94 -	background: transparent;
   32.95 -	color: #a8a8a8;
   32.96 -	padding-top: 10px;
   32.97 -}
   32.98 -
   32.99 -#copy a {
  32.100 -	background: inherit;
  32.101 -	color: #a8a8a8;
  32.102 -}
  32.103 -
  32.104 -#copy a:hover {
  32.105 -	background: inherit;
  32.106 -	color: blue;
  32.107 -}
  32.108 -
  32.109 -/* Clouds */
  32.110 -
  32.111 -#cloud {
  32.112 -	padding: 10px 120px 10px 120px;
  32.113 -	line-height: 3em;
  32.114 -	text-align: center;
  32.115 -}
  32.116 -#cloud a { padding: 4px; color: #956411; }
  32.117 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
  32.118 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
  32.119 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
  32.120 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
  32.121 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
  32.122 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
  32.123 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
  32.124 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
  32.125 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
  32.126 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
  32.127 -
  32.128 -/* Div for round corners. */
  32.129 -
  32.130 -.content-right, .footer-right {
  32.131 -	width: 16px;
  32.132 -	color: white;
  32.133 -	background-color: #333333;
  32.134 -}
  32.135 -.content-right {
  32.136 -	background: url(images/css/content-tr.png) no-repeat top right;
  32.137 -	height: 16px;
  32.138 -	right: 50px;
  32.139 -	top: 82px;
  32.140 -	position: absolute;
  32.141 -}
  32.142 -
  32.143 -.footer-right {
  32.144 -	background: url(images/css/footer-br.png) no-repeat bottom right;
  32.145 -	height: 20px;
  32.146 -	float: right;
  32.147 -}
  32.148 -
  32.149 -/* General HTML entities for  content. */
  32.150 -
  32.151 -h1 {
  32.152 -	margin: 0px 0px 0px 16px;
  32.153 -}
  32.154 -
  32.155 -h2 {
  32.156 -	margin: 12px 0;
  32.157 -	color: #484B7C;
  32.158 -	background: white;
  32.159 -}
  32.160 -
  32.161 -h3 {
  32.162 -	font-weight: bold;
  32.163 -	color: #6c0023;
  32.164 -	background: white;
  32.165 -}
  32.166 -
  32.167 -a {
  32.168 -	text-decoration: underline;
  32.169 -}
  32.170 -a:hover {
  32.171 -	text-decoration: none;
  32.172 -}
  32.173 -
  32.174 -pre {
  32.175 -	padding: 5px;
  32.176 -	color: black;
  32.177 -	background: #e1e0b0;
  32.178 -}
  32.179 -pre.script {
  32.180 -	padding: 10px;
  32.181 -	color: black;
  32.182 -	background: #e8e8e8;
  32.183 -	border: 1px inset #333333;
  32.184 -}
  32.185 -
  32.186 -code {
  32.187 -	font-size: 12px;
  32.188 -	color: #669900;
  32.189 -	background: transparent;
  32.190 -}
  32.191 -
  32.192 -li {
  32.193 -	line-height: 1.4em;
  32.194 -}
  32.195 -
  32.196 -hr {
  32.197 -	border: 0pt none;
  32.198 -}
    33.1 Binary file fr/doc/releases/3.0/favicon.ico has changed
    34.1 Binary file fr/doc/releases/3.0/images/css/header.png has changed
    35.1 --- a/fr/doc/releases/3.0/relnotes.fr.html	Tue Apr 10 14:39:34 2012 +0200
    35.2 +++ b/fr/doc/releases/3.0/relnotes.fr.html	Tue Apr 10 19:27:55 2012 +0300
    35.3 @@ -1,38 +1,27 @@
    35.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    35.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    35.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    35.7 +<!DOCTYPE html>
    35.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
    35.9  <head>
   35.10 +	<meta charset="ISO-8859-1" />
   35.11  	<title>SliTaz 3.0 note de publication</title>
   35.12 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   35.13  	<meta name="description" content="slitaz doc system releases notes information cooking" />
   35.14  	<meta name="expires" content="never" />
   35.15  	<meta name="modified" content="2010-03-22 22:10:00" />
   35.16  	<meta name="publisher" content="www.slitaz.org" />
   35.17  	<meta name="author" content="Christophe Lincoln"/>
   35.18 -	<link rel="shortcut icon" href="favicon.ico" />
   35.19 -	<link rel="stylesheet" type="text/css" href="book.css" />
   35.20 +	<link rel="shortcut icon" href="/favicon.ico" />
   35.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   35.22  </head>
   35.23 -<body bgcolor="#ffffff">
   35.24 +<body>
   35.25  
   35.26 -<!-- Header and quick navigation -->
   35.27 +<!-- Header -->
   35.28  <div id="header">
   35.29 -	<a name="top"></a>
   35.30 -	<h1><font color="#3E1220">SliTaz - Documentation systme</font></h1>
   35.31 +	<h1>SliTaz - Documentation systme</h1>
   35.32  </div>
   35.33  
   35.34 -<div id="quicknav">
   35.35 -	SliTaz:
   35.36 -	<a href="http://www.slitaz.org/">Site Web</a>
   35.37 -	<a href="http://forum.slitaz.org/">Forum</a>
   35.38 -	<a href="http://doc.slitaz.org/">Documentation</a>
   35.39 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   35.40 -	<a href="http://labs.slitaz.org/">Labs</a>
   35.41 -</div>
   35.42 -
   35.43 -<!-- Content. -->
   35.44 +<!-- Content -->
   35.45  <div id="content">
   35.46  
   35.47 -<h2><font color="#df8f06">Notes de publication</font></h2>
   35.48 +<h2>Notes de publication</h2>
   35.49  
   35.50  <ul>
   35.51  	<li><a href="#overview">Prsentation.</a></li>
   35.52 @@ -49,45 +38,45 @@
   35.53  	<li><a href="#people">Les membres du projet.</a></li>
   35.54  </ul>
   35.55  
   35.56 -<a name="overview"></a>
   35.57 -<h3><font color="#6c0023"></font>Prsentation</h3>
   35.58 +<h3 id="overview">Prsentation</h3>
   35.59 +
   35.60  <p>
   35.61  Bienvenue sur SliTaz 3.0 ! Petite, rapide, simple  utiliser et personnaliser,
   35.62  la nouvelle version stable de SliTaz parat aprs un an de dveloppement.
   35.63  
   35.64  </p>
   35.65  <ul>
   35.66 -    <li>Scripts de dmarrage rcrits et plus rapides</li>
   35.67 -    <li>Amlioration des outils maison</li>
   35.68 -    <li>Meilleure integration et thme amlior</li>
   35.69 -    <li>Adoption de Midori comme navigateur par dfaut</li>
   35.70 -    <li>Meilleur support de matriel. En particulier pour les cartes wiFi</li>
   35.71 -    <li>Virtualisation rapide avec lguest</li>
   35.72 -    <li>SliTaz pro : OpenERP, LAMP, Glpi et plus</li>
   35.73 +	<li>Scripts de dmarrage rcrits et plus rapides</li>
   35.74 +	<li>Amlioration des outils maison</li>
   35.75 +	<li>Meilleure integration et thme amlior</li>
   35.76 +	<li>Adoption de Midori comme navigateur par dfaut</li>
   35.77 +	<li>Meilleur support de matriel. En particulier pour les cartes wiFi</li>
   35.78 +	<li>Virtualisation rapide avec lguest</li>
   35.79 +	<li>SliTaz pro : OpenERP, LAMP, Glpi et plus</li>
   35.80  	<li>Les LiveCD et LiveUSB plus faciles  customiser (avec tazlitobox et tazusbbox)</li>
   35.81 -    <li>De nouvelles fonctionnalits dans Tazpkg, incluant la convertion des paquets deb/rpm/arch/slackware/ipk au format Slitaz</li>
   35.82 -    <li>Plus de contributeurs et une plus grande communaut</li>
   35.83 -    <li>Simple  personnaliser</li>
   35.84 -    <li>Les paquets sont compils automatiquement par un robot (le build bot Tazbb)</li>
   35.85 -    <li>900 paquets ajouts, et beaucoup mis  jour</li>
   35.86 -    <li>Plus de 2800 commits raliss par les contributeurs</li>
   35.87 +	<li>De nouvelles fonctionnalits dans Tazpkg, incluant la convertion des paquets deb/rpm/arch/slackware/ipk au format Slitaz</li>
   35.88 +	<li>Plus de contributeurs et une plus grande communaut</li>
   35.89 +	<li>Simple  personnaliser</li>
   35.90 +	<li>Les paquets sont compils automatiquement par un robot (le build bot Tazbb)</li>
   35.91 +	<li>900 paquets ajouts, et beaucoup mis  jour</li>
   35.92 +	<li>Plus de 2800 commits raliss par les contributeurs</li>
   35.93  </ul>
   35.94  <p>
   35.95  L'assistance aux utilisateurs est assure  travers une liste de diffusion et le forum officiel :
   35.96   <a href="http://forum.slitaz.org/">forum.slitaz.org</a>
   35.97  </p>
   35.98  
   35.99 -<a name="hardware"></a>
  35.100 -<h3><font color="#6c0023">Matriel support</font></h3>
  35.101 +<h3 id="hardware">Matriel support</h3>
  35.102 +
  35.103  <p>
  35.104  SliTaz GNU/Linux supporte les machines  base de processeurs Intel i486 ou x86.
  35.105 -Un minimum de 192Mo de mmoire sont ncessaires pour utiliser le core LiveCD. 
  35.106 +Un minimum de 192Mo de mmoire sont ncessaires pour utiliser le core LiveCD.
  35.107  80Mo pour la saveur "slitaz-loram" flavor et 16Mo pour la saveur "slitaz-loram-cdrom".
  35.108  </p>
  35.109  <p>
  35.110  Avec la saveur slitaz-loram, le systme est moins ractif, mais permet une installation de
  35.111  SliTaz en mode graphique sur de trs vieilles machines.
  35.112 -Une fois installe, SliTaz fontionne avec au minimum 16Mo de mmoire. 
  35.113 +Une fois installe, SliTaz fontionne avec au minimum 16Mo de mmoire.
  35.114  Mais oubliez Firefox pour surfer sur Internet ! Prfrez un navigateur en mode text, tel que 'links' par exemple.
  35.115  </p>
  35.116  <p>
  35.117 @@ -95,18 +84,18 @@
  35.118  une large gamme de netbooks (Eeepc, HP mini, Aspire One etc.).
  35.119  </p>
  35.120  
  35.121 -<a name="livecd"></a>
  35.122 -<h3><font color="#6c0023">LiveCD  Saveurs</font></h3>
  35.123 +<h3 id="livecd">LiveCD  Saveurs</h3>
  35.124 +
  35.125  <p>
  35.126 -SliTaz GNU/Linux est distribue sous la forme d'un LiveCD bootable qui peut tre utilis 
  35.127 +SliTaz GNU/Linux est distribue sous la forme d'un LiveCD bootable qui peut tre utilis
  35.128  comme un systme nomade ou install graphiquement sur le disque dur.
  35.129  Lors de l'installation ou mise  jour de SliTaz, les paramtres, les donnes et les applications sont conserves.
  35.130  </p>
  35.131  <p>
  35.132 -Le LiveCD peut galement tre customis et simplement reconstruit  
  35.133 +Le LiveCD peut galement tre customis et simplement reconstruit 
  35.134  l'aide des outils graphiques ou en ligne de commande.
  35.135 -Installez vos propres paquets, ou utilisez une saveur tlcharge 
  35.136 -depuis le mirroir. 
  35.137 +Installez vos propres paquets, ou utilisez une saveur tlcharge
  35.138 +depuis le mirroir.
  35.139  Puis regnrez votre LiveCD avec l'outil "Tazlito".
  35.140  </p>
  35.141  <p>
  35.142 @@ -114,35 +103,38 @@
  35.143  sans qu'il ne soit ncessaire de la formater (utilisez <code>dd</code> pour le faire).
  35.144  </p>
  35.145  
  35.146 -<a name="toolchain"></a>
  35.147 -<h3><font color="#6c0023">Noyau et toolchain</font></h3>
  35.148 +<h3 id="toolchain">Noyau et toolchain</h3>
  35.149 +
  35.150  <p>
  35.151 -SliTaz 3.0 est livre avec la nouvelle toolchain qui a servi  
  35.152 +SliTaz 3.0 est livre avec la nouvelle toolchain qui a servi 
  35.153  recompiler tout le systme.
  35.154  Le noyau Linux (2.6.30.6) divis en plusieurs paquets contenant plus de pilotes
  35.155  et de fonctionnalites.
  35.156 -Certains pilotes ont t compils dans le noyau pour en acclrer le 
  35.157 +Certains pilotes ont t compils dans le noyau pour en acclrer le
  35.158  chargement.
  35.159  </p>
  35.160  <p>
  35.161  La nouvelle tootlchain inclue: Binutils 2.19.1, GCC 4.4.1, Glibc 2.10.1
  35.162  </p>
  35.163  
  35.164 -<a name="utf-8"></a>
  35.165 -<h3><font color="#6c0023">Support de l'UTF-8</font></h3>
  35.166 +<h3 id="utf-8">Support de l'UTF-8</h3>
  35.167 +
  35.168 +<p>
  35.169  Avec cette nouvelle version, la communaut peut pleinement profiter du support de l'UTF-8.
  35.170  SliTaz utilise les fichiers .PO pour la traduction de tous ses outils et botes de dialogues.
  35.171 -
  35.172 -
  35.173 +</p>
  35.174 +<p>
  35.175  Avec un meilleur support de l'internationalisation (russe, portugais, chinois, et beaucoup plus),
  35.176  les contributeurs peuvent utiliser des outils comme poedit et GNU gettext pour la traduction des outils.
  35.177  Un projet i18n a t cr dans les labs pour faciliter le tlchargement des fichiers  traduire.
  35.178  Les "packs locale" ont traduit les messages d'application pour le systme central et
  35.179  quelques paquets supplmentaires pour des applications telles que Gimp, Abiword, Gnumeric, etc
  35.180 -<a name="xorg"></a>
  35.181 -<h3><font color="#6c0023">Serveur Xorg</font></h3>
  35.182 +</p>
  35.183 +
  35.184 +<h3 id="xorg">Serveur Xorg</h3>
  35.185 +
  35.186  <p>
  35.187 -SliTaz utilise dsormais le gestionnaire de fentre Xorg (nous essaierons malgrs tout 
  35.188 +SliTaz utilise dsormais le gestionnaire de fentre Xorg (nous essaierons malgrs tout
  35.189  conserver une saveur Xvesa).
  35.190  Avec l'utilitaire tazx vous pouvez reconfigurer Xorg et choisir le bon pilote pour votre carte vido.
  35.191  Par dfaut Xorg est install avec le driver vesa  qui fonctionne correctement
  35.192 @@ -150,8 +142,8 @@
  35.193  si vous installez d'autre pilote que celui-l.
  35.194  </p>
  35.195  
  35.196 -<a name="install"></a>
  35.197 -<h3><font color="#6c0023">Installation sur disque dur et LiveUSB</font></h3>
  35.198 +<h3 id="install">Installation sur disque dur et LiveUSB</h3>
  35.199 +
  35.200  <p>
  35.201  L'installation est entirement automatique et peut se faire graphiquement ou en mode texte.
  35.202  Dans cette version l'installeur vous laissera choisir une partition spare pour /home,
  35.203 @@ -159,14 +151,13 @@
  35.204  L'installeur prend aussi en charge l'installation depuis une session LiveUSB.
  35.205  </p>
  35.206  <p>
  35.207 -
  35.208  L'installation sur cl USB est aussi supporte et parfois vous devrez rajouter l'option <code>rootdelay=10</code>
  35.209   au dmarrage du noyau (dans le fichier menu.lst de GRUB).
  35.210  L'option rootdelay laisse le temps au Kernel de dtecter tous les priphriques avant de monter la cl sur / (root).
  35.211  </p>
  35.212  
  35.213 -<a name="packages"></a>
  35.214 -<h3><font color="#6c0023">Paquets logiciels</font></h3>
  35.215 +<h3 id="packages">Paquets logiciels</h3>
  35.216 +
  35.217  <p>
  35.218  SliTaz 3.0  environ 2300 paquets dans sa base.
  35.219  Une grande varit de paquets ont t ajouts et le gestionnaire de paquets
  35.220 @@ -176,26 +167,27 @@
  35.221  tels que OpenERP, MySQL, GLPI.
  35.222  </p>
  35.223  <p>
  35.224 -La plupart des paquets ont t mis  jour. 
  35.225 +La plupart des paquets ont t mis  jour.
  35.226  Cela inclu le noyau, la toolchain, Xorg (7.4), GTK et QT.
  35.227  Le format des paquets  t remplac par lzma pour une meilleur compression.
  35.228 -Les paquets sont vrifis par Tazwok, pour la conformit  la FHS, et contruit automatiquement 
  35.229 +Les paquets sont vrifis par Tazwok, pour la conformit  la FHS, et contruit automatiquement
  35.230  par SliTaz build Bot: <a href="http://bb.slitaz.org/">bb.slitaz.org</a>
  35.231  </p>
  35.232  
  35.233 -<a name="desktop"></a>
  35.234 -<h3><font color="#6c0023">Le Core Desktop</font></h3>
  35.235 +<h3 id="desktop">Le Core Desktop</h3>
  35.236 +
  35.237  <p>
  35.238 -Le bureau de base contient une slection de logiciels pour naviguer sur Internet, couter de la musique, 
  35.239 +Le bureau de base contient une slection de logiciels pour naviguer sur Internet, couter de la musique,
  35.240  manipuler du son, des images, programmer ou graver des CD-R.
  35.241  Il suffit d'un clic dans le menu de l'application pour trouver le logiciel class par catgorie.
  35.242  </p>
  35.243  <p>
  35.244 -Une grande attention  t apport  l'apparance et  l'intgration des applications dans 
  35.245 +Une grande attention  t apport  l'apparance et  l'intgration des applications dans
  35.246  le bureau et un nouveau thme SliTaz (icones, Openbox, GTK) a t cr pour l'occasion.
  35.247  </p>
  35.248 -<a name="security"></a>
  35.249 -<h3><font color="#6c0023">Securit</font></h3>
  35.250 +
  35.251 +<h3 id="security">Securit</h3>
  35.252 +
  35.253  <p>
  35.254  SliTaz est  prsent plus sre et solide, et les rgles de pare-feu ont t mis  jour. Un
  35.255  pare-feu peut tre install en utilisant la bote de tazhw graphique et serverbox peut aider
  35.256 @@ -203,8 +195,8 @@
  35.257  devmapper et les outils de configuration crypte, et permettre le chiffrement de priphriques de bloc.
  35.258  </p>
  35.259  
  35.260 -<a name="upgrade"></a>
  35.261 -<h3><font color="#6c0023">De la 2.0  la 3.0</font></h3>
  35.262 +<h3 id="upgrade">De la 2.0  la 3.0</h3>
  35.263 +
  35.264  <p>
  35.265  L'install de SliTaz offre une fonction de mise--jour permettant de
  35.266  mettre  jour depuis une version '2 .0 ' '3 .0'.
  35.267 @@ -216,27 +208,26 @@
  35.268  avec votre nouvelle version de SliTaz.
  35.269  </p>
  35.270  <p>
  35.271 -Notez que l'installeur garde une copie de la liste des paquets et une sauvegrade complte 
  35.272 +Notez que l'installeur garde une copie de la liste des paquets et une sauvegrade complte
  35.273  du rpertoire /etc (etc.tar.gz) dans /var/lib/slitaz-install.
  35.274  </p>
  35.275  <p>
  35.276  Pour migrer de la 2.0  la 3.0, vous pouvez galement utiliser l'option 'set-release' du gestionnaire de paquet "Tazpkg",
  35.277 -Soyez averti que cette mthode n'est pas prouve et peut demander quelques 
  35.278 +Soyez averti que cette mthode n'est pas prouve et peut demander quelques
  35.279  interventions manuelles de votre part.
  35.280 -Si vous souhaitez procder ainsi r-installez tazpkg depuis la version 3.0 de SliTaz, car 
  35.281 +Si vous souhaitez procder ainsi r-installez tazpkg depuis la version 3.0 de SliTaz, car
  35.282  le format de compression des paquets a chang.
  35.283  </p>
  35.284  
  35.285 -<a name="people"></a>
  35.286 -<h3><font color="#6c0023">Les personnes du projet</font></h3>
  35.287 +<h3 id="people">Les personnes du projet</h3>
  35.288 +
  35.289  <p>
  35.290 -SliTaz est fier d'tre un projet communautaire et international, les 
  35.291 -personnes du projet sont celles qui dveloppent la distribution, 
  35.292 -s'occupent du site Web corrigent les logiciels sur les dpts Hg ou 
  35.293 -crivent de la documentation officielle. En passant par la Suisse, la 
  35.294 -France, le Brsil, le Qubec, la Chine, la Russie, l'Algrie, le 
  35.295 -Royaume-Uni et les tats-Unis: 
  35.296 -
  35.297 +SliTaz est fier d'tre un projet communautaire et international, les
  35.298 +personnes du projet sont celles qui dveloppent la distribution,
  35.299 +s'occupent du site Web corrigent les logiciels sur les dpts Hg ou
  35.300 +crivent de la documentation officielle. En passant par la Suisse, la
  35.301 +France, le Brsil, le Qubec, la Chine, la Russie, l'Algrie, le
  35.302 +Royaume-Uni et les tats-Unis:
  35.303  </p>
  35.304  <ul>
  35.305  	<li>Christophe Lincoln</li>
  35.306 @@ -268,24 +259,24 @@
  35.307  	<li>...</li>
  35.308  </ul>
  35.309  <p>
  35.310 -Le projet tient galement  remercier tous les commentateurs, testeurs, hackers et 
  35.311 +Le projet tient galement  remercier tous les commentateurs, testeurs, hackers et
  35.312  utilisateurs qui ont pris le temps d'aider de faire avancer la distribution.
  35.313  </p>
  35.314  
  35.315  <!-- End of content -->
  35.316  </div>
  35.317  
  35.318 -<!-- Footer. -->
  35.319 +<!-- Footer -->
  35.320  <div id="footer">
  35.321 +<p>
  35.322  	<a href="#top">Dbut de la page</a> - Autres languages:
  35.323  	<a href="../../../../cn/doc/releases/3.0/relnotes.cn.html">cn</a> |
  35.324  	<a href="../../../../en/doc/releases/3.0/relnotes.en.html">en</a> |
  35.325  	<a href="../../../../es/doc/releases/3.0/relnotes.es.html">es</a> |
  35.326 -	<a href="../../../../fr/doc/releases/3.0/relnotes.fr.html">fr</a> |
  35.327 -	<a href="../../../../pt/doc/releases/3.0/relnotes.pt.html">pt</a> 
  35.328 -</div>
  35.329 +	<a href="../../../../fr/doc/releases/3.0/">fr</a> |
  35.330 +	<a href="../../../../pt/doc/releases/3.0/relnotes.pt.html">pt</a>
  35.331 +</p>
  35.332  
  35.333 -<div id="copy">
  35.334  	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  35.335  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
  35.336  	Documentation sous
    36.1 --- a/fr/doc/releases/book.css	Tue Apr 10 14:39:34 2012 +0200
    36.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    36.3 @@ -1,189 +0,0 @@
    36.4 -/* 
    36.5 -	CSS style for SliTaz GNU/Linux *book.
    36.6 -	Pankso 2007 - www.slitaz.org
    36.7 -*/
    36.8 -
    36.9 -body {
   36.10 -	font: 13px sans-serif, vernada, arial;
   36.11 -	background: #222222;
   36.12 -	margin: 0;
   36.13 -	padding-bottom: auto;
   36.14 -}
   36.15 -
   36.16 -#header {
   36.17 -	background: #BFB06B url(images/css/header.png) repeat-x top;
   36.18 -	color: black;
   36.19 -	height: 50px;
   36.20 -	border-top: 1px solid black;
   36.21 -	border-bottom: 1px solid black;
   36.22 -}
   36.23 -#quicknav {
   36.24 -	margin-right: 6px;
   36.25 -	text-align: right;
   36.26 -	font-size: 12px;
   36.27 -	}
   36.28 -#quicknav {
   36.29 -	margin-right: 6px;
   36.30 -}
   36.31 -
   36.32 -#quicknav a {
   36.33 -	background: inherit;
   36.34 -	color: white;
   36.35 -}
   36.36 -
   36.37 -#quicknav a:hover {
   36.38 -	background: inherit;
   36.39 -	color: #EDEDED;
   36.40 -}
   36.41 -
   36.42 -/*  content. */
   36.43 -
   36.44 -#content {
   36.45 -	background: white url(images/css/content-tl.png) no-repeat top left;
   36.46 -	color: black;
   36.47 -	padding: 20px;
   36.48 -	margin: 30px 50px 0px 50px;
   36.49 -	width: auto;
   36.50 -	text-align: justify;
   36.51 -}
   36.52 -
   36.53 -#content li {
   36.54 -	line-height: 1.5em;
   36.55 -	text-align: left;
   36.56 -}
   36.57 -
   36.58 -/*  Footer. */
   36.59 -
   36.60 -#footer {
   36.61 -	font-size: 11px;
   36.62 -	font-weight: bold;
   36.63 -	background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left;
   36.64 -	color: black;
   36.65 -	height: 20px;
   36.66 -	padding: 6px 0px 0px 10px;
   36.67 -	margin: 0px 50px 0px 50px;
   36.68 -	width: auto;
   36.69 -	text-align: center ;
   36.70 -}
   36.71 -
   36.72 -#footer a {
   36.73 -	text-decoration: none;
   36.74 -	background: #eaeaea;
   36.75 -	color: #3E1220;
   36.76 -}
   36.77 -
   36.78 -#footer a:hover {
   36.79 -	background: #eaeaea;
   36.80 -	color: #DF8F06;
   36.81 -}
   36.82 -
   36.83 -/* Legal informations */
   36.84 -
   36.85 -#copy {
   36.86 -	font-size: 11px ;
   36.87 -	text-align: center ;
   36.88 -	background: transparent;
   36.89 -	color: #a8a8a8;
   36.90 -	padding-top: 20px;
   36.91 -}
   36.92 -
   36.93 -#copy a {
   36.94 -	background: inherit;
   36.95 -	color: #a8a8a8;
   36.96 -}
   36.97 -
   36.98 -#copy a:hover {
   36.99 -	background: inherit;
  36.100 -	color: #EDEDED;
  36.101 -}
  36.102 -
  36.103 -/* Clouds */
  36.104 -
  36.105 -#cloud {
  36.106 -	padding: 10px 120px 10px 120px;
  36.107 -	line-height: 3em;
  36.108 -	text-align: center;
  36.109 -}
  36.110 -#cloud a { padding: 4px; color: #956411; }
  36.111 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
  36.112 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
  36.113 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
  36.114 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
  36.115 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
  36.116 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
  36.117 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
  36.118 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
  36.119 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
  36.120 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
  36.121 -
  36.122 -/* Div for round corners. */
  36.123 -
  36.124 -.content-right, .footer-right {
  36.125 -	width: 16px;
  36.126 -	color: white;
  36.127 -	background-color: #333333;
  36.128 -}
  36.129 -.content-right {
  36.130 -	background: url(images/css/content-tr.png) no-repeat top right;
  36.131 -	height: 16px;
  36.132 -	right: 50px;
  36.133 -	top: 82px;
  36.134 -	position: absolute;
  36.135 -}
  36.136 -
  36.137 -.footer-right {
  36.138 -	background: url(images/css/footer-br.png) no-repeat bottom right;
  36.139 -	height: 20px;
  36.140 -	float: right;
  36.141 -}
  36.142 -
  36.143 -/* General HTML entities for  content. */
  36.144 -
  36.145 -h1 {
  36.146 -	margin: 0px 0px 0px 16px;
  36.147 -}
  36.148 -
  36.149 -h2 {
  36.150 -	margin: 12px 0;
  36.151 -	color: #484B7C;
  36.152 -	background: white;
  36.153 -}
  36.154 -
  36.155 -h3 {
  36.156 -	font-weight: bold;
  36.157 -	color: #6c0023;
  36.158 -	background: white;
  36.159 -}
  36.160 -
  36.161 -a {
  36.162 -	text-decoration: underline;
  36.163 -}
  36.164 -a:hover {
  36.165 -	text-decoration: none;
  36.166 -}
  36.167 -
  36.168 -pre {
  36.169 -	padding: 5px;
  36.170 -	color: black;
  36.171 -	background: #e1e0b0;
  36.172 -}
  36.173 -pre.script {
  36.174 -	padding: 10px;
  36.175 -	color: black;
  36.176 -	background: #e8e8e8;
  36.177 -	border: 1px inset #333333;
  36.178 -}
  36.179 -
  36.180 -code {
  36.181 -	font-size: 12px;
  36.182 -	color: #669900;
  36.183 -	background: transparent;
  36.184 -}
  36.185 -
  36.186 -li {
  36.187 -	line-height: 1.4em;
  36.188 -}
  36.189 -
  36.190 -hr {
  36.191 -	border: 0pt none;
  36.192 -}
    37.1 Binary file fr/doc/releases/favicon.ico has changed
    38.1 Binary file fr/doc/releases/images/css/content-tl.png has changed
    39.1 Binary file fr/doc/releases/images/css/content-tr.png has changed
    40.1 Binary file fr/doc/releases/images/css/footer-bl.png has changed
    41.1 Binary file fr/doc/releases/images/css/footer-br.png has changed
    42.1 Binary file fr/doc/releases/images/css/header.png has changed
    43.1 --- a/pt/doc/releases/1.0/relnotes.pt.html	Tue Apr 10 14:39:34 2012 +0200
    43.2 +++ b/pt/doc/releases/1.0/relnotes.pt.html	Tue Apr 10 19:27:55 2012 +0300
    43.3 @@ -1,76 +1,69 @@
    43.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    43.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    43.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
    43.7 +<!DOCTYPE html>
    43.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="pt">
    43.9  <head>
   43.10 -    <title>SliTaz GNU/Linux 1.0 - Notas de Lanamento</title>
   43.11 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   43.12 -    <meta name="description" content="slitaz doc system releases notes information cooking" />
   43.13 -    <meta name="expires" content="never" />
   43.14 -    <meta name="modified" content="2008-03-14 11:30:00" />
   43.15 -    <meta name="publisher" content="www.slitaz.org" />
   43.16 -    <meta name="author" content="Claudinei Pereira"/>
   43.17 -    <link rel="shortcut icon" href="../favicon.ico" />
   43.18 -    <link rel="stylesheet" type="text/css" href="../book.css" />
   43.19 +	<meta charset="ISO-8859-1" />
   43.20 +	<title>SliTaz GNU/Linux 1.0 - Notas de Lanamento</title>
   43.21 +	<meta name="description" content="slitaz doc system releases notes information cooking" />
   43.22 +	<meta name="expires" content="never" />
   43.23 +	<meta name="modified" content="2008-03-14 11:30:00" />
   43.24 +	<meta name="publisher" content="www.slitaz.org" />
   43.25 +	<meta name="author" content="Claudinei Pereira"/>
   43.26 +	<link rel="shortcut icon" href="/favicon.ico" />
   43.27 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   43.28  </head>
   43.29 -<body bgcolor="#ffffff">
   43.30 +<body>
   43.31  
   43.32 -<!-- Header and quick navigation -->
   43.33 +<!-- Header -->
   43.34  <div id="header">
   43.35 -<div align="right" id="quicknav">
   43.36 -    <a name="top"></a>
   43.37 -    <a href="index.html">Index of /usr/share/doc/slitaz</a> |
   43.38 -    <a href="http://www.slitaz.org/doc/">www.slitaz.org/doc/</a>
   43.39 -</div>
   43.40 -<h1><font color="#3E1220">SliTaz GNU/Linux 1.0</font></h1>
   43.41 +	<h1>SliTaz GNU/Linux 1.0</h1>
   43.42  </div>
   43.43  
   43.44 -<!-- Content. -->
   43.45 +<!-- Content -->
   43.46  <div id="content">
   43.47 -<div class="content-right"></div>
   43.48  
   43.49 -<h2><font color="#DF8F06">Notas de Lanamento</font></h2>
   43.50 +<h2>Notas de Lanamento</h2>
   43.51  
   43.52  <ul>
   43.53 -    <li><a href="relnotes.pt.html#overview">Sumrio</a></li>
   43.54 -    <li><a href="relnotes.pt.html#hardware">Hardware Suportado</a></li>
   43.55 -    <li><a href="relnotes.pt.html#livecd">Variantes do LiveCD</a></li>
   43.56 -    <li><a href="relnotes.pt.html#install">Instalao</a></li>
   43.57 -    <li><a href="relnotes.pt.html#kernel">Kernel Linux</a></li>
   43.58 -    <li><a href="relnotes.pt.html#packages">Pacotes (Programas)</a></li>
   43.59 -    <li><a href="relnotes.pt.html#desktop">Desktops Grficos</a></li>
   43.60 -    <li><a href="relnotes.pt.html#support">Suporte e Documentao</a></li>
   43.61 -    <li><a href="relnotes.pt.html#security">Segurana</a></li>
   43.62 -    <li><a href="relnotes.pt.html#upgrade">Verses: "Cooking" (teste) e "Stable" (estvel)</a></li>
   43.63 -    <li><a href="relnotes.pt.html#people">Colaboradores do Projeto</a></li>
   43.64 +    <li><a href="#overview">Sumrio</a></li>
   43.65 +    <li><a href="#hardware">Hardware Suportado</a></li>
   43.66 +    <li><a href="#livecd">Variantes do LiveCD</a></li>
   43.67 +    <li><a href="#install">Instalao</a></li>
   43.68 +    <li><a href="#kernel">Kernel Linux</a></li>
   43.69 +    <li><a href="#packages">Pacotes (Programas)</a></li>
   43.70 +    <li><a href="#desktop">Desktops Grficos</a></li>
   43.71 +    <li><a href="#support">Suporte e Documentao</a></li>
   43.72 +    <li><a href="#security">Segurana</a></li>
   43.73 +    <li><a href="#upgrade">Verses: "Cooking" (teste) e "Stable" (estvel)</a></li>
   43.74 +    <li><a href="#people">Colaboradores do Projeto</a></li>
   43.75  </ul>
   43.76  
   43.77 -<a name="overview"></a>
   43.78 -<h3><font color="#6c0023"></font>Sumrio</h3>
   43.79 +<h3 id="overview">Sumrio</h3>
   43.80 +
   43.81  <p>
   43.82 -O SliTaz GNU/Linux  um projeto da comunidade de software livre e de cdigo 
   43.83 -aberto. A verso 1.0 foi lanada em 22 de Maro de 2008, depois de 2 anos de 
   43.84 +O SliTaz GNU/Linux  um projeto da comunidade de software livre e de cdigo
   43.85 +aberto. A verso 1.0 foi lanada em 22 de Maro de 2008, depois de 2 anos de
   43.86  um rduo trabalho. O SliTaz possui 448 pacotes (programas) facilmente instalveis
   43.87  via o Gerenciador de Pacotes "Tazpkg". O LiveCD pode ser totalmente configurado
   43.88 -conforme necessidades especficas, criando facilmente uma distribuio 
   43.89 +conforme necessidades especficas, criando facilmente uma distribuio
   43.90  customizada para tarefas como multimdia, grficos ou desenvolvimento.
   43.91  </p>
   43.92  <p>
   43.93  SliTaz tambm pode ser instalado no seu HD ou usado numa mdia USB (Pendrive) -
   43.94 -com o "TazUSB" voc pode, aps apenas alguns comandos, criar um Pendrive 
   43.95 +com o "TazUSB" voc pode, aps apenas alguns comandos, criar um Pendrive
   43.96  formatado, configurado e pronto para inicializao.
   43.97  </p>
   43.98  <p>
   43.99  Suporte tcnico  providenciado aos usurios via a lista de discusso e o frum
  43.100 -oficial. O "Manual SliTaz"  um manual com instrues sobre a utilizao e 
  43.101 -configurao do sistema. O SliTaz pode ser facilmente atualizado atravs de um 
  43.102 +oficial. O "Manual SliTaz"  um manual com instrues sobre a utilizao e
  43.103 +configurao do sistema. O SliTaz pode ser facilmente atualizado atravs de um
  43.104  instalador grfico ou de um simples e rpido instalador em modo texto.
  43.105  </p>
  43.106  
  43.107 -<a name="hardware"></a>
  43.108 -<h3><font color="#6c0023">Hardware Suportado</font></h3>
  43.109 +<h3 id="hardware">Hardware Suportado</h3>
  43.110 +
  43.111  <p>
  43.112 -SliTaz GNU/Linux suporta todas as mquinas baseadas em processadores 
  43.113 -compatveis Intel i486 ou x86. So recomendados, no mnimo, 128MB de memria 
  43.114 +SliTaz GNU/Linux suporta todas as mquinas baseadas em processadores
  43.115 +compatveis Intel i486 ou x86. So recomendados, no mnimo, 128MB de memria
  43.116  para uso do LiveCD. 64MB so necessrios para a variante "slitaz-loram" e 16MB
  43.117  para a variante "slitaz-loram-cdrom".
  43.118  </p>
  43.119 @@ -78,69 +71,69 @@
  43.120  Com a variante "slitaz-loram", o sistema  menos rpido, mas permite que voc
  43.121  possa instalar o SliTaz em mquinas antigas. Aps a instalao, SliTaz roda bem
  43.122  utilizando um mnimo de 16MB de mmria, mas nem pense em utilizar o Firefox
  43.123 -para navegar na web - voc ter de usar um navegador baseado em modo texto, 
  43.124 -como o "links". 
  43.125 +para navegar na web - voc ter de usar um navegador baseado em modo texto,
  43.126 +como o "links".
  43.127  </p>
  43.128  <p>
  43.129  A maioria das placas de rede e de som so suportadas pelo Kernel. No momento,
  43.130 -o Gerenciamento de Energia  habilitado por padro com o ACPI e o suporte a 
  43.131 +o Gerenciamento de Energia  habilitado por padro com o ACPI e o suporte a
  43.132  laptops  habilitado com os mdulos "ac" e "battery".
  43.133  </p>
  43.134  
  43.135 -<a name="livecd"></a>
  43.136 -<h3><font color="#6c0023">Variantes do LiveCD</font></h3>
  43.137 +<h3 id="livecd">Variantes do LiveCD</h3>
  43.138 +
  43.139  <p>
  43.140  SliTaz GNU/Linux  distribuido como um LiveCD inicializvel, permitindo a voc
  43.141 -instal-lo em modo grfico no Disco Rgido e manter os dados de utilizao, 
  43.142 +instal-lo em modo grfico no Disco Rgido e manter os dados de utilizao,
  43.143  tais como configuraes, aplicativos, documentos, etc.
  43.144  </p>
  43.145  <p>
  43.146 -O projeto distribui uma imagem ISO chamada "core", o "corpo" do sistema, que 
  43.147 -providencia uma seleo de pacotes (programas) variados para navegar na web, 
  43.148 +O projeto distribui uma imagem ISO chamada "core", o "corpo" do sistema, que
  43.149 +providencia uma seleo de pacotes (programas) variados para navegar na web,
  43.150  ouvir msica, editar udio, manipular imagem, desenvolvimento (incluindo PHP/
  43.151 -SQL), editar ISOs ou gravar mdias ticas.  necessrio somente um nico 
  43.152 +SQL), editar ISOs ou gravar mdias ticas.  necessrio somente um nico
  43.153  clique no menu para achar, por categoria, os programas instalados.
  43.154  </p>
  43.155  <p>
  43.156  O LiveCD "core" tambm pode ser customizado e reconstrudo tanto graficamente
  43.157 -quanto na linha de comando. Instale sua prpria seleo de pacotes ou 
  43.158 -simplesmente use uma das variantes disponveis no "mirror" (espelho). Ento, 
  43.159 +quanto na linha de comando. Instale sua prpria seleo de pacotes ou
  43.160 +simplesmente use uma das variantes disponveis no "mirror" (espelho). Ento,
  43.161  utilizando a ferramenta "Tazlito", gere sua distribuio.
  43.162  </p>
  43.163  
  43.164 -<a name="install"></a>
  43.165 -<h3><font color="#6c0023">Instalao</font></h3>
  43.166 +<h3 id="install">Instalao</h3>
  43.167 +
  43.168  <p>
  43.169  A instalao  totalmente automatizada e pode ser feita pelo instalador grfico
  43.170  ou pelo instalador em modo texto. Os pr-requisitos e outras informaes teis
  43.171  podem ser encontrados no Manual SliTaz.
  43.172  </p>
  43.173  <p>
  43.174 -Se voc quiser particionar o disco antes da instalao, voc pode usar o 
  43.175 +Se voc quiser particionar o disco antes da instalao, voc pode usar o
  43.176  Gparted pelo LiveCD ou usar uma variante que contenha uma ferramenta de
  43.177 -particionamento. Ao fim da instalao  possvel configurar o "GRUB" 
  43.178 +particionamento. Ao fim da instalao  possvel configurar o "GRUB"
  43.179  (Gerenciador de Boot), o qual  capaz de iniciar praticamente todos os sistemas
  43.180  operacionais. Isso permite ao SliTaz coexistir com um sistema operacional
  43.181  previamente instalado, como o Windows.
  43.182  </p>
  43.183  
  43.184 -<a name="kernel"></a>
  43.185 -<h3><font color="#6c0023">Kernel Linux</font></h3>
  43.186 +<h3 id="kernel">Kernel Linux</h3>
  43.187 +
  43.188  <p>
  43.189 -SliTaz GNU/Linux  distribudo com o Kernel Linux verso 2.6.24.2 modificado 
  43.190 +SliTaz GNU/Linux  distribudo com o Kernel Linux verso 2.6.24.2 modificado
  43.191  para suportar compresso LZMA e correo de mostrador para o console virtual.
  43.192 -O suporte a discos IDE e SCSI  integrado, assim como para os sistemas de 
  43.193 +O suporte a discos IDE e SCSI  integrado, assim como para os sistemas de
  43.194  arquivo ext2 e ext3.
  43.195  </p>
  43.196  <p>
  43.197  A maioria das placas de rede so suportadas tanto diretamente como por mdulos
  43.198  carregados pelo "modprobe". Captura de vdeo, se necessria, requer os mdulos
  43.199 -ieee1394, raw1394 e oci1394 instalados. O gerenciamento de placas de rede  
  43.200 +ieee1394, raw1394 e oci1394 instalados. O gerenciamento de placas de rede 
  43.201  obtida por meio do "soundconf".
  43.202  </p>
  43.203  <p>
  43.204 -A configurao dos mdulos de inicializao  localizada no diretrio 
  43.205 -/etc/rcS.conf. Nos modos LiveCD/LiveUSB voc pode usar o comando 
  43.206 +A configurao dos mdulos de inicializao  localizada no diretrio
  43.207 +/etc/rcS.conf. Nos modos LiveCD/LiveUSB voc pode usar o comando
  43.208  "modprobe=mod1, mod2" para carregar vrios mdulos no momento da inicializao.
  43.209  </p>
  43.210  <p>
  43.211 @@ -148,28 +141,28 @@
  43.212  "/proc/config.gz" e tambm nos repositrios Mercurial.
  43.213  </p>
  43.214  
  43.215 -<a name="packages"></a>
  43.216 -<h3><font color="#6c0023">Pacotes (Programas)</font></h3>
  43.217 +<h3 id="packages">Pacotes (Programas)</h3>
  43.218 +
  43.219  <p>
  43.220 -O gerenciamento de pacotes (programas)  feito pelo gerenciador de pacotes 
  43.221 -padro "Tazpkg". Ele  simples, rpido e estvel, alm de oferecer um modo 
  43.222 -interativo. Entre os 448 pacotes disponveis voc certamente ir encontrar 
  43.223 +O gerenciamento de pacotes (programas)  feito pelo gerenciador de pacotes
  43.224 +padro "Tazpkg". Ele  simples, rpido e estvel, alm de oferecer um modo
  43.225 +interativo. Entre os 448 pacotes disponveis voc certamente ir encontrar
  43.226  qualquer coisa que voc precise para transformar sua mquina num Desktop
  43.227 -completamente baseado em modo Grfico (e17), num estdio grfico com o Gimp ou 
  43.228 +completamente baseado em modo Grfico (e17), num estdio grfico com o Gimp ou
  43.229  o Inkscape, ou num editor de vdeo com o Kino. Voc pode experimentar a rede
  43.230  mundial de computadores com mensageiros instantneos, VOIP, email e, claro,
  43.231  atravs de um navegador web.
  43.232  </p>
  43.233  <p>
  43.234 -SliTaz tambm  desenvolvido para funcionar como um poderoso servidor web, 
  43.235 +SliTaz tambm  desenvolvido para funcionar como um poderoso servidor web,
  43.236  usando o estvel pacote LightTPD/PHP (instalado por padro), que suporta CGI,
  43.237  Perl e Python.
  43.238  </p>
  43.239  <p>
  43.240  O Rsync  usado para backups incrementais e o Iptables funciona como firewall.
  43.241 -SliTaz tambm pode prover um ambiente de desenvolvimento completo com o 
  43.242 -compilador GCC 4.2.2, o IDE Geany, Repositrios Mercurial e todas as 
  43.243 -bibliotecas de desenvolvimento. Pacotes podem ser encontrados pela funo de 
  43.244 +SliTaz tambm pode prover um ambiente de desenvolvimento completo com o
  43.245 +compilador GCC 4.2.2, o IDE Geany, Repositrios Mercurial e todas as
  43.246 +bibliotecas de desenvolvimento. Pacotes podem ser encontrados pela funo de
  43.247  busca do Tazpkg ou pelo website: http://www.slitaz.org/packages/
  43.248  </p>
  43.249  <p>
  43.250 @@ -178,108 +171,103 @@
  43.251  est contida no "Livro de Receitas SliTaz", disponvel online.
  43.252  </p>
  43.253  
  43.254 -<a name="desktop"></a>
  43.255 -<h3><font color="#6c0023">Desktops Grficos</font></h3>
  43.256 +<h3 id="desktop">Desktops Grficos</h3>
  43.257 +
  43.258  <p>
  43.259 -Por padro o LiveCD SliTaz utiliza o super leve e estvel gerenciador de 
  43.260 +Por padro o LiveCD SliTaz utiliza o super leve e estvel gerenciador de
  43.261  janelas JWM. A integrao com a barra de tarefas "LXPanel" permite que seja
  43.262 -dinamicamente providenciado um menu baseado nos padres Freedesktop. A idia  
  43.263 -obter um pequeno menu, acessvel via um clique, que contenha os favoritos, 
  43.264 +dinamicamente providenciado um menu baseado nos padres Freedesktop. A idia 
  43.265 +obter um pequeno menu, acessvel via um clique, que contenha os favoritos,
  43.266  efeitos de janela, as ferramentas de LiveCD e de LiveUSB, a configurao do JWM
  43.267  e aes do sistema. Aplicativos tambm podem ser acessados pelo menu gerado
  43.268  pelo LXpanel.
  43.269  </p>
  43.270  <p>
  43.271 -A partir de uma variante do LiveCD ou de um sistema previamente instalado voc 
  43.272 -pode obter o ambiente desktop Enlightenment (e17) ou o gerenciador de janelas 
  43.273 +A partir de uma variante do LiveCD ou de um sistema previamente instalado voc
  43.274 +pode obter o ambiente desktop Enlightenment (e17) ou o gerenciador de janelas
  43.275  Openbox. Diferentes sesses podem ser selecionadas pela tecla F1, quando se
  43.276 -utiliza o gerenciador de login "Slim". Para mudar a sesso padro voc pode 
  43.277 +utiliza o gerenciador de login "Slim". Para mudar a sesso padro voc pode
  43.278  usar o comando "tazx" ou editar manualmente o arquivo ~/.xinitrc.
  43.279  </p>
  43.280  
  43.281 -<a name="support"></a>
  43.282 -<h3><font color="#6c0023">Suporte e Documentao</font></h3>
  43.283 -<p></p>
  43.284 -O projeto SliTaz fornece vrios meios de ajuda e suporte aos usurios do 
  43.285 -sistema, por meio da lista de discusso, do frum ou do Canal IRC. A 
  43.286 +<h3 id="support">Suporte e Documentao</h3>
  43.287 +
  43.288 +<p>
  43.289 +O projeto SliTaz fornece vrios meios de ajuda e suporte aos usurios do
  43.290 +sistema, por meio da lista de discusso, do frum ou do Canal IRC. A
  43.291  documentao para usurios  encontrada no "Manual SliTaz" (disponvel no site)
  43.292 -e permite configurar o sistema at certo ponto. Os manuais das vrias 
  43.293 -ferramentas so instaladas no sistema e esto disponveis atravs do menu 
  43.294 +e permite configurar o sistema at certo ponto. Os manuais das vrias
  43.295 +ferramentas so instaladas no sistema e esto disponveis atravs do menu
  43.296  "documentao" - eles descrevem todos os vrios comandos que as ferramentas
  43.297 -oferecem. O desenvolvimento do sistema operacional e o uso do "wok" e das 
  43.298 +oferecem. O desenvolvimento do sistema operacional e o uso do "wok" e das
  43.299  "receitas" so descritos no "Livro de Receitas SliTaz". Os livros, manuais e
  43.300 -outros documentos esto todos disponveis online no endereo: 
  43.301 +outros documentos esto todos disponveis online no endereo:
  43.302  http://www.slitaz.org/doc/
  43.303 +</p>
  43.304  
  43.305 -<a name="security"></a>
  43.306 -<h3><font color="#6c0023">Segurana</font></h3>
  43.307 +<h3 id="security">Segurana</h3>
  43.308 +
  43.309  <p>
  43.310  Para que se tenha um sistema seguro  importante que se atualize os pacotes
  43.311  regularmente. O Firewall  providenciado pelo Iptables, o servidor LightTPD
  43.312 -suporta autenticao por senhas criptografadas e o Dropbear fornece um 
  43.313 -cliente/servidor SSH seguro. As senhas dos usurios do sistema so 
  43.314 -criptografadas e somente o administrador da conta root pode modificar os 
  43.315 +suporta autenticao por senhas criptografadas e o Dropbear fornece um
  43.316 +cliente/servidor SSH seguro. As senhas dos usurios do sistema so
  43.317 +criptografadas e somente o administrador da conta root pode modificar os
  43.318  arquivos do sistema. Para informaes sobre a configurao do firewall, voc
  43.319  pode consultar o Manual SliTaz. Os pacotes relacionados a segurana esto todos
  43.320  classificados sob o tpico "segurana".
  43.321  </p>
  43.322  
  43.323 -<a name="upgrade"></a>
  43.324 -<h3><font color="#6c0023">Verses: "Cooking" (testes) e Stable (estvel)</font></h3>
  43.325 +<h3 id="upgrade">Verses: "Cooking" (testes) e Stable (estvel)</h3>
  43.326 +
  43.327  <p>
  43.328  O instalador do SliTaz GNU/Linux oferece uma funo de atualizao que permite
  43.329 -a voc passar de uma verso de testes (cooking) para uma verso estvel 
  43.330 -(stable). Para atualizar o sistema voc precisa, primeiramente, iniciar o 
  43.331 -LiveCD da verso estvel, executar o instalador, selecionar "upgrade" e 
  43.332 -especificar a partio que contem o sistema que voc deseja atualizar. O 
  43.333 -instalador ir, ento, limpar o sistema e reinstalar todos os pacotes no 
  43.334 +a voc passar de uma verso de testes (cooking) para uma verso estvel
  43.335 +(stable). Para atualizar o sistema voc precisa, primeiramente, iniciar o
  43.336 +LiveCD da verso estvel, executar o instalador, selecionar "upgrade" e
  43.337 +especificar a partio que contem o sistema que voc deseja atualizar. O
  43.338 +instalador ir, ento, limpar o sistema e reinstalar todos os pacotes no
  43.339  presentes no CD pelo "mirror" (espelho). Quando o processo terminar voc pode
  43.340 -reiniciar o sistema e obter a nova verso do SliTaz. Note que este mtodo 
  43.341 +reiniciar o sistema e obter a nova verso do SliTaz. Note que este mtodo
  43.342  tambm pode ser usado para reconstruir um sistema j instalado, ao mesmo tempo
  43.343  que mantm a coleo de pacotes previamente instalados.
  43.344  </p>
  43.345  <p>
  43.346 -O instalador manter uma cpia da lista de pacotes e um arquivo completo do 
  43.347 +O instalador manter uma cpia da lista de pacotes e um arquivo completo do
  43.348  diretrio /etc (etc.tar.gz) no diretrio /var/libs/slitaz-install.
  43.349  </p>
  43.350  
  43.351 -<a name="people"></a>
  43.352 -<h3><font color="#6c0023">Colaboradores do Projeto</font></h3>
  43.353 +<h3 id="people">Colaboradores do Projeto</h3>
  43.354 +
  43.355  <p>
  43.356 -SliTaz , orgulhosamente, um projeto comunitrio internacional. Os 
  43.357 -colaboradores projeto so aquelas que desenvolvem a distribuio, corrigem o 
  43.358 +SliTaz , orgulhosamente, um projeto comunitrio internacional. Os
  43.359 +colaboradores projeto so aquelas que desenvolvem a distribuio, corrigem o
  43.360  site, desenvolvem os repositrios HG e escrevem a documentao oficial. So
  43.361  originrios da Suia, Frana, Quebec (Canad), Algeria e Inglaterra.
  43.362  </p>
  43.363  <ul>
  43.364 -    <li>Christophe Lincoln</li>
  43.365 -    <li>Pascal Bellard</li>
  43.366 -    <li>Eric Joseph-Alexandre</li>
  43.367 -    <li>Julien Rabier</li>
  43.368 -    <li>Paul Issot</li>
  43.369 -    <li>Andrew Miller</li>
  43.370 -    <li>Serge Daigle</li>
  43.371 -    <li>Gauthier Bar</li>
  43.372 -    <li>Mohamed Jabara</li>
  43.373 -    <li>Gwenhal Goavec-Merou</li>
  43.374 -    <li>Didier Bretin</li>
  43.375 +	<li>Christophe Lincoln</li>
  43.376 +	<li>Pascal Bellard</li>
  43.377 +	<li>Eric Joseph-Alexandre</li>
  43.378 +	<li>Julien Rabier</li>
  43.379 +	<li>Paul Issot</li>
  43.380 +	<li>Andrew Miller</li>
  43.381 +	<li>Serge Daigle</li>
  43.382 +	<li>Gauthier Bar</li>
  43.383 +	<li>Mohamed Jabara</li>
  43.384 +	<li>Gwenhal Goavec-Merou</li>
  43.385 +	<li>Didier Bretin</li>
  43.386  </ul>
  43.387  <p>
  43.388  O projeto gostaria, tambm, de agradecer a todos os revisores, avaliadores,
  43.389  hackers e usurios que utilizam seu tempo para ajudar no avano da distribuio.
  43.390  </p>
  43.391  
  43.392 -
  43.393  <!-- End of content -->
  43.394  </div>
  43.395  
  43.396 -<!-- Footer. -->
  43.397 +<!-- Footer -->
  43.398  <div id="footer">
  43.399 -    <div class="footer-right"></div>
  43.400 -    <a href="relnotes.pt.html#top">Topo da Pgina</a>
  43.401 -</div>
  43.402 -
  43.403 -<div id="copy">
  43.404      Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  43.405      <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
  43.406      Documentation published under
    44.1 --- a/pt/doc/releases/2.0/relnotes.pt.html	Tue Apr 10 14:39:34 2012 +0200
    44.2 +++ b/pt/doc/releases/2.0/relnotes.pt.html	Tue Apr 10 19:27:55 2012 +0300
    44.3 @@ -1,54 +1,48 @@
    44.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    44.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    44.6 -<html xml:lang="pt" xmlns="http://www.w3.org/1999/xhtml" lang="pt">
    44.7 +<!DOCTYPE html>
    44.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="pt">
    44.9  <head>
   44.10 +	<meta charset="ISO-8859-1" />
   44.11  	<title>SliTaz GNU/Linux 2.0 - Notas de Lanamento</title>
   44.12 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   44.13  	<meta name="description" content="slitaz doc system releases notes information cooking" />
   44.14  	<meta name="expires" content="never" />
   44.15  	<meta name="modified" content="2009-03-28 11:30:00" />
   44.16  	<meta name="publisher" content="www.slitaz.org" />
   44.17  	<meta name="author" content="Claudinei Pereira" />
   44.18 -	<link rel="shortcut icon" href="../favicon.ico" />
   44.19 -	<link rel="stylesheet" type="text/css" href="../book.css" />
   44.20 +	<link rel="shortcut icon" href="/favicon.ico" />
   44.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   44.22  </head>
   44.23 -<body bgcolor="#ffffff">
   44.24 +<body>
   44.25  
   44.26 -<!-- Header and quick navigation -->
   44.27 +<!-- Header -->
   44.28  <div id="header">
   44.29 -<div id="quicknav" align="right">
   44.30 -    <a name="top"></a>
   44.31 -	<a href="http://www.slitaz.org/pt/doc/">www.slitaz.org/pt/doc/</a>
   44.32 -</div>
   44.33 -<h1><font color="#3e1220">SliTaz GNU/Linux 2.0</font></h1>
   44.34 +	<h1>SliTaz GNU/Linux 2.0</h1>
   44.35  </div>
   44.36  
   44.37 -<!-- Content. -->
   44.38 +<!-- Content -->
   44.39  <div id="content">
   44.40 -<div class="content-right"></div>
   44.41  
   44.42 -<h2><font color="#df8f06">Notas de Lanamento</font></h2>
   44.43 +<h2>Notas de Lanamento</h2>
   44.44  
   44.45  <ul>
   44.46 -	<li><a href="relnotes.pt.html#overview">Introduo.</a></li>
   44.47 -	<li><a href="relnotes.pt.html#hardware">Hardware suportado.</a></li>
   44.48 -	<li><a href="relnotes.pt.html#livecd">Variantes (flavors) do LiveCD.</a></li>
   44.49 -	<li><a href="relnotes.pt.html#gpxe">Inicializao via rede (gPXE).</a></li>
   44.50 -	<li><a href="relnotes.pt.html#install">Instalao.</a></li>
   44.51 -	<li><a href="relnotes.pt.html#kernel">Kernel Linux.</a></li>
   44.52 -	<li><a href="relnotes.pt.html#packages">Pacotes.</a></li>
   44.53 -	<li><a href="relnotes.pt.html#desktop">Desktops Grficos.</a></li>
   44.54 -	<li><a href="relnotes.pt.html#support">Suporte e documentao.</a></li>
   44.55 -	<li><a href="relnotes.pt.html#security">Segurana.</a></li>
   44.56 -	<li><a href="relnotes.pt.html#upgrade">Da verso 1.0 para a 2.0.</a></li>
   44.57 -	<li><a href="relnotes.pt.html#people">Participantes do projeto.</a></li>
   44.58 +	<li><a href="#overview">Introduo.</a></li>
   44.59 +	<li><a href="#hardware">Hardware suportado.</a></li>
   44.60 +	<li><a href="#livecd">Variantes (flavors) do LiveCD.</a></li>
   44.61 +	<li><a href="#gpxe">Inicializao via rede (gPXE).</a></li>
   44.62 +	<li><a href="#install">Instalao.</a></li>
   44.63 +	<li><a href="#kernel">Kernel Linux.</a></li>
   44.64 +	<li><a href="#packages">Pacotes.</a></li>
   44.65 +	<li><a href="#desktop">Desktops Grficos.</a></li>
   44.66 +	<li><a href="#support">Suporte e documentao.</a></li>
   44.67 +	<li><a href="#security">Segurana.</a></li>
   44.68 +	<li><a href="#upgrade">Da verso 1.0 para a 2.0.</a></li>
   44.69 +	<li><a href="#people">Participantes do projeto.</a></li>
   44.70  </ul>
   44.71  
   44.72 -<a name="overview"></a>
   44.73 -<h3><font color="#6c0023"></font>Introduo</h3>
   44.74 +<h3 id="overview">Introduo</h3>
   44.75 +
   44.76  <p>
   44.77  A verso 2.0 do SliTaz GNU/Linux foi lanada em 16 de abril de 2009, depois de um ano
   44.78 -de muito trabalho. Baseada na verso 1.0 (lanada em 22 de maro de 2008), o 
   44.79 +de muito trabalho. Baseada na verso 1.0 (lanada em 22 de maro de 2008), o
   44.80  SliTaz consiste em cerca de 1400 pacotes facilmentes instalveis
   44.81  por meio do gerenciador de pacotes Tazpkg. O LiveCD  totalmente configurvel,
   44.82  o que permite criar facilmente uma distribuio customizada, especfica para
   44.83 @@ -56,33 +50,33 @@
   44.84  verso:
   44.85  </p>
   44.86  <ul>
   44.87 -    <li>Melhor suporte  hardware para redes sem fio, drivers do windows, parties
   44.88 -    NTFS e sistemas com pouca memria RAM (com a utilizao das variantes - flavors)</li>
   44.89 -    <li>Customizao facilitada para que voc possa criar sua prpria distro</li>
   44.90 -    <li>Suporte a Boot via web</li>
   44.91 -    <li>Substituio do jwm pelo Openbox como gerenciador de janelas</li>
   44.92 -    <li>Mais utilitrios grficos para administrao, configurao e atualizao 
   44.93 -    do sistema</li>
   44.94 +	<li>Melhor suporte  hardware para redes sem fio, drivers do windows, parties
   44.95 +	NTFS e sistemas com pouca memria RAM (com a utilizao das variantes - flavors)</li>
   44.96 +	<li>Customizao facilitada para que voc possa criar sua prpria distro</li>
   44.97 +	<li>Suporte a Boot via web</li>
   44.98 +	<li>Substituio do jwm pelo Openbox como gerenciador de janelas</li>
   44.99 +	<li>Mais utilitrios grficos para administrao, configurao e atualizao
  44.100 +	do sistema</li>
  44.101  </ul>
  44.102  <p>
  44.103 -Suporte tcnico  fornecido aos usurios por meio de uma lista de discusso e do 
  44.104 -frum oficial. O "Manual SliTaz" ensina a usar e configurar o sistema. O SliTaz 
  44.105 -pode ser atualizado por meio do instalador grfico ou por meio de um instalador 
  44.106 -em modo texto simples e rpido. Tambm pode ser instalado no disco rgido, ou 
  44.107 -usado em conjunto com mdias usb - o programa em modo texto TazUSB e sua verso 
  44.108 -em modo grfico TazUSBbox permitem, com poucos comandos, criar um dispositivo usb 
  44.109 +Suporte tcnico  fornecido aos usurios por meio de uma lista de discusso e do
  44.110 +frum oficial. O "Manual SliTaz" ensina a usar e configurar o sistema. O SliTaz
  44.111 +pode ser atualizado por meio do instalador grfico ou por meio de um instalador
  44.112 +em modo texto simples e rpido. Tambm pode ser instalado no disco rgido, ou
  44.113 +usado em conjunto com mdias usb - o programa em modo texto TazUSB e sua verso
  44.114 +em modo grfico TazUSBbox permitem, com poucos comandos, criar um dispositivo usb
  44.115  formatado, configurado e pronto para o boot.
  44.116  </p>
  44.117  <p>
  44.118  O sistema agora  configurado por meio de um centro de controle grfico e os
  44.119 -pacotes podem ser gerenciados pelo Tazpkgbox, uma interface grfica para o Tazpkg. 
  44.120 +pacotes podem ser gerenciados pelo Tazpkgbox, uma interface grfica para o Tazpkg.
  44.121  Tambm foram criadas outras interfaces grficas para as ferramentas de linha de comando
  44.122  do SliTaz, de forma a facilitar o uso do sistema.
  44.123  </p>
  44.124  <p>
  44.125  A distribuio est disponvel em ingls, alemo, francs e portugus - e todos
  44.126  os 26 mapas de teclado (keymaps) tambm esto disponveis. O website do projeto
  44.127 -e a documentao tambm esto em diferentes linguagens e os pacotes de localizao 
  44.128 +e a documentao tambm esto em diferentes linguagens e os pacotes de localizao
  44.129  (locale) podem ser instalados por meio do gerenciador de pacotes.
  44.130  </p>
  44.131  <p>
  44.132 @@ -92,16 +86,16 @@
  44.133  foi construdo com o GNU toolchain: glibc-2.7, gcc-4.2.3, binutils-2.17.50 e conta com
  44.134  o kernel linux 2.6.25.5. O sistema bsico na verso LiveCD prope-se a substituir
  44.135  o Perl pelo PHP como linguagem de programao. As ferramentas de sistema
  44.136 -Hardinfo e o LXTask oferecem informaes sobre o sistema e monitorao. O suporte a 
  44.137 -NTFS tambm est incluso no cdrom e parties windows so acessadas pelo 
  44.138 +Hardinfo e o LXTask oferecem informaes sobre o sistema e monitorao. O suporte a
  44.139 +NTFS tambm est incluso no cdrom e parties windows so acessadas pelo
  44.140  gerenciador de arquivos.
  44.141  </p>
  44.142  
  44.143 -<a name="hardware"></a>
  44.144 -<h3><font color="#6c0023">Hardware Suportado</font></h3>
  44.145 +<h3 id="hardware">Hardware Suportado</h3>
  44.146 +
  44.147  <p>
  44.148  O SliTaz GNU/Linux  suportado por todas as mquinas baseadas em i486 ou compatveis
  44.149 -com processadores Intel x86. Um mnimo de 256 mb de memria  recomendado para o 
  44.150 +com processadores Intel x86. Um mnimo de 256 mb de memria  recomendado para o
  44.151  uso do LiveCD. A variante "slitaz-loram" precisa de 64 mb de memria e a "slitaz-loram-cdrom"
  44.152  pede o mnimo de 16 mb.
  44.153  </p>
  44.154 @@ -113,7 +107,7 @@
  44.155  texto 'links'.
  44.156  </p>
  44.157  <p>
  44.158 -O SliTaz 2.0 oferece suporte parcial a placas de rede sem fio (WiFi), algumas 
  44.159 +O SliTaz 2.0 oferece suporte parcial a placas de rede sem fio (WiFi), algumas
  44.160  placas funcionam diretamente com algum mdulo do kernel, porm outras podem
  44.161  precisar de firmwares no livres e drivers adicionais. Estes podem ser instalados
  44.162  usando uma ferramenta grfica criada para a distribuio.
  44.163 @@ -124,17 +118,17 @@
  44.164  com os mdulos "ac" e "battery".
  44.165  </p>
  44.166  
  44.167 -<a name="livecd"></a>
  44.168 -<h3><font color="#6c0023">Variantes (flavors) do LiveCD</font></h3>
  44.169 +<h3 id="livecd">Variantes (flavors) do LiveCD</h3>
  44.170 +
  44.171  <p>
  44.172  O SliTaz GNU/Linux  distribudo na forma de um LiveCD bootvel que permite
  44.173 -a instalao em modo grfico no disco rgido e manter o armazenamento de 
  44.174 +a instalao em modo grfico no disco rgido e manter o armazenamento de
  44.175  configuraes, programas, documentos, etc.
  44.176  </p>
  44.177  <p>
  44.178 -Uma imagem ISO chamada "core" (base)  distribuida pelo projeto, a qual  o corpo 
  44.179 +Uma imagem ISO chamada "core" (base)  distribuida pelo projeto, a qual  o corpo
  44.180  de todo o sistema, provendo uma seleo de programas multi-uso para, por exemplo,
  44.181 -navegar na web, ouvir msica, editar udio, manipular imagens, desenvolvimento 
  44.182 +navegar na web, ouvir msica, editar udio, manipular imagens, desenvolvimento
  44.183  (inclusive PHP/SQL), edio de imagens ISO ou gravao de mdias ticas. Com apenas
  44.184  um clique no menu pode-se ter acesso a estes programas, divididos por categoria.
  44.185  </p>
  44.186 @@ -151,18 +145,18 @@
  44.187  a ferramenta Tazlito.
  44.188  </p>
  44.189  
  44.190 -<a name="gpxe"></a>
  44.191 -<h3>Inicializao via rede (gPXE)</h3>
  44.192 +<h3 id="gpxe">Inicializao via rede (gPXE)</h3>
  44.193 +
  44.194  <p>
  44.195  O SliTaz  capaz de efetuar o boot pela internet, carregando o sistema na memria RAM
  44.196  durante a inicializao do sistema. Assim, pode-se usar o SliTaz em computadores
  44.197 -que no possuem disco rgido, como se fossem terminais leves (thin clients). 
  44.198 -Instrues detalhadas sobre este servio esto disponveis em: 
  44.199 +que no possuem disco rgido, como se fossem terminais leves (thin clients).
  44.200 +Instrues detalhadas sobre este servio esto disponveis em:
  44.201  <a href="http://boot.slitaz.org">http://boot.slitaz.org</a>
  44.202  </p>
  44.203  
  44.204 -<a name="install"></a>
  44.205 -<h3><font color="#6c0023">Instalao</font></h3>
  44.206 +<h3 id="install">Instalao</h3>
  44.207 +
  44.208  <p>
  44.209  A instalao  totalmente automatizada e pode ser feita tanto em modo texto quanto
  44.210  grfico. Os pr-requisitos para  a instalao e outras informaes importantes podem
  44.211 @@ -177,15 +171,15 @@
  44.212  o Windows, por exemplo.
  44.213  </p>
  44.214  
  44.215 -<a name="kernel"></a>
  44.216 -<h3><font color="#6c0023">Kernel Linux</font></h3>
  44.217 +<h3 id="kernel">Kernel Linux</h3>
  44.218 +
  44.219  <p>
  44.220  O SliTaz GNU/Linux 2.0  distribuido com o kernel Linux 2.6.25.5, com patches
  44.221  para suporte a compresso LZMA e para correes de display para o console virtual.
  44.222  O suporte a IDE e SCSI  integrado, assim como o suporte para os sistemas de arquivos
  44.223  ext2 e ext3. O kernel no SliTaz  dividido em diferentes pacotes, o que permite
  44.224  instalar somente os mdulos especficos e necessrios para a mquina na qual o sistema
  44.225 -funciona. Todos os pacotes podem ser instalados pelo gerenciador de pacotes, que 
  44.226 +funciona. Todos os pacotes podem ser instalados pelo gerenciador de pacotes, que
  44.227  gerencia automaticamente as possveis dependncias dos mesmos.
  44.228  </p>
  44.229  <p>
  44.230 @@ -196,20 +190,20 @@
  44.231  </p>
  44.232  <p>
  44.233  A configurao do carregamento dos mdulos  feita no arquivo /etc/rcS.conf. No
  44.234 -modo LiveCD/LiveUSB pode-se usar o comando "modprobe=mod1, mod2" para carregar os 
  44.235 +modo LiveCD/LiveUSB pode-se usar o comando "modprobe=mod1, mod2" para carregar os
  44.236  mdulos no momento do boot.
  44.237  </p>
  44.238  <p>
  44.239 -A configurao do kernel Linux do SliTaz encontra-se disponvel em um arquivo 
  44.240 +A configurao do kernel Linux do SliTaz encontra-se disponvel em um arquivo
  44.241  comprimido com gz em /proc/config.gz e tambm nos repositrios Mercurial.
  44.242  </p>
  44.243  
  44.244 -<a name="packages"></a>
  44.245 -<h3><font color="#6c0023">Pacotes (Programas)</font></h3>
  44.246 +<h3 id="packages">Pacotes (Programas)</h3>
  44.247 +
  44.248  <p>
  44.249  O gerenciamento de pacotes  feito pelo Tazpkg: ele  simples, rpido, estvel
  44.250  e funciona em modo interativo. Entre os 1400 pacotes disponveis pode-se encontrar
  44.251 -praticamente tudo o que se precisa para ter um sistema desktop completo (com o e17, 
  44.252 +praticamente tudo o que se precisa para ter um sistema desktop completo (com o e17,
  44.253  por exemplo), manipulao grfica com o Gimp ou o Inkscape, edio de vdeo com
  44.254  o Kino. Pode-se aproveitar os recursos da internet com programas de mensagens
  44.255  instantneas, VOIP (voz sobre ip), email e com o navegador web.
  44.256 @@ -225,7 +219,7 @@
  44.257  GCC 4.2.3, o IDE Geany, repositrios Mercurial e todas as bibliotecas de
  44.258  desenvolvimento. Os pacotes podem ser encontrados pela funo de busca do Tazpkg
  44.259  ou por meio do website:
  44.260 -<a href="http://www.slitaz.org/pt/packages/">http://www.slitaz.org/pt/packages/</a>
  44.261 +<a href="/pt/packages/">www.slitaz.org/pt/packages/</a>
  44.262  </p>
  44.263  <p>
  44.264  Os binrios encontrados no mirror tambm podem ser compilados utilizando o "wok"
  44.265 @@ -233,8 +227,8 @@
  44.266  no "Cookbook SliTaz" e est disponvel online.
  44.267  </p>
  44.268  
  44.269 -<a name="desktop"></a>
  44.270 -<h3><font color="#6c0023">Desktops Grficos</font></h3>
  44.271 +<h3 id="desktop">Desktops Grficos</h3>
  44.272 +
  44.273  <p>
  44.274  Por padro, o LiveCD SliTaz usa o estvel e leve gerenciador de janelas Openbox.
  44.275  Este possui vrios temas e  configurado pelo utilitrio ObConf. Tambm integra-se
  44.276 @@ -253,42 +247,42 @@
  44.277  o arquivo ~/.Xinitrc
  44.278  </p>
  44.279  
  44.280 -<a name="support"></a>
  44.281 -<h3><font color="#6c0023">Suporte e documentao</font></h3>
  44.282 +<h3 id="support">Suporte e documentao</h3>
  44.283 +
  44.284  <p>
  44.285  O Projeto SliTaz oferece vrios meios de ajuda e suporte para os usurios do sistema,
  44.286  seja atravs da lista de email, do frum ou do canal IRC. A documentao para usurios
  44.287 -encontra-se no Manual SliTaz (Handbook), disponvel no website, possibilitando 
  44.288 +encontra-se no Manual SliTaz (Handbook), disponvel no website, possibilitando
  44.289  configurar o SliTaz at um certo ponto. Os manuais de vrias ferramentas e de seus
  44.290  comandos possveis so instalados no sistema, podendo ser acessadas pelo menu.
  44.291  O desenvolvimento do sistema, o uso do wok e receitas para gerao de pacotes
  44.292  so descritos no Cookbook Slitaz. Os manuais, notas de lanamento e outros documentos
  44.293  podem ser acessados por meio do website:
  44.294 -<a href="http://www.slitaz.org/pt/doc/">http://www.slitaz.org/pt/doc/</a>
  44.295 +<a href="/pt/doc/">www.slitaz.org/pt/doc/</a>
  44.296  </p>
  44.297  
  44.298 -<a name="security"></a>
  44.299 -<h3><font color="#6c0023">Segurana</font></h3>
  44.300 +<h3 id="security">Segurana</h3>
  44.301 +
  44.302  <p>
  44.303  A verso estvel possui atualizaes de segurana, e para garantir um sistema seguro
  44.304 - importante recarregar, regularmente, a lista de pacotes e instalar as atualizaes 
  44.305 + importante recarregar, regularmente, a lista de pacotes e instalar as atualizaes
  44.306  de pacotes. O Firewall  fornecido pelo iptables, os servidores web LightTPD e Apache
  44.307  suportam autenticao por senhas encriptadas e o Dropbear fornece um cliente e servidor
  44.308  SSH seguro. As senhas dos usurios do sistema so encriptadas e somente o administrador
  44.309 -root pode modificar os arquivos de sistema. Informaes para configurar o firewall 
  44.310 -so encontradas no Manual. Os pacotes relacionados  segurana esto classificados 
  44.311 +root pode modificar os arquivos de sistema. Informaes para configurar o firewall
  44.312 +so encontradas no Manual. Os pacotes relacionados  segurana esto classificados
  44.313  pelo tpico: segurana.
  44.314  </p>
  44.315  
  44.316 -<a name="upgrade"></a>
  44.317 -<h3><font color="#6c0023">Da 1.0 para a 2.0</font></h3>
  44.318 +<h3 id="upgrade">Da 1.0 para a 2.0</h3>
  44.319 +
  44.320  <p>
  44.321  O instalador do SliTaz GNU/Linux oferece uma funo de atualizao que permite
  44.322  atualizar o sistema da verso 1.0 para a 2.0. Para isto, deve-se efetuar o boot
  44.323  com o LiveCD estvel, iniciar o instalador, selecionar "upgrade" (atualizar) e ento
  44.324  informar a partio que contm o sistema instalado e que deve ser atualizado.
  44.325  O sistema ir limpar o sistema e reinstalar todos os pacotes que no se encontram
  44.326 -no cd a partir do mirror. Aps este processo pode-se reiniciar o computador e 
  44.327 +no cd a partir do mirror. Aps este processo pode-se reiniciar o computador e
  44.328  efetuar o boot com uma nova verso do SliTaz funcionando. Note que este mtodo
  44.329  pode ser usado para reconstruir um sistema instalado, permitindo manter a coleo
  44.330  de pacotes instalados previamente.
  44.331 @@ -304,12 +298,12 @@
  44.332  por este mtodo.
  44.333  </p>
  44.334  
  44.335 -<a name="people"></a>
  44.336 -<h3><font color="#6c0023">Participantes do projeto</font></h3>
  44.337 +<h3 id="people">Participantes do projeto</h3>
  44.338 +
  44.339  <p>
  44.340  O Projeto SliTaz orgulha-se de ser um projeto comunitrio internacional. Os participantes
  44.341  so aqueles que desenvolvem a distribuio, corrigem o website, desenvolvem
  44.342 -os repositrios HG e escrever a documentao oficial. So pessoas de vrios pases, como 
  44.343 +os repositrios HG e escrever a documentao oficial. So pessoas de vrios pases, como
  44.344  a Suia, Frana, Brasil, Inglaterra, China, Rssia, E.U.A. e vrios outros.
  44.345  </p>
  44.346  <ul>
  44.347 @@ -346,13 +340,8 @@
  44.348  <!-- End of content -->
  44.349  </div>
  44.350  
  44.351 -<!-- Footer. -->
  44.352 +<!-- Footer -->
  44.353  <div id="footer">
  44.354 -	<div class="footer-right"></div>
  44.355 -	<a href="relnotes.pt.html#top">Topo da pgina</a>
  44.356 -</div>
  44.357 -
  44.358 -<div id="copy">
  44.359  	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  44.360  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
  44.361  	Documentation published under
    45.1 --- a/pt/doc/releases/3.0/book.css	Tue Apr 10 14:39:34 2012 +0200
    45.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    45.3 @@ -1,195 +0,0 @@
    45.4 -/* 
    45.5 -	CSS style for SliTaz GNU/Linux *book.
    45.6 -	Pankso 2007 - www.slitaz.org
    45.7 -*/
    45.8 -
    45.9 -html {
   45.10 -	height:  102%;
   45.11 -}
   45.12 -
   45.13 -body {
   45.14 -	font: 13px sans-serif, vernada, arial;
   45.15 -	background: #ffffff;
   45.16 -	color: black;
   45.17 -	margin: 0;
   45.18 -}
   45.19 -
   45.20 -#header {
   45.21 -	background: #f0ba08 url(images/css/header.png) repeat-x top;
   45.22 -	color: black;
   45.23 -	height: 50px;
   45.24 -	border-top: 1px solid black;
   45.25 -	border-bottom: 1px solid black;
   45.26 -}
   45.27 -
   45.28 -#header h1 {
   45.29 -	padding: 10px;
   45.30 -}
   45.31 -
   45.32 -#quicknav {
   45.33 -	text-align: right;
   45.34 -	font-size: 12px;
   45.35 -	color: #666666;
   45.36 -	background-color: #eaeaea;
   45.37 -	padding: 4px 2px;
   45.38 -	font-weight: bold;
   45.39 -}
   45.40 -
   45.41 -#quicknav a {
   45.42 -	color: #0F314E;
   45.43 -	background: inherit;
   45.44 -	text-decoration: none;
   45.45 -	padding: 0px 2px;
   45.46 -}
   45.47 -
   45.48 -#quicknav a:hover {
   45.49 -	color: #DF8F06;
   45.50 -	text-decoration: none;
   45.51 -}
   45.52 -
   45.53 -/*  content. */
   45.54 -
   45.55 -#content {
   45.56 -	padding: 20px;
   45.57 -	margin: 0px 50px 0px 50px;
   45.58 -	width: auto;
   45.59 -	text-align: justify;
   45.60 -}
   45.61 -
   45.62 -#content li {
   45.63 -	line-height: 1.5em;
   45.64 -	text-align: left;
   45.65 -}
   45.66 -
   45.67 -/*  Footer. */
   45.68 -
   45.69 -#footer {
   45.70 -	font-size: 11px;
   45.71 -	color: black;
   45.72 -	height: 20px;
   45.73 -	padding: 0px 0px 0px 10px;
   45.74 -	margin: 0px;
   45.75 -	width: auto;
   45.76 -	text-align: center ;
   45.77 -}
   45.78 -
   45.79 -#footer a {
   45.80 -	background: #ffffff;
   45.81 -	color: #0F314E;
   45.82 -}
   45.83 -
   45.84 -#footer a:hover {
   45.85 -	background: #ffffff;
   45.86 -	color: blue;
   45.87 -}
   45.88 -
   45.89 -/* Legal informations */
   45.90 -
   45.91 -#copy {
   45.92 -	font-size: 11px ;
   45.93 -	text-align: center ;
   45.94 -	background: transparent;
   45.95 -	color: #a8a8a8;
   45.96 -	padding-top: 10px;
   45.97 -}
   45.98 -
   45.99 -#copy a {
  45.100 -	background: inherit;
  45.101 -	color: #a8a8a8;
  45.102 -}
  45.103 -
  45.104 -#copy a:hover {
  45.105 -	background: inherit;
  45.106 -	color: blue;
  45.107 -}
  45.108 -
  45.109 -/* Clouds */
  45.110 -
  45.111 -#cloud {
  45.112 -	padding: 10px 120px 10px 120px;
  45.113 -	line-height: 3em;
  45.114 -	text-align: center;
  45.115 -}
  45.116 -#cloud a { padding: 4px; color: #956411; }
  45.117 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
  45.118 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
  45.119 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
  45.120 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
  45.121 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
  45.122 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
  45.123 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
  45.124 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
  45.125 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
  45.126 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
  45.127 -
  45.128 -/* Div for round corners. */
  45.129 -
  45.130 -.content-right, .footer-right {
  45.131 -	width: 16px;
  45.132 -	color: white;
  45.133 -	background-color: #333333;
  45.134 -}
  45.135 -.content-right {
  45.136 -	background: url(images/css/content-tr.png) no-repeat top right;
  45.137 -	height: 16px;
  45.138 -	right: 50px;
  45.139 -	top: 82px;
  45.140 -	position: absolute;
  45.141 -}
  45.142 -
  45.143 -.footer-right {
  45.144 -	background: url(images/css/footer-br.png) no-repeat bottom right;
  45.145 -	height: 20px;
  45.146 -	float: right;
  45.147 -}
  45.148 -
  45.149 -/* General HTML entities for  content. */
  45.150 -
  45.151 -h1 {
  45.152 -	margin: 0px 0px 0px 16px;
  45.153 -}
  45.154 -
  45.155 -h2 {
  45.156 -	margin: 12px 0;
  45.157 -	color: #484B7C;
  45.158 -	background: white;
  45.159 -}
  45.160 -
  45.161 -h3 {
  45.162 -	font-weight: bold;
  45.163 -	color: #6c0023;
  45.164 -	background: white;
  45.165 -}
  45.166 -
  45.167 -a {
  45.168 -	text-decoration: underline;
  45.169 -}
  45.170 -a:hover {
  45.171 -	text-decoration: none;
  45.172 -}
  45.173 -
  45.174 -pre {
  45.175 -	padding: 5px;
  45.176 -	color: black;
  45.177 -	background: #e1e0b0;
  45.178 -}
  45.179 -pre.script {
  45.180 -	padding: 10px;
  45.181 -	color: black;
  45.182 -	background: #e8e8e8;
  45.183 -	border: 1px inset #333333;
  45.184 -}
  45.185 -
  45.186 -code {
  45.187 -	font-size: 12px;
  45.188 -	color: #669900;
  45.189 -	background: transparent;
  45.190 -}
  45.191 -
  45.192 -li {
  45.193 -	line-height: 1.4em;
  45.194 -}
  45.195 -
  45.196 -hr {
  45.197 -	border: 0pt none;
  45.198 -}
    46.1 Binary file pt/doc/releases/3.0/favicon.ico has changed
    47.1 Binary file pt/doc/releases/3.0/images/css/header.png has changed
    48.1 --- a/pt/doc/releases/3.0/relnotes.pt.html	Tue Apr 10 14:39:34 2012 +0200
    48.2 +++ b/pt/doc/releases/3.0/relnotes.pt.html	Tue Apr 10 19:27:55 2012 +0300
    48.3 @@ -1,38 +1,27 @@
    48.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    48.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    48.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
    48.7 +<!DOCTYPE html>
    48.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="pt">
    48.9  <head>
   48.10 +	<meta charset="ISO-8859-1" />
   48.11  	<title>SliTaz 3.0 Release notes</title>
   48.12 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   48.13  	<meta name="description" content="slitaz doc system releases notes information cooking" />
   48.14  	<meta name="expires" content="never" />
   48.15  	<meta name="modified" content="2010-03-22 22:10:00" />
   48.16  	<meta name="publisher" content="www.slitaz.org" />
   48.17  	<meta name="author" content="Christophe Lincoln"/>
   48.18 -	<link rel="shortcut icon" href="favicon.ico" />
   48.19 -	<link rel="stylesheet" type="text/css" href="book.css" />
   48.20 +	<link rel="shortcut icon" href="/favicon.ico" />
   48.21 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   48.22  </head>
   48.23 -<body bgcolor="#ffffff">
   48.24 +<body>
   48.25  
   48.26 -<!-- Header and quick navigation -->
   48.27 +<!-- Header -->
   48.28  <div id="header">
   48.29 -	<a name="top"></a>
   48.30 -	<h1><font color="#3E1220">SliTaz - Documentao do Sistema</font></h1>
   48.31 +	<h1>SliTaz - Documentao do Sistema</h1>
   48.32  </div>
   48.33  
   48.34 -<div id="quicknav">
   48.35 -	SliTaz:
   48.36 -	<a href="http://www.slitaz.org/">Website</a>
   48.37 -	<a href="http://forum.slitaz.org/">Frum</a>
   48.38 -	<a href="http://doc.slitaz.org/">Documentao</a>
   48.39 -	<a href="http://pkgs.slitaz.org/">Pacotes</a>
   48.40 -	<a href="http://labs.slitaz.org/">Labs</a>
   48.41 -</div>
   48.42 -
   48.43 -<!-- Content. -->
   48.44 +<!-- Content -->
   48.45  <div id="content">
   48.46  
   48.47 -<h2><font color="#df8f06">Notas de Lanamento</font></h2>
   48.48 +<h2>Notas de Lanamento</h2>
   48.49  
   48.50  <ul>
   48.51  	<li><a href="#overview">Introduo.</a></li>
   48.52 @@ -49,31 +38,31 @@
   48.53  	<li><a href="#people">Participantes do Projeto.</a></li>
   48.54  </ul>
   48.55  
   48.56 -<a name="overview"></a>
   48.57 -<h3><font color="#6c0023"></font>Introduo</h3>
   48.58 +<h3 id="overview">Introduo</h3>
   48.59 +
   48.60  <p>
   48.61 -Bem-vindo ao SliTaz 3.0! Uma distribuio simples, rpida, customizvel, 
   48.62 +Bem-vindo ao SliTaz 3.0! Uma distribuio simples, rpida, customizvel,
   48.63  poderosa e inacreditavelmente pequena! A nova verso estvel do SliTaz
   48.64   lanada aps um ano de desenvolvimento.
   48.65  </p>
   48.66  <ul>
   48.67 -    <li>Os scripts de boot foram reescritos e suportam boot ultrarrapido</li>
   48.68 -    <li>Novas funes includas em todas as ferramentas grficas do sistema 
   48.69 -        (tazctrlbox, tazhw, wifibox, burnbox, mountbox, netbox, serverbox, 
   48.70 -        instalador do SliTaz)</li>
   48.71 -    <li>Mudana de servidor grfico do Xvesa para Xorg</li>
   48.72 -    <li>Mudana para o Midori como navegador web padro</li>
   48.73 -    <li>Melhor suporte a hardware - placas de rede, webcams, 3G-modems, impressoras, scanners</li>
   48.74 -    <li>Melhor tema e integrao de ambiente desktop</li>
   48.75 -    <li>Melhor virtualizao com o lguest</li>
   48.76 -    <li>SliTaz pro: OpenERP, LAMP, GLPI e mais</li>
   48.77 -    <li>Customizao mais fcil do liveCD e liveUSB com o tazlitobox e o tazusbbox</li>
   48.78 -    <li>O Tazpkg suporta novas funes, incluindo a converso de pacotes 
   48.79 -        deb/rpm/arch/slackware/ipk para o formato nativo do SliTaz</li>
   48.80 -    <li>Os pacotes so automaticamente compilados por um rob de compilao (Tazbb)</li>
   48.81 -    <li>Mais contribuidores e comunidade mais forte</li>
   48.82 -    <li>900 pacotes adicionados e vrias atualizaes</li>
   48.83 -    <li>Mais de 2800 commits feitos pelos contribuidores</li>
   48.84 +	<li>Os scripts de boot foram reescritos e suportam boot ultrarrapido</li>
   48.85 +	<li>Novas funes includas em todas as ferramentas grficas do sistema
   48.86 +		(tazctrlbox, tazhw, wifibox, burnbox, mountbox, netbox, serverbox,
   48.87 +		instalador do SliTaz)</li>
   48.88 +	<li>Mudana de servidor grfico do Xvesa para Xorg</li>
   48.89 +	<li>Mudana para o Midori como navegador web padro</li>
   48.90 +	<li>Melhor suporte a hardware - placas de rede, webcams, 3G-modems, impressoras, scanners</li>
   48.91 +	<li>Melhor tema e integrao de ambiente desktop</li>
   48.92 +	<li>Melhor virtualizao com o lguest</li>
   48.93 +	<li>SliTaz pro: OpenERP, LAMP, GLPI e mais</li>
   48.94 +	<li>Customizao mais fcil do liveCD e liveUSB com o tazlitobox e o tazusbbox</li>
   48.95 +	<li>O Tazpkg suporta novas funes, incluindo a converso de pacotes
   48.96 +		deb/rpm/arch/slackware/ipk para o formato nativo do SliTaz</li>
   48.97 +	<li>Os pacotes so automaticamente compilados por um rob de compilao (Tazbb)</li>
   48.98 +	<li>Mais contribuidores e comunidade mais forte</li>
   48.99 +	<li>900 pacotes adicionados e vrias atualizaes</li>
  48.100 +	<li>Mais de 2800 commits feitos pelos contribuidores</li>
  48.101  </ul>
  48.102  <p>
  48.103  Suporte tcnico  fornecido aos usurios da distribuio por meio da
  48.104 @@ -81,8 +70,8 @@
  48.105  <a href="http://forum.slitaz.org/">forum.slitaz.org</a>
  48.106  </p>
  48.107  
  48.108 -<a name="hardware"></a>
  48.109 -<h3><font color="#6c0023">Hardware Suportado</font></h3>
  48.110 +<h3 id="hardware">Hardware Suportado</h3>
  48.111 +
  48.112  <p>
  48.113  O SliTaz GNU/Linux suporta todas as mquinas baseadas nos processadores
  48.114  compatveis Intel i486 ou x86. A memria mnima recomendvel  de 192MB para
  48.115 @@ -91,24 +80,24 @@
  48.116  </p>
  48.117  <p>
  48.118  O SliTaz 3.0 fornece todos os drivers e ferramentas necessrias, tais como
  48.119 -915resolution para suporte a vrios tipos de netbooks (Eeepc, HP mini, 
  48.120 +915resolution para suporte a vrios tipos de netbooks (Eeepc, HP mini,
  48.121  Acer Aspire One, etc).
  48.122  </p>
  48.123  <p>
  48.124  A variante slitaz-loram permite a instalao grfica do SliTaz em mquinas
  48.125 -antigas com recursos limitados. O LiveCD pode ser pouco responsivo mas, 
  48.126 +antigas com recursos limitados. O LiveCD pode ser pouco responsivo mas,
  48.127  quando instalado, funciona bem com o mnimo de 16MB de memria. Em mquinas
  48.128  muito antigas, recomendamos a utilizao de um navegador web em modo texto,
  48.129  como o 'links'.
  48.130  </p>
  48.131  
  48.132 -<a name="livecd"></a>
  48.133 -<h3><font color="#6c0023">Variantes do LiveCD</font></h3>
  48.134 +<h3 id="livecd">Variantes do LiveCD</h3>
  48.135 +
  48.136  <p>
  48.137  O SliTaz GNU/Linux  distribuido como um LiveCD bootvel. Voc pode usar
  48.138  o LiveCD como um sistema normal ou utiliz-lo para instalar o SliTaz no
  48.139  disco rgido. A instalao ou atualizar uma instalao do SliTaz em disco
  48.140 -rgido faz com que voc mantenha suas modificaes, configuraes e 
  48.141 +rgido faz com que voc mantenha suas modificaes, configuraes e
  48.142  documentos.
  48.143  </p>
  48.144  <p>
  48.145 @@ -122,8 +111,8 @@
  48.146  a necessidade de formatao, utilizando-se o comando <code>dd</code>.
  48.147  </p>
  48.148  
  48.149 -<a name="toolchain"></a>
  48.150 -<h3><font color="#6c0023">Kernel e toolchain</font></h3>
  48.151 +<h3 id="toolchain">Kernel e toolchain</h3>
  48.152 +
  48.153  <p>
  48.154  O SliTaz 3.0 fornece um novo porm bem testado kernel linux 2.6.30.6 e
  48.155  um toolchain (ferramentas bsicas de compilao) completamente novo, no
  48.156 @@ -136,26 +125,26 @@
  48.157  O novo toolchain consiste de: Binutils 2.19.1, GCC 4.4.1 e Glibc 2.10.1
  48.158  </p>
  48.159  
  48.160 -<a name="utf-8"></a>
  48.161 -<h3><font color="#6c0023">Suporte UTF-8</font></h3>
  48.162 +<h3 id="utf-8">Suporte UTF-8</h3>
  48.163 +
  48.164  <p>
  48.165  Com este lanamento os usurios do SliTaz sero beneficiados com o suporte
  48.166 -a UTF-8. Agora podemos utilizar arquivos PO para traduzir todas as 
  48.167 -ferramentas e utilitrios, grficas ou de linha de comando. Com um 
  48.168 +a UTF-8. Agora podemos utilizar arquivos PO para traduzir todas as
  48.169 +ferramentas e utilitrios, grficas ou de linha de comando. Com um
  48.170  suporte melhor  internacionalizao (russo, portugus, chins e mais) os
  48.171  contribuidores do projeto podem usar ferramentas grficas como o poedit
  48.172  para tradues seguindo os padres do GNU gettext. O labs possui um
  48.173  projeto i18n que permite o upload de arquivos que podem ser includos na
  48.174  distribuio. Os pacotes de localizao possuem mais mensagens de
  48.175  aplicativos traduzidas para o sistema base e para alguns pacotes extra,
  48.176 -como o Gimp, Abiword, Gnumeric, etc. 
  48.177 +como o Gimp, Abiword, Gnumeric, etc.
  48.178  </p>
  48.179  
  48.180 -<a name="xorg"></a>
  48.181 -<h3><font color="#6c0023">Servidor Xorg</font></h3>
  48.182 +<h3 id="xorg">Servidor Xorg</h3>
  48.183 +
  48.184  <p>
  48.185 -O SliTaz agora utiliza o Xorg como servidor grfico. Com o utilizrio 
  48.186 -tazx pode-se reconfigurar o servidor e selecionar o driver correto para 
  48.187 +O SliTaz agora utiliza o Xorg como servidor grfico. Com o utilizrio
  48.188 +tazx pode-se reconfigurar o servidor e selecionar o driver correto para
  48.189  determinada placa de vdeo. Por padro o Xorg fornece o driver vesa que
  48.190   suficiente para funcionar na maioria das placas. Se algum driver for
  48.191  instalado,  possvel que haja a necessidade de configurar manualmente o
  48.192 @@ -164,8 +153,8 @@
  48.193  utilizado Xvesa.
  48.194  </p>
  48.195  
  48.196 -<a name="install"></a>
  48.197 -<h3><font color="#6c0023">Instalao no HD e LiveUSB</font></h3>
  48.198 +<h3 id="install">Instalao no HD e LiveUSB</h3>
  48.199 +
  48.200  <p>
  48.201  O processo de instalao  totalmente automatizado e pode ser feito
  48.202  graficamente ou em modo texto. O instalador do SliTaz agora permite a
  48.203 @@ -176,54 +165,54 @@
  48.204  <p>
  48.205  A instalao em mdias USB  suportada, sendo que em alguns casos 
  48.206  necessria a utilizao do argumento de kernel <code>rootdelay=10</code>,
  48.207 -adicionado ao arquivo menu.lst (GRUB). Isto assegura que o kernel 
  48.208 +adicionado ao arquivo menu.lst (GRUB). Isto assegura que o kernel
  48.209  detecte a mdia antes de mont-la em / (root).
  48.210  </p>
  48.211  
  48.212 -<a name="packages"></a>
  48.213 -<h3><font color="#6c0023">Pacotes</font></h3>
  48.214 +<h3 id="packages">Pacotes</h3>
  48.215 +
  48.216  <p>
  48.217 -O SliTaz 3.0 possui cerca de 2.300 pacotes adicionados ao repositrio. 
  48.218 -O Gerenciador de Pacotes tazpkg agora suporta a converso dos formatos 
  48.219 -deb/rpm/arch/slackware/ipk para o formato padro tazpkg. Tambm mantemos 
  48.220 -vrios pacotes para utilizao profissional ou empresas, tais como 
  48.221 -OpenERP, MySQL e GLPI. 
  48.222 +O SliTaz 3.0 possui cerca de 2.300 pacotes adicionados ao repositrio.
  48.223 +O Gerenciador de Pacotes tazpkg agora suporta a converso dos formatos
  48.224 +deb/rpm/arch/slackware/ipk para o formato padro tazpkg. Tambm mantemos
  48.225 +vrios pacotes para utilizao profissional ou empresas, tais como
  48.226 +OpenERP, MySQL e GLPI.
  48.227  </p>
  48.228  <p>
  48.229 -Os pacotes esto, em sua maioria, atualizados, incluindo o kernel, 
  48.230 +Os pacotes esto, em sua maioria, atualizados, incluindo o kernel,
  48.231  o toolchain, o Xorg (7.4), GTK e QT. O seu formato mudou, suportando
  48.232 -o lzma para melhor compresso, o que permite downloads mais rpidos. 
  48.233 -O tazwok checa-os para assegurar que seu formato respeita os padres FHS 
  48.234 -(Filesystem Hierarchy Standard) e o rob de compilao 
  48.235 +o lzma para melhor compresso, o que permite downloads mais rpidos.
  48.236 +O tazwok checa-os para assegurar que seu formato respeita os padres FHS
  48.237 +(Filesystem Hierarchy Standard) e o rob de compilao
  48.238  (<a href="http://bb.slitaz.org/">bb.slitaz.org</a>) compila-os
  48.239  automaticamente.
  48.240  </p>
  48.241  
  48.242 -<a name="desktop"></a>
  48.243 -<h3><font color="#6c0023">Desktop Bsico</font></h3>
  48.244 +<h3 id="desktop">Desktop Bsico</h3>
  48.245 +
  48.246  <p>
  48.247  Muita ateno foi dada ao desktop bsico. Todos os aplicativos esto
  48.248  bem integrados e um tema foi especialmente criado (cones, Openbox, GTK).
  48.249  </p>
  48.250  <p>
  48.251 -Ele fornece uma seleo de pacotes para navegar na web, 
  48.252 +Ele fornece uma seleo de pacotes para navegar na web,
  48.253  ouvir msica, editar udio, manipular imagens, desenvolvimento e gravao
  48.254  de mdias. O menu permite encontrar os pacotes divididos por categorias.
  48.255  </p>
  48.256  
  48.257 -<a name="security"></a>
  48.258 -<h3><font color="#6c0023">Segurana</font></h3>
  48.259 +<h3 id="security">Segurana</h3>
  48.260 +
  48.261  <p>
  48.262  O SliTaz est mais seguro e robusto. As regras de Firewall foram atualizadas,
  48.263  sendo que este pode ser instalado por meio da ferramenta grfica tazhw e
  48.264 -gerenciado pela serverbox. A ferramenta mountbox, que possui como 
  48.265 +gerenciado pela serverbox. A ferramenta mountbox, que possui como
  48.266  dependncias os pacotes dmsetup, linux-md e devmapper, gerencia dispositivos
  48.267  crypto com o devmapper. As ferramentas de configurao Crypt permitem
  48.268  a encriptao de dispositivos de bloco.
  48.269  </p>
  48.270  
  48.271 -<a name="upgrade"></a>
  48.272 -<h3><font color="#6c0023">Da verso 2.0 para a 3.0</font></h3>
  48.273 +<h3 id="upgrade">Da verso 2.0 para a 3.0</h3>
  48.274 +
  48.275  <p>
  48.276  O instalador do SliTaz oferece uma funo que permite a atualizao da
  48.277  verso estvel 2.0 para a verso estvel 3.0. Para atualizar o sistema
  48.278 @@ -247,17 +236,17 @@
  48.279  pacotes.
  48.280  </p>
  48.281  
  48.282 -<a name="people"></a>
  48.283 -<h3><font color="#6c0023">Participantes do Projeto</font></h3>
  48.284 +<h3 id="people">Participantes do Projeto</h3>
  48.285 +
  48.286  <p>
  48.287  O SliTaz orgulha-se em ser um projeto comunitrio internacional. As pessoas
  48.288  envolvidas so aqueles que desenvolvem a distribuio, corrigem o website,
  48.289 -gerenciam os repositrios HG e escrevem a documentao oficial. Fazem 
  48.290 -parte pessoas da Suia, Frana, Brasil, Canad, China, ndia, Rssia, 
  48.291 +gerenciam os repositrios HG e escrevem a documentao oficial. Fazem
  48.292 +parte pessoas da Suia, Frana, Brasil, Canad, China, ndia, Rssia,
  48.293  Inglaterra e Estados Unidos.
  48.294  </p>
  48.295  <ul>
  48.296 -    <li>Christophe Lincoln</li>
  48.297 +	<li>Christophe Lincoln</li>
  48.298  	<li>Pascal Bellard</li>
  48.299  	<li>Eric Joseph-Alexandre</li>
  48.300  	<li>Paul Issott</li>
  48.301 @@ -286,7 +275,7 @@
  48.302  	<li>...</li>
  48.303  </ul>
  48.304  <p>
  48.305 -O projeto tambm agradece s pessoas que escreveram artigos sobre o SliTaz, 
  48.306 +O projeto tambm agradece s pessoas que escreveram artigos sobre o SliTaz,
  48.307  aos que testaram a distribuio, hackers e usurios que ajudaram no
  48.308  avano do projeto.
  48.309  </p>
  48.310 @@ -294,17 +283,17 @@
  48.311  <!-- End of content -->
  48.312  </div>
  48.313  
  48.314 -<!-- Footer. -->
  48.315 +<!-- Footer -->
  48.316  <div id="footer">
  48.317 +<p>
  48.318  	<a href="#top">Topo da Pgina</a> - Outras Lnguas:
  48.319  	<a href="../../../../cn/doc/releases/3.0/relnotes.cn.html">cn</a> |
  48.320  	<a href="../../../../en/doc/releases/3.0/relnotes.en.html">en</a> |
  48.321  	<a href="../../../../es/doc/releases/3.0/relnotes.es.html">es</a> |
  48.322 -	<a href="../../../../fr/doc/releases/3.0/relnotes.fr.html">fr</a> |
  48.323 -	<a href="../../../../pt/doc/releases/3.0/relnotes.pt.html">pt</a> 
  48.324 -</div>
  48.325 +	<a href="../../../../fr/doc/releases/3.0/">fr</a> |
  48.326 +	<a href="../../../../pt/doc/releases/3.0/">pt</a>
  48.327 +</p>
  48.328  
  48.329 -<div id="copy">
  48.330  	Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
  48.331  	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
  48.332  	Documentation under
  48.333 @@ -314,4 +303,3 @@
  48.334  
  48.335  </body>
  48.336  </html>
  48.337 -
    49.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    49.2 +++ b/pt/doc/releases/4.0/relnotes.pt_BR.html	Tue Apr 10 19:27:55 2012 +0300
    49.3 @@ -0,0 +1,244 @@
    49.4 +<!DOCTYPE html>
    49.5 +<html xmlns="http://www.w3.org/1999/xhtml" lang="pt">
    49.6 +<head>
    49.7 +	<meta charset="utf-8" />
    49.8 +	<title>SliTaz 4.0 - Notas de Lançamento</title>
    49.9 +	<link rel="shortcut icon" href="favicon.ico" />
   49.10 +	<link rel="stylesheet" type="text/css" href="style.css" />
   49.11 +</head>
   49.12 +<body>
   49.13 +
   49.14 +<!-- Header -->
   49.15 +<div id="header">
   49.16 +	<h1>SliTaz 4.0 - Notas de Lançamento</h1>
   49.17 +</div>
   49.18 +
   49.19 +<!-- Languages -->
   49.20 +<div id="lang">
   49.21 +	<a href="http://www.slitaz.org/i18n.php">
   49.22 +		<img src="images/locale.png" alt="Locale:" /></a>
   49.23 +	<a href="relnotes.en.html">en</a> |
   49.24 +	<a href="">fr</a> |
   49.25 +    <a href="relnotes.pt_BR.html">pt_BR</a> |
   49.26 +	<a href="relnotes.ru.html">ru</a>
   49.27 +</div>
   49.28 +
   49.29 +<!-- Content -->
   49.30 +<div id="content">
   49.31 +
   49.32 +<h2>Notas de Lançamento</h2>
   49.33 +
   49.34 +<p>
   49.35 +    Bem vindo ao SliTaz 4.0! A nova versão estável da distribuição, que
   49.36 +    está segura, moderna e flexível, pronta para uso em computadores
   49.37 +    pessoais e em servidores em ambiente de produção.
   49.38 +</p>
   49.39 +
   49.40 +<ul>
   49.41 +	<li>Mais de 6500 commits no wok</li>
   49.42 +	<li>Mais de 1000 novos pacotes adicionados</li>
   49.43 +	<li>Boot em 10 segundos ou menos, em máquinas mais recentes</li>
   49.44 +	<li>Novo painel de controle que centraliza as configurações</li>
   49.45 +	<li>Nova ferramenta de compilação que permite criar pacotes facilmente</li>
   49.46 +	<li>Novo sistema de "Rolling Release", com imagens ISO atualizadas a cada pacote modificado</li>
   49.47 +	<li>Novo sistema de "Boneca Russa", com 4 distribuições em uma no LiveCD</li>
   49.48 +	<li>Novo instalador e atualizador gráfico</li>
   49.49 +	<li>Novas ferramentas gráficas para criação de um sistema Live</li>
   49.50 +	<li>Boot via web melhorado: <a href="http://boot.slitaz.org/" target="_blank">boot.slitaz.org</a></li>
   49.51 +	<li><a href="http://doc.slitaz.org/pt:releases:4.0:errata" target="_blank">Errata para 4.0</a>
   49.52 +		na wiki</li>
   49.53 +</ul>
   49.54 +
   49.55 +<h3>Toolchain e ferramentas de compilação</h3>
   49.56 +<p>
   49.57 +    O SliTaz 4.0 foi compilado inteiramente com as novas ferramentas chamadas
   49.58 +    "cookutils". Elas podem coordenar a compilação de mais ou menos 3300
   49.59 +    pacotes e suas dependências de forma simples e consistente, permitindo
   49.60 +    também a criação de pacotes para a distribuição de forma rápida. Elas
   49.61 +    encontram-se instaladas, assim como sua documentação, em qualquer
   49.62 +    sistema SliTaz.
   49.63 +</p>
   49.64 +
   49.65 +<h3>Hardware suportado</h3>
   49.66 +<p>
   49.67 +    O SliTaz GNU/Linux 4.0 suporta a maioria das máquinas baseadas em
   49.68 +    processadores compatíveis com a família i486 ou arquitetura x86 da
   49.69 +    Intel. Um mínimo de 192 MB de memória RAM é recomendado para usar
   49.70 +    o LiveCD e o sistema de "Boneca Russa", que detecta a memória física
   49.71 +    disponível e escolhe a melhor versão da distribuição a ser executada.
   49.72 +    O LiveCD padrão traz um ambiente de trabalho completo, um ambiente de
   49.73 +    trabalho simples, um ambiente com somente o servidor gráfico rodando
   49.74 +    e um sistema em linha de comando, que serão escolhidos conforme a
   49.75 +    memória disponível.
   49.76 +</p>
   49.77 +
   49.78 +
   49.79 +<h3>Sistema Live</h3>
   49.80 +<p>
   49.81 +    O LiveCD do SliTaz 4.0 na verdade possui 4 versões diferentes da
   49.82 +    distribuição, de forma acoplada, e utilizará aquela que seu hardware
   49.83 +    pode suportar. O gerenciador de boot selecionará aquela versão que
   49.84 +    obtiver o melhor desempenho com a memória RAM disponível. Pode-se
   49.85 +    selecionar manualmente uma dessas versões durante a tela inicial do
   49.86 +    boot e pressionar a tecla [tab] para editar as opções de boot.
   49.87 +    O ambiente de linha de comando, o boot via web, opções de ajuda e
   49.88 +    de linguagem também estão disponíveis na tela inicial de boot. Mesmo
   49.89 +    com pouca memória diponível, ainda será possível iniciar ao menos um
   49.90 +    sistema de linha de comando. Uma instalação do ambiente de trabalho
   49.91 +    completo pode ser instalado, com o boot de linha de comando com pelo
   49.92 +    menos 48 MB de memória disponível.
   49.93 +</p>
   49.94 +
   49.95 +
   49.96 +<h3>Instalação</h3>
   49.97 +<p>
   49.98 +    A instalação é totalmente automatizada e pode ser feita em ambiente
   49.99 +    gráfico ou em modo texto. O tazinst instala a distribuição no
  49.100 +    disco rígido a partir de um LiveCD, de um LiveUSB, de uma imagem ISO
  49.101 +    ou a partir da web, utilizando-se das versões estável, cooking ou
  49.102 +    rolling. Maiores detalhes podem ser obtidos na documentação do
  49.103 +    instalador ou no Manual do SliTaz.
  49.104 +</p>
  49.105 +<p>
  49.106 +    Caso seja necessário particionar o disco antes da instalação, pode-se
  49.107 +    utilizar o Gparted que vem instalado no LiveCD ou qualquer outra
  49.108 +    variante que possua uma ferramenta de particionamento. Ao final da
  49.109 +    instalação é possível configurar o gerenciador de boot GRUB, que é
  49.110 +    capaz de gerenciar o boot de quase todo sistema operacional disponível.
  49.111 +    Isto permite ao SliTaz coexistir com outros sistemas operacionais
  49.112 +    previamente instalados na máquina, como o Windows.
  49.113 +</p>
  49.114 +
  49.115 +
  49.116 +<h3>Pacotes</h3>
  49.117 +<p>
  49.118 +    Cerca de 3350 pacotes estão disponívels no SliTaz 4.0 o que, dentre
  49.119 +    outras coisas, permite instalar um ambiente desktop completo, como o
  49.120 +    e17, programas de edição gráfica como o Gimp ou Inkscape, ou um editor
  49.121 +    de vídeo, como o Kino. Há pacotes para navegar na web, mensageiros
  49.122 +    instantâneos, VOIP e emails. Os pacotes podem ser encontrados com a
  49.123 +    função de busca do tazpkg, via Tazpanel ou pelo website:
  49.124 +	<a href="http://pkgs.slitaz.org/" target="_blank">http://pkgs.slitaz.org/</a>
  49.125 +</p>
  49.126 +<p>
  49.127 +    O SliTaz foi desenvolvido para funcionar como um poderoso servidor
  49.128 +    web, utilizando os pacotes LightTPD e PHP (não instalados por padrão),
  49.129 +    suportando CGI, Perl e Python. O Apache e Squid também podem ser
  49.130 +    instalados. O pacote Tor está disponível para instalação, permitindo
  49.131 +    navegar na web de forma segura.
  49.132 +</p>
  49.133 +<p>
  49.134 +    Um ambiente de desenvolvimento completo também está disponível, com
  49.135 +    o compilador GCC, a IDE Geany, repositórios mercurial e todas as
  49.136 +    bibliotecas de desenvolvimento necessárias.
  49.137 +</p>
  49.138 +<p>
  49.139 +    Os pacotes são compilados automaticamente no robô de compilação do SliTaz
  49.140 +	(<a href="http://cook.slitaz.org/" target="_blank">http://cook.slitaz.org/</a>)
  49.141 +    e são checados pelo cookutils para garantir que os padrões FHS sejam
  49.142 +    seguidos.
  49.143 +</p>
  49.144 +
  49.145 +<h3>Administração</h3>
  49.146 +<p>
  49.147 +    O novo painel de controle do SliTaz 4.0 é o Tazpanel. É uma interface
  49.148 +    Web/CGI com suporte a temas em que se pode controlar todo o sistema,
  49.149 +    como gerencimento de pacotes, de usuários, criação de LiveCD, e mais.
  49.150 +    Cada página da interface possui uma pequena descrição para ajudá-lo
  49.151 +    a administrar o sistema. Para acessar o Tazpanel, pode-se usar a
  49.152 +    entrada de menu em "Ferramentas do Sistema" ou no endereço:
  49.153 +    <a href="http://tazpanel:82" target="_blank">http://tazpanel:82</a>
  49.154 +</p>
  49.155 +
  49.156 +<h3>Ambiente Desktop</h3>
  49.157 +<p>
  49.158 +    Muita atenção foi dada ao ambiente de trabalho. Todos os aplicativos
  49.159 +    estão bem integrados e um novo tema foi criado (incluindo ícones,
  49.160 +    tema openbox e GTK).
  49.161 +</p>
  49.162 +<p>
  49.163 +    Por padrão, o SliTaz utilizar o gerenciador de janelas Openbox, que é
  49.164 +    totalmente customizável e configurável pelo utilitário ObConf. A
  49.165 +    integração com a barra de tarefas LXpanel permite a inclusão de um
  49.166 +    menu baseado nos padrões Freedesktop. O princípio é ter um pequeno
  49.167 +    menu acessível com um clique na tela, trazendo favoritos, efeitos
  49.168 +    de janelas, utilitários de LiveCD e LiveUSB, configuração do Openbox
  49.169 +    e outras ações do sistema. Outros aplicativos podem ser acessados
  49.170 +    pelo menu na Barra de Tarefas do LXpanel. O gerenciamento do desktop
  49.171 +    e dos ícones é feito pelo gerenciador de arquivos PCmanFM.
  49.172 +</p>
  49.173 +<p>
  49.174 +    Por meio de alguma variante ou em um sistema instalado pode-se obter
  49.175 +    o ambiente desktop Enlightenment (e17) ou os gerenciadores de janelas
  49.176 +    XFCE, Pekwm, JWM e DWM. Diferentes sessões podem ser selecionadas
  49.177 +    pela tecla F1 durante a tela de login do "Slim". Para mudar a sessão
  49.178 +    padrão pode-se utilizar o tazx, ou manualmente, editando o arquivo
  49.179 +	~/.Xinitrc.
  49.180 +</p>
  49.181 +
  49.182 +<h3>A Rede do SliTaz</h3>
  49.183 +<p>
  49.184 +    Todos os serviços da rede do SliTaz foram modificados e melhorados
  49.185 +    desde a versão 3.0 e a rede para a comunidade foi criada para reunir
  49.186 +    usuários, contribuidores e desenvolvedores, permitindo a troca de
  49.187 +    ideias em ambiente colaborativo. Estão incluídos o fórum da comunidade,
  49.188 +    documentação em plataforma wiki e o bug tracker. Desenvolvedores,
  49.189 +    artistas, documentadores e qualquer pessoa que esteja disposta a testar
  49.190 +    a distribuição e contribuir de alguma forma pode fazer isso facilmente,
  49.191 +    ajudando os demais e melhorando o projeto. A rede para a comunidade
  49.192 +    (SCN), o website e os repositórios todos possuem o mesmo layout para
  49.193 +    facilitar a navegação.
  49.194 +</p>
  49.195 +
  49.196 +<h3>Da versão 3.0 para a 4.0</h3>
  49.197 +<p>
  49.198 +    O instalador do SliTaz fornece a função de atualizar da versão 3.0
  49.199 +    para a 4.0. Para utilizar esta função é necessário fazer o boot
  49.200 +    pelo LiveCD da 4.0, iniciar o instalador pela linha de comando ou
  49.201 +    pelo Tazpanel, selecionar a opção "upgrade" e então indicar a partição
  49.202 +    ou arquivo de configuração que possui as informações sobre o sistema
  49.203 +    3.0 a ser atualizado. O instalador então irá instalar o novo sistema
  49.204 +    4.0 e todos os pacotes que estavam presentes na instalação da versão
  49.205 +    3.0.
  49.206 +</p>
  49.207 +<p>
  49.208 +    Também é possível atualizar da versão 3.0 para a 4.0 com o gerenciador
  49.209 +    de pacotes Tazpkg, utilizando a função set-release, mas avisamos que
  49.210 +    esta função ainda não está madura e pode requerer alguma intervenção
  49.211 +    manual.
  49.212 +</p>
  49.213 +
  49.214 +<h3>Pessoas do Projeto</h3>
  49.215 +<p>
  49.216 +    O SliTaz orgulha-se de ser um projeto de comunidade internacional.
  49.217 +    As pessoas do projetos são aquelas que desenvolvem a distribuição,
  49.218 +    corrigem o website, mantém os repositórios mercurial e escrevem
  49.219 +    a documentação oficial. São pessoas da Suiça, França, Brazil, Canadá,
  49.220 +    China, Índia, Russia, Ucrânia, Inglaterra e Estados Unidos da América.
  49.221 +</p>
  49.222 +
  49.223 +<ul>
  49.224 +	<li>Christophe Lincoln</li>
  49.225 +	<li>Pascal Bellard</li>
  49.226 +	<li>Eric Joseph-Alexandre</li>
  49.227 +	<li>Paul Issott</li>
  49.228 +	<li>Claudinei Pereira</li>
  49.229 +	<li>Dominique Corbex</li>
  49.230 +	<li>Brenton Edgar Scott</li>
  49.231 +	<li>Christopher Rogers</li>
  49.232 +	<li>Aleksej Bobylev</li>
  49.233 +	<li>Samuel Trassare</li>
  49.234 +	<li>Christian Mesh</li>
  49.235 +	<li>Alexander Medvedev</li>
  49.236 +	<li>...</li>
  49.237 +</ul>
  49.238 +
  49.239 +<!-- End of content -->
  49.240 +</div>
  49.241 +
  49.242 +<div id="footer">
  49.243 +	Copyright © 2012 <a href="http://www.slitaz.org/" target="_blank">SliTaz GNU/Linux</a>
  49.244 +</div>
  49.245 +
  49.246 +</body>
  49.247 +</html>
    50.1 --- a/pt/doc/releases/book.css	Tue Apr 10 14:39:34 2012 +0200
    50.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    50.3 @@ -1,189 +0,0 @@
    50.4 -/* 
    50.5 -	CSS style for SliTaz GNU/Linux *book.
    50.6 -	Pankso 2007 - www.slitaz.org
    50.7 -*/
    50.8 -
    50.9 -body {
   50.10 -	font: 13px sans-serif, vernada, arial;
   50.11 -	background: #222222;
   50.12 -	margin: 0;
   50.13 -	padding-bottom: auto;
   50.14 -}
   50.15 -
   50.16 -#header {
   50.17 -	background: #BFB06B url(images/css/header.png) repeat-x top;
   50.18 -	color: black;
   50.19 -	height: 50px;
   50.20 -	border-top: 1px solid black;
   50.21 -	border-bottom: 1px solid black;
   50.22 -}
   50.23 -#quicknav {
   50.24 -	margin-right: 6px;
   50.25 -	text-align: right;
   50.26 -	font-size: 12px;
   50.27 -	}
   50.28 -#quicknav {
   50.29 -	margin-right: 6px;
   50.30 -}
   50.31 -
   50.32 -#quicknav a {
   50.33 -	background: inherit;
   50.34 -	color: white;
   50.35 -}
   50.36 -
   50.37 -#quicknav a:hover {
   50.38 -	background: inherit;
   50.39 -	color: #EDEDED;
   50.40 -}
   50.41 -
   50.42 -/*  content. */
   50.43 -
   50.44 -#content {
   50.45 -	background: white url(images/css/content-tl.png) no-repeat top left;
   50.46 -	color: black;
   50.47 -	padding: 20px;
   50.48 -	margin: 30px 50px 0px 50px;
   50.49 -	width: auto;
   50.50 -	text-align: justify;
   50.51 -}
   50.52 -
   50.53 -#content li {
   50.54 -	line-height: 1.5em;
   50.55 -	text-align: left;
   50.56 -}
   50.57 -
   50.58 -/*  Footer. */
   50.59 -
   50.60 -#footer {
   50.61 -	font-size: 11px;
   50.62 -	font-weight: bold;
   50.63 -	background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left;
   50.64 -	color: black;
   50.65 -	height: 20px;
   50.66 -	padding: 6px 0px 0px 10px;
   50.67 -	margin: 0px 50px 0px 50px;
   50.68 -	width: auto;
   50.69 -	text-align: center ;
   50.70 -}
   50.71 -
   50.72 -#footer a {
   50.73 -	text-decoration: none;
   50.74 -	background: #eaeaea;
   50.75 -	color: #3E1220;
   50.76 -}
   50.77 -
   50.78 -#footer a:hover {
   50.79 -	background: #eaeaea;
   50.80 -	color: #DF8F06;
   50.81 -}
   50.82 -
   50.83 -/* Legal informations */
   50.84 -
   50.85 -#copy {
   50.86 -	font-size: 11px ;
   50.87 -	text-align: center ;
   50.88 -	background: transparent;
   50.89 -	color: #a8a8a8;
   50.90 -	padding-top: 20px;
   50.91 -}
   50.92 -
   50.93 -#copy a {
   50.94 -	background: inherit;
   50.95 -	color: #a8a8a8;
   50.96 -}
   50.97 -
   50.98 -#copy a:hover {
   50.99 -	background: inherit;
  50.100 -	color: #EDEDED;
  50.101 -}
  50.102 -
  50.103 -/* Clouds */
  50.104 -
  50.105 -#cloud {
  50.106 -	padding: 10px 120px 10px 120px;
  50.107 -	line-height: 3em;
  50.108 -	text-align: center;
  50.109 -}
  50.110 -#cloud a { padding: 4px; color: #956411; }
  50.111 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
  50.112 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
  50.113 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
  50.114 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
  50.115 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
  50.116 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
  50.117 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
  50.118 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
  50.119 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
  50.120 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
  50.121 -
  50.122 -/* Div for round corners. */
  50.123 -
  50.124 -.content-right, .footer-right {
  50.125 -	width: 16px;
  50.126 -	color: white;
  50.127 -	background-color: #333333;
  50.128 -}
  50.129 -.content-right {
  50.130 -	background: url(images/css/content-tr.png) no-repeat top right;
  50.131 -	height: 16px;
  50.132 -	right: 50px;
  50.133 -	top: 82px;
  50.134 -	position: absolute;
  50.135 -}
  50.136 -
  50.137 -.footer-right {
  50.138 -	background: url(images/css/footer-br.png) no-repeat bottom right;
  50.139 -	height: 20px;
  50.140 -	float: right;
  50.141 -}
  50.142 -
  50.143 -/* General HTML entities for  content. */
  50.144 -
  50.145 -h1 {
  50.146 -	margin: 0px 0px 0px 16px;
  50.147 -}
  50.148 -
  50.149 -h2 {
  50.150 -	margin: 12px 0;
  50.151 -	color: #484B7C;
  50.152 -	background: white;
  50.153 -}
  50.154 -
  50.155 -h3 {
  50.156 -	font-weight: bold;
  50.157 -	color: #6c0023;
  50.158 -	background: white;
  50.159 -}
  50.160 -
  50.161 -a {
  50.162 -	text-decoration: underline;
  50.163 -}
  50.164 -a:hover {
  50.165 -	text-decoration: none;
  50.166 -}
  50.167 -
  50.168 -pre {
  50.169 -	padding: 5px;
  50.170 -	color: black;
  50.171 -	background: #e1e0b0;
  50.172 -}
  50.173 -pre.script {
  50.174 -	padding: 10px;
  50.175 -	color: black;
  50.176 -	background: #e8e8e8;
  50.177 -	border: 1px inset #333333;
  50.178 -}
  50.179 -
  50.180 -code {
  50.181 -	font-size: 12px;
  50.182 -	color: #669900;
  50.183 -	background: transparent;
  50.184 -}
  50.185 -
  50.186 -li {
  50.187 -	line-height: 1.4em;
  50.188 -}
  50.189 -
  50.190 -hr {
  50.191 -	border: 0pt none;
  50.192 -}
    51.1 Binary file pt/doc/releases/favicon.ico has changed
    52.1 Binary file pt/doc/releases/images/css/content-tl.png has changed
    53.1 Binary file pt/doc/releases/images/css/content-tr.png has changed
    54.1 Binary file pt/doc/releases/images/css/footer-bl.png has changed
    55.1 Binary file pt/doc/releases/images/css/footer-br.png has changed
    56.1 Binary file pt/doc/releases/images/css/header.png has changed
    57.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    57.2 +++ b/relnotes.css	Tue Apr 10 19:27:55 2012 +0300
    57.3 @@ -0,0 +1,48 @@
    57.4 +/* CSS style for SliTaz Doc */
    57.5 +
    57.6 +html { min-height:  102%; }
    57.7 +body { font: 88% sans-serif, vernada, arial; margin: 0; }
    57.8 +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    57.9 +h2 { color: #d66018; } h3 { color: #666; font-size: 140%; }
   57.10 +a:hover { text-decoration: none; }
   57.11 +img { border: 0pt none; vertical-align: middle; }
   57.12 +pre {
   57.13 +	background-color: #f8f8f8;
   57.14 +	border: 1px solid #ddd;
   57.15 +	padding: 10px;
   57.16 +	border-radius: 4px;
   57.17 +}
   57.18 +
   57.19 +#header {
   57.20 +	background: #351a0a;
   57.21 +	height: 40px;
   57.22 +	border-bottom: 8px solid #d66018;
   57.23 +}
   57.24 +
   57.25 +#content {
   57.26 +	margin: 40px 80px;
   57.27 +	text-align: justify;
   57.28 +}
   57.29 +
   57.30 +#footer {
   57.31 +	text-align: center;
   57.32 +	padding: 20px;
   57.33 +	border-top: 1px solid #ddd;
   57.34 +}
   57.35 +
   57.36 +/* Languages */
   57.37 +
   57.38 +#lang {
   57.39 +	float: right;
   57.40 +	padding: 6px;
   57.41 +	font-size: 11px;
   57.42 +}
   57.43 +
   57.44 +#lang a {
   57.45 +	text-decoration: none;
   57.46 +	padding: 0 2px;
   57.47 +}
   57.48 +
   57.49 +#lang a:hover {
   57.50 +	text-decoration: underline;
   57.51 +}
    58.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    58.2 +++ b/ru/doc/releases/4.0/relnotes.ru.html	Tue Apr 10 19:27:55 2012 +0300
    58.3 @@ -0,0 +1,223 @@
    58.4 +<!DOCTYPE html>
    58.5 +<html xmlns="http://www.w3.org/1999/xhtml" lang="ru">
    58.6 +<head>
    58.7 +	<meta charset="utf-8" />
    58.8 +	<title>Примечания к релизу SliTaz 4.0</title>
    58.9 +	<link rel="shortcut icon" href="/favicon.ico" />
   58.10 +	<link rel="stylesheet" type="text/css" href="/relnotes.css" />
   58.11 +</head>
   58.12 +<body>
   58.13 +
   58.14 +<!-- Header -->
   58.15 +<div id="header">
   58.16 +	<h1>Примечания к релизу SliTaz 4.0</h1>
   58.17 +</div>
   58.18 +
   58.19 +<!-- Languages -->
   58.20 +<div id="lang">
   58.21 +	<a href="/i18n.php">
   58.22 +		<img src="/images/locale.png" alt="Locale:" /></a>
   58.23 +	<a href="/en/doc/releases/4.0/relnotes.en.html">en</a>
   58.24 +	<a href="/fr/doc/releases/4.0/">fr</a>
   58.25 +	<a href="/pt/doc/releases/4.0/relnotes.pt_BR.html">pt</a>
   58.26 +	<strong>ru</strong>
   58.27 +</div>
   58.28 +
   58.29 +<!-- Content -->
   58.30 +<div id="content">
   58.31 +
   58.32 +<h2>Примечания к выпуску</h2>
   58.33 +
   58.34 +<p>Добро пожаловать в SliTaz 4.0! Выпущена современная, безопасная, стабильная,
   58.35 +быстрая и гибкая, новая стабильная версия SliTaz для настольных компьютеров
   58.36 +и серверов корпоративной среды.</p>
   58.37 +
   58.38 +<ul>
   58.39 +	<li>Более чем 6500 коммитов в wok</li>
   58.40 +	<li>В базу данных добавлены более 1000 пакетов</li>
   58.41 +	<li>Загрузка за 10 секунд (и быстрее) на современных машинах</li>
   58.42 +	<li>Централизованная настройка с помощью новой панели управления</li>
   58.43 +	<li>Новая утилита для быстрого создания пакетов SliTaz</li>
   58.44 +	<li>ISO-образ нового роллинг-релиза обновляется после создания каждого пакета</li>
   58.45 +	<li>4 дистрибутива на одном LiveCD (по принципу матрёшки)</li>
   58.46 +	<li>Новая графическая программа установки и обновления</li>
   58.47 +	<li>Новый графический интерфейс и утилиты для создания «живых» систем</li>
   58.48 +	<li>Улучшенная веб-загрузка: <a href="http://boot.slitaz.org/" target="_blank">boot.slitaz.org</a></li>
   58.49 +	<li><a href="http://doc.slitaz.org/ru:releases:4.0:errata" target="_blank">Исправления
   58.50 +		для 4.0</a> на вики</li>
   58.51 +</ul>
   58.52 +
   58.53 +
   58.54 +<h3>Тулчейн и утилиты сборки</h3>
   58.55 +
   58.56 +<p>SliTaz 4.0 был собран с помощью нашей новой сборочной утилиты CookUtils.
   58.57 +Мы разработали новые утилиты, которые обрабатывают зависимости
   58.58 +около 3300 пакетов простым и понятным образом. CookUtils позволяет создавать
   58.59 +новые пакеты SliTaz быстрее, чем когда-либо. Данные утилиты и сопровождающая
   58.60 +документация установлены на каждой системе SliTaz.</p>
   58.61 +
   58.62 +
   58.63 +<h3>Поддерживаемое оборудование</h3>
   58.64 +
   58.65 +<p>SliTaz GNU/Linux 4.0 поддерживает большинство машин на базе i486 или
   58.66 +x86 Intel-совместимых процессоров. Минимальный рекомендуемый размер оперативной
   58.67 +памяти для работы основного («core») LiveCD — 192 МБ, наша новая система
   58.68 +«матрёшек» автоматически определяет размер памяти и, при необходимости,
   58.69 +загрузит модификацию, требующую меньше ресурсов памяти. Теперь LiveCD содержит:
   58.70 +основную систему, являющуюся полнофункциональным рабочим столом; рабочий стол
   58.71 +только с GTK; модификацию только с оконной системой X; систему в текстовом
   58.72 +режиме, которой для работы нужно только 48 МБ оперативной памяти (но, которая
   58.73 +всё же позволяет установить полный вариант).</p>
   58.74 +
   58.75 +
   58.76 +<h3>«Живые» системы</h3>
   58.77 +
   58.78 +<p>Фактически основной LiveCD SliTaz 4.0 содержит 4 версии, а использоваться
   58.79 +будет та, которую способно поддерживать ваше оборудование. LiveCD содержит
   58.80 +несколько вложенных друг в друга редакций SliTaz. Загрузчик выбирает наиболее
   58.81 +функциональную версию, способную работать в памяти вашего компьютера. Также
   58.82 +вы можете выбрать пункт меню и нажать кнопку <kbd>[Tab]</kbd> для правки любых
   58.83 +параметров. Из меню доступны командная строка, возможность веб-загрузки,
   58.84 +справка по параметрам и выбор языка. Теперь люди с небольшим размером
   58.85 +оперативной памяти смогут загрузить LiveCD, но, скорее всего, в текстовом
   58.86 +режиме. Полная установка на жесткий диск теперь может быть произведена прямо
   58.87 +с LiveCD, используя текстовый режим и только 48 МБ памяти.</p>
   58.88 +
   58.89 +
   58.90 +<h3>Установка</h3>
   58.91 +
   58.92 +<p>Установка полностью автоматизирована и может быть произведена в графическом
   58.93 +или текстовом режиме. TazInst — это легковесный установщик SliTaz на HDD.
   58.94 +Он устанавливает SliTaz на жесткий диск с LiveCD, LiveUSB флешки, ISO-образа
   58.95 +SliTaz, или из интернета (используя TazPanel), загружая стабильную, Cooking или
   58.96 +роллинг-версию. Необходимые материалы и другую полезную информацию вы можете
   58.97 +найти в руководстве и в Handbook.</p>
   58.98 +
   58.99 +<p>Если вам необходимо разметить диск перед установкой, вы можете быстро
  58.100 +сделать это с помощью GParted в режиме LiveCD или используя редакцию,
  58.101 +содержащую программы разметки. В конце установки можно настроить загрузчик GRUB,
  58.102 +способный загрузить практически любую операционную систему. Это позволяет
  58.103 +SliTaz сосуществовать с ранее установленной операционной системой, такой как
  58.104 +Windows.</p>
  58.105 +
  58.106 +
  58.107 +<h3>Пакеты</h3>
  58.108 +
  58.109 +<p>Среди 3350 пакетов, доступных в SliTaz 4.0 вы найдете всё, что вам нужно
  58.110 +для того, чтобы превратить ваш компьютер в красивое рабочее место (e17), студию
  58.111 +графического дизайна (GIMP и Inkscape), или студию видеомонтажа (Kino).
  58.112 +Вы можете использовать все возможности интернета: мгновенные сообщения, VoIP,
  58.113 +электронную почту и, конечно же, веб-сёрфинг. Искать нужные пакеты можно
  58.114 +с помощью функции поиска в TazPkg, TazPanel или на сайте
  58.115 +<a href="http://pkgs.slitaz.org/" target="_blank">pkgs.slitaz.org</a></p>
  58.116 +
  58.117 +<p>SliTaz может работать как мощный веб-сервер, используя стабильный пакет
  58.118 +LightTPD/PHP (по умолчанию не установлен), поддерживая CGI, Perl и Python.
  58.119 +Также доступны Apache, Squid и безопасный просмотр интернета с использованием
  58.120 +сети Tor.</p>
  58.121 +
  58.122 +<p>Конечно же, SliTaz может предоставлять полную среду разработки с компилятором
  58.123 +GCC, Geany IDE, репозиторием Mercurial и всеми dev-библиотеками.</p>
  58.124 +
  58.125 +<p>Пакеты теперь собираются автоматически при помощи SliTaz Build Bot
  58.126 +(<a href="http://cook.slitaz.org/" target="_blank">cook.slitaz.org</a>)
  58.127 +и проверяются Cookutils, что гарантирует соблюдение стандартов FHS («Стандарт
  58.128 +иерархии файловой системы»).</p>
  58.129 +
  58.130 +
  58.131 +<h3>Управление</h3>
  58.132 +
  58.133 +<p>TazPanel — это новая утилита для настройки системы в SliTaz 4.0.
  58.134 +Она представляет собой CGI/веб-интерфейс с настраиваемым пользовательским
  58.135 +интерфейсом. С ее помощью вы можете контролировать всю систему: управлять
  58.136 +пакетами, добавлять и удалять пользователей, создавать «живые» системы
  58.137 +и многое другое. Каждая страница содержит небольшое описание, чтобы помочь вам
  58.138 +управлять вашей системой SliTaz. Можно получить доступ к панели, используя
  58.139 +пункт меню в «Системных утилитах» или этот адрес:
  58.140 +<a href="http://tazpanel:82" target="_blank">http://tazpanel:82</a></p>
  58.141 +
  58.142 +
  58.143 +<h3>Основное рабочее место</h3>
  58.144 +
  58.145 +<p>Много внимания было уделено основному рабочему месту. Все приложения хорошо
  58.146 +интегрированы, была создана специальная тема оформления SliTaz (включающая
  58.147 +в себя значки, темы Openbox и GTK).</p>
  58.148 +
  58.149 +<p>По умолчанию в LiveCD SliTaz используется Openbox — очень легкий
  58.150 +и стабильный оконный менеджер. Openbox поддерживает широкий спектр настроек
  58.151 +с помощью утилиты ObConf. Встроенная панель LXPanel дает возможность отображать
  58.152 +динамическое меню, основанное на стандартах Freedesktop. Важным элементом также
  58.153 +является небольшое меню, доступное по клику на экран; оно содержит закладки,
  58.154 +оконные эффекты, утилиты LiveCD и LiveUSB, настройки Openbox и системные задачи.
  58.155 +Приложения доступны из меню, которое предоставляет LXPanel. Управление рабочим
  58.156 +столом и значками возложено на файловый менеджер PCManFM.</p>
  58.157 +
  58.158 +<p>Вы можете использовать одну из специальных редакций LiveCD, или установить
  58.159 +на вашу систему окружение рабочего стола Enlightenment (e17), оконные менеджеры
  58.160 +XFCE, Pekwm, JWM и DWM. Нужную сессию можно выбрать, нажав клавишу
  58.161 +<kbd>F1</kbd> в менеджере входа Slim. Чтобы настроить сессию по умолчанию,
  58.162 +можно использовать tazx, либо вручную отредактировать файл
  58.163 +<tt>~/.Xinitrc</tt>.</p>
  58.164 +
  58.165 +
  58.166 +<h3>Сеть SliTaz</h3>
  58.167 +
  58.168 +<p>Со времен 3.0 все сервисы были изменены и улучшены, была создана сеть
  58.169 +сообщества SliTaz для того, чтобы пользователи, авторы и разработчики могли
  58.170 +собраться вместе и поделиться своими идеями о проекте. Сеть включает в себя
  58.171 +платформу сообщества, документацию на основе вики, форум и баг-трекер. Теперь
  58.172 +разработчики, художники, авторы документации, тестировщики и любой человек,
  58.173 +обладающий дельным предложением, может помочь другим, влиться в проект
  58.174 +и работать вместе над его улучшением. Для удобства навигации сеть сообщества
  58.175 +SliTaz (SCN), сайт и репозитории имеют один и тот же графический макет.</p>
  58.176 +
  58.177 +
  58.178 +<h3>От 3.0 к 4.0</h3>
  58.179 +
  58.180 +<p>Установщик SliTaz GNU/Linux содержит функцию, позволяющую вам обновиться
  58.181 +с версии 3.0 до 4.0. Для того, чтобы обновить систему, сначала загрузитесь
  58.182 +со стабильного LiveCD, запустите программу установки из командной строки или
  58.183 +из TazPanel, выберите пункт обновления, а затем укажите раздел или
  58.184 +файл параметров, содержащий систему, которую вы хотите обновить.
  58.185 +Программа установки очистит систему и переустановит с зеркала все пакеты,
  58.186 +не присутствующие на CD. Когда процедура завершится, вы сможете загрузиться
  58.187 +с новой версией SliTaz.</p>
  58.188 +
  58.189 +<p>Для обновления с 3.0 до 4.0 также можно использовать функцию
  58.190 +<tt>set-release</tt> в менеджере пакетов TazPkg, но будьте осторожны, т.к.
  58.191 +это еще не проверено, и может потребоваться некоторое вмешательство.</p>
  58.192 +
  58.193 +
  58.194 +<h3>Люди проекта</h3>
  58.195 +
  58.196 +<p>SliTaz гордится тем, что является международным проектом.
  58.197 +Люди проекта — те, кто разрабатывают дистрибутив, вносят исправления на сайт,
  58.198 +развивают репозитории Hg и пишут официальную документацию. Они пришли к нам
  58.199 +из Швейцарии, Франции​​, Бразилии, Квебека, Китая, Индии, России, Украины, Англии
  58.200 +и США.</p>
  58.201 +
  58.202 +<ul>
  58.203 +	<li>Christophe Lincoln</li>
  58.204 +	<li>Pascal Bellard</li>
  58.205 +	<li>Eric Joseph-Alexandre</li>
  58.206 +	<li>Paul Issott</li>
  58.207 +	<li>Claudinei Pereira</li>
  58.208 +	<li>Dominique Corbex</li>
  58.209 +	<li>Brenton Edgar Scott</li>
  58.210 +	<li>Christopher Rogers</li>
  58.211 +	<li>Алексей Бобылёв</li>
  58.212 +	<li>Samuel Trassare</li>
  58.213 +	<li>Christian Mesh</li>
  58.214 +	<li>Александр Медведев</li>
  58.215 +	<li>…</li>
  58.216 +</ul>
  58.217 +
  58.218 +<!-- End of content -->
  58.219 +</div>
  58.220 +
  58.221 +<div id="footer">
  58.222 +	Copyright © 2012 <a href="http://www.slitaz.org/" target="_blank">SliTaz GNU/Linux</a>
  58.223 +</div>
  58.224 +
  58.225 +</body>
  58.226 +</html>