website rev 1287

index/Latest Release/rolling: mirror link
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Apr 08 19:06:35 2016 +0200 (2016-04-08)
parents de926b623824
children d5b3b2823b74
files 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/da/index.php	Wed Mar 30 09:48:51 2016 +0200
     1.2 +++ b/da/index.php	Fri Apr 08 19:06:35 2016 +0200
     1.3 @@ -74,6 +74,13 @@
     1.4  	<!-- <li><strong>Date - Title</strong>
     1.5  	<p></p>
     1.6  	</li> -->
     1.7 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 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  	<li>
    1.15  		<strong>31 Maj 2011 - Ny og frisk udviklingsversion 20110531</strong>
    1.16  	<p>
     2.1 --- a/de/index.php	Wed Mar 30 09:48:51 2016 +0200
     2.2 +++ b/de/index.php	Fri Apr 08 19:06:35 2016 +0200
     2.3 @@ -64,6 +64,13 @@
     2.4  	<!-- <li><strong>Date - Title</strong>
     2.5  	<p></p>
     2.6  	</li> -->
     2.7 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)  
     2.8 +                <span>- <?php
     2.9 +                $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    2.10 +                if (file_exists("$rol_date_file")) {
    2.11 +                        $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
    2.12 +                        print $rol_date;
    2.13 +                } ?></span></li>
    2.14  	<li id="d20140216">
    2.15  		<strong>16. Februar 2014 - Neue Cooking-Version (20140216)</strong>
    2.16  	<p>
     3.1 --- a/en/index.php	Wed Mar 30 09:48:51 2016 +0200
     3.2 +++ b/en/index.php	Fri Apr 08 19:06:35 2016 +0200
     3.3 @@ -51,7 +51,8 @@
     3.4  <h2>Latest Release</h2>
     3.5  
     3.6  <ul>
     3.7 -	<li><strong>SliTaz Rolling release</strong> (weekly) <span>- <?php
     3.8 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 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")) {
    3.12  			$rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
     4.1 --- a/es/index.php	Wed Mar 30 09:48:51 2016 +0200
     4.2 +++ b/es/index.php	Fri Apr 08 19:06:35 2016 +0200
     4.3 @@ -58,6 +58,15 @@
     4.4  	<!-- <li><strong>Date - Title</strong>
     4.5  	<p></p>
     4.6  	</li> -->
     4.7 +
     4.8 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 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")) {
    4.12 +                        $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
    4.13 +                        print $rol_date;
    4.14 +                } ?></span></li>
    4.15 +
    4.16  	<li>
    4.17  		<strong>02 de mayo de 2014 - SliTaz 5.0-RC1 disponible</strong>
    4.18  	<p>
     5.1 --- a/fr/index.php	Wed Mar 30 09:48:51 2016 +0200
     5.2 +++ b/fr/index.php	Fri Apr 08 19:06:35 2016 +0200
     5.3 @@ -51,7 +51,8 @@
     5.4  <h2>Dernière publications</h2>
     5.5  
     5.6  <ul>
     5.7 -	<li><strong>Publication de SliTaz Rolling</strong> (hebdo) <span>- <?php
     5.8 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Publication de SliTaz Rolling</a></strong> (hebdo) 
     5.9 +		<span>- <?php
    5.10  		$rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    5.11  		if (file_exists("$rol_date_file")) {
    5.12  			$rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
     6.1 --- a/id/index.php	Wed Mar 30 09:48:51 2016 +0200
     6.2 +++ b/id/index.php	Fri Apr 08 19:06:35 2016 +0200
     6.3 @@ -63,6 +63,14 @@
     6.4  	<!-- <li><strong>Date - Title</strong>
     6.5  	<p></p>
     6.6  	</li> -->
     6.7 +	        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)  
     6.8 +                <span>- <?php
     6.9 +                $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    6.10 +                if (file_exists("$rol_date_file")) {
    6.11 +                        $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
    6.12 +                        print $rol_date;
    6.13 +                } ?></span></li>
    6.14 +
    6.15  	<li id="d20120410">
    6.16  		<strong>10 Apr 2012 - SliTaz GNU/Linux 4.0 Release</strong>
    6.17  	<p>
     7.1 --- a/it/index.php	Wed Mar 30 09:48:51 2016 +0200
     7.2 +++ b/it/index.php	Fri Apr 08 19:06:35 2016 +0200
     7.3 @@ -70,6 +70,13 @@
     7.4  	<!-- <li><strong>Date - Title</strong>
     7.5  	<p></p>
     7.6  	</li> -->
     7.7 +	        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz Rolling release</a></strong> (weekly)  
     7.8 +                <span>- <?php
     7.9 +                $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    7.10 +                if (file_exists("$rol_date_file")) {
    7.11 +                        $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
    7.12 +                        print $rol_date;
    7.13 +                } ?></span></li>
    7.14  
    7.15  	<li>
    7.16  		<strong>29 Marzo 2011 - Nuova Cooking 20110329</strong>
     8.1 --- a/pt/index.php	Wed Mar 30 09:48:51 2016 +0200
     8.2 +++ b/pt/index.php	Fri Apr 08 19:06:35 2016 +0200
     8.3 @@ -46,7 +46,10 @@
     8.4  <h2>Últimos lançamentos</h2>
     8.5  
     8.6  <ul>
     8.7 -	<li><strong>Lançamento do SliTaz Rolling</strong> (weekly) <span>- <?php
     8.8 +
     8.9 +
    8.10 +        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Lançamento do SliTaz Rolling</a></strong> (weekly)
    8.11 +                <span>- <?php
    8.12  		$rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    8.13  		if (file_exists("$rol_date_file")) {
    8.14  			$rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
     9.1 --- a/ru/index.php	Wed Mar 30 09:48:51 2016 +0200
     9.2 +++ b/ru/index.php	Fri Apr 08 19:06:35 2016 +0200
     9.3 @@ -51,7 +51,8 @@
     9.4  <h2>Последние релизы</h2>
     9.5  
     9.6  <ul>
     9.7 -	<li><strong>Выпуск SliTaz Rolling</strong> (еженедельный) <span>— <?php
     9.8 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Выпуск SliTaz Rolling</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")) {
    9.12  			$rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");