website diff en/news/index.php @ rev 909

Main index, en index use header/footer include and en/news/index goes PHP
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 08 11:47:03 2012 +0100 (2012-03-08)
parents
children f2f7758d9a72
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/news/index.php	Thu Mar 08 11:47:03 2012 +0100
     1.3 @@ -0,0 +1,155 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +<head>
     1.8 +    <title>SliTaz - News archives</title>
     1.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +    <meta name="description" content="SliTaz news archives info release" />
    1.11 +    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    1.12 +    <meta name="robots" content="index, follow, all" />
    1.13 +    <meta name="modified" content="2011-03-25 21:45:00" />
    1.14 +    <meta name="author" content="Christophe Lincoln"/>
    1.15 +    <link rel="shortcut icon" href="../../favicon.ico" />
    1.16 +    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    1.17 +</head>
    1.18 +<body>
    1.19 +
    1.20 +<?php include("../../lib/html/header.html"); ?>
    1.21 +
    1.22 +<!-- Block -->
    1.23 +<div id="block">
    1.24 +	<!-- Navigation -->
    1.25 +	<div id="block_nav">
    1.26 +		<h4>Navigation</h4>
    1.27 +		<div class="right_box">
    1.28 +			<ul>
    1.29 +				<li><a href="../../webchat.php">Web Chat</a></li>
    1.30 +				<li><a href="../mailing-list.html">Mailing List</a></li>
    1.31 +				<li><a href="../devel/">Development</a></li>
    1.32 +				<li><a href="../packages/">Packages</a></li>
    1.33 +				<li><a href="../artwork/">Artwork</a></li>
    1.34 +				<li><a href="../search.html">Search</a></li>
    1.35 +			</ul>
    1.36 +		</div>
    1.37 +		<div class="left_box">
    1.38 +			<ul>
    1.39 +				<li><a href="../">Headlines</a></li>
    1.40 +				<li><a href="../about/">About</a></li>
    1.41 +				<li><a href="../get/">Download</a></li>
    1.42 +				<li><a href="../doc/">Documentation</a></li>
    1.43 +				<li><a href="../asso/">Association</a></li>
    1.44 +				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    1.45 +			</ul>
    1.46 +		</div>
    1.47 +	</div>
    1.48 +	<!-- Information/image -->
    1.49 +	<div id="block_info">
    1.50 +		<h4>News archives</h4>
    1.51 +		<p>
    1.52 +			Website news archives by year. Note that some links may be
    1.53 +			broken due to website structure changes (mainly the docs 
    1.54 +			that moved to their own domain).
    1.55 +		</p>
    1.56 +		<p>
    1.57 +			<img src="../../images/news.png" alt="png" /> 
    1.58 +			<a href="2007.html">2007</a> | <a href="2008.html">2008</a>
    1.59 +			| <a href="2009.html">2009</a> | <a href="./">2010</a>
    1.60 +		</p>
    1.61 +	</div>
    1.62 +</div>
    1.63 +
    1.64 +<!-- Content -->
    1.65 +<div id="content">
    1.66 +
    1.67 +<h2>2010</h2>
    1.68 +
    1.69 +<ul>
    1.70 +	<a name="20101104"></a>
    1.71 +	<li><strong>4 November 2010 - New Cooking 20101104</strong>
    1.72 +	<p>The SliTaz team is pleased to announce the release of a new cooking ISO
    1.73 +	featuring over 2600 packages. It contains Linux Kernel 2.6.34 and was
    1.74 +	rebuilt with a new toolchain using glibc 2.11.2 and gcc 4.5.1. Xorg has
    1.75 +	been fully updated to 1.9.2. The LiveCD includes Midori, the Deadbeef audio
    1.76 +	player, and many more applications. Tazpkg and Tazctrlbox now support
    1.77 +	gettext translations and more UTF locales have been added. Many bugfixes,
    1.78 +	updates and improvements can also be found. A lot of work has been done 
    1.79 +	during these past 6 months. You can <a href="get/#cooking>">download</a> 
    1.80 +	this new cooking version from one of the official mirrors of the project.
    1.81 +	All feedback is welcome and can be done through the mailing list or 
    1.82 +	the forum.</p>
    1.83 +	</li>
    1.84 +	
    1.85 +	<li><strong>08 May 2010 - Summer of Documentation</strong>
    1.86 +	<p>The SliTaz team is organizing a 'Summer of Documentation' from May 10th to June 10th. 
    1.87 +	The main aim is to centralize, review and update all online documentation. 
    1.88 +	More details can be found at <a href="http://doc.slitaz.org/">doc.slitaz.org</a>. 
    1.89 +	We hope that SliTaz users will be able to contribute by adding to or updating the 
    1.90 +	documentation.
    1.91 +	</p>
    1.92 +	</li>
    1.93 +	
    1.94 +	<li><strong>28 March 2010 - SliTaz GNU/Linux 3.0 release</strong>
    1.95 +	<p>All of the SliTaz team are proud to announce the release of the SliTaz 
    1.96 +	GNU/Linux 3.0 operating system. It's simpler, faster, customizable, 
    1.97 +	mightier and yet incredibly tiny. The new SliTaz stable version is now 
    1.98 +	out after one year of development.</p>
    1.99 +	<p>The core desktop provides a fully featured desktop powered by Xorg 7.4, 
   1.100 +	Openbox, LXDE components and home made tools. It lets you easily connect to
   1.101 +	the Internet to surf the web with the Midori web browser, listen to music
   1.102 +	or manage your pictures.</p>
   1.103 +	<p>The default core system fits into a 30 MB ISO image and LiveCD flavors 
   1.104 +	start at 8 MB. This stable version has been built by a new toolchain including
   1.105 +	GCC 4.4.1 and uses the Linux kernel 2.6.30.6. You can read the full 
   1.106 +	<a href="../doc/releases/3.0/relnotes.en.html">Releases Notes</a> for more
   1.107 +	information and <a href="../get/#stable>">download</a> a LiveCD image from the
   1.108 +	SliTaz mirrors.</p>
   1.109 +	</li>
   1.110 +	
   1.111 +	<li><strong>14 March 2010 - RC series and Solutionslinux 2010 (Paris)</strong>
   1.112 +	<p>Since we're getting closer to the next stable release, we have updated the
   1.113 +	core ISO image to start with a RC series. The Major change is the switch to
   1.114 +	Midori as the default web browser, this will improve user experience and let
   1.115 +	us keep SliTaz at 30Mb. Midori is a modern browser powered by the webkit engine -
   1.116 +	it is fast, simple to use and well integrated with the SliTaz desktop.</p>
   1.117 +	<p>This updated ISO comes with a bunch of bug and dependency fixes, we have 
   1.118 +	also improved the home made tools and scripts. This new ISO image can be 
   1.119 +	downloaded from the SliTaz mirrors (30 Mb): 
   1.120 +	<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">slitaz-cooking.iso</a></p>
   1.121 +	<p>By the way, the SliTaz project will be at 
   1.122 +	<a href="http://www.solutionslinux.fr/">Solutionslinux</a> 2010 next 
   1.123 +	week in Paris. You will be able to learn about the project and make
   1.124 +	contact with members of the association and the development team.</p>
   1.125 +	</li>
   1.126 +	
   1.127 +	<li><strong>21 February 2010 - New Cooking 20100221</strong>
   1.128 +	<p>SliTaz contributors are proud to announce a new Cooking version of the
   1.129 +	LiveCD. This is the last Cooking RC before 3.0 is released. The core ISO image
   1.130 +	is at 27 MB and comes with many changes and improvments. This Cooking uses
   1.131 +	Xorg as X server instead of Xvesa and provides full UTF-8 support. With
   1.132 +	a clean desktop environment, it also provides many applications for daily
   1.133 +	usage and common tasks. Netsurf replaces firefox as the default web browser.
   1.134 +	Nevertheless, a Firefox flavor at 29 Mb with sound and wifi support can 
   1.135 +	also be downloaded from the official mirrors.</p>
   1.136 +	<p>On the updates and improvements side: tazpkg is faster, boot-scripts are 
   1.137 +	updated and home-made toolboxes are improved. Wifibox uses awk for better
   1.138 +	network scanning. WPA support in the boot scripts have been improved. Boot
   1.139 +	time is logged for performance measuring. The SliTaz installer will now 
   1.140 +	try to use files from an USB device if no cdrom is found, allow you to 
   1.141 +	create a default user account, set a root password and use a separate /home
   1.142 +	partition. And finally, LiveCD customization is now much easier: users
   1.143 +	just have to boot, modify and use writefs via the Tazlito graphical interface
   1.144 +	or from the command line to generate their own customized CD.</p>
   1.145 +	<p>As usual, you can <a href="../get/#cooking">download</a> these new
   1.146 +	flavors from one of the official mirrors of the project and provide feedback
   1.147 +	on the SliTaz forum.</p>
   1.148 +	</li>
   1.149 +</ul>
   1.150 +
   1.151 +
   1.152 +<!-- End of content -->
   1.153 +</div>
   1.154 +
   1.155 +<?php include("../../lib/html/footer.html"); ?>
   1.156 +
   1.157 +</body>
   1.158 +</html>