website diff ru/index.php @ rev 1354
News clean up
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Sep 21 12:27:46 2022 +0200 (2022-09-21) |
parents | 58a2b26570c5 |
children |
line diff
1.1 --- a/ru/index.php Wed Sep 21 12:23:06 2022 +0200 1.2 +++ b/ru/index.php Wed Sep 21 12:27:46 2022 +0200 1.3 @@ -48,36 +48,29 @@ 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>Последние релизы</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 Rolling</a></strong> (weekly) (еженедельный) 1.12 - <span>— <?php 1.13 + <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly) 1.14 + <span>- <?php 1.15 $rol_date_file = '../cache/rolling-date.txt'; 1.16 if (file_exists("$rol_date_file")) { 1.17 $rol_date = file_get_contents("../cache/rolling-date.txt"); 1.18 print $rol_date; 1.19 } ?></span></li> 1.20 -<li> 1.21 -<strong><a href="news/#d20150520">Выпуск SliTaz 5.0 RC3</a></strong> <span>— 20 мая 2015</span> 1.22 -</li> 1.23 -<li> 1.24 -<strong><a href="news/#d20140519">Выпуск SliTaz 5.0 RC2</a></strong> <span>— 19 мая 2014</span> 1.25 -</li> 1.26 -<li> 1.27 -<strong><a href="news/#d20140502">Выпуск SliTaz 5.0 RC1</a></strong> <span>— 2 мая 2014</span> 1.28 -</li> 1.29 -<li> 1.30 -<strong><a href="news/#d20140329">Выпуск SliTaz Raspberry Pi</a></strong> <span>— 29 марта 2014</span> 1.31 -</li> 1.32 -<li> 1.33 -<strong><a href="news/">Архив новостей</a></strong> <span>— 2007–<?php echo date('Y'); ?></span> 1.34 -</li> 1.35 + <li><strong><!-- <a href="news/#d20180316"></a> 1.36 + Link to a SCN blog post or announce on website ?--> 1.37 + 1.38 + SliTaz is now a rolling distro with 2 branches</strong> We provide a 1.39 + stable version and a cooking (development) version. Stable will get 1.40 + small refinements and security updates. As usual the Cooking version 1.41 + brings you the latest improvements made by SliTaz developers. 1.42 + 1.43 + <span>- 16 March 2018</span></li> 1.44 + <li><strong><a href="news/">Website news archives</a></strong> 1.45 + <span>- 2007-<?php echo date('Y'); ?></span></li> 1.46 </ul> 1.47 1.48 -<!-- End of news --> 1.49 -</div> 1.50 - 1.51 <h2>Быстрая загрузка</h2> 1.52 1.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> 1.54 @@ -91,13 +84,13 @@ 1.55 </div> 1.56 1.57 <h2>Сейчас в проекте…</h2> 1.58 - 1.59 +<!-- 1.60 <?php require_once("../lib/get-feeds.php"); ?> 1.61 1.62 <div class="activity"> 1.63 <p><a href="http://forum.slitaz.org/"><img src="/images/support.png" alt="*" /></a> 1.64 Сейчас на форуме… 1.65 - <?php get_feed_forum("forum.xml"); ?> 1.66 + <?php //get_feed_forum("forum.xml"); ?> 1.67 </div> 1.68 <p class="activity_more"> 1.69 <a href="http://forum.slitaz.org/">Ещё…</a> 1.70 @@ -107,12 +100,12 @@ 1.71 <div class="activity"> 1.72 <p><a href="http://hg.slitaz.org/"><img src="/images/development.png" alt="*" /></a> 1.73 Последние коммиты в wok 1.74 - <?php get_feed("wok.xml"); ?> 1.75 + <?php //get_feed("wok.xml"); ?> 1.76 </div> 1.77 <p class="activity_more"> 1.78 <a href="http://hg.slitaz.org/?sort=lastchange">Ещё…</a> 1.79 </p> 1.80 -</div> 1.81 +</div> --> 1.82 1.83 1.84 <!-- Twitter -->