website annotate en/index.php @ rev 777

en: add Headlines menu entry on all pages
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 26 16:06:14 2011 +0100 (2011-03-26)
parents 09e244f811b0
children 4b9f996e8910
rev   line source
pankso@712 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
pankso@712 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@712 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@712 4 <head>
pankso@712 5 <title>SliTaz GNU/Linux (en)</title>
pankso@712 6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
pankso@712 7 <meta name="description" content="SliTaz GNU/Linux LiveCD" />
pankso@712 8 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
pankso@712 9 <meta name="robots" content="index, follow, all" />
pankso@712 10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
pankso@712 11 <meta name="author" content="Paul Issot"/>
pankso@712 12 <link rel="shortcut icon" href="../favicon.ico" />
pankso@712 13 <link rel="stylesheet" type="text/css" href="../slitaz.css" />
pankso@712 14 <link rel="alternate" type="application/rss+xml" title="SliTaz Website feed" href="rss.xml" />
pankso@712 15 <link rel="alternate" type="application/atom+xml" title="SliTaz Labs feed" href="http://labs.slitaz.org/news?format=atom" />
pankso@712 16 <link rel="alternate" type="application/rss+xml" title="SliTaz SCN feed" href="http://scn.slitaz.org/rss.xml" />
pankso@712 17 </head>
pankso@712 18 <body>
pankso@712 19
pankso@712 20 <!-- Header -->
pankso@712 21 <div id="header">
pankso@776 22 <div id="logo"></div>
pankso@776 23 <div id="network">
pankso@776 24 <a href="http://www.slitaz.org/netmap.php">
pankso@776 25 <img src="../images/network.png" alt="network.png" /></a>
pankso@776 26 <a href="http://scn.slitaz.org/">Community</a>
pankso@776 27 <a href="http://doc.slitaz.org/">Doc</a>
pankso@776 28 <a href="http://forum.slitaz.org/">Forum</a>
pankso@776 29 <a href="http://labs.slitaz.org/issues">Bugs</a>
pankso@776 30 <a href="http://hg.slitaz.org/">Hg</a>
pankso@712 31 </div>
pankso@776 32 <h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
pankso@776 33 </div>
pankso@776 34
pankso@776 35 <!-- Block -->
pankso@776 36 <div id="block">
pankso@776 37 <!-- Navigation -->
pankso@776 38 <div id="block_nav">
pankso@776 39 <h4>Navigation</h4>
pankso@776 40 <div class="right_box">
pankso@776 41 <ul>
pankso@776 42 <li><a href="mailing-list.html">Mailing List</a></li>
pankso@776 43 <li><a href="devel/">Development</a></li>
pankso@777 44 <li><a href="packages/">Packages</a></li>
pankso@776 45 <li><a href="artwork/">Artwork</a></li>
pankso@776 46 <li><a href="search.html">Search</a></li>
pankso@776 47 </ul>
pankso@776 48 </div>
pankso@776 49 <div class="left_box">
pankso@776 50 <ul>
pankso@777 51 <li><a href="./">Headlines</a></li>
pankso@776 52 <li><a href="about/">About</a></li>
pankso@776 53 <li><a href="get/">Download</a></li>
pankso@776 54 <li><a href="asso/">Association</a></li>
pankso@776 55 <li><a href="doc/">Documentation</a></li>
pankso@776 56 </ul>
pankso@776 57 </div>
pankso@776 58 </div>
pankso@776 59 <!-- Information/image -->
pankso@776 60 <div id="block_info">
pankso@777 61 <h4>English Website</h4>
pankso@776 62 <p>
pankso@776 63 SliTaz is a free operating system providing a fully featured
pankso@776 64 desktop or server in less than 30 Mb.
pankso@776 65 </p>
pankso@776 66 <p>
pankso@776 67 In Live mode SliTaz can run completely in RAM and boot from
pankso@776 68 removable media such as a cdrom or USB key. The system is
pankso@776 69 secure, stable and easy to use.
pankso@776 70 <a href="about/">More information...</a>
pankso@776 71 </p>
pankso@776 72 </div>
pankso@776 73 </div>
pankso@776 74
pankso@776 75 <!-- Languages -->
pankso@776 76 <div id="lang">
pankso@776 77 <a href="../i18n.php"><img src="../images/locale.png" alt="locale.png" /></a>
pankso@776 78 <a href="../de/">Deutsch</a>
pankso@776 79 <a href="../en/">English</a>
pankso@776 80 <a href="../es/">Español</a>
pankso@776 81 <a href="../fr/">Français</a>
pankso@776 82 <a href="../id/">Indonesian</a>
pankso@776 83 <a href="../pt/">Português</a>
pankso@712 84 </div>
pankso@712 85
pankso@712 86 <!-- Content -->
pankso@776 87 <div id="content">
pankso@712 88
pankso@712 89 <!--
pankso@712 90 SliTaz news starting.
pankso@712 91 -->
pankso@712 92
pankso@738 93 <h2>Headlines</h2>
pankso@712 94 <p>
pankso@712 95 The SliTaz website offers the main news of the project as well as
pankso@712 96 news on the general activity of the subprojects on the
pankso@712 97 <a href="http://labs.slitaz.org/">laboratories</a>. Both are
pankso@712 98 available as a <a href="rss.xml">XML feed</a>. The project also
pankso@719 99 publishes a small monthly Newsletter. The website <a href="../">main page</a>
paul@720 100 will give you a nice overview of the latest news, commits, cooked packages,
pankso@719 101 and Tweets.
pankso@712 102 </p>
pankso@712 103
pankso@776 104 <div class="box">
pankso@776 105 <img src="../images/news.png" alt=".png" />
pankso@712 106 <a href="http://labs.slitaz.org/news">News from the Labs</a>
pankso@712 107 (<a href="http://labs.slitaz.org/news?format=atom">Feed</a>) |
pankso@712 108 <a href="http://doc.slitaz.org/en:newsletter:start">Monthly Newsletter</a>
pankso@712 109 </div>
pankso@712 110
pankso@712 111 <div id="news">
pankso@712 112
pankso@712 113 <ul>
pankso@712 114 <!-- <li><strong>Date - Title</strong>
pankso@712 115 <p></p>
pankso@712 116 </li> -->
pankso@712 117
pankso@712 118 <li><strong>4 November 2010 - New Cooking 20101104</strong>
pankso@712 119 <p>The SliTaz team is pleased to announce the release of a new cooking ISO
pankso@712 120 featuring over 2600 packages. It contains Linux Kernel 2.6.34 and was
pankso@712 121 rebuilt with a new toolchain using glibc 2.11.2 and gcc 4.5.1. Xorg has
pankso@712 122 been fully updated to 1.9.2. The LiveCD includes Midori, the Deadbeef audio
pankso@712 123 player, and many more applications. Tazpkg and Tazctrlbox now support
pankso@712 124 gettext translations and more UTF locales have been added. Many bugfixes,
pankso@712 125 updates and improvements can also be found. A lot of work has been done
pankso@712 126 during these past 6 months. You can <a href="get/#cooking>">download</a>
pankso@712 127 this new cooking version from one of the official mirrors of the project.
pankso@712 128 All feedback is welcome and can be done through the mailing list or
pankso@712 129 the forum.</p>
pankso@712 130 </li>
pankso@712 131
pankso@712 132 <li><strong>08 May 2010 - Summer of Documentation</strong>
pankso@712 133 <p>The SliTaz team is organizing a 'Summer of Documentation' from May 10th to June 10th.
pankso@712 134 The main aim is to centralize, review and update all online documentation.
pankso@712 135 More details can be found at <a href="http://doc.slitaz.org/">doc.slitaz.org</a>.
pankso@712 136 We hope that SliTaz users will be able to contribute by adding to or updating the
pankso@712 137 documentation.
pankso@712 138 </p>
pankso@712 139 </li>
pankso@712 140
pankso@712 141 <li><strong>28 March 2010 - SliTaz GNU/Linux 3.0 release</strong>
pankso@712 142 <p>All of the SliTaz team are proud to announce the release of the SliTaz
pankso@712 143 GNU/Linux 3.0 operating system. It's simpler, faster, customizable,
pankso@712 144 mightier and yet incredibly tiny. The new SliTaz stable version is now
pankso@712 145 out after one year of development.</p>
pankso@712 146 <p>The core desktop provides a fully featured desktop powered by Xorg 7.4,
pankso@712 147 Openbox, LXDE components and home made tools. It lets you easily connect to
pankso@712 148 the Internet to surf the web with the Midori web browser, listen to music
pankso@712 149 or manage your pictures.</p>
pankso@712 150 <p>The default core system fits into a 30 MB ISO image and LiveCD flavors
pankso@712 151 start at 8 MB. This stable version has been built by a new toolchain including
pankso@712 152 GCC 4.4.1 and uses the Linux kernel 2.6.30.6. You can read the full
pankso@712 153 <a href="doc/releases/3.0/relnotes.en.html">Releases Notes</a> for more
pankso@712 154 information and <a href="get/#stable>">download</a> a LiveCD image from the
pankso@712 155 SliTaz mirrors.</p>
pankso@712 156 </li>
pankso@712 157
pankso@712 158 <li><strong>14 March 2010 - RC series and Solutionslinux 2010 (Paris)</strong>
pankso@712 159 <p>Since we're getting closer to the next stable release, we have updated the
pankso@712 160 core ISO image to start with a RC series. The Major change is the switch to
pankso@712 161 Midori as the default web browser, this will improve user experience and let
pankso@712 162 us keep SliTaz at 30Mb. Midori is a modern browser powered by the webkit engine -
pankso@712 163 it is fast, simple to use and well integrated with the SliTaz desktop.</p>
pankso@712 164 <p>This updated ISO comes with a bunch of bug and dependency fixes, we have
pankso@712 165 also improved the home made tools and scripts. This new ISO image can be
pankso@712 166 downloaded from the SliTaz mirrors (30 Mb):
pankso@712 167 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">slitaz-cooking.iso</a></p>
pankso@712 168 <p>By the way, the SliTaz project will be at
pankso@712 169 <a href="http://www.solutionslinux.fr/">Solutionslinux</a> 2010 next
pankso@712 170 week in Paris. You will be able to learn about the project and make
pankso@712 171 contact with members of the association and the development team.</p>
pankso@712 172 </li>
pankso@712 173
pankso@712 174 <li><strong>21 February 2010 - New Cooking 20100221</strong>
pankso@712 175 <p>SliTaz contributors are proud to announce a new Cooking version of the
pankso@712 176 LiveCD. This is the last Cooking RC before 3.0 is released. The core ISO image
pankso@712 177 is at 27 MB and comes with many changes and improvments. This Cooking uses
pankso@712 178 Xorg as X server instead of Xvesa and provides full UTF-8 support. With
pankso@712 179 a clean desktop environment, it also provides many applications for daily
pankso@712 180 usage and common tasks. Netsurf replaces firefox as the default web browser.
pankso@712 181 Nevertheless, a Firefox flavor at 29 Mb with sound and wifi support can
pankso@712 182 also be downloaded from the official mirrors.</p>
pankso@712 183 <p>On the updates and improvements side: tazpkg is faster, boot-scripts are
pankso@712 184 updated and home-made toolboxes are improved. Wifibox uses awk for better
pankso@712 185 network scanning. WPA support in the boot scripts have been improved. Boot
pankso@712 186 time is logged for performance measuring. The SliTaz installer will now
pankso@712 187 try to use files from an USB device if no cdrom is found, allow you to
pankso@712 188 create a default user account, set a root password and use a separate /home
pankso@712 189 partition. And finally, LiveCD customization is now much easier: users
pankso@712 190 just have to boot, modify and use writefs via the Tazlito graphical interface
pankso@712 191 or from the command line to generate their own customized CD.</p>
pankso@712 192 <p>As usual, you can <a href="get/#cooking">download</a> these new
pankso@712 193 flavors from one of the official mirrors of the project and provide feedback
pankso@712 194 on the SliTaz forum.</p>
pankso@712 195 </li>
pankso@712 196 <li><strong>News archives:</strong>
pankso@712 197 <a href="news/2007.html">2007</a> |
pankso@712 198 <a href="news/2008.html">2008</a> |
pankso@712 199 <a href="news/2009.html">2009</a></li>
pankso@712 200 </ul>
pankso@712 201
pankso@712 202 <!-- End of news -->
pankso@712 203 </div>
pankso@712 204
pankso@712 205 <!-- End of content -->
pankso@712 206 </div>
pankso@712 207
pankso@712 208 <!-- Footer -->
pankso@712 209 <div id="footer">
pankso@776 210 Copyright &copy; <span class="year"></span>
pankso@776 211 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
pankso@776 212 <a href="http://scn.slitaz.org/">Community</a>
pankso@776 213 <a href="http://doc.slitaz.org/">Doc</a>
pankso@776 214 <a href="http://forum.slitaz.org/">Forum</a>
pankso@776 215 <a href="http://pkgs.slitaz.org/">Packages</a>
pankso@776 216 <a href="http://labs.slitaz.org/issues">Bugs</a>
pankso@776 217 <a href="http://hg.slitaz.org/">Hg</a>
pankso@776 218 <p>
pankso@776 219 SliTaz @
pankso@776 220 <a href="http://twitter.com/slitaz">Twitter</a>
pankso@776 221 <a href="http://www.facebook.com/slitaz">Facebook</a>
pankso@776 222 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
pankso@776 223 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
pankso@776 224 <a href="http://flattr.com/profile/slitaz">Flattr</a>
pankso@776 225 </p>
pankso@712 226 </div>
pankso@713 227
pankso@712 228 </body>
pankso@712 229 </html>