website annotate en/index.php @ rev 905

Fund call to get a VM/dedicated server
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 07 01:54:42 2012 +0100 (2012-03-07)
parents 3815e63ff019
children 6bdb0d107255
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@782 15 <link rel="alternate" type="application/rss+xml" title="SliTaz SCN feed" href="http://scn.slitaz.org/activity/feed/" />
pankso@797 16 <script type="text/javascript">
pankso@797 17 /* <![CDATA[ */
pankso@797 18 (function() {
pankso@797 19 var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
pankso@797 20 s.type = 'text/javascript';
pankso@797 21 s.async = true;
pankso@797 22 s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
pankso@797 23 t.parentNode.insertBefore(s, t);
pankso@797 24 })();
pankso@797 25 /* ]]> */
pankso@797 26 </script>
pankso@712 27 </head>
pankso@712 28 <body>
pankso@712 29
pankso@712 30 <!-- Header -->
pankso@712 31 <div id="header">
pankso@776 32 <div id="logo"></div>
pankso@776 33 <div id="network">
pankso@776 34 <a href="http://www.slitaz.org/netmap.php">
pankso@776 35 <img src="../images/network.png" alt="network.png" /></a>
pankso@776 36 <a href="http://scn.slitaz.org/">Community</a>
pankso@776 37 <a href="http://doc.slitaz.org/">Doc</a>
pankso@776 38 <a href="http://forum.slitaz.org/">Forum</a>
claudinei@819 39 <a href="http://bugs.slitaz.org">Bugs</a>
pankso@776 40 <a href="http://hg.slitaz.org/">Hg</a>
pankso@712 41 </div>
pankso@776 42 <h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
pankso@776 43 </div>
pankso@776 44
pankso@776 45 <!-- Block -->
pankso@776 46 <div id="block">
pankso@776 47 <!-- Navigation -->
pankso@776 48 <div id="block_nav">
pankso@776 49 <h4>Navigation</h4>
pankso@776 50 <div class="right_box">
pankso@776 51 <ul>
pankso@886 52 <li><a href="../webchat.php">Web Chat</a></li>
pankso@776 53 <li><a href="mailing-list.html">Mailing List</a></li>
pankso@776 54 <li><a href="devel/">Development</a></li>
pankso@777 55 <li><a href="packages/">Packages</a></li>
pankso@776 56 <li><a href="artwork/">Artwork</a></li>
pankso@776 57 <li><a href="search.html">Search</a></li>
pankso@776 58 </ul>
pankso@776 59 </div>
pankso@776 60 <div class="left_box">
pankso@776 61 <ul>
pankso@777 62 <li><a href="./">Headlines</a></li>
pankso@776 63 <li><a href="about/">About</a></li>
pankso@776 64 <li><a href="get/">Download</a></li>
pankso@886 65 <li><a href="doc/">Documentation</a></li>
pankso@776 66 <li><a href="asso/">Association</a></li>
pankso@886 67 <li><a href="asso/sponsor.html">Sponsor</a></li>
pankso@776 68 </ul>
pankso@776 69 </div>
pankso@776 70 </div>
pankso@776 71 <!-- Information/image -->
pankso@776 72 <div id="block_info">
pankso@777 73 <h4>English Website</h4>
pankso@776 74 <p>
pankso@776 75 SliTaz is a free operating system providing a fully featured
pankso@884 76 desktop or server in less than 35 MB.
pankso@776 77 </p>
pankso@776 78 <p>
pankso@776 79 In Live mode SliTaz can run completely in RAM and boot from
pankso@776 80 removable media such as a cdrom or USB key. The system is
pankso@776 81 secure, stable and easy to use.
pankso@776 82 <a href="about/">More information...</a>
pankso@776 83 </p>
pankso@776 84 </div>
pankso@776 85 </div>
pankso@776 86
pankso@776 87 <!-- Languages -->
pankso@776 88 <div id="lang">
pankso@778 89 <a href="../i18n.php">
pankso@778 90 <img src="../images/locale.png" alt="locale.png" /></a>
pankso@859 91 <a href="../da/">Dansk</a>
pankso@776 92 <a href="../de/">Deutsch</a>
pankso@776 93 <a href="../en/">English</a>
pankso@776 94 <a href="../es/">Español</a>
pankso@776 95 <a href="../fr/">Français</a>
pankso@776 96 <a href="../id/">Indonesian</a>
paul@837 97 <a href="../it/">Italiano</a>
pankso@776 98 <a href="../pt/">Português</a>
pankso@778 99 <a href="../cn/">Chinese</a>
pankso@712 100 </div>
pankso@712 101
pankso@712 102 <!-- Content -->
pankso@776 103 <div id="content">
pankso@712 104
pankso@905 105 <div class="box">
pankso@823 106 <img src="../images/update.png" style="float: left; margin-right: 10px; " />
pankso@860 107 <p>
pankso@905 108 Help us get a dedicated server - Check out our
pankso@905 109 <a href="http://www.gofundme.com/3ql70">online fundraising</a>
pankso@860 110 </p>
pankso@905 111 </div>
pankso@823 112
pankso@712 113 <!--
pankso@712 114 SliTaz news starting.
pankso@712 115 -->
pankso@712 116
pankso@738 117 <h2>Headlines</h2>
pankso@712 118 <p>
pankso@712 119 The SliTaz website offers the main news of the project as well as
pankso@712 120 news on the general activity of the subprojects on the
pankso@797 121 <a href="http://scn.slitaz.org/">community site</a>. Both are
pankso@712 122 available as a <a href="rss.xml">XML feed</a>. The project also
pankso@797 123 publishes a small monthly Newsletter. This page and the website
pankso@797 124 <a href="../">main page</a> will give you a nice overview of the
pankso@797 125 latest news, commits, and Tweets.
pankso@712 126 </p>
pankso@712 127
pankso@776 128 <div class="box">
pankso@776 129 <img src="../images/news.png" alt=".png" />
pankso@797 130 <a href="http://scn.slitaz.org/">News from the Blog</a> |
pankso@712 131 <a href="http://doc.slitaz.org/en:newsletter:start">Monthly Newsletter</a>
pankso@712 132 </div>
pankso@712 133
pankso@809 134 <div class="news">
pankso@851 135 <a name="news"></a>
pankso@712 136
pankso@712 137 <ul>
pankso@712 138 <!-- <li><strong>Date - Title</strong>
pankso@712 139 <p></p>
pankso@712 140 </li> -->
pascal@904 141 <a name="20120303"></a>
pankso@903 142 <li><strong>03 Mar 2012 - SliTaz 4.0-RC2 is out</strong>
pankso@903 143 <p>
pankso@903 144 The Slitaz team is pleased to announce the new SliTaz 4.0-RC2 release
pankso@903 145 candidate. We have done a huge amount of work fixing bugs from RC1 and
pankso@903 146 on end-user home made tools such as TazPKG, TazPanel and TazUSB. Wifi
pankso@903 147 connection is made easier via TazPanel or the new wifibox. TazPKG has
pankso@903 148 better desktop integration and a new notification system.
pankso@903 149 </p>
pankso@903 150 <p>
pankso@903 151 This new version comes with a full Xorg package and DRI support as
pankso@903 152 well as the nv, intel, geode and vesa drivers working out-of-the-box.
pankso@903 153 We have also rebuilt all packages once again and saved ~2Mb in the
pankso@903 154 core LiveCD, so we now include Lxrandr, Parcellite and the
pankso@903 155 transmission BiTorrent client.
pankso@903 156 </p>
pankso@903 157 <p>
pankso@903 158 We want to thank everyone who tested the first release candidate; this
pankso@903 159 RC2 is close to the upcoming SliTaz 4.0 version planned in 2 weeks.
pankso@903 160 Download the RC2 ISO image from our mirror (35,1 Mb):
pankso@903 161 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC2.iso">SliTaz 4.0-RC2</a>
pankso@903 162 </p>
pankso@903 163 </li>
pankso@903 164 <a name="20120223"></a>
pankso@903 165 <li><strong>23 Feb 2012 - SliTaz 4.0 -RC1 is out</strong>
pankso@888 166 <p>
pankso@888 167 The SliTaz contributor team is pleased to announce the immediate
pankso@888 168 availability of the first release candidate for SliTaz 4.0. SliTaz can
paul@894 169 boot in 10-12 seconds on fairly new hardware and with the new 4in1 ISO
pankso@888 170 you can install a full SliTaz desktop with only 48MB of RAM. The 4in1
paul@894 171 ISO is able to auto detect the memory and can boot SliTaz in text mode,
paul@897 172 to a minimal X environment or a full graphical desktop.
pankso@888 173 </p>
pankso@888 174 <p>
paul@894 175 SliTaz 4.0 will have more than 3000 well tested packages in its
paul@894 176 repository and the RC series lets us track the latest bugs. From our last
paul@894 177 Cooking release the packages have all been rebuilt twice to ensure build
pankso@888 178 quality.
pankso@888 179 </p>
pankso@888 180 <p>
pankso@902 181 This RC2 ISO will prompt you with a new graphical menu and a graphical
paul@894 182 language and keyboard set up. The ISO features a new desktop layout and
paul@894 183 artwork as well as a new command line installer with a CGI/web interface
paul@894 184 accessible via TazPanel. You can download this new ISO from our mirror:
pankso@903 185 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC1.iso">SliTaz 4.0-RC1</a>
pankso@888 186 </p>
pankso@888 187 </li>
pankso@890 188
pankso@882 189 <a name="20110531"></a>
pankso@850 190 <li><strong>31 May 2011 - New and fresh Cooking 20110531</strong>
pankso@849 191 <p>
pankso@849 192 The Slitaz team is proud to announce the release of a new Cooking version
pankso@849 193 built with our new and fresh packages from cookutils. Cookutils is one of
pankso@849 194 the new generation of tools to build SliTaz packages and provides a Build
pankso@849 195 Bot with a nice web interface that works out-of-the-box on any SliTaz
pankso@849 196 system. These new packages have been built with a new i486 optimized
pankso@849 197 toolchain.
pankso@849 198 </p>
pankso@849 199 <p>
pankso@849 200 The full boot process has been improved and the first boot configuration
pankso@849 201 is now done through GTK boxes in a X session and the boot time is also
pankso@849 202 faster. This version comes with a new GUI tool for system configuration
pankso@849 203 as well as our new system configuration panel aka TazPanel. TazPanel
pankso@849 204 lets you configure the entire system via a xHTML/CSS web interface
pankso@849 205 (useful for remote control) and it also handles package management and
pankso@849 206 replaces the old GTK box.
pankso@849 207 </p>
pankso@849 208 <p>
pankso@849 209 Xorg now has dri support, so libdrm, linux-drm as well as linux-agp
paul@857 210 are part of the core ISO. This adds 1MB to the compressed root
pankso@849 211 filesystem. But we managed to save a lot of space in the core ISO with
paul@857 212 our new packages and this new Cooking is 30MB! This new cooking also
paul@857 213 provides better internationalization and Italian support! Download:
pankso@849 214 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">
pankso@849 215 slitaz-cooking.iso</a>
pankso@849 216 </p>
pankso@849 217 </li>
pankso@850 218
pankso@850 219 <a name="20110329"></a>
pankso@849 220 <li><strong>29 March 2011 - New Cooking 20110329</strong>
pankso@797 221 <p>
pankso@797 222 The SliTaz team is pleased to announce the release of a new cooking
pankso@797 223 ISO featuring over 2900 packages. All packages have been rebuilt using
pankso@797 224 our new cooking tool, now included in tazwok. It contains Linux Kernel
pankso@797 225 2.6.37 compiled against glibc 2.13, binutils 2.21 &amp; gcc 4.5.2. The Core
pankso@797 226 LiveCD includes Midori 0.3.3. Tazpkg is now entirely translated to
pankso@797 227 French and we are open to additional translations. Tazwok has been
pankso@797 228 entirely rewritten and it's now possible to recook SliTaz from Scratch
pankso@797 229 using any ISO. This ISO is the first of a release candidate series which
pankso@797 230 leads us to a stable 4.0 release.
pankso@797 231 </p>
pankso@797 232 <p>
pankso@797 233 A lot of work has been done since our last cooking ISO released in november:
pankso@797 234 more than 2200 changes have been commited to the wok, and several
pankso@797 235 hundreds more to home-built tools. We are proud to announce that the SliTaz
paul@811 236 community has grown a lot these last months: the last year, many
pankso@797 237 changes was commited than in the previous four. However, quantity doesn't mean
pankso@797 238 quality. We need you to help to test this new ISO and report eventual bugs. If
pankso@797 239 you want to, you are welcome to help fix known problems before 4.0 is released.
pankso@797 240 You can join members of the crew via our IRC, mailing-list, forums or by
pankso@797 241 mailing the packages maintainers. We hope you will enjoy this new
pankso@797 242 <a href="get/">release!</a>
pankso@797 243 </p>
pankso@786 244 </li>
pankso@712 245
pankso@786 246 <a name="20101104"></a>
pankso@712 247 <li><strong>4 November 2010 - New Cooking 20101104</strong>
pankso@712 248 <p>The SliTaz team is pleased to announce the release of a new cooking ISO
pankso@712 249 featuring over 2600 packages. It contains Linux Kernel 2.6.34 and was
pankso@712 250 rebuilt with a new toolchain using glibc 2.11.2 and gcc 4.5.1. Xorg has
pankso@712 251 been fully updated to 1.9.2. The LiveCD includes Midori, the Deadbeef audio
pankso@712 252 player, and many more applications. Tazpkg and Tazctrlbox now support
pankso@712 253 gettext translations and more UTF locales have been added. Many bugfixes,
pankso@712 254 updates and improvements can also be found. A lot of work has been done
pankso@712 255 during these past 6 months. You can <a href="get/#cooking>">download</a>
pankso@712 256 this new cooking version from one of the official mirrors of the project.
pankso@712 257 All feedback is welcome and can be done through the mailing list or
pankso@712 258 the forum.</p>
pankso@712 259 </li>
pankso@797 260
pankso@797 261 <li><a href="news/">More news</a> or browse the archives:
pankso@712 262 <a href="news/2007.html">2007</a> |
pankso@712 263 <a href="news/2008.html">2008</a> |
pankso@712 264 <a href="news/2009.html">2009</a></li>
pankso@712 265 </ul>
pankso@712 266
pankso@712 267 <!-- End of news -->
pankso@712 268 </div>
pankso@712 269
pankso@797 270 <h2>Project Activity</h2>
pankso@797 271 <?php
pankso@808 272 require_once("../libs/get-feeds.php");
pankso@797 273 ?>
pankso@797 274
pankso@797 275 <div class="activity">
pankso@797 276 <p>
pankso@806 277 <a href="http://scn.slitaz.org/activity/"><img
pankso@806 278 src="../images/users.png" alt="users.png" /></a>
pankso@834 279 Community activity
pankso@808 280 <?php get_feed("scn.xml"); ?>
pankso@797 281 </div>
pankso@797 282 <p class="activity_more">
pankso@797 283 <a href="http://scn.slitaz.org/activity/">More activity</a>
pankso@797 284 </p>
pankso@797 285 </div>
pankso@797 286
pankso@797 287 <div class="activity">
pankso@797 288 <p>
pankso@806 289 <a href="http://hg.slitaz.org/">
pankso@806 290 <img src="../images/development.png" alt="development.png" /></a>
pankso@804 291 Latest commits in wok
pankso@808 292 <?php get_feed("wok.xml"); ?>
pankso@797 293 </div>
pankso@797 294 <p class="activity_more">
pankso@797 295 <a href="http://hg.slitaz.org/">More commits</a>
pankso@797 296 </p>
pankso@797 297 </div>
pankso@797 298
pankso@804 299 <h2>Support us</h2>
pankso@797 300 <p>
pankso@804 301 Make SliTaz even more popular or make a donation. You can use PayPal
paul@811 302 or a Flattr micropayment to monetary support us. You can Blog, Tweet,
pankso@804 303 share and talk about the project to help spread SliTaz. You can also
paul@811 304 join the project to connect and share or get involved on the SliTaz
pankso@804 305 <a href="http://scn.slitaz.org/">Community Network</a>.
pankso@797 306 </p>
pankso@884 307 <p>
paul@900 308 You may also want to become an official sponsor via a monthly donation or
paul@900 309 by providing us with some hardware or server resources.
pankso@884 310 <a href="asso/sponsor.html">More information</a>
pankso@884 311 </p>
pankso@797 312
pankso@804 313 <div>
pankso@804 314 <!-- PayPal Button -->
pankso@804 315 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"
pankso@804 316 style="display: inline;">
pankso@804 317 <input type="hidden" name="cmd" value="_s-xclick" />
pankso@804 318 <input type="hidden" name="hosted_button_id" value="4885025" />
pankso@804 319 <input type="image" src="../images/paypal.png" name="submit"
pankso@804 320 alt="PayPal - The safer, easier way to pay online!" />
pankso@804 321 </form>
pankso@804 322 <!-- Flattr Button -->
pankso@804 323 <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
pankso@804 324 href="http://www.slitaz.org/"></a>
pankso@804 325 <!-- Twitter Button -->
pankso@797 326 <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
pankso@797 327 <a href="http://twitter.com/share" class="twitter-share-button"
pankso@797 328 data-text="SliTaz GNU/Linux"
pankso@797 329 data-count="horizontal"
pankso@797 330 data-via="slitaz">Tweet</a>
pankso@797 331 </div>
pankso@797 332
pankso@712 333 <!-- End of content -->
pankso@712 334 </div>
pankso@712 335
pankso@712 336 <!-- Footer -->
pankso@712 337 <div id="footer">
pankso@776 338 Copyright &copy; <span class="year"></span>
pankso@776 339 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
pankso@776 340 <a href="http://scn.slitaz.org/">Community</a>
pankso@776 341 <a href="http://doc.slitaz.org/">Doc</a>
pankso@776 342 <a href="http://forum.slitaz.org/">Forum</a>
pankso@776 343 <a href="http://pkgs.slitaz.org/">Packages</a>
claudinei@819 344 <a href="http://bugs.slitaz.org">Bugs</a>
pankso@776 345 <a href="http://hg.slitaz.org/">Hg</a>
pankso@776 346 <p>
pankso@776 347 SliTaz @
pankso@776 348 <a href="http://twitter.com/slitaz">Twitter</a>
pankso@776 349 <a href="http://www.facebook.com/slitaz">Facebook</a>
pankso@776 350 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
pankso@776 351 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
pankso@776 352 <a href="http://flattr.com/profile/slitaz">Flattr</a>
pankso@776 353 </p>
pankso@712 354 </div>
pankso@713 355
pankso@712 356 </body>
pankso@712 357 </html>