website view en/news/2007.php @ rev 1268

Update news section and some fixes
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 24 13:16:05 2015 +0200 (2015-08-24)
parents 9ed0bfb74392
children 3dbcace639e6
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - News archives 2007</title>
6 <meta name="description" content="SliTaz news archives info release"/>
7 <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in 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.html");
16 include("../../lib/html/nav.html");
17 include("../../lib/lang.php");
18 ?>
20 <!-- Content -->
21 <div id="content">
23 <h2>2007</h2>
25 <div class="news">
27 <ul>
28 <li>
29 <strong>16 Dec 2007 - SliTaz English forum</strong>
30 <p>
31 The project is proud the announce the availability of an
32 <a href="http://forum.slitaz.org/">English forum</a>
33 providing help and support to users speaking English. Since the project
34 is French based, we get a lot of feedback and requests from the English
35 speaking community that we want to honour. The forum has its own domain
36 <a href="http://forum.slitaz.org/">forum.slitaz.org</a>. The default
37 interface is in French but settings can be changed when you login with your
38 account. The crew is also working on the lack of English documentation.
39 Help and assistance are greatly welcomed in the project.
40 </p></li>
42 <li>
43 <strong>06 Dec 2007 - 2 days for a new ISO that boots twice faster!</strong>
44 <p>
45 2 days for a new ISO that boots twice faster. With the new lzma compression
46 boot time has gone down, we worked hard these two days to improve boot speed
47 and finally get SliTaz to boot twice as fast. So we uploaded a new LiveCD with a
48 new Kernel patch for lzma and a bug fix for boot messages. Some
49 tests gave us the LiveCD booting between 20 to 30 seconds on recent PCs
50 and between 60 to 80 on older hardware.
51 <a href="../get/#cooking">Download last Cooking</a>.
52 </p></li>
54 <li>
55 <strong>04 Dec 2007 - New Cooking with sound support and more options</strong>
56 <p>
57 SliTaz crew is proud to announce the availability of a new SliTaz Cooking
58 release. It's finally not the expected stable release because we decided
59 to add some more hardware support on the LiveCD, like sound and PCMCIA
60 support. A new roadmap is on the stove and a stable release should be expected
61 in March 2008, matching one year of the first SliTaz public release. This will
62 also give us time to bring you a rock solid stable version with all these new
63 features and more than 240 packages on the mirror. So, this new SliTaz
64 release brings you Alsa with its mixer, Alsaplayer, mpg123, Gcolor2,
65 pcmciautils, and a new Kernel. SliTaz also provides new options to use at
66 boot time and isapnptools for very old hardware like IBM GL300 6272/6282 or
67 P133/32M. All this new stuff fits in an ISO image of 22,4 Mb. The Simple
68 Light Incredible... SliTaz (cooking) LiveCD can be obtained
69 on SliTaz mirror. <a href="../get/#cooking">Download</a>. Enjoy!</p></li>
71 <li>
72 <strong>06 Nov 2007 - Last Cooking before 1.0</strong>
73 <p>
74 SliTaz project is proud to announce the last cooking version before stable
75 release. This new version provides PHP 5.2.5, Grsync, ISO Master 1.2,
76 Busybox 1.7.2 and much more in a ISO image of 24,7 MB. We also prepared a
77 new theme and wallpaper for JWM and installed a Tango icon.
78 <a href="../get/#cooking">Download</a> SliTaz (cooking) LiveCD for free from
79 TuxFamily mirror. All feedback is really welcome, you can use the mailing
80 list or directly send a mail to &lt;devel at slitaz.org&gt;.</p></li>
82 <li>
83 <strong>12 Oct 2007 - New Cooking and stabilisation</strong><p>
84 SliTaz Cooking ISO image provides a LiveCD of 24 Mb with Firefox 2.0.0.7,
85 Linux kernel 2.6.22.9, Rsync, ISO Master 1.1, LightTPD 1.4.18, SQLite 3.5.1,
86 a new theme and wallpaper. The packages manager was also upgraded with
87 Tazwok and the slitaz-tools. Transmission 0.82 can now create Torrent files.
88 SliTaz (cooking) LiveCD can be obtained for free
89 from TuxFamily mirror. <a href="../get/#cooking">Download</a>.</p></li>
90 </ul>
92 <!-- End of news -->
93 </div>
95 <h2>News archives</h2>
96 <p>
97 please note that some links may be broken due to website structure
98 changes (mainly the docs that moved to their own domain).
99 </p>
100 <p>
101 <a href="index.php#archives">Archives by year</a>
102 </p>
104 <!-- End of content -->
105 </div>
107 <?php include("../../lib/html/footer.html"); ?>
109 </body>
110 </html>