website view en/news/index.php @ rev 1038

Check whole website in W3C Validator
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 08 02:46:12 2012 +0300 (2012-04-08)
parents 9e27bd837079
children 3d26c92b1820
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="en" lang="en">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - News archives</title>
7 <meta name="description" content="SliTaz news archives info release" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in 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.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.en.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>News archives</h4>
22 <p>
23 Website news archives by year. Note that some links may be
24 broken due to website structure changes (mainly the docs
25 that moved to their own domain).
26 </p>
27 <p>
28 <img src="/images/news.png" alt="[ ]" />
29 <a href="2007.php">2007</a> | <a href="2008.php">2008</a>
30 | <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
31 | <a href="./">2011</a>
32 </p>
33 </div>
34 </div>
36 <?php include("../../lib/lang.php"); ?>
38 <!-- Content -->
39 <div id="content">
41 <h2>2011</h2>
43 <ul>
44 <li id="d20110531">
45 <strong>31 May 2011 - New and fresh Cooking 20110531</strong>
46 <p>
47 The Slitaz team is proud to announce the release of a new Cooking version
48 built with our new and fresh packages from cookutils. Cookutils is one of
49 the new generation of tools to build SliTaz packages and provides a Build
50 Bot with a nice web interface that works out-of-the-box on any SliTaz
51 system. These new packages have been built with a new i486 optimized
52 toolchain.
53 </p>
54 <p>
55 The full boot process has been improved and the first boot configuration
56 is now done through GTK boxes in a X session and the boot time is also
57 faster. This version comes with a new GUI tool for system configuration
58 as well as our new system configuration panel aka TazPanel. TazPanel
59 lets you configure the entire system via a xHTML/CSS web interface
60 (useful for remote control) and it also handles package management and
61 replaces the old GTK box.
62 </p>
63 <p>
64 Xorg now has dri support, so libdrm, linux-drm as well as linux-agp
65 are part of the core ISO. This adds 1MB to the compressed root
66 filesystem. But we managed to save a lot of space in the core ISO with
67 our new packages and this new Cooking is 30MB! This new cooking also
68 provides better internationalization and Italian support! Download:
69 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">
70 slitaz-cooking.iso</a>
71 </p>
72 </li>
74 <li id="d20110329">
75 <strong>29 March 2011 - New Cooking 20110329</strong>
76 <p>
77 The SliTaz team is pleased to announce the release of a new cooking
78 ISO featuring over 2900 packages. All packages have been rebuilt using
79 our new cooking tool, now included in tazwok. It contains Linux Kernel
80 2.6.37 compiled against glibc 2.13, binutils 2.21 &amp; gcc 4.5.2. The Core
81 LiveCD includes Midori 0.3.3. Tazpkg is now entirely translated to
82 French and we are open to additional translations. Tazwok has been
83 entirely rewritten and it's now possible to recook SliTaz from Scratch
84 using any ISO. This ISO is the first of a release candidate series which
85 leads us to a stable 4.0 release.
86 </p>
87 <p>
88 A lot of work has been done since our last cooking ISO released in november:
89 more than 2200 changes have been commited to the wok, and several
90 hundreds more to home-built tools. We are proud to announce that the SliTaz
91 community has grown a lot these last months: the last year, many
92 changes was commited than in the previous four. However, quantity doesn't mean
93 quality. We need you to help to test this new ISO and report eventual bugs. If
94 you want to, you are welcome to help fix known problems before 4.0 is released.
95 You can join members of the crew via our IRC, mailing-list, forums or by
96 mailing the packages maintainers. We hope you will enjoy this new
97 <a href="/en/get/">release!</a>
98 </p>
99 </li>
100 </ul>
102 <!-- End of content -->
103 </div>
105 <?php include("../../lib/html/footer.html"); ?>
107 </body>
108 </html>