website rev 1354 tip

News clean up
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 21 12:27:46 2022 +0200 (19 months ago)
parents 58a2b26570c5
children
files de/index.php fr/index.php pt/index.php ru/index.php
line diff
     1.1 --- a/de/index.php	Wed Sep 21 12:23:06 2022 +0200
     1.2 +++ b/de/index.php	Wed Sep 21 12:27:46 2022 +0200
     1.3 @@ -48,25 +48,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>Die letzten Freigaben</h2>
     1.8 +<h2>Latest Release</h2>
     1.9  
    1.10  <ul>
    1.11 -	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 wöchentliche Freigabe</a></strong>
    1.12 -            <span>- <?php
    1.13 -            $rol_date_file = '../cache/rolling-date.txt';
    1.14 -            if (file_exists("$rol_date_file")) {
    1.15 -                    $rol_date = file_get_contents("../cache/rolling-date.txt");
    1.16 -                    print $rol_date;
    1.17 -            } ?></span></li>
    1.18 -	<li><strong><a href="news/#d20150520">SliTaz 5.0 RC-3 Freigabe</a></strong>
    1.19 -		<span>- 20. Mai 2015</span></li>
    1.20 -	<li><strong><a href="news/#d20140519">SliTaz 5.0 RC-2 Freigabe</a></strong>
    1.21 -		<span>- 19. Mai 2014</span></li>
    1.22 -	<li><strong><a href="news/#d20140502">SliTaz 5.0 RC-1 Freigabe</a></strong>
    1.23 -		<span>- 2. Mai 2014</span></li>
    1.24 -	<li><strong><a href="news/#d20140329">SliTaz Raspberry Pi Freigabe</a></strong>
    1.25 -		<span>- 29. März 2014</span></li>
    1.26 -	<li><strong><a href="news/">Archiv der Freigabemitteilungen</a></strong>
    1.27 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)
    1.28 +		<span>- <?php
    1.29 +		$rol_date_file = '../cache/rolling-date.txt';
    1.30 +		if (file_exists("$rol_date_file")) {
    1.31 +			$rol_date = file_get_contents("../cache/rolling-date.txt");
    1.32 +			print $rol_date;
    1.33 +		} ?></span></li>
    1.34 +	<li><strong><!-- <a href="news/#d20180316"></a> 
    1.35 +		Link to a SCN blog post or announce on website ?-->
    1.36 +	
    1.37 +	SliTaz is now a rolling distro with 2 branches</strong> We provide a 
    1.38 +	stable version and a cooking (development) version. Stable will get 
    1.39 +	small refinements and security updates. As usual the Cooking version
    1.40 +	brings you the latest improvements made by SliTaz developers.
    1.41 +	
    1.42 +		<span>- 16 March 2018</span></li>
    1.43 +	<li><strong><a href="news/">Website news archives</a></strong>
    1.44  		<span>- 2007-<?php echo date('Y'); ?></span></li>
    1.45  </ul>
    1.46  
     2.1 --- a/fr/index.php	Wed Sep 21 12:23:06 2022 +0200
     2.2 +++ b/fr/index.php	Wed Sep 21 12:27:46 2022 +0200
     2.3 @@ -56,19 +56,26 @@
     2.4  <!-- We just keep the last 3 web site news -->
     2.5  <div class="news" style="margin-right: 220px;">
     2.6  
     2.7 -<h2>Dernière publications</h2>
     2.8 +<h2>Dernières publication</h2>
     2.9  
    2.10  <ul>
    2.11 -	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Publication de SliTaz 5.0 Rolling</a></strong> (hebdo) 
    2.12 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)
    2.13  		<span>- <?php
    2.14  		$rol_date_file = '../cache/rolling-date.txt';
    2.15  		if (file_exists("$rol_date_file")) {
    2.16  			$rol_date = file_get_contents("../cache/rolling-date.txt");
    2.17  			print $rol_date;
    2.18  		} ?></span></li>
    2.19 -	<li><strong><a href="http://arm.slitaz.org/rpi/">Publication de SliTaz Raspberry Pi</a></strong>
    2.20 -		<span>- 29 Mar 2014</span></li>
    2.21 -	<li><strong><a href="news/">Archives des nouvelles publications</a></strong>
    2.22 +	<li><strong><!-- <a href="news/#d20180316"></a> 
    2.23 +		Link to a SCN blog post or announce on website ?-->
    2.24 +	
    2.25 +	SliTaz is now a rolling distro with 2 branches</strong> We provide a 
    2.26 +	stable version and a cooking (development) version. Stable will get 
    2.27 +	small refinements and security updates. As usual the Cooking version
    2.28 +	brings you the latest improvements made by SliTaz developers.
    2.29 +	
    2.30 +		<span>- 16 March 2018</span></li>
    2.31 +	<li><strong><a href="news/">Website news archives</a></strong>
    2.32  		<span>- 2007-<?php echo date('Y'); ?></span></li>
    2.33  </ul>
    2.34  
     3.1 --- a/pt/index.php	Wed Sep 21 12:23:06 2022 +0200
     3.2 +++ b/pt/index.php	Wed Sep 21 12:27:46 2022 +0200
     3.3 @@ -43,32 +43,27 @@
     3.4  <!-- We just keep the last 3 web site news -->
     3.5  <div class="news" style="margin-right: 220px;">
     3.6  
     3.7 -<h2>Últimos lançamentos</h2>
     3.8 +<h2>Latest Release</h2>
     3.9  
    3.10  <ul>
    3.11 -
    3.12 -
    3.13 -        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Lançamento do SliTaz 5.0 Rolling</a></strong> (weekly)
    3.14 -                <span>- <?php
    3.15 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)
    3.16 +		<span>- <?php
    3.17  		$rol_date_file = '../cache/rolling-date.txt';
    3.18  		if (file_exists("$rol_date_file")) {
    3.19  			$rol_date = file_get_contents("../cache/rolling-date.txt");
    3.20  			print $rol_date;
    3.21  		} ?></span></li>
    3.22 -    <li><strong><a href="news/#d20150520">Lançamento do SliTaz 5.0 RC-3</a></strong>
    3.23 -        <span>- 20 de maio de  2015</span></li>
    3.24 -    <li><strong><a href="news/#d20140519">Lançamento do SliTaz 5.0 RC-2</a></strong>
    3.25 -        <span>- 19 de maio de  2014</span></li>
    3.26 -    <li><strong><a href="news/#d20140502">Lançamento do SliTaz 5.0 RC-1</a></strong>
    3.27 -        <span>- 02 de maio de 2014</span></li>
    3.28 -    <li><strong><a href="news/#d20140329">Lançamento do SliTaz Raspberry Pi</a></strong>
    3.29 -        <span>- 29 de março de 2014</span></li>
    3.30 -    <li><strong><a href="news/#d20140216">Novo SliTaz Cooking</a></strong>
    3.31 -        <span>- 16 de fevereiro de 2014</span></li>
    3.32 -    <li><strong><a href="news/2012.php#d20120410">Lançamento do SliTaz 4.0</a></strong>
    3.33 -        <span>- 10 de abril de 2012</span></li>
    3.34 -    <li><strong><a href="news/">Arquivo dos lançamentos anteriores</a></strong>
    3.35 -	<span>- 2007-<?php echo date('Y'); ?></span></li>
    3.36 +	<li><strong><!-- <a href="news/#d20180316"></a> 
    3.37 +		Link to a SCN blog post or announce on website ?-->
    3.38 +	
    3.39 +	SliTaz is now a rolling distro with 2 branches</strong> We provide a 
    3.40 +	stable version and a cooking (development) version. Stable will get 
    3.41 +	small refinements and security updates. As usual the Cooking version
    3.42 +	brings you the latest improvements made by SliTaz developers.
    3.43 +	
    3.44 +		<span>- 16 March 2018</span></li>
    3.45 +	<li><strong><a href="news/">Website news archives</a></strong>
    3.46 +		<span>- 2007-<?php echo date('Y'); ?></span></li>
    3.47  </ul>
    3.48  
    3.49  <!-- End of news -->
     4.1 --- a/ru/index.php	Wed Sep 21 12:23:06 2022 +0200
     4.2 +++ b/ru/index.php	Wed Sep 21 12:27:46 2022 +0200
     4.3 @@ -48,36 +48,29 @@
     4.4  <!-- We just keep the last 3 web site news -->
     4.5  <div class="news" style="margin-right: 220px;">
     4.6  
     4.7 -<h2>Последние релизы</h2>
     4.8 +<h2>Latest Release</h2>
     4.9  
    4.10  <ul>
    4.11 -	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Выпуск SliTaz 5.0 Rolling</a></strong> (weekly) (еженедельный)
    4.12 -	     <span>— <?php
    4.13 +	<li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)
    4.14 +		<span>- <?php
    4.15  		$rol_date_file = '../cache/rolling-date.txt';
    4.16  		if (file_exists("$rol_date_file")) {
    4.17  			$rol_date = file_get_contents("../cache/rolling-date.txt");
    4.18  			print $rol_date;
    4.19  		} ?></span></li>
    4.20 -<li>
    4.21 -<strong><a href="news/#d20150520">Выпуск SliTaz 5.0 RC3</a></strong> <span>— 20 мая 2015</span>
    4.22 -</li>
    4.23 -<li>
    4.24 -<strong><a href="news/#d20140519">Выпуск SliTaz 5.0 RC2</a></strong> <span>— 19 мая 2014</span>
    4.25 -</li>
    4.26 -<li>
    4.27 -<strong><a href="news/#d20140502">Выпуск SliTaz 5.0 RC1</a></strong> <span>— 2 мая 2014</span>
    4.28 -</li>
    4.29 -<li>
    4.30 -<strong><a href="news/#d20140329">Выпуск SliTaz Raspberry Pi</a></strong> <span>— 29 марта 2014</span>
    4.31 -</li>
    4.32 -<li>
    4.33 -<strong><a href="news/">Архив новостей</a></strong> <span>— 2007­–<?php echo date('Y'); ?></span>
    4.34 -</li>
    4.35 +	<li><strong><!-- <a href="news/#d20180316"></a> 
    4.36 +		Link to a SCN blog post or announce on website ?-->
    4.37 +	
    4.38 +	SliTaz is now a rolling distro with 2 branches</strong> We provide a 
    4.39 +	stable version and a cooking (development) version. Stable will get 
    4.40 +	small refinements and security updates. As usual the Cooking version
    4.41 +	brings you the latest improvements made by SliTaz developers.
    4.42 +	
    4.43 +		<span>- 16 March 2018</span></li>
    4.44 +	<li><strong><a href="news/">Website news archives</a></strong>
    4.45 +		<span>- 2007-<?php echo date('Y'); ?></span></li>
    4.46  </ul>
    4.47  
    4.48 -<!-- End of news -->
    4.49 -</div>
    4.50 -
    4.51  <h2>Быстрая загрузка</h2>
    4.52  
    4.53  <div class="box-warning"><p>Пожалуйста, прочитайте перед использованием SliTaz: <a href="http://forum.slitaz.org/topic/-important-info-about-meltdown-and-spectre-">Important info about Meltdown and Spectre</a></p></div>
    4.54 @@ -91,13 +84,13 @@
    4.55  </div>
    4.56  
    4.57  <h2>Сейчас в проекте…</h2>
    4.58 -
    4.59 +<!-- 
    4.60  <?php require_once("../lib/get-feeds.php"); ?>
    4.61  
    4.62  <div class="activity">
    4.63  	<p><a href="http://forum.slitaz.org/"><img src="/images/support.png" alt="*" /></a>
    4.64  		Сейчас на форуме…
    4.65 -		<?php get_feed_forum("forum.xml"); ?>
    4.66 +		<?php //get_feed_forum("forum.xml"); ?>
    4.67  	</div>
    4.68  	<p class="activity_more">
    4.69  		<a href="http://forum.slitaz.org/">Ещё…</a>
    4.70 @@ -107,12 +100,12 @@
    4.71  <div class="activity">
    4.72  	<p><a href="http://hg.slitaz.org/"><img src="/images/development.png" alt="*" /></a>
    4.73  		Последние коммиты в wok
    4.74 -		<?php get_feed("wok.xml"); ?>
    4.75 +		<?php //get_feed("wok.xml"); ?>
    4.76  	</div>
    4.77  	<p class="activity_more">
    4.78  		<a href="http://hg.slitaz.org/?sort=lastchange">Ещё…</a>
    4.79  	</p>
    4.80 -</div>
    4.81 +</div> -->
    4.82  
    4.83  
    4.84  <!-- Twitter -->