website annotate ru/news/index.php @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 3dbcace639e6
children
rev   line source
al@1256 1 <!DOCTYPE html>
al@1256 2 <html lang="ru">
al@1002 3 <head>
al@1256 4 <meta charset="utf-8"/>
al@1019 5 <title>Архив новостей | SliTaz</title>
al@1256 6 <meta name="description" content="Архив новостей SliTaz"/>
al@1256 7 <meta name="keywords" lang="ru" content="система, свободная, Gnu, Linux, открытое ПО, Livecd в RAM"/>
al@1019 8 <meta name="author" content="Christophe Lincoln"/>
al@1019 9 <?php include("../../lib/html/meta-link.html"); ?>
al@1002 10 </head>
al@1002 11 <body>
al@1002 12
pankso@1271 13 <?php
pankso@1271 14 include("../../config.php");
pankso@1271 15 include("../../lib/html/header.ru.html");
pankso@1271 16 include("../../lib/html/nav.ru.html");
pankso@1271 17 include("../../lib/lang.php");
pankso@1271 18 ?>
al@1013 19
al@1002 20 <!-- Content -->
al@1002 21 <div id="content">
al@1002 22
pankso@1271 23 <h2>SliTaz новостей</h2>
pankso@1271 24 <p>
al@1285 25 Check out <a href="http://scn.slitaz.org/">SliTaz Community blog</a>
pankso@1271 26 for specific and small news about the project.
pankso@1271 27 </p>
pankso@1271 28
pankso@1271 29 <div class="news">
al@1002 30
al@1002 31 <ul>
pascal@1257 32 <li id="d20140216">
pascal@1257 33 <strong>16 Feb 2014 - New SliTaz Cooking Release</strong>
pascal@1257 34 <p>
al@1285 35 The SliTaz team is proud to announce the release of a new Cooking
pascal@1257 36 version which paves the road to SliTaz 5.0. This new Cooking includes
pascal@1257 37 almost 2 years of work and has an incredible ChangeLog. All our home
pascal@1257 38 made tools have been improved with some great new tools such as
pascal@1257 39 'frugal' or 'decode'. We focused a lot of work on Desktop integration
pascal@1257 40 to provide a finer user experience and have largely improved the Linux
pascal@1257 41 Kernel (3.2.53) configuration.
pascal@1257 42 </p>
pascal@1257 43 <p>
pascal@1257 44 On the packages side we updated all existing packages and also added
pascal@1257 45 a bunch of new packages to reach more than 4200 packages in the
pascal@1257 46 Cooking database. Lots of work has also been done on the SliTaz
pascal@1257 47 installer which provides a new Ncurses/text front-end.
pascal@1257 48 </p>
pascal@1257 49 <p>
pascal@1257 50 The LiveCD will now ask for language settings before booting so users
pascal@1257 51 can get directly to the Desktop after boot scripts have been executed.
pascal@1257 52 The size of the ISO image has grown a little due to better hardware
pascal@1257 53 support and new functions. You can download the ISO image from a SliTaz
pascal@1257 54 mirror (40 Mb):
pascal@1257 55 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
pascal@1257 56 >slitaz-cooking.iso</a>
pascal@1257 57 [ <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.md5"
pascal@1257 58 >md5</a> ]
pascal@1257 59 </p>
pascal@1257 60 </li>
al@1002 61 </ul>
al@1002 62
pankso@1271 63 <!-- End of news -->
pankso@1271 64 </div>
pankso@1271 65
pankso@1271 66 <h2 id="archives">News archives</h2>
pankso@1271 67
pankso@1271 68 <p>
pankso@1271 69 <img src="/images/news.png" alt="*" />
pankso@1271 70 <a href="2007.php">2007</a> | <a href="2008.php">2008</a> |
pankso@1271 71 <a href="2009.php">2009</a> | <a href="2010.php">2010</a> |
pankso@1271 72 <a href="2011.php">2011</a> | <a href="2012.php">2012</a> |
pankso@1271 73 <a href="index.php">2014</a>
pankso@1271 74 </p>
pankso@1271 75
al@1002 76 <!-- End of content -->
al@1002 77 </div>
al@1002 78
al@1002 79 <?php include("../../lib/html/footer.ru.html"); ?>
al@1002 80
al@1002 81 </body>
al@1002 82 </html>