website diff fr/index.php @ rev 1354

News clean up
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 21 12:27:46 2022 +0200 (20 months ago)
parents 58a2b26570c5
children be2684f5b942
line diff
     1.1 --- a/fr/index.php	Wed Sep 21 12:23:06 2022 +0200
     1.2 +++ b/fr/index.php	Wed Sep 21 12:27:46 2022 +0200
     1.3 @@ -56,19 +56,26 @@
     1.4  <!-- We just keep the last 3 web site news -->
     1.5  <div class="news" style="margin-right: 220px;">
     1.6  
     1.7 -<h2>Dernière publications</h2>
     1.8 +<h2>Dernières publication</h2>
     1.9  
    1.10  <ul>
    1.11 -	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Publication de SliTaz 5.0 Rolling</a></strong> (hebdo) 
    1.12 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)
    1.13  		<span>- <?php
    1.14  		$rol_date_file = '../cache/rolling-date.txt';
    1.15  		if (file_exists("$rol_date_file")) {
    1.16  			$rol_date = file_get_contents("../cache/rolling-date.txt");
    1.17  			print $rol_date;
    1.18  		} ?></span></li>
    1.19 -	<li><strong><a href="http://arm.slitaz.org/rpi/">Publication de SliTaz Raspberry Pi</a></strong>
    1.20 -		<span>- 29 Mar 2014</span></li>
    1.21 -	<li><strong><a href="news/">Archives des nouvelles publications</a></strong>
    1.22 +	<li><strong><!-- <a href="news/#d20180316"></a> 
    1.23 +		Link to a SCN blog post or announce on website ?-->
    1.24 +	
    1.25 +	SliTaz is now a rolling distro with 2 branches</strong> We provide a 
    1.26 +	stable version and a cooking (development) version. Stable will get 
    1.27 +	small refinements and security updates. As usual the Cooking version
    1.28 +	brings you the latest improvements made by SliTaz developers.
    1.29 +	
    1.30 +		<span>- 16 March 2018</span></li>
    1.31 +	<li><strong><a href="news/">Website news archives</a></strong>
    1.32  		<span>- 2007-<?php echo date('Y'); ?></span></li>
    1.33  </ul>
    1.34