website annotate 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
rev   line source
pankso@909 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
al@1025 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@909 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@909 4 <head>
al@1025 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
al@1025 6 <title>SliTaz - News archives</title>
al@1025 7 <meta name="description" content="SliTaz news archives info release" />
al@1025 8 <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
al@1025 9 <meta name="author" content="Christophe Lincoln"/>
al@1015 10 <?php include("../../lib/html/meta-link.html"); ?>
pankso@909 11 </head>
pankso@909 12 <body>
pankso@909 13
pankso@909 14 <?php include("../../lib/html/header.html"); ?>
pankso@909 15
pankso@909 16 <!-- Block -->
pankso@909 17 <div id="block">
pankso@923 18 <?php include("../../lib/html/nav.en.html"); ?>
pankso@909 19 <!-- Information/image -->
pankso@909 20 <div id="block_info">
pankso@909 21 <h4>News archives</h4>
pankso@909 22 <p>
pankso@909 23 Website news archives by year. Note that some links may be
al@1038 24 broken due to website structure changes (mainly the docs
pankso@909 25 that moved to their own domain).
pankso@909 26 </p>
pankso@909 27 <p>
al@1025 28 <img src="/images/news.png" alt="[ ]" />
pankso@923 29 <a href="2007.php">2007</a> | <a href="2008.php">2008</a>
pankso@923 30 | <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
pankso@1172 31 | <a href="2011.php">2011</a> | <a href="2012.php">2012</a>
pankso@909 32 </p>
pankso@909 33 </div>
pankso@909 34 </div>
pankso@909 35
al@1013 36 <?php include("../../lib/lang.php"); ?>
al@1013 37
pankso@1184 38
pankso@909 39 <!-- Content -->
pankso@909 40 <div id="content">
pankso@909 41
pankso@1172 42 <h2>2014</h2>
pankso@909 43
pankso@1184 44 <div class="news">
pankso@1184 45
pankso@909 46 <ul>
pankso@1184 47 <li id="d20120410">
pankso@1184 48 <strong>16 Feb 2014 - New SliTaz Cooking Release</strong>
pankso@1184 49 <p>
pankso@1184 50 The Slitaz team is proud to announce the release of a new Cooking
pankso@1184 51 version which paves the road to SliTaz 5.0. This new Cooking includes
pankso@1184 52 almost 2 years of work and has an incredible ChangeLog. All our home
pankso@1184 53 made tools have been improved with some great new tools such as
pankso@1184 54 'frugal' or 'decode'. We focused a lot of work on Desktop integration
pankso@1184 55 to provide a finer user experience and have largely improved the Linux
pankso@1184 56 Kernel (3.2.53) configuration.
pankso@1184 57 </p>
pankso@1184 58 <p>
pankso@1184 59 On the packages side we updated all existing packages and also added
pankso@1184 60 a bunch of new packages to reach more than 4200 packages in the
pankso@1184 61 Cooking database. Lots of work has also been done on the SliTaz
pankso@1184 62 installer which provides a new Ncurses/text front-end.
pankso@1184 63 </p>
pankso@1184 64 <p>
pankso@1184 65 The LiveCD will now ask for language settings before booting so users
pankso@1184 66 can get directly to the Desktop after boot scripts have been executed.
pankso@1184 67 The size of the ISO image has grown a little due to better hardware
pankso@1184 68 support and new functions. You can download the ISO image from a SliTaz
pankso@1184 69 mirror (40 Mb):
pankso@1184 70 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
pankso@1184 71 >slitaz-cooking.iso</a>
pankso@1184 72 [ <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.md5"
pankso@1184 73 >md5</a> ]
pankso@1184 74 </p>
pankso@1184 75 </li>
pankso@909 76 </ul>
pankso@909 77
pankso@1184 78 </div>
pankso@1184 79
pankso@909 80 <!-- End of content -->
pankso@909 81 </div>
pankso@909 82
pankso@909 83 <?php include("../../lib/html/footer.html"); ?>
pankso@909 84
pankso@909 85 </body>
pankso@909 86 </html>