website diff en/news/2007.html @ rev 776

en: all new layout amd code clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 26 15:43:13 2011 +0100 (2011-03-26)
parents 70e92ef609c0
children 551a11bab60a
line diff
     1.1 --- a/en/news/2007.html	Fri Jan 07 21:22:06 2011 +0000
     1.2 +++ b/en/news/2007.html	Sat Mar 26 15:43:13 2011 +0100
     1.3 @@ -20,66 +20,65 @@
     1.4  
     1.5  <!-- Header -->
     1.6  <div id="header">
     1.7 -	<!-- Access -->
     1.8 -	<div id="access">
     1.9 -		<a href="../../i18n.html"><img 
    1.10 -			src="../../pics/website/locale.png" alt="locale.png" /></a>
    1.11 -		<a href="../../fr/news/2007.html" >Français</a>
    1.12 +	<div id="logo"></div>
    1.13 +	<div id="network">
    1.14 +		<a href="http://www.slitaz.org/netmap.php">
    1.15 +			<img src="../../images/network.png" alt="network.png" /></a>
    1.16 +		<a href="http://scn.slitaz.org/">Community</a>
    1.17 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.18 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.19 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.20 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.21  	</div>
    1.22 -    <!-- Logo -->
    1.23 -	<a href="http://www.slitaz.org/en/"><img id="logo"
    1.24 -		src="../../pics/website/logo.png" 
    1.25 -		title="www.slitaz.org/en" alt="www.slitaz.org/en" /></a>
    1.26 -	<p id="titre">#!/GNU/Linux</p>
    1.27 +	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.28 +</div>
    1.29 +
    1.30 +<!-- Block -->
    1.31 +<div id="block">
    1.32 +	<!-- Navigation -->
    1.33 +	<div id="block_nav">
    1.34 +		<h4>Navigation</h4>
    1.35 +		<div class="right_box">
    1.36 +			<ul>
    1.37 +				<li><a href="../mailing-list.html">Mailing List</a></li>
    1.38 +				<li><a href="../devel/">Development</a></li>
    1.39 +				<li><a href="../artwork/">Artwork</a></li>
    1.40 +				<li><a href="../search.html">Search</a></li>
    1.41 +			</ul>
    1.42 +		</div>
    1.43 +		<div class="left_box">
    1.44 +			<ul>
    1.45 +				<li><a href="../about/">About</a></li>
    1.46 +				<li><a href="../get/">Download</a></li>
    1.47 +				<li><a href="../asso/">Association</a></li>
    1.48 +				<li><a href="../doc/">Documentation</a></li>
    1.49 +				<li><a href="../packages/">Packages</a></li>
    1.50 +			</ul>
    1.51 +		</div>
    1.52 +	</div>
    1.53 +	<!-- Information/image -->
    1.54 +	<div id="block_info">
    1.55 +		<h4>News archives</h4>
    1.56 +		<p>
    1.57 +			Website news archives by year. Note that some links may be
    1.58 +			broken due to website structure changes (mainly the docs 
    1.59 +			that moved to their own domain).
    1.60 +		</p>
    1.61 +		<p>
    1.62 +			<img src="../../images/news.png" alt="png" /> 2007 | 
    1.63 +			<a href="2008.html">2008</a> | <a href="2009.html">2009</a>
    1.64 +		</p>
    1.65 +	</div>
    1.66  </div>
    1.67  
    1.68  <!-- Content -->
    1.69 -<div id="content-full">
    1.70 -
    1.71 -<!-- Block begin -->
    1.72 -<div class="block">
    1.73 -	<!-- Nav block begin -->
    1.74 -	<div id="block_nav">
    1.75 -		<h3><img src="../../pics/website/network.png" alt="png" />Navigation</h3>
    1.76 -		<div style="width: 50%; float: right;">
    1.77 -			<ul>
    1.78 -				<li><a href="../artwork/">Artwork</a></li>
    1.79 -				<li><a href="../mailing-list.html">Mailing List</a></li>
    1.80 -				<li><a href="../devel/">Development</a></li>
    1.81 -				<li><a href="../search.html">Search</a></li>
    1.82 -				<li><a href="../../netmap.php">Network Map</a></li>
    1.83 -			</ul>
    1.84 -		</div>
    1.85 -		<ul>
    1.86 -			<li><a href="../about/">About us</a></li>
    1.87 -			<li><a href="../asso/">Association</a></li>
    1.88 -			<li><a href="../get/">Download</a></li>
    1.89 -			<li><a href="../doc/">Documentation</a></li>
    1.90 -			<li><a href="../packages/">Packages</a></li>
    1.91 -		</ul>
    1.92 -	<!-- Nav block end -->
    1.93 -	</div>
    1.94 -	<!-- Top block begin -->
    1.95 -	<div id="block_top">
    1.96 -	<h1>News archives</h1>
    1.97 -	<p>
    1.98 -		Website news archives by year. Note that some links may be broken
    1.99 -		due to website structure changes (mainly the docs that moved to their
   1.100 -		own domain).
   1.101 -	</p>
   1.102 -	<h3><img src="../../pics/website/news.png" alt="png" />News by year</h3>
   1.103 -	<p>
   1.104 -		2007 | <a href="2008.html">2008</a> | <a href="2009.html">2009</a>
   1.105 -	</p>
   1.106 -	<!-- Top block end -->
   1.107 -	</div>
   1.108 -<!-- Block end -->
   1.109 -</div>
   1.110 +<div id="content">
   1.111  
   1.112  <h2>2007</h2>
   1.113  
   1.114  <ul>
   1.115 -	<li><strong>16 Dec 2007 - SliTaz English forum</strong><br />
   1.116 +	<li><strong>16 Dec 2007 - SliTaz English forum</strong>
   1.117 +	<p>
   1.118  	The project is proud the announce the availability of an
   1.119  	<a href="http://forum.slitaz.org/">English forum</a>
   1.120  	providing help and support to users speaking English. Since the project
   1.121 @@ -89,8 +88,10 @@
   1.122  	interface is in French but settings can be changed when you login with your
   1.123  	account. The crew is also working on the lack of English documentation.
   1.124  	Help and assistance are greatly welcomed in the project.
   1.125 -	</li>
   1.126 -	<li><strong>06 Dec 2007 - 2 days for a new ISO that boots twice faster!</strong><br />
   1.127 +	</p></li>
   1.128 +	
   1.129 +	<li><strong>06 Dec 2007 - 2 days for a new ISO that boots twice faster!</strong>
   1.130 +	<p>
   1.131  	2 days for a new ISO that boots twice faster. With the new lzma compression
   1.132  	boot time has gone down, we worked hard these two days to improve boot speed
   1.133  	and finally get SliTaz to boot twice as fast. So we uploaded a new LiveCD with a
   1.134 @@ -98,8 +99,10 @@
   1.135  	tests gave us the LiveCD booting between 20 to 30 seconds on recent PCs
   1.136  	and between 60 to 80 on older hardware.
   1.137  	<a href="../get/index.html#cooking">Download last Cooking</a>.
   1.138 -	</li>
   1.139 -	<li><strong>04 Dec 2007 - New Cooking with sound support and more options</strong><br />
   1.140 +	</p></li>
   1.141 +	
   1.142 +	<li><strong>04 Dec 2007 - New Cooking with sound support and more options</strong>
   1.143 +	<p>
   1.144  	SliTaz crew is proud to announce the availability of a new SliTaz Cooking
   1.145  	release. It's finally not the expected stable release because we decided
   1.146  	to add some more hardware support on the LiveCD, like sound and PCMCIA
   1.147 @@ -112,50 +115,45 @@
   1.148  	boot time and isapnptools for very old hardware like IBM GL300 6272/6282 or
   1.149  	P133/32M. All this new stuff fits in an ISO image of 22,4 Mb. The Simple
   1.150  	Light Incredible... SliTaz (cooking) LiveCD can be obtained
   1.151 -	on SliTaz mirror.  <a href="../get/index.html#cooking">Download</a>. Enjoy!</li>
   1.152 -	<li><strong>06 Nov 2007 - Last Cooking before 1.0</strong><br />
   1.153 +	on SliTaz mirror.  <a href="../get/index.html#cooking">Download</a>. Enjoy!</p></li>
   1.154 +	
   1.155 +	<li><strong>06 Nov 2007 - Last Cooking before 1.0</strong>
   1.156 +	<p>
   1.157  	SliTaz project is proud to announce the last cooking version before stable
   1.158  	release. This new version provides PHP 5.2.5, Grsync, ISO Master 1.2,
   1.159  	Busybox 1.7.2 and much more in a ISO image of 24,7 MB. We also prepared a
   1.160  	new theme and wallpaper for JWM and installed a Tango icon.
   1.161  	<a href="../get/index.html#cooking">Download</a> SliTaz (cooking) LiveCD for free from
   1.162  	TuxFamily mirror. All feedback is really welcome, you can use the mailing
   1.163 -	list or directly send a mail to &lt;devel at slitaz.org&gt;.</li>
   1.164 -	<li><strong>12 Oct 2007 - New Cooking and stabilisation</strong><br />
   1.165 +	list or directly send a mail to &lt;devel at slitaz.org&gt;.</p></li>
   1.166 +	
   1.167 +	<li><strong>12 Oct 2007 - New Cooking and stabilisation</strong><p>
   1.168  	SliTaz Cooking ISO image provides a LiveCD of 24 Mb with Firefox 2.0.0.7,
   1.169  	Linux kernel 2.6.22.9, Rsync, ISO Master 1.1, LightTPD 1.4.18, SQLite 3.5.1,
   1.170  	a new theme and wallpaper. The packages manager was also upgraded with
   1.171  	Tazwok and the slitaz-tools. Transmission 0.82 can now create Torrent files.
   1.172  	SliTaz (cooking) LiveCD can be obtained for free
   1.173 -	from TuxFamily mirror.  <a href="../get/index.html#cooking">Download</a>.</li>
   1.174 +	from TuxFamily mirror.  <a href="../get/index.html#cooking">Download</a>.</p></li>
   1.175  </ul>
   1.176  
   1.177  <!-- Footer -->
   1.178  <div id="footer">
   1.179 -	<div class="right_box">
   1.180 -	<h4>SliTaz Network</h4>
   1.181 -		<ul>
   1.182 -			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
   1.183 -			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
   1.184 -			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
   1.185 -			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   1.186 -			<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
   1.187 -			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
   1.188 -		</ul>
   1.189 -	</div>
   1.190 -	<h4>SliTaz Website</h4>
   1.191 -	<ul>
   1.192 -		<li><a href="#header">Top of the page</a></li>
   1.193 -		<li>Copyright &copy; <span class="year"></span>
   1.194 -			<a href="http://www.slitaz.org/">SliTaz</a></li>
   1.195 -		<li><a href="../about/">About the project</a></li>
   1.196 -		<li><a href="../../netmap.php">Network Map</a></li>
   1.197 -		<li>Page modified the 06 Jan 2011</li>
   1.198 -		<li><a href="http://validator.w3.org/check?uri=referer"><img
   1.199 -		src="../../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   1.200 -		title="Code validé XHTML 1.0"
   1.201 -		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
   1.202 -	</ul>
   1.203 +	Copyright &copy; <span class="year"></span>
   1.204 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   1.205 +	<a href="http://scn.slitaz.org/">Community</a>
   1.206 +	<a href="http://doc.slitaz.org/">Doc</a>
   1.207 +	<a href="http://forum.slitaz.org/">Forum</a>
   1.208 +	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.209 +	<a href="http://labs.slitaz.org/issues">Bugs</a>
   1.210 +	<a href="http://hg.slitaz.org/">Hg</a>
   1.211 +	<p>
   1.212 +		SliTaz @
   1.213 +		<a href="http://twitter.com/slitaz">Twitter</a>
   1.214 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.215 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.216 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.217 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.218 +	</p>
   1.219  </div>
   1.220  
   1.221  </body>