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