website annotate en/index.php @ rev 920

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