website rev 1288

Rolling is "5.0" too
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu May 12 11:36:18 2016 +0200 (2016-05-12)
parents 5852b6d448db
children 9369b2911b53
files bs/index.php cn/index.php da/index.php de/index.php en/index.php es/index.php fr/index.php id/index.php it/index.php pt/index.php ru/index.php
line diff
     1.1 --- a/bs/index.php	Fri Apr 08 19:06:35 2016 +0200
     1.2 +++ b/bs/index.php	Thu May 12 11:36:18 2016 +0200
     1.3 @@ -73,6 +73,13 @@
     1.4  		<strong>Date - Title</strong>
     1.5  	<p></p>
     1.6  	</li> -->
     1.7 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)
     1.8 +                <span>- <?php
     1.9 +                $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    1.10 +                if (file_exists("$rol_date_file")) {
    1.11 +                        $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
    1.12 +                        print $rol_date;
    1.13 +                } ?></span></li>
    1.14  
    1.15  	<li id="d20120410">
    1.16  		<strong>10 Apr 2012 - SliTaz GNU/Linux 4.0</strong>
     2.1 --- a/cn/index.php	Fri Apr 08 19:06:35 2016 +0200
     2.2 +++ b/cn/index.php	Thu May 12 11:36:18 2016 +0200
     2.3 @@ -60,6 +60,15 @@
     2.4  	<!-- <li><strong>Date - Title</strong>
     2.5  	<p></p>
     2.6  	</li> -->
     2.7 +
     2.8 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)  
     2.9 +    <span>- <?php
    2.10 +    $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    2.11 +    if (file_exists("$rol_date_file")) {
    2.12 +            $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
    2.13 +            print $rol_date;
    2.14 +    } ?></span></li>
    2.15 +
    2.16  	
    2.17  	<li><strong>2010年11月4日 - 新的Cooking版本——20101104</strong>
    2.18  	<p>	新的Cooking版本光盘镜像已经发布。新版本拥有超过2600个安装包的仓库,
     3.1 --- a/da/index.php	Fri Apr 08 19:06:35 2016 +0200
     3.2 +++ b/da/index.php	Thu May 12 11:36:18 2016 +0200
     3.3 @@ -74,7 +74,7 @@
     3.4  	<!-- <li><strong>Date - Title</strong>
     3.5  	<p></p>
     3.6  	</li> -->
     3.7 -        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)  
     3.8 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)  
     3.9                  <span>- <?php
    3.10                  $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    3.11                  if (file_exists("$rol_date_file")) {
     4.1 --- a/de/index.php	Fri Apr 08 19:06:35 2016 +0200
     4.2 +++ b/de/index.php	Thu May 12 11:36:18 2016 +0200
     4.3 @@ -64,7 +64,7 @@
     4.4  	<!-- <li><strong>Date - Title</strong>
     4.5  	<p></p>
     4.6  	</li> -->
     4.7 -        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)  
     4.8 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)  
     4.9                  <span>- <?php
    4.10                  $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    4.11                  if (file_exists("$rol_date_file")) {
     5.1 --- a/en/index.php	Fri Apr 08 19:06:35 2016 +0200
     5.2 +++ b/en/index.php	Thu May 12 11:36:18 2016 +0200
     5.3 @@ -51,7 +51,7 @@
     5.4  <h2>Latest Release</h2>
     5.5  
     5.6  <ul>
     5.7 -	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)
     5.8 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)
     5.9  		<span>- <?php
    5.10  		$rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    5.11  		if (file_exists("$rol_date_file")) {
     6.1 --- a/es/index.php	Fri Apr 08 19:06:35 2016 +0200
     6.2 +++ b/es/index.php	Thu May 12 11:36:18 2016 +0200
     6.3 @@ -59,7 +59,7 @@
     6.4  	<p></p>
     6.5  	</li> -->
     6.6  
     6.7 -        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)  
     6.8 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)  
     6.9                  <span>- <?php
    6.10                  $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    6.11                  if (file_exists("$rol_date_file")) {
     7.1 --- a/fr/index.php	Fri Apr 08 19:06:35 2016 +0200
     7.2 +++ b/fr/index.php	Thu May 12 11:36:18 2016 +0200
     7.3 @@ -51,7 +51,7 @@
     7.4  <h2>Dernière publications</h2>
     7.5  
     7.6  <ul>
     7.7 -	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Publication de SliTaz Rolling</a></strong> (hebdo) 
     7.8 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Publication de SliTaz 5.0 Rolling</a></strong> (hebdo) 
     7.9  		<span>- <?php
    7.10  		$rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    7.11  		if (file_exists("$rol_date_file")) {
     8.1 --- a/id/index.php	Fri Apr 08 19:06:35 2016 +0200
     8.2 +++ b/id/index.php	Thu May 12 11:36:18 2016 +0200
     8.3 @@ -63,7 +63,7 @@
     8.4  	<!-- <li><strong>Date - Title</strong>
     8.5  	<p></p>
     8.6  	</li> -->
     8.7 -	        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)  
     8.8 +	        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)  
     8.9                  <span>- <?php
    8.10                  $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    8.11                  if (file_exists("$rol_date_file")) {
     9.1 --- a/it/index.php	Fri Apr 08 19:06:35 2016 +0200
     9.2 +++ b/it/index.php	Thu May 12 11:36:18 2016 +0200
     9.3 @@ -70,7 +70,7 @@
     9.4  	<!-- <li><strong>Date - Title</strong>
     9.5  	<p></p>
     9.6  	</li> -->
     9.7 -	        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)  
     9.8 +	        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly) 
     9.9                  <span>- <?php
    9.10                  $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    9.11                  if (file_exists("$rol_date_file")) {
    10.1 --- a/pt/index.php	Fri Apr 08 19:06:35 2016 +0200
    10.2 +++ b/pt/index.php	Thu May 12 11:36:18 2016 +0200
    10.3 @@ -48,7 +48,7 @@
    10.4  <ul>
    10.5  
    10.6  
    10.7 -        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Lançamento do SliTaz Rolling</a></strong> (weekly)
    10.8 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Lançamento do SliTaz 5.0 Rolling</a></strong> (weekly)
    10.9                  <span>- <?php
   10.10  		$rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
   10.11  		if (file_exists("$rol_date_file")) {
    11.1 --- a/ru/index.php	Fri Apr 08 19:06:35 2016 +0200
    11.2 +++ b/ru/index.php	Thu May 12 11:36:18 2016 +0200
    11.3 @@ -51,7 +51,7 @@
    11.4  <h2>Последние релизы</h2>
    11.5  
    11.6  <ul>
    11.7 -	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Выпуск SliTaz Rolling</a></strong> (weekly) (еженедельный)
    11.8 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Выпуск SliTaz 5.0 Rolling</a></strong> (weekly) (еженедельный)
    11.9  	     <span>— <?php
   11.10  		$rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
   11.11  		if (file_exists("$rol_date_file")) {