website rev 1050

branch merge
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 10 19:29:58 2012 +0300 (2012-04-10)
parents b51acee4b546 a654fc56eeb0
children 3af02e6efb90
files
line diff
     1.1 --- a/config.php	Tue Apr 10 19:27:55 2012 +0300
     1.2 +++ b/config.php	Tue Apr 10 19:29:58 2012 +0300
     1.3 @@ -5,21 +5,21 @@
     1.4  $pkgs_mirror  = "http://mirror.switch.ch/ftp/mirror/slitaz/iso";
     1.5  
     1.6  // Stable release
     1.7 -$stable_rel   = "28 March 2010";
     1.8 -$stable_ver   = "3.0";
     1.9 -$stable_size  = "30 Mb";
    1.10 -$stable_pkgs  = "1,5 Gb";
    1.11 +$stable_rel   = "10 April 2010";
    1.12 +$stable_ver   = "4.0";
    1.13 +$stable_size  = "35 Mb";
    1.14 +$stable_pkgs  = "2 Gb";
    1.15  $stable_iso   = "$mirror/$stable_ver/slitaz-$stable_ver.iso";
    1.16  
    1.17  // Cooking and RC release 
    1.18 -//$cooking      = "cooking";
    1.19 -//$cooking_ver  = "20120520";
    1.20 +$cooking      = "cooking";
    1.21 +$cooking_ver  = "20120410";
    1.22 +$cooking_size = "35 Mb";
    1.23 +$cooking_iso  = "$mirror/cooking/slitaz-cooking.iso";
    1.24 +//$cooking      = "4.0-RC3";
    1.25 +//$cooking_ver  = "4.0-RC3";
    1.26  //$cooking_size = "35 Mb";
    1.27 -//$cooking_iso  = "$mirror/cooking/slitaz-cooking.iso";
    1.28 -$cooking      = "4.0-RC3";
    1.29 -$cooking_ver  = "4.0-RC3";
    1.30 -$cooking_size = "35 Mb";
    1.31 -$cooking_pkgs = "3 Gb";
    1.32 -$cooking_iso  = "$mirror/cooking/slitaz-$cooking_ver.iso";
    1.33 +//$cooking_pkgs = "3 Gb";
    1.34 +//$cooking_iso  = "$mirror/cooking/slitaz-$cooking_ver.iso";
    1.35  
    1.36  ?>
     2.1 --- a/en/index.php	Tue Apr 10 19:27:55 2012 +0300
     2.2 +++ b/en/index.php	Tue Apr 10 19:29:58 2012 +0300
     2.3 @@ -74,7 +74,31 @@
     2.4  		<strong>Date - Title</strong>
     2.5  	<p></p>
     2.6  	</li> -->
     2.7 -
     2.8 +	
     2.9 +	<li id="d20120410">
    2.10 +		<strong>10 Apr 2012 - SliTaz GNU/Linux 4.0 Release</strong>
    2.11 +	<p>
    2.12 +		SliTaz's Contributors are pleased to announce the release of GNU/Linux 
    2.13 +		SliTaz 4.0, the new stable version of their distribution. Two years of 
    2.14 +		work from the community have provided a stable system of production with 
    2.15 +		a faster startup time and more than 1000 new packages installable.
    2.16 +	</p>
    2.17 +	<p>
    2.18 +		SliTaz proposes a complete graphic desktop in 35MB, based on OpenBox
    2.19 +		and LXDE wich work fully in RAM using only 192MB. This new organization
    2.20 +		4in1 allows to install it on the hard disk with only 48MB selecting 
    2.21 +		automatically the right Software's configuration.
    2.22 +	</p>
    2.23 +	<p>
    2.24 +		The utilities are better. TazPkg apports a new notification system; it's 
    2.25 +		more faster although the growing number of packages and TazPanel allows 
    2.26 +		to centralize the menagement of the system. You read the full
    2.27 +		<a href="doc/releases/4.0/relnotes.en.html">Releases Notes</a> and
    2.28 +		download SliTaz 4.0 from our mirror:
    2.29 +		<a href="http://mirror.slitaz.org/iso/4.0/slitaz-4.0.iso">slitaz-4.0.iso</a>
    2.30 +	</p>
    2.31 +	</li> 
    2.32 +	
    2.33  	<li id="d20120303">
    2.34  		<strong>03 Mar 2012 - SliTaz 4.0-RC2 is out</strong>
    2.35  	<p>
     3.1 --- a/index.php	Tue Apr 10 19:27:55 2012 +0300
     3.2 +++ b/index.php	Tue Apr 10 19:29:58 2012 +0300
     3.3 @@ -69,7 +69,9 @@
     3.4  <h2>Latest News</h2>
     3.5  
     3.6  <ul>
     3.7 -	<li><strong><a href="en/#news">SliTaz 4.0 RC2 is out</a></strong>
     3.8 +	<li><strong><a href="en/#news">SliTaz 4.0 Release</a></strong>
     3.9 +		<span>— 10 Apr 2012</span></li>
    3.10 +	<li><strong><a href="en/#20120303">SliTaz 4.0 RC2 is out</a></strong>
    3.11  		<span>— 03 Mar 2012</span></li>
    3.12  	<li><strong><a href="en/#20120223">SliTaz 4.0 RC1 is out</a></strong>
    3.13  		<span>— 23 Feb 2012</span></li>
     4.1 --- a/rss.xml	Tue Apr 10 19:27:55 2012 +0300
     4.2 +++ b/rss.xml	Tue Apr 10 19:29:58 2012 +0300
     4.3 @@ -8,7 +8,7 @@
     4.4  	<description>SliTaz GNU/Linux official news feed</description>
     4.5  	<copyright>Copyright (C) www.slitaz.org - GNU gpl</copyright>
     4.6  	
     4.7 -	<lastBuildDate>Wed, 18 Mar 2012 22:40:00 GMT</lastBuildDate>
     4.8 +	<lastBuildDate>Thu, 10 Apr 2012 18:00:00 GMT</lastBuildDate>
     4.9  
    4.10  	<image>
    4.11  		<title>Slitaz GNU/Linux</title>
    4.12 @@ -16,7 +16,17 @@
    4.13  		<link>http://www.slitaz.org/</link>
    4.14  	</image>
    4.15  	
    4.16 -	<!-- justify to 80 chars or less for text-mode RSS readers also -->
    4.17 +	<!-- Dont justify to 80 chars -->
    4.18 +	
    4.19 +	<item>
    4.20 +		<title>SliTaz 4.0 Release</title>
    4.21 +		<link>http://www.slitaz.org/</link>
    4.22 +		<guid isPermaLink="true">http://www.slitaz.org/en/get/</guid>
    4.23 +		<pubDate>Thu, 10 Apr 2012 18:00:00 GMT</pubDate>
    4.24 +		<description>
    4.25 +			SliTaz GNU/Linux 4.0 is out and ready for production! http://is.gd/Taz40
    4.26 +		</description>
    4.27 +	</item>
    4.28  	
    4.29  	<item>
    4.30  		<title>SliTaz Website now in Russian</title>