website diff en/news/index.php @ rev 1184

Anounce new cooking
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 16 20:22:08 2014 +0100 (2014-02-16)
parents 3d26c92b1820
children c3d9006a2d57
line diff
     1.1 --- a/en/news/index.php	Wed Jan 08 11:04:32 2014 +0100
     1.2 +++ b/en/news/index.php	Sun Feb 16 20:22:08 2014 +0100
     1.3 @@ -35,15 +35,48 @@
     1.4  
     1.5  <?php include("../../lib/lang.php"); ?>
     1.6  
     1.7 +
     1.8  <!-- Content -->
     1.9  <div id="content">
    1.10  
    1.11  <h2>2014</h2>
    1.12  
    1.13 +<div class="news">
    1.14 +
    1.15  <ul>
    1.16 -	<li>The 5.0 release year!</li>
    1.17 +	<li id="d20120410">
    1.18 +		<strong>16 Feb 2014 - New SliTaz Cooking Release</strong>
    1.19 +	<p>
    1.20 +		The Slitaz team is proud to announce the release of a new Cooking
    1.21 +		version which paves the road to SliTaz 5.0. This new Cooking includes
    1.22 +		almost 2 years of work and has an incredible ChangeLog. All our home
    1.23 +		made tools have been improved with some great new tools such as 
    1.24 +		'frugal' or 'decode'. We focused a lot of work on Desktop integration
    1.25 +		to provide a finer user experience and have largely improved the Linux
    1.26 +		Kernel (3.2.53) configuration.
    1.27 +	</p>
    1.28 +	<p>
    1.29 +		On the packages side we updated all existing packages and also added
    1.30 +		a bunch of new packages to reach more than 4200 packages in the 
    1.31 +		Cooking database. Lots of work has also been done on the SliTaz 
    1.32 +		installer which provides a new Ncurses/text front-end.
    1.33 +	</p>
    1.34 +	<p>
    1.35 +		The LiveCD will now ask for language settings before booting so users
    1.36 +		can get directly to the Desktop after boot scripts have been executed.
    1.37 +		The size of the ISO image has grown a little due to better hardware
    1.38 +		support and new functions. You can download the ISO image from a SliTaz
    1.39 +		mirror (40 Mb): 
    1.40 +		<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
    1.41 +			>slitaz-cooking.iso</a>
    1.42 +		[ <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.md5"
    1.43 +			>md5</a> ]
    1.44 +	</p>
    1.45 +	</li>
    1.46  </ul>
    1.47  
    1.48 +</div>
    1.49 +
    1.50  <!-- End of content -->
    1.51  </div>
    1.52