website view ru/news/2011.php @ rev 1192

Normalize Russian part of site (translation in progress); try to debug lang.php
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 13 20:53:01 2014 +0200 (2014-03-13)
parents
children 9ed0bfb74392
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>Архив новостей за 2011 год | SliTaz</title>
7 <meta name="description" content="Архив новостей SliTaz за 2011 год" />
8 <meta name="keywords" lang="ru" content="система, свободная, Gnu, Linux, открытое ПО, Livecd в RAM" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.ru.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.ru.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Архивы новостей</h4>
22 <p>Архивы новостей сайта по годам. Обратите внимание, что некоторые
23 ссылки могут быть испорчены из-за изменения структуры сайта
24 (в основном это документы, которые перемещены в свой ​​собственный
25 домен).</p>
26 <p><img src="/images/news.png" alt="*" />
27 <a href="2007.php">2007</a> | <a href="2008.php">2008</a> |
28 <a href="2009.php">2009</a> | <a href="2010.php">2010</a> |
29 2011 | <a href="2012.php">2012</a> |
30 <a href="./">2014</a></p>
31 </div>
32 </div>
34 <?php include("../../lib/lang.php"); ?>
36 <!-- Content -->
37 <div id="content">
39 <h2>2011</h2>
41 <ul>
42 <li id="d20110531">
43 <strong>31 May 2011 - New and fresh Cooking 20110531</strong>
44 <p>
45 The Slitaz team is proud to announce the release of a new Cooking version
46 built with our new and fresh packages from cookutils. Cookutils is one of
47 the new generation of tools to build SliTaz packages and provides a Build
48 Bot with a nice web interface that works out-of-the-box on any SliTaz
49 system. These new packages have been built with a new i486 optimized
50 toolchain.
51 </p>
52 <p>
53 The full boot process has been improved and the first boot configuration
54 is now done through GTK boxes in a X session and the boot time is also
55 faster. This version comes with a new GUI tool for system configuration
56 as well as our new system configuration panel aka TazPanel. TazPanel
57 lets you configure the entire system via a xHTML/CSS web interface
58 (useful for remote control) and it also handles package management and
59 replaces the old GTK box.
60 </p>
61 <p>
62 Xorg now has dri support, so libdrm, linux-drm as well as linux-agp
63 are part of the core ISO. This adds 1MB to the compressed root
64 filesystem. But we managed to save a lot of space in the core ISO with
65 our new packages and this new Cooking is 30MB! This new cooking also
66 provides better internationalization and Italian support! Download:
67 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">
68 slitaz-cooking.iso</a>
69 </p>
70 </li>
72 <li id="d20110329">
73 <strong>29 March 2011 - New Cooking 20110329</strong>
74 <p>
75 The SliTaz team is pleased to announce the release of a new cooking
76 ISO featuring over 2900 packages. All packages have been rebuilt using
77 our new cooking tool, now included in tazwok. It contains Linux Kernel
78 2.6.37 compiled against glibc 2.13, binutils 2.21 &amp; gcc 4.5.2. The Core
79 LiveCD includes Midori 0.3.3. Tazpkg is now entirely translated to
80 French and we are open to additional translations. Tazwok has been
81 entirely rewritten and it's now possible to recook SliTaz from Scratch
82 using any ISO. This ISO is the first of a release candidate series which
83 leads us to a stable 4.0 release.
84 </p>
85 <p>
86 A lot of work has been done since our last cooking ISO released in november:
87 more than 2200 changes have been commited to the wok, and several
88 hundreds more to home-built tools. We are proud to announce that the SliTaz
89 community has grown a lot these last months: the last year, many
90 changes was commited than in the previous four. However, quantity doesn't mean
91 quality. We need you to help to test this new ISO and report eventual bugs. If
92 you want to, you are welcome to help fix known problems before 4.0 is released.
93 You can join members of the crew via our IRC, mailing-list, forums or by
94 mailing the packages maintainers. We hope you will enjoy this new
95 <a href="/en/get/">release!</a>
96 </p>
97 </li>
98 </ul>
100 <!-- End of content -->
101 </div>
103 <?php include("../../lib/html/footer.ru.html"); ?>
105 </body>
106 </html>