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

Anounce new cooking
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 16 20:22:08 2014 +0100 (2014-02-16)
parents 3d26c92b1820
children c3d9006a2d57
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.php">2011</a> | <a href="2012.php">2012</a>
32 </p>
33 </div>
34 </div>
36 <?php include("../../lib/lang.php"); ?>
39 <!-- Content -->
40 <div id="content">
42 <h2>2014</h2>
44 <div class="news">
46 <ul>
47 <li id="d20120410">
48 <strong>16 Feb 2014 - New SliTaz Cooking Release</strong>
49 <p>
50 The Slitaz team is proud to announce the release of a new Cooking
51 version which paves the road to SliTaz 5.0. This new Cooking includes
52 almost 2 years of work and has an incredible ChangeLog. All our home
53 made tools have been improved with some great new tools such as
54 'frugal' or 'decode'. We focused a lot of work on Desktop integration
55 to provide a finer user experience and have largely improved the Linux
56 Kernel (3.2.53) configuration.
57 </p>
58 <p>
59 On the packages side we updated all existing packages and also added
60 a bunch of new packages to reach more than 4200 packages in the
61 Cooking database. Lots of work has also been done on the SliTaz
62 installer which provides a new Ncurses/text front-end.
63 </p>
64 <p>
65 The LiveCD will now ask for language settings before booting so users
66 can get directly to the Desktop after boot scripts have been executed.
67 The size of the ISO image has grown a little due to better hardware
68 support and new functions. You can download the ISO image from a SliTaz
69 mirror (40 Mb):
70 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
71 >slitaz-cooking.iso</a>
72 [ <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.md5"
73 >md5</a> ]
74 </p>
75 </li>
76 </ul>
78 </div>
80 <!-- End of content -->
81 </div>
83 <?php include("../../lib/html/footer.html"); ?>
85 </body>
86 </html>