website rev 1184

Anounce new cooking
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 16 20:22:08 2014 +0100 (2014-02-16)
parents 75f5a2ecfd03
children 382981f2e6f6
files config.php en/index.php en/news/2012.php en/news/index.php
line diff
     1.1 --- a/config.php	Sat Feb 15 20:29:53 2014 +0100
     1.2 +++ b/config.php	Sun Feb 16 20:22:08 2014 +0100
     1.3 @@ -12,10 +12,10 @@
     1.4  $stable_iso   = "$mirror/$stable_ver/slitaz-$stable_ver.iso";
     1.5  
     1.6  // Cooking and RC release 
     1.7 -$cooking      = "rolling";
     1.8 -$cooking_ver  = "20140102";
     1.9 -$cooking_size = "42 Mb";
    1.10 +$cooking      = "cooking";
    1.11 +$cooking_ver  = "20140216";
    1.12 +$cooking_size = "40 Mb";
    1.13  $cooking_pkgs = "3.7 Gb";
    1.14 -$cooking_iso  = "$mirror/rolling/slitaz-rolling.iso";
    1.15 +$cooking_iso  = "$mirror/$cooking/slitaz-$cooking.iso";
    1.16  
    1.17  ?>
     2.1 --- a/en/index.php	Sat Feb 15 20:29:53 2014 +0100
     2.2 +++ b/en/index.php	Sun Feb 16 20:22:08 2014 +0100
     2.3 @@ -66,6 +66,8 @@
     2.4  <h2>Latest Release</h2>
     2.5  
     2.6  <ul>
     2.7 +	<li><strong><a href="news/#d20140216">New SliTaz Cooking</a></strong>
     2.8 +		<span>- 16 Fev 2014</span></li>
     2.9  	<li><strong><a href="news/2012.php#d20120410">SliTaz 4.0 Release</a></strong>
    2.10  		<span>- 10 Apr 2012</span></li>
    2.11  	<li><strong><a href="news/2012.php#d20120303">SliTaz 4.0 RC2 is out</a></strong>
     3.1 --- a/en/news/2012.php	Sat Feb 15 20:29:53 2014 +0100
     3.2 +++ b/en/news/2012.php	Sun Feb 16 20:22:08 2014 +0100
     3.3 @@ -41,6 +41,8 @@
     3.4  
     3.5  <h2>2012</h2>
     3.6  
     3.7 +<div class="news">
     3.8 +
     3.9  <ul>
    3.10  	<li id="d20120410">
    3.11  		<strong>10 Apr 2012 - SliTaz GNU/Linux 4.0 Release</strong>
    3.12 @@ -117,6 +119,8 @@
    3.13  	</li>
    3.14  </ul>
    3.15  
    3.16 +</div>
    3.17 +
    3.18  <!-- End of content -->
    3.19  </div>
    3.20  
     4.1 --- a/en/news/index.php	Sat Feb 15 20:29:53 2014 +0100
     4.2 +++ b/en/news/index.php	Sun Feb 16 20:22:08 2014 +0100
     4.3 @@ -35,15 +35,48 @@
     4.4  
     4.5  <?php include("../../lib/lang.php"); ?>
     4.6  
     4.7 +
     4.8  <!-- Content -->
     4.9  <div id="content">
    4.10  
    4.11  <h2>2014</h2>
    4.12  
    4.13 +<div class="news">
    4.14 +
    4.15  <ul>
    4.16 -	<li>The 5.0 release year!</li>
    4.17 +	<li id="d20120410">
    4.18 +		<strong>16 Feb 2014 - New SliTaz Cooking Release</strong>
    4.19 +	<p>
    4.20 +		The Slitaz team is proud to announce the release of a new Cooking
    4.21 +		version which paves the road to SliTaz 5.0. This new Cooking includes
    4.22 +		almost 2 years of work and has an incredible ChangeLog. All our home
    4.23 +		made tools have been improved with some great new tools such as 
    4.24 +		'frugal' or 'decode'. We focused a lot of work on Desktop integration
    4.25 +		to provide a finer user experience and have largely improved the Linux
    4.26 +		Kernel (3.2.53) configuration.
    4.27 +	</p>
    4.28 +	<p>
    4.29 +		On the packages side we updated all existing packages and also added
    4.30 +		a bunch of new packages to reach more than 4200 packages in the 
    4.31 +		Cooking database. Lots of work has also been done on the SliTaz 
    4.32 +		installer which provides a new Ncurses/text front-end.
    4.33 +	</p>
    4.34 +	<p>
    4.35 +		The LiveCD will now ask for language settings before booting so users
    4.36 +		can get directly to the Desktop after boot scripts have been executed.
    4.37 +		The size of the ISO image has grown a little due to better hardware
    4.38 +		support and new functions. You can download the ISO image from a SliTaz
    4.39 +		mirror (40 Mb): 
    4.40 +		<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
    4.41 +			>slitaz-cooking.iso</a>
    4.42 +		[ <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.md5"
    4.43 +			>md5</a> ]
    4.44 +	</p>
    4.45 +	</li>
    4.46  </ul>
    4.47  
    4.48 +</div>
    4.49 +
    4.50  <!-- End of content -->
    4.51  </div>
    4.52