website rev 923

en: news/* moved to PHP all en/* is now using PHP
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 00:20:18 2012 +0100 (2012-03-12)
parents fc144258f2b7
children 5e9460d3aa5c
files en/devel/forge.php en/index.php en/news/2007.html en/news/2007.php en/news/2008.html en/news/2008.php en/news/2009.html en/news/2009.php en/news/2010.php en/news/index.php
line diff
     1.1 --- a/en/devel/forge.php	Sun Mar 11 22:54:13 2012 +0100
     1.2 +++ b/en/devel/forge.php	Mon Mar 12 00:20:18 2012 +0100
     1.3 @@ -44,7 +44,7 @@
     1.4  	<li><a href="#repos">Mercurial repositories.</a></li>
     1.5  	<li><a href="#gui">GUI in GTK and CGI/web</a></li>
     1.6  	<li><a href="#iconv">Implementation of iconv().</a></li>
     1.7 -	<li><a href="#pkgs">Tazpkg packages.</a></li>
     1.8 +	<li><a href="#pkgs">Building SliTaz packages.</a></li>
     1.9  	<li><a href="#website">Website Management.</a></li>
    1.10  </ul>
    1.11  
    1.12 @@ -212,47 +212,52 @@
    1.13  <a name="iconv"></a>
    1.14  <h2>Implementation of iconv()</h2>
    1.15  <p>
    1.16 -SliTaz uses iconv() provided by GNU glibc - any packages that offer 
    1.17 -<code>libiconv</code> must use the library contained in <code>glibc-locale</code>. 
    1.18 -There is therefore no longer a libiconv package (1.2 MB) in SliTaz.
    1.19 +	SliTaz uses iconv() provided by GNU glibc - any packages that offer 
    1.20 +	<code>libiconv</code> must use the library contained in <code>glibc-locale</code>. 
    1.21 +	There is therefore no longer a libiconv package (1.2 MB) in SliTaz.
    1.22  </p>
    1.23  
    1.24  <a name="pkgs"></a>
    1.25 -<h2>Tazpkg Packages</h2>
    1.26 +<h2>Building SliTaz packages</h2>
    1.27  <p>
    1.28 -The tazpkg packages in SliTaz are automatically created via Tazwok and a 
    1.29 -receipt in the wok. The Cookbook describes the 
    1.30 -<a href="http://doc.slitaz.org/en:cookbook:wok">use of tools</a> 
    1.31 -and the format of <a href="http://doc.slitaz.org/en:cookbook:receipt">receipts</a>.
    1.32 -These are required reading before we begin.
    1.33 +	Building official is done with the Cookutils suite. The package is installed
    1.34 +	on each SliTaz system as well as the documentation about using cook and
    1.35 +	<a href="http://hg.slitaz.org/cookutils/raw-file/tip/doc/cookutils.en.html">creating SliTaz Packages</a> suitable fot TazPKG packages manager.
    1.36  </p>
    1.37  <p>
    1.38 -In terms of choice of package, the idea is to offer a package by task or 
    1.39 -functionality, ie. the lightest application in the field and not duplicated. 
    1.40 -Note that the current packages are not immutable, if you find an alternative 
    1.41 -that is lighter, with more features or more <em>sexy</em> for a few extra KB, 
    1.42 -you can suggest it on the Mailing List. Particular attention is given to 
    1.43 -packages for the LiveCD, these should be stripped, removing unnecesary 
    1.44 -dependencies and compiler options. In general candidate packages for the core 
    1.45 -LiveCD are discussed on the Mailing List.
    1.46 +	The tazpkg packages in SliTaz are automatically created via the
    1.47 +	<a href="http://cook.slitaz.org/">Cooker</a> from Cookutils package
    1.48 +	and a receipt in the wok. The Cookbook describes the format of 
    1.49 +	<a href="http://doc.slitaz.org/en:cookbook:receipt">receipts</a>.
    1.50 +	Cook and receipt documentation are required reading before we begin.
    1.51  </p>
    1.52  <p>
    1.53 -Before you begin to compile and create packages for SliTaz, be sure that the 
    1.54 -work doesn't already exist in the 
    1.55 -<a href="http://download.tuxfamily.org/slitaz/packages/undigest/">undigest</a> 
    1.56 -wok provided by the primary SliTaz mirror. Don't forget that the members 
    1.57 -of the list are there to help you and that the documentation of the 
    1.58 -<a href="http://doc.slitaz.org/en:cookbook:wok">wok and tools</a> 
    1.59 -exists to help you get started.
    1.60 +	In terms of choice of package, the idea is to offer a package by task or 
    1.61 +	functionality, ie. the lightest application in the field and not duplicated. 
    1.62 +	Note that the current packages are not immutable, if you find an alternative 
    1.63 +	that is lighter, with more features or more <em>sexy</em> for a few extra KB, 
    1.64 +	you can suggest it on the Mailing List. Particular attention is given to 
    1.65 +	packages for the LiveCD, these should be stripped, removing unnecesary 
    1.66 +	dependencies and compiler options. In general candidate packages for the core 
    1.67 +	LiveCD are discussed on the Mailing List.
    1.68 +</p>
    1.69 +<p>
    1.70 +	Before you begin to compile and create packages for SliTaz, be sure that the 
    1.71 +	work doesn't already exist in the 
    1.72 +	<a href="http://download.tuxfamily.org/slitaz/packages/undigest/">undigest</a> 
    1.73 +	wok provided by the primary SliTaz mirror. Don't forget that the members 
    1.74 +	of the list are there to help you and that the documentation of the 
    1.75 +	<a href="http://doc.slitaz.org/en:cookbook:wok">wok and tools</a> 
    1.76 +	exists to help you get started.
    1.77  </p>
    1.78  
    1.79  <a name="pkgs-naming"></a>
    1.80  <h3>Naming of packages</h3>
    1.81  <p>
    1.82 -In most cases the package name is the same as the source, except for
    1.83 -Python, Perl, PHP, Ruby and Lua modules. For example, the package
    1.84 -providing a Kid template system written in Python and XML is named:
    1.85 -<code>python-kid</code>.
    1.86 +	In most cases the package name is the same as the source, except for
    1.87 +	Python, Perl, PHP, Ruby and Lua modules. For example, the package
    1.88 +	providing a Kid template system written in Python and XML is named:
    1.89 +	<code>python-kid</code>.
    1.90  </p>
    1.91  
    1.92  <a name="website"></a>
    1.93 @@ -268,25 +273,25 @@
    1.94  
    1.95  <h3>xHTML coding style</h3>
    1.96  <p>
    1.97 -The pages and different <em>books</em> are coded in xHTML 1.0
    1.98 -transitional. The title of level 1 is used only once (at the top), 
    1.99 -level 2 is the title of the document and levels 3 and 4 are then used for
   1.100 -the subtitles. If a list is used instead using smart anchors;
   1.101 -then that starts at the top, just after the title of level 2.
   1.102 -Paragraphs are contained in the tags <code>&lt;p&gt;&lt;/p&gt;</code>. 
   1.103 -For indentation, we use tabs - the reason being semantics and to take 
   1.104 -up less space in terms of octets (bytes). To put code, like the name of
   1.105 -a command inside a paragraph: <code>&lt;code&gt;</code> is the preferred 
   1.106 -method. To view commands or to utilize a terminal, the web pages use
   1.107 -<code>&lt;pre&gt;</code> to display the formatted text. Example:
   1.108 +	The pages and different <em>books</em> are coded in xHTML 1.0
   1.109 +	transitional. The title of level 1 is used only once (at the top), 
   1.110 +	level 2 is the title of the document and levels 3 and 4 are then used for
   1.111 +	the subtitles. If a list is used instead using smart anchors;
   1.112 +	then that starts at the top, just after the title of level 2.
   1.113 +	Paragraphs are contained in the tags <code>&lt;p&gt;&lt;/p&gt;</code>. 
   1.114 +	For indentation, we use tabs - the reason being semantics and to take 
   1.115 +	up less space in terms of octets (bytes). To put code, like the name of
   1.116 +	a command inside a paragraph: <code>&lt;code&gt;</code> is the preferred 
   1.117 +	method. To view commands or to utilize a terminal, the web pages use
   1.118 +	<code>&lt;pre&gt;</code> to display the formatted text. Example:
   1.119  </p>
   1.120  <pre>
   1.121   $ command
   1.122  </pre>
   1.123  <p>
   1.124 -To view text that can be copied and pasted, such as scripts,
   1.125 -bits of code, sample configuration files, etc - we also use
   1.126 -<code>&lt;pre&gt;</code>, but with a CSS class named "script". Example:
   1.127 +	To view text that can be copied and pasted, such as scripts,
   1.128 +	bits of code, sample configuration files, etc - we also use
   1.129 +	<code>&lt;pre&gt;</code>, but with a CSS class named "script". Example:
   1.130  </p>
   1.131  <pre class="script">
   1.132  &lt;pre class="script"&gt;
   1.133 @@ -296,19 +301,19 @@
   1.134  &lt;/pre&gt;
   1.135  </pre>
   1.136  <p>
   1.137 -The <em>emphasized</em> words put themselves in the tag <code>&lt;em&gt;</code> 
   1.138 -and internal links are relative. Remember to check the validity
   1.139 -of the code via the online <em>validator</em> of the W3C.
   1.140 +	The <em>emphasized</em> words put themselves in the tag <code>&lt;em&gt;</code> 
   1.141 +	and internal links are relative. Remember to check the validity
   1.142 +	of the code via the online <em>validator</em> of the W3C.
   1.143  </p>
   1.144  
   1.145  <a name="diff"></a>
   1.146  <h2>Diff and patch</h2>
   1.147  <p>
   1.148 -The utilities <code>diff</code> and <code>patch</code> are command-line tools 
   1.149 -for creating and implementing a file containing differences between two files. 
   1.150 -This technique is often used for collaboration and the changes made to the 
   1.151 -original file can be clearly extracted. To create a <code>diff</code> file 
   1.152 -readable by humans in a simple text editor, you must supply the <code>-u</code> option:
   1.153 +	The utilities <code>diff</code> and <code>patch</code> are command-line tools 
   1.154 +	for creating and implementing a file containing differences between two files. 
   1.155 +	This technique is often used for collaboration and the changes made to the 
   1.156 +	original file can be clearly extracted. To create a <code>diff</code> file 
   1.157 +	readable by humans in a simple text editor, you must supply the <code>-u</code> option:
   1.158  </p>
   1.159  <pre>
   1.160   $ diff -u file.orig file.new &gt; file.diff
     2.1 --- a/en/index.php	Sun Mar 11 22:54:13 2012 +0100
     2.2 +++ b/en/index.php	Mon Mar 12 00:20:18 2012 +0100
     2.3 @@ -141,68 +141,14 @@
     2.4  		<a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC1.iso">SliTaz 4.0-RC1</a>
     2.5  	</p> 
     2.6  	</li>
     2.7 -	
     2.8 -	<li><strong>31 May 2011 - New and fresh Cooking 20110531</strong>
     2.9 -	<a name="20110531"></a>
    2.10 -	<p>
    2.11 -		The Slitaz team is proud to announce the release of a new Cooking version
    2.12 -		built with our new and fresh packages from cookutils. Cookutils is one of
    2.13 -		the new generation of tools to build SliTaz packages and provides a Build
    2.14 -		Bot with a nice web interface that works out-of-the-box on any SliTaz
    2.15 -		system. These new packages have been built with a new i486 optimized
    2.16 -		toolchain.
    2.17 -	</p>
    2.18 -	<p>
    2.19 -		The full boot process has been improved and the first boot configuration
    2.20 -		is now done through GTK boxes in a X session and the boot time is also
    2.21 -		faster. This version comes with a new GUI tool for system configuration
    2.22 -		as well as our new system configuration panel aka TazPanel. TazPanel
    2.23 -		lets you configure the entire system via a xHTML/CSS web interface
    2.24 -		(useful for remote control) and it also handles package management and
    2.25 -		replaces the old GTK box.
    2.26 -	</p>
    2.27 -	<p>
    2.28 -		Xorg now has dri support, so libdrm, linux-drm as well as linux-agp
    2.29 -		are part of the core ISO. This adds 1MB to the compressed root
    2.30 -		filesystem. But we managed to save a lot of space in the core ISO with
    2.31 -		our new packages and this new Cooking is 30MB! This new cooking also
    2.32 -		provides better internationalization and Italian support! Download:
    2.33 -		<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">
    2.34 -			slitaz-cooking.iso</a>
    2.35 -	</p>
    2.36 -	</li>
    2.37 -
    2.38 -	<li><strong>29 March 2011 - New Cooking 20110329</strong>
    2.39 -	<a name="20110329"></a>
    2.40 -	<p>
    2.41 -	The SliTaz team is pleased to announce the release of a new cooking
    2.42 -	ISO featuring over 2900 packages. All packages have been rebuilt using
    2.43 -	our new cooking tool, now included in tazwok. It contains Linux Kernel
    2.44 -	2.6.37 compiled against glibc 2.13, binutils 2.21 &amp; gcc 4.5.2. The Core
    2.45 -	LiveCD includes Midori 0.3.3. Tazpkg is now entirely translated to
    2.46 -	French and we are open to additional translations. Tazwok has been
    2.47 -	entirely rewritten and it's now possible to recook SliTaz from Scratch
    2.48 -	using any ISO. This ISO is the first of a release candidate series which
    2.49 -	leads us to a stable 4.0 release.
    2.50 -	</p>
    2.51 -	<p>
    2.52 -	A lot of work has been done since our last cooking ISO released in november:
    2.53 -	more than 2200 changes have been commited to the wok, and several
    2.54 -	hundreds more to home-built tools. We are proud to announce that the SliTaz
    2.55 -	community has grown a lot these last months: the last year, many
    2.56 -	changes was commited than in the previous four. However, quantity doesn't mean 
    2.57 -	quality. We need you to help to test this new ISO and report eventual bugs. If 
    2.58 -	you want to, you are welcome to help fix known problems before 4.0 is released. 
    2.59 -	You can join members of the crew via our IRC, mailing-list, forums or by
    2.60 -	mailing the packages maintainers. We hope you will enjoy this new
    2.61 -	<a href="get/">release!</a>
    2.62 -	</p>
    2.63 -	</li>
    2.64  
    2.65  	<li><a href="news/">More news</a> or browse the archives:
    2.66 -	<a href="news/2007.html">2007</a> |
    2.67 -	<a href="news/2008.html">2008</a> |
    2.68 -	<a href="news/2009.html">2009</a></li>
    2.69 +		<a href="news/2007.php">2007</a> |
    2.70 +		<a href="news/2008.php">2008</a> |
    2.71 +		<a href="news/2009.php">2009</a> |
    2.72 +		<a href="news/2010.php">2010</a> |
    2.73 +		<a href="news/">2011</a>
    2.74 +	</li>
    2.75  </ul>
    2.76  
    2.77  <!-- End of news -->
     3.1 --- a/en/news/2007.html	Sun Mar 11 22:54:13 2012 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,164 +0,0 @@
     3.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     3.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3.7 -<head>
     3.8 -    <title>SliTaz - News archives 2007</title>
     3.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.10 -    <meta name="description" content="SliTaz news archives info release" />
    3.11 -    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    3.12 -    <meta name="robots" content="index, follow, all" />
    3.13 -    <meta name="revisit-after" content="7 days" />
    3.14 -    <meta name="expires" content="never" />
    3.15 -    <meta name="modified" content="2010-03-30 21:45:00" />
    3.16 -    <meta name="author" content="Christophe Lincoln"/>
    3.17 -    <meta name="publisher" content="www.slitaz.org" />
    3.18 -    <link rel="shortcut icon" href="../../favicon.ico" />
    3.19 -    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    3.20 -    <link rel="Content" href="#content" />
    3.21 -</head>
    3.22 -<body>
    3.23 -
    3.24 -<!-- Header -->
    3.25 -<div id="header">
    3.26 -	<div id="logo"></div>
    3.27 -	<div id="network">
    3.28 -		<a href="http://www.slitaz.org/netmap.php">
    3.29 -			<img src="../../images/network.png" alt="network.png" /></a>
    3.30 -		<a href="http://scn.slitaz.org/">Community</a>
    3.31 -		<a href="http://doc.slitaz.org/">Doc</a>
    3.32 -		<a href="http://forum.slitaz.org/">Forum</a>
    3.33 -		<a href="http://bugs.slitaz.org">Bugs</a>
    3.34 -		<a href="http://hg.slitaz.org/">Hg</a>
    3.35 -	</div>
    3.36 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    3.37 -</div>
    3.38 -
    3.39 -<!-- Block -->
    3.40 -<div id="block">
    3.41 -	<!-- Navigation -->
    3.42 -	<div id="block_nav">
    3.43 -		<h4>Navigation</h4>
    3.44 -		<div class="right_box">
    3.45 -			<ul>
    3.46 -				<li><a href="../../webchat.php">Web Chat</a></li>
    3.47 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    3.48 -				<li><a href="../devel/">Development</a></li>
    3.49 -				<li><a href="../packages/">Packages</a></li>
    3.50 -				<li><a href="../artwork/">Artwork</a></li>
    3.51 -				<li><a href="../search.php">Search</a></li>
    3.52 -			</ul>
    3.53 -		</div>
    3.54 -		<div class="left_box">
    3.55 -			<ul>
    3.56 -				<li><a href="../">Headlines</a></li>
    3.57 -				<li><a href="../about/">About</a></li>
    3.58 -				<li><a href="../get/">Download</a></li>
    3.59 -				<li><a href="../doc/">Documentation</a></li>
    3.60 -				<li><a href="../asso/">Association</a></li>
    3.61 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    3.62 -			</ul>
    3.63 -		</div>
    3.64 -	</div>
    3.65 -	<!-- Information/image -->
    3.66 -	<div id="block_info">
    3.67 -		<h4>News archives</h4>
    3.68 -		<p>
    3.69 -			Website news archives by year. Note that some links may be
    3.70 -			broken due to website structure changes (mainly the docs 
    3.71 -			that moved to their own domain).
    3.72 -		</p>
    3.73 -		<p>
    3.74 -			<img src="../../images/news.png" alt="png" /> 2007 | 
    3.75 -			<a href="2008.html">2008</a> | <a href="2009.html">2009</a>
    3.76 -			| <a href="./">2010</a>
    3.77 -		</p>
    3.78 -	</div>
    3.79 -</div>
    3.80 -
    3.81 -<!-- Content -->
    3.82 -<div id="content">
    3.83 -
    3.84 -<h2>2007</h2>
    3.85 -
    3.86 -<ul>
    3.87 -	<li><strong>16 Dec 2007 - SliTaz English forum</strong>
    3.88 -	<p>
    3.89 -	The project is proud the announce the availability of an
    3.90 -	<a href="http://forum.slitaz.org/">English forum</a>
    3.91 -	providing help and support to users speaking English. Since the project
    3.92 -	is French based, we get a lot of feedback and requests from the English
    3.93 -	speaking community that we want to honour. The forum has its own domain
    3.94 -	<a href="http://forum.slitaz.org/">forum.slitaz.org</a>. The default
    3.95 -	interface is in French but settings can be changed when you login with your
    3.96 -	account. The crew is also working on the lack of English documentation.
    3.97 -	Help and assistance are greatly welcomed in the project.
    3.98 -	</p></li>
    3.99 -	
   3.100 -	<li><strong>06 Dec 2007 - 2 days for a new ISO that boots twice faster!</strong>
   3.101 -	<p>
   3.102 -	2 days for a new ISO that boots twice faster. With the new lzma compression
   3.103 -	boot time has gone down, we worked hard these two days to improve boot speed
   3.104 -	and finally get SliTaz to boot twice as fast. So we uploaded a new LiveCD with a
   3.105 -	new Kernel patch for lzma and a bug fix for boot messages. Some
   3.106 -	tests gave us the LiveCD booting between 20 to 30 seconds on recent PCs
   3.107 -	and between 60 to 80 on older hardware.
   3.108 -	<a href="../get/index.html#cooking">Download last Cooking</a>.
   3.109 -	</p></li>
   3.110 -	
   3.111 -	<li><strong>04 Dec 2007 - New Cooking with sound support and more options</strong>
   3.112 -	<p>
   3.113 -	SliTaz crew is proud to announce the availability of a new SliTaz Cooking
   3.114 -	release. It's finally not the expected stable release because we decided
   3.115 -	to add some more hardware support on the LiveCD, like sound and PCMCIA
   3.116 -	support. A new roadmap is on the stove and a stable release should be expected
   3.117 -	in March 2008, matching one year of the first SliTaz public release. This will
   3.118 -	also give us time to bring you a rock solid stable version with all these new
   3.119 -	features and more than 240 packages on the mirror. So, this new SliTaz
   3.120 -	release brings you Alsa with its mixer, Alsaplayer, mpg123, Gcolor2,
   3.121 -	pcmciautils, and a new Kernel. SliTaz also provides new options to use at
   3.122 -	boot time and isapnptools for very old hardware like IBM GL300 6272/6282 or
   3.123 -	P133/32M. All this new stuff fits in an ISO image of 22,4 Mb. The Simple
   3.124 -	Light Incredible... SliTaz (cooking) LiveCD can be obtained
   3.125 -	on SliTaz mirror.  <a href="../get/index.html#cooking">Download</a>. Enjoy!</p></li>
   3.126 -	
   3.127 -	<li><strong>06 Nov 2007 - Last Cooking before 1.0</strong>
   3.128 -	<p>
   3.129 -	SliTaz project is proud to announce the last cooking version before stable
   3.130 -	release. This new version provides PHP 5.2.5, Grsync, ISO Master 1.2,
   3.131 -	Busybox 1.7.2 and much more in a ISO image of 24,7 MB. We also prepared a
   3.132 -	new theme and wallpaper for JWM and installed a Tango icon.
   3.133 -	<a href="../get/index.html#cooking">Download</a> SliTaz (cooking) LiveCD for free from
   3.134 -	TuxFamily mirror. All feedback is really welcome, you can use the mailing
   3.135 -	list or directly send a mail to &lt;devel at slitaz.org&gt;.</p></li>
   3.136 -	
   3.137 -	<li><strong>12 Oct 2007 - New Cooking and stabilisation</strong><p>
   3.138 -	SliTaz Cooking ISO image provides a LiveCD of 24 Mb with Firefox 2.0.0.7,
   3.139 -	Linux kernel 2.6.22.9, Rsync, ISO Master 1.1, LightTPD 1.4.18, SQLite 3.5.1,
   3.140 -	a new theme and wallpaper. The packages manager was also upgraded with
   3.141 -	Tazwok and the slitaz-tools. Transmission 0.82 can now create Torrent files.
   3.142 -	SliTaz (cooking) LiveCD can be obtained for free
   3.143 -	from TuxFamily mirror.  <a href="../get/index.html#cooking">Download</a>.</p></li>
   3.144 -</ul>
   3.145 -
   3.146 -<!-- Footer -->
   3.147 -<div id="footer">
   3.148 -	Copyright &copy; <span class="year"></span>
   3.149 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   3.150 -	<a href="http://scn.slitaz.org/">Community</a>
   3.151 -	<a href="http://doc.slitaz.org/">Doc</a>
   3.152 -	<a href="http://forum.slitaz.org/">Forum</a>
   3.153 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   3.154 -	<a href="http://bugs.slitaz.org">Bugs</a>
   3.155 -	<a href="http://hg.slitaz.org/">Hg</a>
   3.156 -	<p>
   3.157 -		SliTaz @
   3.158 -		<a href="http://twitter.com/slitaz">Twitter</a>
   3.159 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   3.160 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   3.161 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   3.162 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   3.163 -	</p>
   3.164 -</div>
   3.165 -
   3.166 -</body>
   3.167 -</html>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/en/news/2007.php	Mon Mar 12 00:20:18 2012 +0100
     4.3 @@ -0,0 +1,113 @@
     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 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     4.7 +<head>
     4.8 +    <title>SliTaz - News archives 2007</title>
     4.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.10 +    <meta name="description" content="SliTaz news archives info release" />
    4.11 +    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    4.12 +    <meta name="robots" content="index, follow, all" />
    4.13 +    <meta name="expires" content="never" />
    4.14 +    <meta name="modified" content="2007-12-07 21:45:00" />
    4.15 +    <meta name="author" content="Christophe Lincoln"/>
    4.16 +    <meta name="publisher" content="www.slitaz.org" />
    4.17 +    <link rel="shortcut icon" href="../../favicon.ico" />
    4.18 +    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    4.19 +    <link rel="Content" href="#content" />
    4.20 +</head>
    4.21 +<body>
    4.22 +
    4.23 +<?php include("../../lib/html/header.html"); ?>
    4.24 +
    4.25 +<!-- Block -->
    4.26 +<div id="block">
    4.27 +	<?php include("../../lib/html/nav.en.html"); ?>
    4.28 +	<!-- Information/image -->
    4.29 +	<div id="block_info">
    4.30 +		<h4>News archives</h4>
    4.31 +		<p>
    4.32 +			Website news archives by year. Note that some links may be
    4.33 +			broken due to website structure changes (mainly the docs 
    4.34 +			that moved to their own domain).
    4.35 +		</p>
    4.36 +		<p>
    4.37 +			<img src="/images/news.png" alt="[ News ]" />
    4.38 +			<a href="2007.php">2007</a> | <a href="2008.php">2008</a>
    4.39 +			| <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
    4.40 +			| <a href="./">2011</a>
    4.41 +		</p>
    4.42 +	</div>
    4.43 +</div>
    4.44 +
    4.45 +<!-- Content -->
    4.46 +<div id="content">
    4.47 +
    4.48 +<h2>2007</h2>
    4.49 +
    4.50 +<ul>
    4.51 +	<li><strong>16 Dec 2007 - SliTaz English forum</strong>
    4.52 +	<p>
    4.53 +	The project is proud the announce the availability of an
    4.54 +	<a href="http://forum.slitaz.org/">English forum</a>
    4.55 +	providing help and support to users speaking English. Since the project
    4.56 +	is French based, we get a lot of feedback and requests from the English
    4.57 +	speaking community that we want to honour. The forum has its own domain
    4.58 +	<a href="http://forum.slitaz.org/">forum.slitaz.org</a>. The default
    4.59 +	interface is in French but settings can be changed when you login with your
    4.60 +	account. The crew is also working on the lack of English documentation.
    4.61 +	Help and assistance are greatly welcomed in the project.
    4.62 +	</p></li>
    4.63 +	
    4.64 +	<li><strong>06 Dec 2007 - 2 days for a new ISO that boots twice faster!</strong>
    4.65 +	<p>
    4.66 +	2 days for a new ISO that boots twice faster. With the new lzma compression
    4.67 +	boot time has gone down, we worked hard these two days to improve boot speed
    4.68 +	and finally get SliTaz to boot twice as fast. So we uploaded a new LiveCD with a
    4.69 +	new Kernel patch for lzma and a bug fix for boot messages. Some
    4.70 +	tests gave us the LiveCD booting between 20 to 30 seconds on recent PCs
    4.71 +	and between 60 to 80 on older hardware.
    4.72 +	<a href="../get/index.html#cooking">Download last Cooking</a>.
    4.73 +	</p></li>
    4.74 +	
    4.75 +	<li><strong>04 Dec 2007 - New Cooking with sound support and more options</strong>
    4.76 +	<p>
    4.77 +	SliTaz crew is proud to announce the availability of a new SliTaz Cooking
    4.78 +	release. It's finally not the expected stable release because we decided
    4.79 +	to add some more hardware support on the LiveCD, like sound and PCMCIA
    4.80 +	support. A new roadmap is on the stove and a stable release should be expected
    4.81 +	in March 2008, matching one year of the first SliTaz public release. This will
    4.82 +	also give us time to bring you a rock solid stable version with all these new
    4.83 +	features and more than 240 packages on the mirror. So, this new SliTaz
    4.84 +	release brings you Alsa with its mixer, Alsaplayer, mpg123, Gcolor2,
    4.85 +	pcmciautils, and a new Kernel. SliTaz also provides new options to use at
    4.86 +	boot time and isapnptools for very old hardware like IBM GL300 6272/6282 or
    4.87 +	P133/32M. All this new stuff fits in an ISO image of 22,4 Mb. The Simple
    4.88 +	Light Incredible... SliTaz (cooking) LiveCD can be obtained
    4.89 +	on SliTaz mirror.  <a href="../get/index.html#cooking">Download</a>. Enjoy!</p></li>
    4.90 +	
    4.91 +	<li><strong>06 Nov 2007 - Last Cooking before 1.0</strong>
    4.92 +	<p>
    4.93 +	SliTaz project is proud to announce the last cooking version before stable
    4.94 +	release. This new version provides PHP 5.2.5, Grsync, ISO Master 1.2,
    4.95 +	Busybox 1.7.2 and much more in a ISO image of 24,7 MB. We also prepared a
    4.96 +	new theme and wallpaper for JWM and installed a Tango icon.
    4.97 +	<a href="../get/index.html#cooking">Download</a> SliTaz (cooking) LiveCD for free from
    4.98 +	TuxFamily mirror. All feedback is really welcome, you can use the mailing
    4.99 +	list or directly send a mail to &lt;devel at slitaz.org&gt;.</p></li>
   4.100 +	
   4.101 +	<li><strong>12 Oct 2007 - New Cooking and stabilisation</strong><p>
   4.102 +	SliTaz Cooking ISO image provides a LiveCD of 24 Mb with Firefox 2.0.0.7,
   4.103 +	Linux kernel 2.6.22.9, Rsync, ISO Master 1.1, LightTPD 1.4.18, SQLite 3.5.1,
   4.104 +	a new theme and wallpaper. The packages manager was also upgraded with
   4.105 +	Tazwok and the slitaz-tools. Transmission 0.82 can now create Torrent files.
   4.106 +	SliTaz (cooking) LiveCD can be obtained for free
   4.107 +	from TuxFamily mirror.  <a href="../get/index.html#cooking">Download</a>.</p></li>
   4.108 +</ul>
   4.109 +
   4.110 +<!-- End of content -->
   4.111 +</div>
   4.112 +
   4.113 +<?php include("../../lib/html/footer.html"); ?>
   4.114 +
   4.115 +</body>
   4.116 +</html>
     5.1 --- a/en/news/2008.html	Sun Mar 11 22:54:13 2012 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,228 +0,0 @@
     5.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     5.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     5.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     5.7 -<head>
     5.8 -    <title>SliTaz - News archives 2008</title>
     5.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    5.10 -    <meta name="description" content="SliTaz news archives info release" />
    5.11 -    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    5.12 -    <meta name="robots" content="index, follow, all" />
    5.13 -    <meta name="revisit-after" content="7 days" />
    5.14 -    <meta name="expires" content="never" />
    5.15 -    <meta name="modified" content="2010-03-30 21:45:00" />
    5.16 -    <meta name="author" content="Christophe Lincoln"/>
    5.17 -    <meta name="publisher" content="www.slitaz.org" />
    5.18 -    <link rel="shortcut icon" href="../../favicon.ico" />
    5.19 -    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    5.20 -    <link rel="Content" href="#content" />
    5.21 -</head>
    5.22 -<body>
    5.23 -
    5.24 -<!-- Header -->
    5.25 -<div id="header">
    5.26 -	<div id="logo"></div>
    5.27 -	<div id="network">
    5.28 -		<a href="http://www.slitaz.org/netmap.php">
    5.29 -			<img src="../../images/network.png" alt="network.png" /></a>
    5.30 -		<a href="http://scn.slitaz.org/">Community</a>
    5.31 -		<a href="http://doc.slitaz.org/">Doc</a>
    5.32 -		<a href="http://forum.slitaz.org/">Forum</a>
    5.33 -		<a href="http://bugs.slitaz.org">Bugs</a>
    5.34 -		<a href="http://hg.slitaz.org/">Hg</a>
    5.35 -	</div>
    5.36 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    5.37 -</div>
    5.38 -
    5.39 -<!-- Block -->
    5.40 -<div id="block">
    5.41 -	<!-- Navigation -->
    5.42 -	<div id="block_nav">
    5.43 -		<h4>Navigation</h4>
    5.44 -		<div class="right_box">
    5.45 -			<ul>
    5.46 -				<li><a href="../../webchat.php">Web Chat</a></li>
    5.47 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    5.48 -				<li><a href="../devel/">Development</a></li>
    5.49 -				<li><a href="../packages/">Packages</a></li>
    5.50 -				<li><a href="../artwork/">Artwork</a></li>
    5.51 -				<li><a href="../search.php">Search</a></li>
    5.52 -			</ul>
    5.53 -		</div>
    5.54 -		<div class="left_box">
    5.55 -			<ul>
    5.56 -				<li><a href="../">Headlines</a></li>
    5.57 -				<li><a href="../about/">About</a></li>
    5.58 -				<li><a href="../get/">Download</a></li>
    5.59 -				<li><a href="../doc/">Documentation</a></li>
    5.60 -				<li><a href="../asso/">Association</a></li>
    5.61 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    5.62 -			</ul>
    5.63 -		</div>
    5.64 -	</div>
    5.65 -	<!-- Information/image -->
    5.66 -	<div id="block_info">
    5.67 -		<h4>News archives</h4>
    5.68 -		<p>
    5.69 -			Website news archives by year. Note that some links may be
    5.70 -			broken due to website structure changes (mainly the docs 
    5.71 -			that moved to their own domain).
    5.72 -		</p>
    5.73 -		<p>
    5.74 -			<img src="../../images/news.png" alt="png" />
    5.75 -			<a href="2007.html">2007</a> | 2008 | 
    5.76 -			<a href="2009.html">2009</a> | <a href="./">2010</a>
    5.77 -		</p>
    5.78 -	</div>
    5.79 -</div>
    5.80 -
    5.81 -<!-- Content -->
    5.82 -<div id="content">
    5.83 -
    5.84 -<h2>2008</h2>
    5.85 -
    5.86 -<ul>
    5.87 -<li><strong>31 Dec 2008 - Cooking 20081231 - Wifi and NTFS support</strong>
    5.88 -	<p>
    5.89 -	The SliTaz project is proud to announce a new Cooking version of the
    5.90 -	LiveCD. It allows you to utilize and test the work done in recent months,
    5.91 -	it contains many new features, bug fixes and several updates. The
    5.92 -	distribution now includes a tiny control center, easily managed WiFi
    5.93 -	via Netbox and tazndis, a lighter version of ndiswrapper to use non-free
    5.94 -	Windows network card drivers. Perl is now on the cdrom (with Lua removed).
    5.95 -	WiFi support is also accompanied by support for NTFS partitions, so
    5.96 -	mplayer had to be dropped from the default packages that make up the
    5.97 -	heart of the LiveCD. The Tazpkg manager has been greatly improved, it
    5.98 -	allows the preservation of configuration files, software to be updated
    5.99 -	according to the construction (build) date on the server, log files to
   5.100 -	be kept when the packages are actioned, and several fixes have been
   5.101 -	applied. Also improved are the boot scripts, and the LiveCD tool
   5.102 -	(Tazlito) is now more coherent. The Cooking repository now contains more
   5.103 -	than 1100 packages thanks to the SliTaz developers. You can
   5.104 -	<a href="../get/index.html#cooking">download</a> this new version from one of the
   5.105 -	official mirrors of the project.
   5.106 -	</p></li>
   5.107 -	
   5.108 -	<li><strong>16 Jul 2008 - Cooking 20080716 - Web boot and MPlayer</strong>
   5.109 -	<p>
   5.110 -	SliTaz project members are proud to announce the availability of a new
   5.111 -	Cooking version, including many new features and bug fixes. This version
   5.112 -	provides the boot option <code>web</code> which lets you boot SliTaz
   5.113 -	from the internet using gPXE from
   5.114 -	<a href="http://boot.slitaz.org/">boot.slitaz.org</a>. This new
   5.115 -	unique service offers the possibility to use SliTaz in Live mode
   5.116 -	(all in RAM), using the Live options to store your data permanently
   5.117 -	and preconfigure the system. This new Cooking takes an extra 3 Mb so we can provide:
   5.118 -	a multimedia player with MPlayer, a notes manager with Notecase,
   5.119 -	a new version of Tazpkg package manager with md5sum support, XFS
   5.120 -	filesystem support built into the Kernel, a 'man' command and a few
   5.121 -	updates. This version requires at least 160 Mb to boot and run properly,
   5.122 -	we offer loram <a href="../get/flavors.html">flavors</a> for machines with less
   5.123 -	resources. <a href="../get/index.html#cooking">Download SliTaz Cooking ISO</a>.
   5.124 -	</p></li>
   5.125 -	
   5.126 -	<li><strong>26 Jun 2008 - Cooking 20080626 with new Kernel</strong>
   5.127 -	<p>
   5.128 -	Summer time is here and also the new Cooking from the 26 June. A lot
   5.129 -	of work has been done to improve user experience. This Cooking version
   5.130 -	provides a new Kernel (2.6.25.5) with many new built-in drivers and
   5.131 -	modules, linux package was also split to have a fairly modular Kernel.
   5.132 -	Default user has changed to <code>tux</code> and the new option
   5.133 -	<code>user=name</code> lets you choose the default user name. Most
   5.134 -	of the Slitaz utils and tools have been improved: tazpkgbox provides
   5.135 -	some new commands for package management and bootfloppybox can be used in
   5.136 -	text mode, Netbox wifi and PPPoE support are now both working well and
   5.137 -	a new function called zeroconf is available. Most packages are up-to-date
   5.138 -	and Firefox 3.0 is part of the 25.2 Mb ISO. Cooking version can be
   5.139 -	<a href="../get/index.html#cooking">downloaded</a> from SliTaz mirror. Bugs can
   5.140 -	be reported on SliTaz Bug Tracking System:
   5.141 -	<a href="http://bugs.slitaz.org">BTS</a>
   5.142 -	</p></li>
   5.143 -	
   5.144 -	<li><strong>18 May 2008 - Cooking 20080518 and LinuxDays.ch</strong>
   5.145 -	<p>
   5.146 -	SliTaz team is proud to announce the availability of a new Cooking
   5.147 -	LiveCD ISO image providing huge changes from the stable release.
   5.148 -	SliTaz now uses Openbox as its default Window Manager, desktop icons let
   5.149 -	you launch your favorite applications and manage files and dbus and hal
   5.150 -	will automatically mount removable media such as USB keys or Hard disks.
   5.151 -	Packages can now be managed through the graphical Packages Manager
   5.152 -	Tazpkgbox and mountbox and netbox are now much more usable and complete.
   5.153 -	The LiveCD now offers: lua, a desktop search engine with searchmonkey,
   5.154 -	system information with Hardinfo, task management with LXTasks and a
   5.155 -	password and clipboard manager. All the major packages have been updated -
   5.156 -	SliTaz now uses a new toolchain using the last glibc-2.7, GTK 2.12.9
   5.157 -	and Firefox 3.0 RC1! You will now find 580 packages on the mirror
   5.158 -	including wireless support for the kernel and the necessary tools
   5.159 -	for a manual connection or one managed by SliTaz netbox. This new announced
   5.160 -	Cooking version can be <a href="../get/index.html#cooking">downloaded</a> from
   5.161 -	SliTaz mirror. Note: This version is going to be used at the
   5.162 -	<a href="http://www.linuxdays.ch/">LinuxDay.ch</a> in Geneva
   5.163 -	Switzerland.
   5.164 -	</p></li>
   5.165 -	<li><strong>22 Mar 2008 - SliTaz GNU/Linux 1.0 release</strong>
   5.166 -	<p>
   5.167 -	The SliTaz contributors team are proud to announce the publication of SliTaz
   5.168 -	GNU/Linux 1.0. This is the first stable release after 2 years of work. The
   5.169 -	system is distributed as a bootable LiveCD of 24.8 MB providing a fully
   5.170 -	featured desktop environment and a generous selection of multi-use applications.
   5.171 -	SliTaz GNU/Linux 1.0 uses the Linux Kernel 2.6.24.2, providing Firefox 2.0.0.12,
   5.172 -	Rsync 3.0.0, Gparted 0.3.5 and sound support with Alsa 1.0.16. The distribution
   5.173 -	lets you listen to music, surf the Web, edit a video studio and much more
   5.174 -	with the 448 available packages that can be installed with our very own
   5.175 -	package manager Tazpkg. The LiveCD lets you create a custom distro or a LiveUSB
   5.176 -	device in one single command. Security updates are provided by the project and
   5.177 -	popular packages like Firefox will also get upgraded for functionality. You
   5.178 -	can get SliTaz GNU/Linux 1.0 from the Web site
   5.179 -	<a href="../get/index.html#stable">download page</a>. Read the
   5.180 -	<a href="../doc/releases/1.0/relnotes.en.html">Release Notes</a> for more
   5.181 -	detailed information on this stable version.
   5.182 -	</p></li>
   5.183 -	<li><strong>26 Feb 2008 - Updated Cooking ISO (20080225)</strong>
   5.184 -	<p>
   5.185 -	SliTaz project is proud to announce an updated version of the LiveCD
   5.186 -	with many bug fixes, new boot options, ACPI support and some package updates
   5.187 -	such as: Alsa 1.0.16, PHP 5.2.5, Htop 0.7, Firefox 2.0.0.12, Nano 2.0.7 and
   5.188 -	Sqlite 3.5.6. The option <code>home=*</code> now supports devices by UUID or
   5.189 -	label (Thanks Andrew) and the <code>laptop</code> option will automatically
   5.190 -	load ac and battery Kernel modules. The project also provides a new tool
   5.191 -	Tazusb, dedicated to LiveUSB media. Tazusb lets you create bootable USB
   5.192 -	media or write the current filesystem to the media in one single command.
   5.193 -	This version is ready for stable release, we are now writing Release Notes,
   5.194 -	preparing final artwork and a stable packages repository. You can try this
   5.195 -	updated Cooking by <a href="../get/index.html#cooking">downloading</a> the LiveCD ISO from
   5.196 -	SliTaz Web site.</li>
   5.197 -	<li><strong>10 Jan 2008 - New Cooking ISO (20080107)</strong><br />
   5.198 -	Paving the road to a stable release, we published a new Cooking ISO with many
   5.199 -	bug fixes and some new features. We added Asunder for audio CD ripping,
   5.200 -	Burnbox to burn ISO images, a new boot option to let you load Kernel modules
   5.201 -	at boot time (<code>modprobe=modules</code>) and the LiveCD now uses Xvesa
   5.202 -	from Xorg 7.2. All the SliTaz tools and utilities have been updated with
   5.203 -	new features. Tazpkg can repack packages from a running system, Tazlito
   5.204 -	can generate a LiveCD distribution flavor with a few commands and Tazwok can
   5.205 -	check for build dependencies when building a package from source. Please
   5.206 -	check <a href="../get/index.html#cooking">downloads area</a> to get a copy of SliTaz
   5.207 -	LiveCD.</p></li>
   5.208 -</ul>
   5.209 -
   5.210 -<!-- Footer -->
   5.211 -<div id="footer">
   5.212 -	Copyright &copy; <span class="year"></span>
   5.213 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   5.214 -	<a href="http://scn.slitaz.org/">Community</a>
   5.215 -	<a href="http://doc.slitaz.org/">Doc</a>
   5.216 -	<a href="http://forum.slitaz.org/">Forum</a>
   5.217 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   5.218 -	<a href="http://bugs.slitaz.org">Bugs</a>
   5.219 -	<a href="http://hg.slitaz.org/">Hg</a>
   5.220 -	<p>
   5.221 -		SliTaz @
   5.222 -		<a href="http://twitter.com/slitaz">Twitter</a>
   5.223 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   5.224 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   5.225 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   5.226 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   5.227 -	</p>
   5.228 -</div>
   5.229 -
   5.230 -</body>
   5.231 -</html>
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/en/news/2008.php	Mon Mar 12 00:20:18 2012 +0100
     6.3 @@ -0,0 +1,178 @@
     6.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     6.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     6.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     6.7 +<head>
     6.8 +    <title>SliTaz - News archives 2008</title>
     6.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    6.10 +    <meta name="description" content="SliTaz news archives info release" />
    6.11 +    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    6.12 +    <meta name="robots" content="index, follow, all" />
    6.13 +    <meta name="revisit-after" content="7 days" />
    6.14 +    <meta name="expires" content="never" />
    6.15 +    <meta name="modified" content="2010-03-30 21:45:00" />
    6.16 +    <meta name="author" content="Christophe Lincoln"/>
    6.17 +    <meta name="publisher" content="www.slitaz.org" />
    6.18 +    <link rel="shortcut icon" href="../../favicon.ico" />
    6.19 +    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    6.20 +    <link rel="Content" href="#content" />
    6.21 +</head>
    6.22 +<body>
    6.23 +
    6.24 +<?php include("../../lib/html/header.html"); ?>
    6.25 +
    6.26 +<!-- Block -->
    6.27 +<div id="block">
    6.28 +	<?php include("../../lib/html/nav.en.html"); ?>
    6.29 +	<!-- Information/image -->
    6.30 +	<div id="block_info">
    6.31 +		<h4>News archives</h4>
    6.32 +		<p>
    6.33 +			Website news archives by year. Note that some links may be
    6.34 +			broken due to website structure changes (mainly the docs 
    6.35 +			that moved to their own domain).
    6.36 +		</p>
    6.37 +		<p>
    6.38 +			<img src="/images/news.png" alt="[ News ]" />
    6.39 +			<a href="2007.php">2007</a> | <a href="2008.php">2008</a>
    6.40 +			| <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
    6.41 +			| <a href="./">2011</a>
    6.42 +		</p>
    6.43 +	</div>
    6.44 +</div>
    6.45 +
    6.46 +<!-- Content -->
    6.47 +<div id="content">
    6.48 +
    6.49 +<h2>2008</h2>
    6.50 +
    6.51 +<ul>
    6.52 +<li><strong>31 Dec 2008 - Cooking 20081231 - Wifi and NTFS support</strong>
    6.53 +	<p>
    6.54 +	The SliTaz project is proud to announce a new Cooking version of the
    6.55 +	LiveCD. It allows you to utilize and test the work done in recent months,
    6.56 +	it contains many new features, bug fixes and several updates. The
    6.57 +	distribution now includes a tiny control center, easily managed WiFi
    6.58 +	via Netbox and tazndis, a lighter version of ndiswrapper to use non-free
    6.59 +	Windows network card drivers. Perl is now on the cdrom (with Lua removed).
    6.60 +	WiFi support is also accompanied by support for NTFS partitions, so
    6.61 +	mplayer had to be dropped from the default packages that make up the
    6.62 +	heart of the LiveCD. The Tazpkg manager has been greatly improved, it
    6.63 +	allows the preservation of configuration files, software to be updated
    6.64 +	according to the construction (build) date on the server, log files to
    6.65 +	be kept when the packages are actioned, and several fixes have been
    6.66 +	applied. Also improved are the boot scripts, and the LiveCD tool
    6.67 +	(Tazlito) is now more coherent. The Cooking repository now contains more
    6.68 +	than 1100 packages thanks to the SliTaz developers. You can
    6.69 +	<a href="../get/index.html#cooking">download</a> this new version from one of the
    6.70 +	official mirrors of the project.
    6.71 +	</p></li>
    6.72 +	
    6.73 +	<li><strong>16 Jul 2008 - Cooking 20080716 - Web boot and MPlayer</strong>
    6.74 +	<p>
    6.75 +	SliTaz project members are proud to announce the availability of a new
    6.76 +	Cooking version, including many new features and bug fixes. This version
    6.77 +	provides the boot option <code>web</code> which lets you boot SliTaz
    6.78 +	from the internet using gPXE from
    6.79 +	<a href="http://boot.slitaz.org/">boot.slitaz.org</a>. This new
    6.80 +	unique service offers the possibility to use SliTaz in Live mode
    6.81 +	(all in RAM), using the Live options to store your data permanently
    6.82 +	and preconfigure the system. This new Cooking takes an extra 3 Mb so we can provide:
    6.83 +	a multimedia player with MPlayer, a notes manager with Notecase,
    6.84 +	a new version of Tazpkg package manager with md5sum support, XFS
    6.85 +	filesystem support built into the Kernel, a 'man' command and a few
    6.86 +	updates. This version requires at least 160 Mb to boot and run properly,
    6.87 +	we offer loram <a href="../get/flavors.html">flavors</a> for machines with less
    6.88 +	resources. <a href="../get/index.html#cooking">Download SliTaz Cooking ISO</a>.
    6.89 +	</p></li>
    6.90 +	
    6.91 +	<li><strong>26 Jun 2008 - Cooking 20080626 with new Kernel</strong>
    6.92 +	<p>
    6.93 +	Summer time is here and also the new Cooking from the 26 June. A lot
    6.94 +	of work has been done to improve user experience. This Cooking version
    6.95 +	provides a new Kernel (2.6.25.5) with many new built-in drivers and
    6.96 +	modules, linux package was also split to have a fairly modular Kernel.
    6.97 +	Default user has changed to <code>tux</code> and the new option
    6.98 +	<code>user=name</code> lets you choose the default user name. Most
    6.99 +	of the Slitaz utils and tools have been improved: tazpkgbox provides
   6.100 +	some new commands for package management and bootfloppybox can be used in
   6.101 +	text mode, Netbox wifi and PPPoE support are now both working well and
   6.102 +	a new function called zeroconf is available. Most packages are up-to-date
   6.103 +	and Firefox 3.0 is part of the 25.2 Mb ISO. Cooking version can be
   6.104 +	<a href="../get/index.html#cooking">downloaded</a> from SliTaz mirror. Bugs can
   6.105 +	be reported on SliTaz Bug Tracking System:
   6.106 +	<a href="http://bugs.slitaz.org">BTS</a>
   6.107 +	</p></li>
   6.108 +	
   6.109 +	<li><strong>18 May 2008 - Cooking 20080518 and LinuxDays.ch</strong>
   6.110 +	<p>
   6.111 +	SliTaz team is proud to announce the availability of a new Cooking
   6.112 +	LiveCD ISO image providing huge changes from the stable release.
   6.113 +	SliTaz now uses Openbox as its default Window Manager, desktop icons let
   6.114 +	you launch your favorite applications and manage files and dbus and hal
   6.115 +	will automatically mount removable media such as USB keys or Hard disks.
   6.116 +	Packages can now be managed through the graphical Packages Manager
   6.117 +	Tazpkgbox and mountbox and netbox are now much more usable and complete.
   6.118 +	The LiveCD now offers: lua, a desktop search engine with searchmonkey,
   6.119 +	system information with Hardinfo, task management with LXTasks and a
   6.120 +	password and clipboard manager. All the major packages have been updated -
   6.121 +	SliTaz now uses a new toolchain using the last glibc-2.7, GTK 2.12.9
   6.122 +	and Firefox 3.0 RC1! You will now find 580 packages on the mirror
   6.123 +	including wireless support for the kernel and the necessary tools
   6.124 +	for a manual connection or one managed by SliTaz netbox. This new announced
   6.125 +	Cooking version can be <a href="../get/index.html#cooking">downloaded</a> from
   6.126 +	SliTaz mirror. Note: This version is going to be used at the
   6.127 +	<a href="http://www.linuxdays.ch/">LinuxDay.ch</a> in Geneva
   6.128 +	Switzerland.
   6.129 +	</p></li>
   6.130 +	<li><strong>22 Mar 2008 - SliTaz GNU/Linux 1.0 release</strong>
   6.131 +	<p>
   6.132 +	The SliTaz contributors team are proud to announce the publication of SliTaz
   6.133 +	GNU/Linux 1.0. This is the first stable release after 2 years of work. The
   6.134 +	system is distributed as a bootable LiveCD of 24.8 MB providing a fully
   6.135 +	featured desktop environment and a generous selection of multi-use applications.
   6.136 +	SliTaz GNU/Linux 1.0 uses the Linux Kernel 2.6.24.2, providing Firefox 2.0.0.12,
   6.137 +	Rsync 3.0.0, Gparted 0.3.5 and sound support with Alsa 1.0.16. The distribution
   6.138 +	lets you listen to music, surf the Web, edit a video studio and much more
   6.139 +	with the 448 available packages that can be installed with our very own
   6.140 +	package manager Tazpkg. The LiveCD lets you create a custom distro or a LiveUSB
   6.141 +	device in one single command. Security updates are provided by the project and
   6.142 +	popular packages like Firefox will also get upgraded for functionality. You
   6.143 +	can get SliTaz GNU/Linux 1.0 from the Web site
   6.144 +	<a href="../get/index.html#stable">download page</a>. Read the
   6.145 +	<a href="../doc/releases/1.0/relnotes.en.html">Release Notes</a> for more
   6.146 +	detailed information on this stable version.
   6.147 +	</p></li>
   6.148 +	<li><strong>26 Feb 2008 - Updated Cooking ISO (20080225)</strong>
   6.149 +	<p>
   6.150 +	SliTaz project is proud to announce an updated version of the LiveCD
   6.151 +	with many bug fixes, new boot options, ACPI support and some package updates
   6.152 +	such as: Alsa 1.0.16, PHP 5.2.5, Htop 0.7, Firefox 2.0.0.12, Nano 2.0.7 and
   6.153 +	Sqlite 3.5.6. The option <code>home=*</code> now supports devices by UUID or
   6.154 +	label (Thanks Andrew) and the <code>laptop</code> option will automatically
   6.155 +	load ac and battery Kernel modules. The project also provides a new tool
   6.156 +	Tazusb, dedicated to LiveUSB media. Tazusb lets you create bootable USB
   6.157 +	media or write the current filesystem to the media in one single command.
   6.158 +	This version is ready for stable release, we are now writing Release Notes,
   6.159 +	preparing final artwork and a stable packages repository. You can try this
   6.160 +	updated Cooking by <a href="../get/index.html#cooking">downloading</a> the LiveCD ISO from
   6.161 +	SliTaz Web site.</li>
   6.162 +	<li><strong>10 Jan 2008 - New Cooking ISO (20080107)</strong><br />
   6.163 +	Paving the road to a stable release, we published a new Cooking ISO with many
   6.164 +	bug fixes and some new features. We added Asunder for audio CD ripping,
   6.165 +	Burnbox to burn ISO images, a new boot option to let you load Kernel modules
   6.166 +	at boot time (<code>modprobe=modules</code>) and the LiveCD now uses Xvesa
   6.167 +	from Xorg 7.2. All the SliTaz tools and utilities have been updated with
   6.168 +	new features. Tazpkg can repack packages from a running system, Tazlito
   6.169 +	can generate a LiveCD distribution flavor with a few commands and Tazwok can
   6.170 +	check for build dependencies when building a package from source. Please
   6.171 +	check <a href="../get/index.html#cooking">downloads area</a> to get a copy of SliTaz
   6.172 +	LiveCD.</p></li>
   6.173 +</ul>
   6.174 +
   6.175 +<!-- End of content -->
   6.176 +</div>
   6.177 +
   6.178 +<?php include("../../lib/html/footer.html"); ?>
   6.179 +
   6.180 +</body>
   6.181 +</html>
     7.1 --- a/en/news/2009.html	Sun Mar 11 22:54:13 2012 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,223 +0,0 @@
     7.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     7.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     7.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     7.7 -<head>
     7.8 -    <title>SliTaz - News archives 2009</title>
     7.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    7.10 -    <meta name="description" content="SliTaz news archives info release" />
    7.11 -    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    7.12 -    <meta name="robots" content="index, follow, all" />
    7.13 -    <meta name="revisit-after" content="7 days" />
    7.14 -    <meta name="expires" content="never" />
    7.15 -    <meta name="modified" content="2010-03-30 21:45:00" />
    7.16 -    <meta name="author" content="Christophe Lincoln"/>
    7.17 -    <meta name="publisher" content="www.slitaz.org" />
    7.18 -    <link rel="shortcut icon" href="../../favicon.ico" />
    7.19 -    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    7.20 -    <link rel="Content" href="#content" />
    7.21 -</head>
    7.22 -<body>
    7.23 -
    7.24 -<!-- Header -->
    7.25 -<div id="header">
    7.26 -	<div id="logo"></div>
    7.27 -	<div id="network">
    7.28 -		<a href="http://www.slitaz.org/netmap.php">
    7.29 -			<img src="../../images/network.png" alt="network.png" /></a>
    7.30 -		<a href="http://scn.slitaz.org/">Community</a>
    7.31 -		<a href="http://doc.slitaz.org/">Doc</a>
    7.32 -		<a href="http://forum.slitaz.org/">Forum</a>
    7.33 -		<a href="http://bugs.slitaz.org">Bugs</a>
    7.34 -		<a href="http://hg.slitaz.org/">Hg</a>
    7.35 -	</div>
    7.36 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    7.37 -</div>
    7.38 -
    7.39 -<!-- Block -->
    7.40 -<div id="block">
    7.41 -	<!-- Navigation -->
    7.42 -	<div id="block_nav">
    7.43 -		<h4>Navigation</h4>
    7.44 -		<div class="right_box">
    7.45 -			<ul>
    7.46 -				<li><a href="../../webchat.php">Web Chat</a></li>
    7.47 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    7.48 -				<li><a href="../devel/">Development</a></li>
    7.49 -				<li><a href="../packages/">Packages</a></li>
    7.50 -				<li><a href="../artwork/">Artwork</a></li>
    7.51 -				<li><a href="../search.php">Search</a></li>
    7.52 -			</ul>
    7.53 -		</div>
    7.54 -		<div class="left_box">
    7.55 -			<ul>
    7.56 -				<li><a href="../">Headlines</a></li>
    7.57 -				<li><a href="../about/">About</a></li>
    7.58 -				<li><a href="../get/">Download</a></li>
    7.59 -				<li><a href="../doc/">Documentation</a></li>
    7.60 -				<li><a href="../asso/">Association</a></li>
    7.61 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    7.62 -			</ul>
    7.63 -		</div>
    7.64 -	</div>
    7.65 -	<!-- Information/image -->
    7.66 -	<div id="block_info">
    7.67 -		<h4>News archives</h4>
    7.68 -		<p>
    7.69 -			Website news archives by year. Note that some links may be
    7.70 -			broken due to website structure changes (mainly the docs 
    7.71 -			that moved to their own domain).
    7.72 -		</p>
    7.73 -		<p>
    7.74 -			<img src="../../images/news.png" alt="png" /> 
    7.75 -			<a href="2007.html">2007</a> | <a href="2008.html">2008</a>
    7.76 -			|  2009 | <a href="./">2010</a>
    7.77 -		</p>
    7.78 -	</div>
    7.79 -</div>
    7.80 -
    7.81 -<!-- Content -->
    7.82 -<div id="content">
    7.83 -
    7.84 -<h2>2009</h2>
    7.85 -
    7.86 -<ul>
    7.87 -	<li><strong>4 November 2009 - New Cooking 20091104</strong>
    7.88 -	<p>SliTaz contributors are proud to announce the availability of a new Cooking
    7.89 -	ISO image based on over 2100 packages available in the SliTaz repository.
    7.90 -	The full system has been rebuilt with a new toolchain using Glibc 2.10.1
    7.91 -	and GCC 4.4.1. This new Cooking uses the Linux kernel 2.6.30.6 with better
    7.92 -	hardware support and more built-in modules. The boot process has been further
    7.93 -	improved and the boot time is now faster than ever. Major packages found on
    7.94 -	the LiveCD such as Firefox have been updated to the current stable version.
    7.95 -	Home-made GUI boxes have been enhanced. Tazpkg packages manager supports new
    7.96 -	features including the conversion of deb/rpm/arch/slackware/ipk packages to
    7.97 -	Slitaz native format. The ISO image includes a new Openbox, GTK and icons
    7.98 -	theme for an elegant and more beautiful desktop. We have also removed
    7.99 -	ePDFview and switched to an online PDF viewer. This ISO image, however,
   7.100 -	is a bit bigger than 30 Mb (31.5) due to a bigger Kernel and many new
   7.101 -	dependencies.</p>
   7.102 -	<p>We would also like to announce that the SliTaz project has a new
   7.103 -	<a href="http://forum.slitaz.org/">support forum</a> and a new
   7.104 -	<a href="http://scn.slitaz.org/">community platform</a> where
   7.105 -	everyone is welcome to share and to get involved! This new Cooking ISO
   7.106 -	is as always downloadable from the website download section:
   7.107 -	<a href="../get/#cooking">Get SliTaz Cooking</a></p>
   7.108 -	</li>
   7.109 -
   7.110 -	<li><strong>19 May 2009 - SliTaz at LinuxDays 2009 (Geneva)</strong>
   7.111 -	<p>
   7.112 -	During the LinuxDays show in Switzerland, the association will have a
   7.113 -	booth in the Association Village and a lecture will be given on Wednesday
   7.114 -	morning. The lecture is a case study with a corporate view based on using a
   7.115 -	"SliTaz Business Server" with a switchboard, integrated ERP, mail, LDAP,
   7.116 -	etc...
   7.117 -	</p>
   7.118 -	<p>
   7.119 -	During the 3 days, the exhibition stand will be manned by members
   7.120 -	of the SliTaz project. The booth will offer demonstrations, including the
   7.121 -	creation of bootable USB keys (LiveUSB) and cdroms. The LinuxDays LiveCD
   7.122 -	will contain a selection of software designed for mobile
   7.123 -	use. The exhibition lounge will also have a forum and we will gladly answer
   7.124 -	any questions. So feel free to visit us! Information can be found on
   7.125 -	<a href="http://labs.slitaz.org/wiki/events/2009-linuxdays">SliTaz Labs</a>
   7.126 -	and the <a href="http://2009.linuxdays.ch/">2009.linuxdays.ch</a> website.
   7.127 -
   7.128 -	</p></li>
   7.129 -
   7.130 -	<li><strong>16 April 2009 - SliTaz GNU/Linux 2.0 release</strong>
   7.131 -	<p>
   7.132 -	The SliTaz project are proud to announce the release of the new stable
   7.133 -	version of the distribution - SliTaz GNU/Linux 2.0. This new version is the
   7.134 -	result of one year of community work and provides an ultra lightweight, fast,
   7.135 -	scalable and stable operating system. SliTaz provides a complete graphical
   7.136 -	desktop in less than 30MB, applications required for a reliable and robust
   7.137 -	server environment and 1400 easily installable software packages in a few
   7.138 -	clicks of the mouse. This new version offers the automounting of partitions
   7.139 -	(NTFS compliant), wifi support, an office respecting the Freedesktop.org
   7.140 -	standards (drag and drop), network booting with gPXE and
   7.141 -	<a href="http://boot.slitaz.org/">boot.slitaz.org</a>, automatic detection
   7.142 -	of USB and PCI devices, a GUI package manager and control center, and various
   7.143 -	graphical tools to manage the distribution. The creation of USB media and
   7.144 -	bootable LiveCD flavors is also simplified and greatly improved. The core
   7.145 -	LiveCD includes Firefox 3.0.8, gFTP, LostIRC, ePDFView, mtPaint, Transmission,
   7.146 -	Osmo and Alsaplayer. The website documentation has been updated and you can read the
   7.147 -	<a href="../doc/releases/2.0/relnotes.en.html">release notes</a> included in
   7.148 -	the distribution for more details on this stable version. SliTaz GNU/Linux
   7.149 -	2.0 is now <a href="../get/index.html">downloadable</a> from the official mirrors of
   7.150 -	the project.
   7.151 -	</p></li>
   7.152 -
   7.153 -	<li><strong>27 March 2009 - Labs and new mirrors</strong>
   7.154 -	<p>
   7.155 -	Continually seeking to improve the distribution and the services we offer,
   7.156 -	we are proud to announce the launch of <a href="http://labs.slitaz.org/">SliTaz Labs</a>.
   7.157 -	This platform makes it possible for contributors to collaborate more
   7.158 -	effectively, report bugs or request new features. The Labs provide each
   7.159 -	<a href="http://labs.slitaz.org/projects">project</a> with a wiki, a
   7.160 -	bug/issues tracker, <a href="http://labs.slitaz.org/news">news</a>, etc.
   7.161 -	The laboratories provide an overview of activity on the project and
   7.162 -	track the release of regular updates. Register to participate and
   7.163 -	leave a comment. The project is also proud to announce 2 new mirrors:
   7.164 -	In Switzerland, hosted by <a href="http://mirror.switch.ch/">SWITCHmirror</a>
   7.165 -	(10 Gbits/s) and hosted in China by <a href="http://www.lupaworld.com">LupaWorld</a>,
   7.166 -	thanks for supporting us.
   7.167 -	</p></li>
   7.168 -
   7.169 -	<li><strong>20 March 2009 - SliTaz at Solutionslinux 2009 (Paris)</strong>
   7.170 -	<p>
   7.171 -	The SliTaz project will be present at Solutionslinux 2009 in Paris.
   7.172 -	The stand will be hosted by 3 members of the team during the 3 day
   7.173 -	event and several other contributors will be present at some point.
   7.174 -	There you will have the opportunity to test various machines, EeePC
   7.175 -	for example, create a USB key (bring one with you) or to buy USB keys
   7.176 -	or bootable LiveCDs. You can also learn about the project and make
   7.177 -	contact with members of the association and the development team.
   7.178 -	Website of the fair:
   7.179 -	<a href="http://www.solutionslinux.fr/">www.solutionslinux.fr</a>,
   7.180 -	<a href="http://www.solutionslinux.fr/associations.php?pg=2_7">Village associations</a>,
   7.181 -	<a href="http://www.solutionslinux.fr/exposant_fiche.php?id=763&amp;pg=2_4">SliTaz Stand</a>.
   7.182 -	</p></li>
   7.183 -	
   7.184 -	<li><strong>28 Feb 2009 - New Cooking 20090228</strong>
   7.185 -	<p>
   7.186 -	Getting ready for the next stable release! - The SliTaz project is proud
   7.187 -	to publish a new Cooking version with a lot of bug fixes, updates, improvements
   7.188 -	and new features. PCI/USB device auto-detection is now handled by Tazhw and
   7.189 -	firmware can be installed in one click through a graphical interface.
   7.190 -	Tazndis also has a simple GUI which lets you manage Windows drivers in a
   7.191 -	user friendly interface. The graphical packages manager is also much simpler
   7.192 -	to use and LiveUSB media such as a USB key can easily be created through a box.
   7.193 -	Netbox displays all interfaces and the new Wifibox can connect to
   7.194 -	wireless essids, manage favorite networks and configure card drivers
   7.195 -	manually or through Tazhw. The desktop has a GUI to enable or disable
   7.196 -	applications started with an Openbox session and Ivman with desktopkbox
   7.197 -	provides a lightweight notification system. You can
   7.198 -	<a href="../get/index.html#cooking">download</a> this new ISO image from one of the
   7.199 -	official mirrors of the website.
   7.200 -	</p></li>
   7.201 -</ul>
   7.202 -
   7.203 -</div>
   7.204 -
   7.205 -<!-- Footer -->
   7.206 -<div id="footer">
   7.207 -	Copyright &copy; <span class="year"></span>
   7.208 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   7.209 -	<a href="http://scn.slitaz.org/">Community</a>
   7.210 -	<a href="http://doc.slitaz.org/">Doc</a>
   7.211 -	<a href="http://forum.slitaz.org/">Forum</a>
   7.212 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   7.213 -	<a href="http://bugs.slitaz.org">Bugs</a>
   7.214 -	<a href="http://hg.slitaz.org/">Hg</a>
   7.215 -	<p>
   7.216 -		SliTaz @
   7.217 -		<a href="http://twitter.com/slitaz">Twitter</a>
   7.218 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   7.219 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   7.220 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   7.221 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   7.222 -	</p>
   7.223 -</div>
   7.224 -
   7.225 -</body>
   7.226 -</html>
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/en/news/2009.php	Mon Mar 12 00:20:18 2012 +0100
     8.3 @@ -0,0 +1,170 @@
     8.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     8.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     8.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     8.7 +<head>
     8.8 +    <title>SliTaz - News archives 2009</title>
     8.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    8.10 +    <meta name="description" content="SliTaz news archives info release" />
    8.11 +    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    8.12 +    <meta name="robots" content="index, follow, all" />
    8.13 +    <meta name="expires" content="never" />
    8.14 +    <meta name="modified" content="2009-11-04 21:45:00" />
    8.15 +    <meta name="author" content="Christophe Lincoln"/>
    8.16 +    <meta name="publisher" content="www.slitaz.org" />
    8.17 +    <link rel="shortcut icon" href="../../favicon.ico" />
    8.18 +    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    8.19 +    <link rel="Content" href="#content" />
    8.20 +</head>
    8.21 +<body>
    8.22 +
    8.23 +<?php include("../../lib/html/header.html"); ?>
    8.24 +
    8.25 +<!-- Block -->
    8.26 +<div id="block">
    8.27 +	<?php include("../../lib/html/nav.en.html"); ?>
    8.28 +	<!-- Information/image -->
    8.29 +	<div id="block_info">
    8.30 +		<h4>News archives</h4>
    8.31 +		<p>
    8.32 +			Website news archives by year. Note that some links may be
    8.33 +			broken due to website structure changes (mainly the docs 
    8.34 +			that moved to their own domain).
    8.35 +		</p>
    8.36 +		<p>
    8.37 +			<img src="/images/news.png" alt="[ News ]" />
    8.38 +			<a href="2007.php">2007</a> | <a href="2008.php">2008</a>
    8.39 +			| <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
    8.40 +			| <a href="./">2011</a>
    8.41 +		</p>
    8.42 +	</div>
    8.43 +</div>
    8.44 +
    8.45 +<!-- Content -->
    8.46 +<div id="content">
    8.47 +
    8.48 +<h2>2009</h2>
    8.49 +
    8.50 +<ul>
    8.51 +	<li><strong>4 November 2009 - New Cooking 20091104</strong>
    8.52 +	<p>SliTaz contributors are proud to announce the availability of a new Cooking
    8.53 +	ISO image based on over 2100 packages available in the SliTaz repository.
    8.54 +	The full system has been rebuilt with a new toolchain using Glibc 2.10.1
    8.55 +	and GCC 4.4.1. This new Cooking uses the Linux kernel 2.6.30.6 with better
    8.56 +	hardware support and more built-in modules. The boot process has been further
    8.57 +	improved and the boot time is now faster than ever. Major packages found on
    8.58 +	the LiveCD such as Firefox have been updated to the current stable version.
    8.59 +	Home-made GUI boxes have been enhanced. Tazpkg packages manager supports new
    8.60 +	features including the conversion of deb/rpm/arch/slackware/ipk packages to
    8.61 +	Slitaz native format. The ISO image includes a new Openbox, GTK and icons
    8.62 +	theme for an elegant and more beautiful desktop. We have also removed
    8.63 +	ePDFview and switched to an online PDF viewer. This ISO image, however,
    8.64 +	is a bit bigger than 30 Mb (31.5) due to a bigger Kernel and many new
    8.65 +	dependencies.</p>
    8.66 +	<p>We would also like to announce that the SliTaz project has a new
    8.67 +	<a href="http://forum.slitaz.org/">support forum</a> and a new
    8.68 +	<a href="http://scn.slitaz.org/">community platform</a> where
    8.69 +	everyone is welcome to share and to get involved! This new Cooking ISO
    8.70 +	is as always downloadable from the website download section:
    8.71 +	<a href="../get/#cooking">Get SliTaz Cooking</a></p>
    8.72 +	</li>
    8.73 +
    8.74 +	<li><strong>19 May 2009 - SliTaz at LinuxDays 2009 (Geneva)</strong>
    8.75 +	<p>
    8.76 +	During the LinuxDays show in Switzerland, the association will have a
    8.77 +	booth in the Association Village and a lecture will be given on Wednesday
    8.78 +	morning. The lecture is a case study with a corporate view based on using a
    8.79 +	"SliTaz Business Server" with a switchboard, integrated ERP, mail, LDAP,
    8.80 +	etc...
    8.81 +	</p>
    8.82 +	<p>
    8.83 +	During the 3 days, the exhibition stand will be manned by members
    8.84 +	of the SliTaz project. The booth will offer demonstrations, including the
    8.85 +	creation of bootable USB keys (LiveUSB) and cdroms. The LinuxDays LiveCD
    8.86 +	will contain a selection of software designed for mobile
    8.87 +	use. The exhibition lounge will also have a forum and we will gladly answer
    8.88 +	any questions. So feel free to visit us! Information can be found on
    8.89 +	<a href="http://labs.slitaz.org/wiki/events/2009-linuxdays">SliTaz Labs</a>
    8.90 +	and the <a href="http://2009.linuxdays.ch/">2009.linuxdays.ch</a> website.
    8.91 +
    8.92 +	</p></li>
    8.93 +
    8.94 +	<li><strong>16 April 2009 - SliTaz GNU/Linux 2.0 release</strong>
    8.95 +	<p>
    8.96 +	The SliTaz project are proud to announce the release of the new stable
    8.97 +	version of the distribution - SliTaz GNU/Linux 2.0. This new version is the
    8.98 +	result of one year of community work and provides an ultra lightweight, fast,
    8.99 +	scalable and stable operating system. SliTaz provides a complete graphical
   8.100 +	desktop in less than 30MB, applications required for a reliable and robust
   8.101 +	server environment and 1400 easily installable software packages in a few
   8.102 +	clicks of the mouse. This new version offers the automounting of partitions
   8.103 +	(NTFS compliant), wifi support, an office respecting the Freedesktop.org
   8.104 +	standards (drag and drop), network booting with gPXE and
   8.105 +	<a href="http://boot.slitaz.org/">boot.slitaz.org</a>, automatic detection
   8.106 +	of USB and PCI devices, a GUI package manager and control center, and various
   8.107 +	graphical tools to manage the distribution. The creation of USB media and
   8.108 +	bootable LiveCD flavors is also simplified and greatly improved. The core
   8.109 +	LiveCD includes Firefox 3.0.8, gFTP, LostIRC, ePDFView, mtPaint, Transmission,
   8.110 +	Osmo and Alsaplayer. The website documentation has been updated and you can read the
   8.111 +	<a href="../doc/releases/2.0/relnotes.en.html">release notes</a> included in
   8.112 +	the distribution for more details on this stable version. SliTaz GNU/Linux
   8.113 +	2.0 is now <a href="../get/index.html">downloadable</a> from the official mirrors of
   8.114 +	the project.
   8.115 +	</p></li>
   8.116 +
   8.117 +	<li><strong>27 March 2009 - Labs and new mirrors</strong>
   8.118 +	<p>
   8.119 +	Continually seeking to improve the distribution and the services we offer,
   8.120 +	we are proud to announce the launch of <a href="http://labs.slitaz.org/">SliTaz Labs</a>.
   8.121 +	This platform makes it possible for contributors to collaborate more
   8.122 +	effectively, report bugs or request new features. The Labs provide each
   8.123 +	<a href="http://labs.slitaz.org/projects">project</a> with a wiki, a
   8.124 +	bug/issues tracker, <a href="http://labs.slitaz.org/news">news</a>, etc.
   8.125 +	The laboratories provide an overview of activity on the project and
   8.126 +	track the release of regular updates. Register to participate and
   8.127 +	leave a comment. The project is also proud to announce 2 new mirrors:
   8.128 +	In Switzerland, hosted by <a href="http://mirror.switch.ch/">SWITCHmirror</a>
   8.129 +	(10 Gbits/s) and hosted in China by <a href="http://www.lupaworld.com">LupaWorld</a>,
   8.130 +	thanks for supporting us.
   8.131 +	</p></li>
   8.132 +
   8.133 +	<li><strong>20 March 2009 - SliTaz at Solutionslinux 2009 (Paris)</strong>
   8.134 +	<p>
   8.135 +	The SliTaz project will be present at Solutionslinux 2009 in Paris.
   8.136 +	The stand will be hosted by 3 members of the team during the 3 day
   8.137 +	event and several other contributors will be present at some point.
   8.138 +	There you will have the opportunity to test various machines, EeePC
   8.139 +	for example, create a USB key (bring one with you) or to buy USB keys
   8.140 +	or bootable LiveCDs. You can also learn about the project and make
   8.141 +	contact with members of the association and the development team.
   8.142 +	Website of the fair:
   8.143 +	<a href="http://www.solutionslinux.fr/">www.solutionslinux.fr</a>,
   8.144 +	<a href="http://www.solutionslinux.fr/associations.php?pg=2_7">Village associations</a>,
   8.145 +	<a href="http://www.solutionslinux.fr/exposant_fiche.php?id=763&amp;pg=2_4">SliTaz Stand</a>.
   8.146 +	</p></li>
   8.147 +	
   8.148 +	<li><strong>28 Feb 2009 - New Cooking 20090228</strong>
   8.149 +	<p>
   8.150 +	Getting ready for the next stable release! - The SliTaz project is proud
   8.151 +	to publish a new Cooking version with a lot of bug fixes, updates, improvements
   8.152 +	and new features. PCI/USB device auto-detection is now handled by Tazhw and
   8.153 +	firmware can be installed in one click through a graphical interface.
   8.154 +	Tazndis also has a simple GUI which lets you manage Windows drivers in a
   8.155 +	user friendly interface. The graphical packages manager is also much simpler
   8.156 +	to use and LiveUSB media such as a USB key can easily be created through a box.
   8.157 +	Netbox displays all interfaces and the new Wifibox can connect to
   8.158 +	wireless essids, manage favorite networks and configure card drivers
   8.159 +	manually or through Tazhw. The desktop has a GUI to enable or disable
   8.160 +	applications started with an Openbox session and Ivman with desktopkbox
   8.161 +	provides a lightweight notification system. You can
   8.162 +	<a href="../get/index.html#cooking">download</a> this new ISO image from one of the
   8.163 +	official mirrors of the website.
   8.164 +	</p></li>
   8.165 +</ul>
   8.166 +
   8.167 +<!-- End of content -->
   8.168 +</div>
   8.169 +
   8.170 +<?php include("../../lib/html/footer.html"); ?>
   8.171 +
   8.172 +</body>
   8.173 +</html>
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/en/news/2010.php	Mon Mar 12 00:20:18 2012 +0100
     9.3 @@ -0,0 +1,135 @@
     9.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     9.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     9.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     9.7 +<head>
     9.8 +    <title>SliTaz - News archives 2010</title>
     9.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    9.10 +    <meta name="description" content="SliTaz news archives info release" />
    9.11 +    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    9.12 +    <meta name="robots" content="index, follow, all" />
    9.13 +    <meta name="expires" content="never" />
    9.14 +    <meta name="modified" content="2007-12-07 21:45:00" />
    9.15 +    <meta name="author" content="Christophe Lincoln"/>
    9.16 +    <meta name="publisher" content="www.slitaz.org" />
    9.17 +    <link rel="shortcut icon" href="../../favicon.ico" />
    9.18 +    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    9.19 +    <link rel="Content" href="#content" />
    9.20 +</head>
    9.21 +<body>
    9.22 +
    9.23 +<?php include("../../lib/html/header.html"); ?>
    9.24 +
    9.25 +<!-- Block -->
    9.26 +<div id="block">
    9.27 +	<?php include("../../lib/html/nav.en.html"); ?>
    9.28 +	<!-- Information/image -->
    9.29 +	<div id="block_info">
    9.30 +		<h4>News archives</h4>
    9.31 +		<p>
    9.32 +			Website news archives by year. Note that some links may be
    9.33 +			broken due to website structure changes (mainly the docs 
    9.34 +			that moved to their own domain).
    9.35 +		</p>
    9.36 +		<p>
    9.37 +			<img src="/images/news.png" alt="[ News ]" />
    9.38 +			<a href="2007.php">2007</a> | <a href="2008.php">2008</a>
    9.39 +			| <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
    9.40 +			| <a href="./">2011</a>
    9.41 +		</p>
    9.42 +	</div>
    9.43 +</div>
    9.44 +
    9.45 +<!-- Content -->
    9.46 +<div id="content">
    9.47 +
    9.48 +<h2>2010</h2>
    9.49 +
    9.50 +<ul>
    9.51 +	<a name="20101104"></a>
    9.52 +	<li><strong>4 November 2010 - New Cooking 20101104</strong>
    9.53 +	<p>The SliTaz team is pleased to announce the release of a new cooking ISO
    9.54 +	featuring over 2600 packages. It contains Linux Kernel 2.6.34 and was
    9.55 +	rebuilt with a new toolchain using glibc 2.11.2 and gcc 4.5.1. Xorg has
    9.56 +	been fully updated to 1.9.2. The LiveCD includes Midori, the Deadbeef audio
    9.57 +	player, and many more applications. Tazpkg and Tazctrlbox now support
    9.58 +	gettext translations and more UTF locales have been added. Many bugfixes,
    9.59 +	updates and improvements can also be found. A lot of work has been done 
    9.60 +	during these past 6 months. You can <a href="get/#cooking>">download</a> 
    9.61 +	this new cooking version from one of the official mirrors of the project.
    9.62 +	All feedback is welcome and can be done through the mailing list or 
    9.63 +	the forum.</p>
    9.64 +	</li>
    9.65 +	
    9.66 +	<li><strong>08 May 2010 - Summer of Documentation</strong>
    9.67 +	<p>The SliTaz team is organizing a 'Summer of Documentation' from May 10th to June 10th. 
    9.68 +	The main aim is to centralize, review and update all online documentation. 
    9.69 +	More details can be found at <a href="http://doc.slitaz.org/">doc.slitaz.org</a>. 
    9.70 +	We hope that SliTaz users will be able to contribute by adding to or updating the 
    9.71 +	documentation.
    9.72 +	</p>
    9.73 +	</li>
    9.74 +	
    9.75 +	<li><strong>28 March 2010 - SliTaz GNU/Linux 3.0 release</strong>
    9.76 +	<p>All of the SliTaz team are proud to announce the release of the SliTaz 
    9.77 +	GNU/Linux 3.0 operating system. It's simpler, faster, customizable, 
    9.78 +	mightier and yet incredibly tiny. The new SliTaz stable version is now 
    9.79 +	out after one year of development.</p>
    9.80 +	<p>The core desktop provides a fully featured desktop powered by Xorg 7.4, 
    9.81 +	Openbox, LXDE components and home made tools. It lets you easily connect to
    9.82 +	the Internet to surf the web with the Midori web browser, listen to music
    9.83 +	or manage your pictures.</p>
    9.84 +	<p>The default core system fits into a 30 MB ISO image and LiveCD flavors 
    9.85 +	start at 8 MB. This stable version has been built by a new toolchain including
    9.86 +	GCC 4.4.1 and uses the Linux kernel 2.6.30.6. You can read the full 
    9.87 +	<a href="../doc/releases/3.0/relnotes.en.html">Releases Notes</a> for more
    9.88 +	information and <a href="../get/#stable>">download</a> a LiveCD image from the
    9.89 +	SliTaz mirrors.</p>
    9.90 +	</li>
    9.91 +	
    9.92 +	<li><strong>14 March 2010 - RC series and Solutionslinux 2010 (Paris)</strong>
    9.93 +	<p>Since we're getting closer to the next stable release, we have updated the
    9.94 +	core ISO image to start with a RC series. The Major change is the switch to
    9.95 +	Midori as the default web browser, this will improve user experience and let
    9.96 +	us keep SliTaz at 30Mb. Midori is a modern browser powered by the webkit engine -
    9.97 +	it is fast, simple to use and well integrated with the SliTaz desktop.</p>
    9.98 +	<p>This updated ISO comes with a bunch of bug and dependency fixes, we have 
    9.99 +	also improved the home made tools and scripts. This new ISO image can be 
   9.100 +	downloaded from the SliTaz mirrors (30 Mb): 
   9.101 +	<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">slitaz-cooking.iso</a></p>
   9.102 +	<p>By the way, the SliTaz project will be at 
   9.103 +	<a href="http://www.solutionslinux.fr/">Solutionslinux</a> 2010 next 
   9.104 +	week in Paris. You will be able to learn about the project and make
   9.105 +	contact with members of the association and the development team.</p>
   9.106 +	</li>
   9.107 +	
   9.108 +	<li><strong>21 February 2010 - New Cooking 20100221</strong>
   9.109 +	<p>SliTaz contributors are proud to announce a new Cooking version of the
   9.110 +	LiveCD. This is the last Cooking RC before 3.0 is released. The core ISO image
   9.111 +	is at 27 MB and comes with many changes and improvments. This Cooking uses
   9.112 +	Xorg as X server instead of Xvesa and provides full UTF-8 support. With
   9.113 +	a clean desktop environment, it also provides many applications for daily
   9.114 +	usage and common tasks. Netsurf replaces firefox as the default web browser.
   9.115 +	Nevertheless, a Firefox flavor at 29 Mb with sound and wifi support can 
   9.116 +	also be downloaded from the official mirrors.</p>
   9.117 +	<p>On the updates and improvements side: tazpkg is faster, boot-scripts are 
   9.118 +	updated and home-made toolboxes are improved. Wifibox uses awk for better
   9.119 +	network scanning. WPA support in the boot scripts have been improved. Boot
   9.120 +	time is logged for performance measuring. The SliTaz installer will now 
   9.121 +	try to use files from an USB device if no cdrom is found, allow you to 
   9.122 +	create a default user account, set a root password and use a separate /home
   9.123 +	partition. And finally, LiveCD customization is now much easier: users
   9.124 +	just have to boot, modify and use writefs via the Tazlito graphical interface
   9.125 +	or from the command line to generate their own customized CD.</p>
   9.126 +	<p>As usual, you can <a href="../get/#cooking">download</a> these new
   9.127 +	flavors from one of the official mirrors of the project and provide feedback
   9.128 +	on the SliTaz forum.</p>
   9.129 +	</li>
   9.130 +</ul>
   9.131 +
   9.132 +<!-- End of content -->
   9.133 +</div>
   9.134 +
   9.135 +<?php include("../../lib/html/footer.html"); ?>
   9.136 +
   9.137 +</body>
   9.138 +</html>
    10.1 --- a/en/news/index.php	Sun Mar 11 22:54:13 2012 +0100
    10.2 +++ b/en/news/index.php	Mon Mar 12 00:20:18 2012 +0100
    10.3 @@ -7,7 +7,7 @@
    10.4      <meta name="description" content="SliTaz news archives info release" />
    10.5      <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    10.6      <meta name="robots" content="index, follow, all" />
    10.7 -    <meta name="modified" content="2011-03-25 21:45:00" />
    10.8 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    10.9      <meta name="author" content="Christophe Lincoln"/>
   10.10      <link rel="shortcut icon" href="../../favicon.ico" />
   10.11      <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
   10.12 @@ -18,30 +18,7 @@
   10.13  
   10.14  <!-- Block -->
   10.15  <div id="block">
   10.16 -	<!-- Navigation -->
   10.17 -	<div id="block_nav">
   10.18 -		<h4>Navigation</h4>
   10.19 -		<div class="right_box">
   10.20 -			<ul>
   10.21 -				<li><a href="../../webchat.php">Web Chat</a></li>
   10.22 -				<li><a href="../mailing-list.php">Mailing List</a></li>
   10.23 -				<li><a href="../devel/">Development</a></li>
   10.24 -				<li><a href="../packages/">Packages</a></li>
   10.25 -				<li><a href="../artwork/">Artwork</a></li>
   10.26 -				<li><a href="../search.php">Search</a></li>
   10.27 -			</ul>
   10.28 -		</div>
   10.29 -		<div class="left_box">
   10.30 -			<ul>
   10.31 -				<li><a href="../">Headlines</a></li>
   10.32 -				<li><a href="../about/">About</a></li>
   10.33 -				<li><a href="../get/">Download</a></li>
   10.34 -				<li><a href="../doc/">Documentation</a></li>
   10.35 -				<li><a href="../asso/">Association</a></li>
   10.36 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
   10.37 -			</ul>
   10.38 -		</div>
   10.39 -	</div>
   10.40 +	<?php include("../../lib/html/nav.en.html"); ?>
   10.41  	<!-- Information/image -->
   10.42  	<div id="block_info">
   10.43  		<h4>News archives</h4>
   10.44 @@ -51,9 +28,10 @@
   10.45  			that moved to their own domain).
   10.46  		</p>
   10.47  		<p>
   10.48 -			<img src="../../images/news.png" alt="png" /> 
   10.49 -			<a href="2007.html">2007</a> | <a href="2008.html">2008</a>
   10.50 -			| <a href="2009.html">2009</a> | <a href="./">2010</a>
   10.51 +			<img src="/images/news.png" alt="[ News ]" />
   10.52 +			<a href="2007.php">2007</a> | <a href="2008.php">2008</a>
   10.53 +			| <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
   10.54 +			| <a href="./">2011</a>
   10.55  		</p>
   10.56  	</div>
   10.57  </div>
   10.58 @@ -61,91 +39,67 @@
   10.59  <!-- Content -->
   10.60  <div id="content">
   10.61  
   10.62 -<h2>2010</h2>
   10.63 +<h2>2011</h2>
   10.64  
   10.65  <ul>
   10.66 -	<a name="20101104"></a>
   10.67 -	<li><strong>4 November 2010 - New Cooking 20101104</strong>
   10.68 -	<p>The SliTaz team is pleased to announce the release of a new cooking ISO
   10.69 -	featuring over 2600 packages. It contains Linux Kernel 2.6.34 and was
   10.70 -	rebuilt with a new toolchain using glibc 2.11.2 and gcc 4.5.1. Xorg has
   10.71 -	been fully updated to 1.9.2. The LiveCD includes Midori, the Deadbeef audio
   10.72 -	player, and many more applications. Tazpkg and Tazctrlbox now support
   10.73 -	gettext translations and more UTF locales have been added. Many bugfixes,
   10.74 -	updates and improvements can also be found. A lot of work has been done 
   10.75 -	during these past 6 months. You can <a href="get/#cooking>">download</a> 
   10.76 -	this new cooking version from one of the official mirrors of the project.
   10.77 -	All feedback is welcome and can be done through the mailing list or 
   10.78 -	the forum.</p>
   10.79 -	</li>
   10.80 -	
   10.81 -	<li><strong>08 May 2010 - Summer of Documentation</strong>
   10.82 -	<p>The SliTaz team is organizing a 'Summer of Documentation' from May 10th to June 10th. 
   10.83 -	The main aim is to centralize, review and update all online documentation. 
   10.84 -	More details can be found at <a href="http://doc.slitaz.org/">doc.slitaz.org</a>. 
   10.85 -	We hope that SliTaz users will be able to contribute by adding to or updating the 
   10.86 -	documentation.
   10.87 +<li><strong>31 May 2011 - New and fresh Cooking 20110531</strong>
   10.88 +	<a name="20110531"></a>
   10.89 +	<p>
   10.90 +		The Slitaz team is proud to announce the release of a new Cooking version
   10.91 +		built with our new and fresh packages from cookutils. Cookutils is one of
   10.92 +		the new generation of tools to build SliTaz packages and provides a Build
   10.93 +		Bot with a nice web interface that works out-of-the-box on any SliTaz
   10.94 +		system. These new packages have been built with a new i486 optimized
   10.95 +		toolchain.
   10.96 +	</p>
   10.97 +	<p>
   10.98 +		The full boot process has been improved and the first boot configuration
   10.99 +		is now done through GTK boxes in a X session and the boot time is also
  10.100 +		faster. This version comes with a new GUI tool for system configuration
  10.101 +		as well as our new system configuration panel aka TazPanel. TazPanel
  10.102 +		lets you configure the entire system via a xHTML/CSS web interface
  10.103 +		(useful for remote control) and it also handles package management and
  10.104 +		replaces the old GTK box.
  10.105 +	</p>
  10.106 +	<p>
  10.107 +		Xorg now has dri support, so libdrm, linux-drm as well as linux-agp
  10.108 +		are part of the core ISO. This adds 1MB to the compressed root
  10.109 +		filesystem. But we managed to save a lot of space in the core ISO with
  10.110 +		our new packages and this new Cooking is 30MB! This new cooking also
  10.111 +		provides better internationalization and Italian support! Download:
  10.112 +		<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">
  10.113 +			slitaz-cooking.iso</a>
  10.114  	</p>
  10.115  	</li>
  10.116 -	
  10.117 -	<li><strong>28 March 2010 - SliTaz GNU/Linux 3.0 release</strong>
  10.118 -	<p>All of the SliTaz team are proud to announce the release of the SliTaz 
  10.119 -	GNU/Linux 3.0 operating system. It's simpler, faster, customizable, 
  10.120 -	mightier and yet incredibly tiny. The new SliTaz stable version is now 
  10.121 -	out after one year of development.</p>
  10.122 -	<p>The core desktop provides a fully featured desktop powered by Xorg 7.4, 
  10.123 -	Openbox, LXDE components and home made tools. It lets you easily connect to
  10.124 -	the Internet to surf the web with the Midori web browser, listen to music
  10.125 -	or manage your pictures.</p>
  10.126 -	<p>The default core system fits into a 30 MB ISO image and LiveCD flavors 
  10.127 -	start at 8 MB. This stable version has been built by a new toolchain including
  10.128 -	GCC 4.4.1 and uses the Linux kernel 2.6.30.6. You can read the full 
  10.129 -	<a href="../doc/releases/3.0/relnotes.en.html">Releases Notes</a> for more
  10.130 -	information and <a href="../get/#stable>">download</a> a LiveCD image from the
  10.131 -	SliTaz mirrors.</p>
  10.132 -	</li>
  10.133 -	
  10.134 -	<li><strong>14 March 2010 - RC series and Solutionslinux 2010 (Paris)</strong>
  10.135 -	<p>Since we're getting closer to the next stable release, we have updated the
  10.136 -	core ISO image to start with a RC series. The Major change is the switch to
  10.137 -	Midori as the default web browser, this will improve user experience and let
  10.138 -	us keep SliTaz at 30Mb. Midori is a modern browser powered by the webkit engine -
  10.139 -	it is fast, simple to use and well integrated with the SliTaz desktop.</p>
  10.140 -	<p>This updated ISO comes with a bunch of bug and dependency fixes, we have 
  10.141 -	also improved the home made tools and scripts. This new ISO image can be 
  10.142 -	downloaded from the SliTaz mirrors (30 Mb): 
  10.143 -	<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">slitaz-cooking.iso</a></p>
  10.144 -	<p>By the way, the SliTaz project will be at 
  10.145 -	<a href="http://www.solutionslinux.fr/">Solutionslinux</a> 2010 next 
  10.146 -	week in Paris. You will be able to learn about the project and make
  10.147 -	contact with members of the association and the development team.</p>
  10.148 -	</li>
  10.149 -	
  10.150 -	<li><strong>21 February 2010 - New Cooking 20100221</strong>
  10.151 -	<p>SliTaz contributors are proud to announce a new Cooking version of the
  10.152 -	LiveCD. This is the last Cooking RC before 3.0 is released. The core ISO image
  10.153 -	is at 27 MB and comes with many changes and improvments. This Cooking uses
  10.154 -	Xorg as X server instead of Xvesa and provides full UTF-8 support. With
  10.155 -	a clean desktop environment, it also provides many applications for daily
  10.156 -	usage and common tasks. Netsurf replaces firefox as the default web browser.
  10.157 -	Nevertheless, a Firefox flavor at 29 Mb with sound and wifi support can 
  10.158 -	also be downloaded from the official mirrors.</p>
  10.159 -	<p>On the updates and improvements side: tazpkg is faster, boot-scripts are 
  10.160 -	updated and home-made toolboxes are improved. Wifibox uses awk for better
  10.161 -	network scanning. WPA support in the boot scripts have been improved. Boot
  10.162 -	time is logged for performance measuring. The SliTaz installer will now 
  10.163 -	try to use files from an USB device if no cdrom is found, allow you to 
  10.164 -	create a default user account, set a root password and use a separate /home
  10.165 -	partition. And finally, LiveCD customization is now much easier: users
  10.166 -	just have to boot, modify and use writefs via the Tazlito graphical interface
  10.167 -	or from the command line to generate their own customized CD.</p>
  10.168 -	<p>As usual, you can <a href="../get/#cooking">download</a> these new
  10.169 -	flavors from one of the official mirrors of the project and provide feedback
  10.170 -	on the SliTaz forum.</p>
  10.171 +
  10.172 +	<li><strong>29 March 2011 - New Cooking 20110329</strong>
  10.173 +	<a name="20110329"></a>
  10.174 +	<p>
  10.175 +		The SliTaz team is pleased to announce the release of a new cooking
  10.176 +		ISO featuring over 2900 packages. All packages have been rebuilt using
  10.177 +		our new cooking tool, now included in tazwok. It contains Linux Kernel
  10.178 +		2.6.37 compiled against glibc 2.13, binutils 2.21 &amp; gcc 4.5.2. The Core
  10.179 +		LiveCD includes Midori 0.3.3. Tazpkg is now entirely translated to
  10.180 +		French and we are open to additional translations. Tazwok has been
  10.181 +		entirely rewritten and it's now possible to recook SliTaz from Scratch
  10.182 +		using any ISO. This ISO is the first of a release candidate series which
  10.183 +		leads us to a stable 4.0 release.
  10.184 +	</p>
  10.185 +	<p>
  10.186 +		A lot of work has been done since our last cooking ISO released in november:
  10.187 +		more than 2200 changes have been commited to the wok, and several
  10.188 +		hundreds more to home-built tools. We are proud to announce that the SliTaz
  10.189 +		community has grown a lot these last months: the last year, many
  10.190 +		changes was commited than in the previous four. However, quantity doesn't mean 
  10.191 +		quality. We need you to help to test this new ISO and report eventual bugs. If 
  10.192 +		you want to, you are welcome to help fix known problems before 4.0 is released. 
  10.193 +		You can join members of the crew via our IRC, mailing-list, forums or by
  10.194 +		mailing the packages maintainers. We hope you will enjoy this new
  10.195 +		<a href="/en/get/">release!</a>
  10.196 +	</p>
  10.197  	</li>
  10.198  </ul>
  10.199  
  10.200 -
  10.201  <!-- End of content -->
  10.202  </div>
  10.203