website annotate en/index.php @ rev 1048

en: announce 4.0
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 17:55:25 2012 +0200 (2012-04-10)
parents 272fc6dca787
children f98401e89247
rev   line source
pankso@712 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
al@1025 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>
al@1025 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
pankso@712 6 <title>SliTaz GNU/Linux (en)</title>
pankso@924 7 <meta name="description" content="SliTaz GNU/Linux English Website" />
pankso@712 8 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
pankso@712 9 <meta name="author" content="Paul Issot"/>
pankso@929 10 <?php include("../lib/html/meta-link.html"); ?>
pankso@712 11 </head>
pankso@712 12 <body>
pankso@712 13
pankso@909 14 <?php include("../lib/html/header.html"); ?>
pankso@776 15
pankso@776 16 <!-- Block -->
pankso@776 17 <div id="block">
pankso@920 18 <?php include("../lib/html/nav.en.html"); ?>
pankso@776 19 <!-- Information/image -->
pankso@776 20 <div id="block_info">
pankso@777 21 <h4>English Website</h4>
pankso@776 22 <p>
pankso@776 23 SliTaz is a free operating system providing a fully featured
al@1038 24 desktop or server in less than 35 MB.
pankso@776 25 </p>
pankso@776 26 <p>
pankso@776 27 In Live mode SliTaz can run completely in RAM and boot from
al@1038 28 removable media such as a cdrom or USB key. The system is
pankso@776 29 secure, stable and easy to use.
pankso@776 30 <a href="about/">More information...</a>
pankso@776 31 </p>
pankso@776 32 </div>
pankso@776 33 </div>
pankso@776 34
al@1013 35 <?php include("../lib/lang.php"); ?>
pankso@712 36
pankso@712 37 <!-- Content -->
pankso@776 38 <div id="content">
pankso@712 39
al@1032 40 <div class="box-up">
pankso@860 41 <p>
pankso@1044 42 Help us get a <a href="http://www.gofundme.com/3ql70">dedicated server</a>,
pankso@1044 43 and check out our <a href="http://usbkey.slitaz.org/">USB Key Project</a>!
pankso@860 44 </p>
pankso@905 45 </div>
pankso@823 46
pankso@712 47 <!--
pankso@712 48 SliTaz news starting.
pankso@712 49 -->
pankso@712 50
pankso@738 51 <h2>Headlines</h2>
al@1025 52
pankso@712 53 <p>
al@1038 54 The SliTaz website offers the main news of the project as well as
pankso@712 55 news on the general activity of the subprojects on the
pankso@797 56 <a href="http://scn.slitaz.org/">community site</a>. Both are
pankso@924 57 available as a <a href="/rss.xml">XML feed</a>. The project also
al@1038 58 publishes a small monthly Newsletter. This page and the website
pankso@797 59 <a href="../">main page</a> will give you a nice overview of the
pankso@797 60 latest news, commits, and Tweets.
pankso@712 61 </p>
pankso@712 62
pankso@776 63 <div class="box">
al@1025 64 <img src="/images/news.png" alt="[ ]" />
al@1038 65 <a href="http://scn.slitaz.org/">News from the Blog</a> |
pankso@712 66 <a href="http://doc.slitaz.org/en:newsletter:start">Monthly Newsletter</a>
pankso@712 67 </div>
pankso@712 68
pankso@809 69 <div class="news">
pankso@851 70 <a name="news"></a>
pankso@712 71
pankso@712 72 <ul>
al@1038 73 <!-- <li id="d20120223">
al@1025 74 <strong>Date - Title</strong>
pankso@712 75 <p></p>
pankso@712 76 </li> -->
pankso@1048 77
pankso@1048 78 <li id="d20120410">
pankso@1048 79 <strong>10 Apr 2012 - SliTaz GNU/Linux 4.0 Release</strong>
pankso@1048 80 <p>
pankso@1048 81 SliTaz's Contributors are pleased to announce the release of GNU/Linux
pankso@1048 82 SliTaz 4.0, the new stable version of their distribution. Two years of
pankso@1048 83 work from the community have provided a stable system of production with
pankso@1048 84 a faster startup time and more than 1000 new packages installable.
pankso@1048 85 </p>
pankso@1048 86 <p>
pankso@1048 87 SliTaz proposes a complete graphic desktop in 35MB, based on OpenBox
pankso@1048 88 and LXDE wich work fully in RAM using only 192MB. This new organization
pankso@1048 89 4in1 allows to install it on the hard disk with only 48MB selecting
pankso@1048 90 automatically the right Software's configuration.
pankso@1048 91 </p>
pankso@1048 92 <p>
pankso@1048 93 The utilities are better. TazPkg apports a new notification system; it's
pankso@1048 94 more faster although the growing number of packages and TazPanel allows
pankso@1048 95 to centralize the menagement of the system. You read the full
pankso@1048 96 <a href="doc/releases/4.0/relnotes.en.html">Releases Notes</a> and
pankso@1048 97 download SliTaz 4.0 from our mirror:
pankso@1048 98 <a href="http://mirror.slitaz.org/iso/4.0/slitaz-4.0.iso">slitaz-4.0.iso</a>
pankso@1048 99 </p>
pankso@1048 100 </li>
pankso@1048 101
al@1038 102 <li id="d20120303">
al@1025 103 <strong>03 Mar 2012 - SliTaz 4.0-RC2 is out</strong>
pankso@903 104 <p>
pankso@903 105 The Slitaz team is pleased to announce the new SliTaz 4.0-RC2 release
pankso@903 106 candidate. We have done a huge amount of work fixing bugs from RC1 and
pankso@903 107 on end-user home made tools such as TazPKG, TazPanel and TazUSB. Wifi
al@1038 108 connection is made easier via TazPanel or the new wifibox. TazPKG has
pankso@903 109 better desktop integration and a new notification system.
pankso@903 110 </p>
pankso@903 111 <p>
al@1038 112 This new version comes with a full Xorg package and DRI support as
pankso@903 113 well as the nv, intel, geode and vesa drivers working out-of-the-box.
al@1038 114 We have also rebuilt all packages once again and saved ~2Mb in the
al@1038 115 core LiveCD, so we now include Lxrandr, Parcellite and the
pankso@903 116 transmission BiTorrent client.
pankso@903 117 </p>
pankso@903 118 <p>
pankso@903 119 We want to thank everyone who tested the first release candidate; this
pankso@903 120 RC2 is close to the upcoming SliTaz 4.0 version planned in 2 weeks.
pankso@903 121 Download the RC2 ISO image from our mirror (35,1 Mb):
pankso@903 122 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC2.iso">SliTaz 4.0-RC2</a>
pankso@903 123 </p>
pankso@903 124 </li>
al@1025 125
al@1038 126 <li id="d20120223">
al@1025 127 <strong>23 Feb 2012 - SliTaz 4.0 -RC1 is out</strong>
pankso@888 128 <p>
pankso@888 129 The SliTaz contributor team is pleased to announce the immediate
pankso@888 130 availability of the first release candidate for SliTaz 4.0. SliTaz can
paul@894 131 boot in 10-12 seconds on fairly new hardware and with the new 4in1 ISO
pankso@888 132 you can install a full SliTaz desktop with only 48MB of RAM. The 4in1
paul@894 133 ISO is able to auto detect the memory and can boot SliTaz in text mode,
paul@897 134 to a minimal X environment or a full graphical desktop.
pankso@888 135 </p>
pankso@888 136 <p>
paul@894 137 SliTaz 4.0 will have more than 3000 well tested packages in its
al@1038 138 repository and the RC series lets us track the latest bugs. From our last
paul@894 139 Cooking release the packages have all been rebuilt twice to ensure build
pankso@888 140 quality.
pankso@888 141 </p>
pankso@888 142 <p>
pankso@902 143 This RC2 ISO will prompt you with a new graphical menu and a graphical
al@1038 144 language and keyboard set up. The ISO features a new desktop layout and
al@1038 145 artwork as well as a new command line installer with a CGI/web interface
paul@894 146 accessible via TazPanel. You can download this new ISO from our mirror:
pankso@903 147 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC1.iso">SliTaz 4.0-RC1</a>
al@1038 148 </p>
pankso@888 149 </li>
pankso@797 150
pankso@797 151 <li><a href="news/">More news</a> or browse the archives:
pankso@923 152 <a href="news/2007.php">2007</a> |
pankso@923 153 <a href="news/2008.php">2008</a> |
pankso@923 154 <a href="news/2009.php">2009</a> |
pankso@923 155 <a href="news/2010.php">2010</a> |
pankso@923 156 <a href="news/">2011</a>
pankso@923 157 </li>
pankso@712 158 </ul>
pankso@712 159
pankso@712 160 <!-- End of news -->
pankso@712 161 </div>
pankso@712 162
pankso@797 163 <h2>Project Activity</h2>
al@1025 164
al@1025 165 <?php require_once("../lib/get-feeds.php"); ?>
pankso@797 166
pankso@797 167 <div class="activity">
pankso@797 168 <p>
al@1038 169 <a href="http://scn.slitaz.org/activity/"><img
al@1025 170 src="/images/users.png" alt="[ ]" /></a>
pankso@834 171 Community activity
pankso@808 172 <?php get_feed("scn.xml"); ?>
pankso@797 173 </div>
pankso@797 174 <p class="activity_more">
pankso@797 175 <a href="http://scn.slitaz.org/activity/">More activity</a>
pankso@797 176 </p>
pankso@797 177 </div>
pankso@797 178
pankso@797 179 <div class="activity">
pankso@797 180 <p>
al@1038 181 <a href="http://forum.slitaz.org/"><img
al@1025 182 src="/images/support.png" alt="[ ]" /></a>
pankso@946 183 Forum activity
pankso@946 184 <?php get_feed_forum("forum.xml"); ?>
pankso@946 185 </div>
pankso@946 186 <p class="activity_more">
pankso@946 187 <a href="http://forum.slitaz.org/">More support</a>
pankso@946 188 </p>
pankso@946 189 </div>
pankso@946 190
pankso@946 191 <div class="activity">
pankso@946 192 <p>
pankso@806 193 <a href="http://hg.slitaz.org/">
al@1025 194 <img src="/images/development.png" alt="[ ]" /></a>
pankso@804 195 Latest commits in wok
pankso@808 196 <?php get_feed("wok.xml"); ?>
pankso@797 197 </div>
pankso@797 198 <p class="activity_more">
pankso@797 199 <a href="http://hg.slitaz.org/">More commits</a>
pankso@797 200 </p>
pankso@797 201 </div>
pankso@797 202
pankso@804 203 <h2>Support us</h2>
al@1025 204
pankso@797 205 <p>
pankso@804 206 Make SliTaz even more popular or make a donation. You can use PayPal
paul@811 207 or a Flattr micropayment to monetary support us. You can Blog, Tweet,
pankso@804 208 share and talk about the project to help spread SliTaz. You can also
al@1038 209 join the project to connect and share or get involved on the SliTaz
pankso@804 210 <a href="http://scn.slitaz.org/">Community Network</a>.
pankso@797 211 </p>
pankso@884 212 <p>
paul@900 213 You may also want to become an official sponsor via a monthly donation or
paul@900 214 by providing us with some hardware or server resources.
pankso@939 215 <a href="sponsor/">More information</a>
pankso@884 216 </p>
pankso@797 217
pankso@922 218 <?php include("../lib/html/donate.html"); ?>
pankso@922 219
pankso@922 220 <h3>Twitter &amp; Facebook</h3>
pankso@922 221
pankso@922 222 <?php include("../lib/html/social.html"); ?>
pankso@797 223
pankso@712 224 <!-- End of content -->
pankso@712 225 </div>
pankso@712 226
pankso@909 227 <?php include("../lib/html/footer.html"); ?>
pankso@713 228
pankso@712 229 </body>
pankso@712 230 </html>