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

Edit SliTaz rpi release
author Paul Issott <paul@slitaz.org>
date Sat Mar 29 19:26:32 2014 +0000 (2014-03-29)
parents e8d64efcd7cc
children 77fc2ca0c08a
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</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>SliTaz News</h2>
44 <div class="news">
46 <ul>
47 <li id="d20140329">
48 <strong>29 Mar 2014 - SliTaz Raspberry Pi release</strong>
49 <p>
50 The SliTaz team is pleased to announce the SliTaz Raspberry Pi
51 20140329 release after 2 years of stabilization and work porting
52 SliTaz to the ARM platform. The release provides the latest packages
53 cross compiled by the official SliTaz Cooker with more than 420
54 mirrored packages. The base flavor size is 22Mb and the JWM/FOX desktop
55 flavor reaches only 34 Mb. The desktop flavor provides Adie text
56 editor, PathFinder file manager, Links2 web browser, TazIRC,
57 a web server, Dropbear SSH client and many common GNU/Linux command
58 line tools.
59 </p>
60 <p>
61 SliTaz Raspberry Pi also includes the TazBerry Ncurses utility to
62 configure the system and the SliTaz ARM CGI remote control interface
63 with a custom RPi boot plugin. To use SliTaz RPi: download a flavor
64 tarball, extract it, run the install.sh script and boot your
65 Raspberry Pi.
66 </p>
67 <p>
68 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-desktop-20140329.tar.bz2"
69 >slitaz-rpi-desktop-20140329</a> (34 Mb) -
70 <a href="http://mirror.slitaz.org/arm/rpi/slitaz-rpi-base-20140329.tar.bz2"
71 >slitaz-rpi-base-20140329</a> (22 Mb) -
72 <a href="http://arm.slitaz.org/rpi/">SliTaz Raspberry Pi Home</a>
73 </p>
74 <p>
76 </p>
77 </li>
79 <li id="d20140216">
80 <strong>16 Feb 2014 - New SliTaz Cooking Release</strong>
81 <p>
82 The Slitaz team is proud to announce the release of a new Cooking
83 version which paves the road to SliTaz 5.0. This new Cooking includes
84 almost 2 years of work and has an incredible ChangeLog. All our home
85 made tools have been improved with some great new tools such as
86 'frugal' or 'decode'. We focused a lot of work on Desktop integration
87 to provide a finer user experience and have largely improved the Linux
88 Kernel (3.2.53) configuration.
89 </p>
90 <p>
91 On the packages side we updated all existing packages and also added
92 a bunch of new packages to reach more than 4200 packages in the
93 Cooking database. Lots of work has also been done on the SliTaz
94 installer which provides a new Ncurses/text front-end.
95 </p>
96 <p>
97 The LiveCD will now ask for language settings before booting so users
98 can get directly to the Desktop after boot scripts have been executed.
99 The size of the ISO image has grown a little due to better hardware
100 support and new functions. You can download the ISO image from a SliTaz
101 mirror (40 Mb):
102 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
103 >slitaz-cooking.iso</a>
104 [ <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.md5"
105 >md5</a> ]
106 </p>
107 </li>
108 </ul>
110 </div>
112 <!-- End of content -->
113 </div>
115 <?php include("../../lib/html/footer.html"); ?>
117 </body>
118 </html>