website rev 1200

New menu and move to html5 for en/ site + get ready for mobile display
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 19:21:45 2014 +0200 (2014-04-13)
parents 20c9bcb97676
children af7f60ecb9ea
files en/about/index.php en/asso/index.php en/asso/statutes.php en/devel/forge.php en/devel/index.php en/doc/index.php en/get/index.php en/index.php en/packages/index.php en/search.php en/sponsor/index.php en/support.php fr/index.php images/search-300.png images/search.png images/sponsor/ads.jpg images/sponsor/ads.png lib/html/header.html lib/html/meta-link.html lib/html/nav.html lib/html/social.html lib/lang.php slitaz.css
line diff
     1.1 --- a/en/about/index.php	Sun Apr 13 16:24:07 2014 +0200
     1.2 +++ b/en/about/index.php	Sun Apr 13 19:21:45 2014 +0200
     1.3 @@ -1,8 +1,7 @@
     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 +<!DOCTYPE html>
     1.8 +<html lang="en">
     1.9  <head>
    1.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.11 +	<meta charset="utf-8" />
    1.12  	<title>SliTaz - About the project</title>
    1.13  	<meta name="description" content="SliTaz GNU/Linux project information overview" />
    1.14  	<meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    1.15 @@ -11,31 +10,26 @@
    1.16  </head>
    1.17  <body>
    1.18  
    1.19 -<?php include("../../lib/html/header.html"); ?>
    1.20 -
    1.21 -<!-- Block -->
    1.22 -<div id="block">
    1.23 -	<?php include("../../lib/html/nav.en.html"); ?>
    1.24 -	<!-- Information/image -->
    1.25 -	<div id="block_info">
    1.26 -		<h4>About the project</h4>
    1.27 -		<p>
    1.28 -			Small, fast, stable and easy to use!
    1.29 -		</p>
    1.30 -		<ul>
    1.31 -			<li><a href="#intro">Introduction</a></li>
    1.32 -			<li><a href="#overview">Overview</a></li>
    1.33 -			<li><a href="#website">Web site &amp; i18n</a></li>
    1.34 -			<li><a href="#reviews">Reviews</a></li>
    1.35 -			<li><a href="../asso/">Association</a></li>
    1.36 -		</ul>
    1.37 -	</div>
    1.38 -</div>
    1.39 -
    1.40 -<?php include("../../lib/lang.php"); ?>
    1.41 +<?php 
    1.42 +include("../../lib/html/header.html");
    1.43 +include("../../lib/html/nav.html"); 
    1.44 +include("../../lib/lang.php"); 
    1.45 +?>
    1.46  
    1.47  <!-- Content -->
    1.48 -<div id="content">
    1.49 +<section id="content">
    1.50 +	
    1.51 +<h2>About SliTaz</h2>
    1.52 +<p>
    1.53 +	Small, fast, stable and easy to use!
    1.54 +</p>
    1.55 +<ul>
    1.56 +	<li><a href="#intro">Introduction</a></li>
    1.57 +	<li><a href="#overview">Overview</a></li>
    1.58 +	<li><a href="#website">Web site &amp; i18n</a></li>
    1.59 +	<li><a href="#reviews">Reviews</a></li>
    1.60 +	<li><a href="../asso/">Association</a></li>
    1.61 +</ul>
    1.62  
    1.63  <h2 id="intro">Introduction to the project</h2>
    1.64  
    1.65 @@ -60,9 +54,9 @@
    1.66  <h2 id="overview">Overview</h2>
    1.67  
    1.68  <ul>
    1.69 -	<li>Root filesystem taking up about 100 MB and ISO image of less than 30 MB.</li>
    1.70 -	<li>Ready to use Web server powered by LightTPD with CGI and PHP support.</li>
    1.71 -	<li>Browse the Web with Midori or Retawq in text mode.</li>
    1.72 +	<li>Root filesystem taking up about 100 MB and ISO image of less than 40 MB.</li>
    1.73 +	<li>Ready to use Web/FTP server powered by Busybox with CGI support.</li>
    1.74 +	<li>Browse the Web with Midori, Firefox, or Lynx in text mode.</li>
    1.75  	<li>Sound support provided by Alsa mixer, audio player and CD ripper/encoder.</li>
    1.76  	<li>Chat, mail and FTP clients.</li>
    1.77  	<li>SSH client and server powered by Dropbear.</li>
    1.78 @@ -157,7 +151,7 @@
    1.79  </ul>
    1.80  
    1.81  <!-- End of content -->
    1.82 -</div>
    1.83 +</section>
    1.84  
    1.85  <?php include("../../lib/html/footer.html"); ?>
    1.86  
     2.1 --- a/en/asso/index.php	Sun Apr 13 16:24:07 2014 +0200
     2.2 +++ b/en/asso/index.php	Sun Apr 13 19:21:45 2014 +0200
     2.3 @@ -1,8 +1,7 @@
     2.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.7 +<!DOCTYPE html>
     2.8 +<html lang="en">
     2.9  <head>
    2.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    2.11 +	<meta charset="utf-8" />
    2.12  	<title>SliTaz - Association</title>
    2.13  	<meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
    2.14  	<meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    2.15 @@ -11,28 +10,21 @@
    2.16  </head>
    2.17  <body>
    2.18  
    2.19 -<?php include("../../lib/html/header.html"); ?>
    2.20 -
    2.21 -<!-- Block -->
    2.22 -<div id="block">
    2.23 -	<?php include("../../lib/html/nav.en.html"); ?>
    2.24 -	<!-- Information/image -->
    2.25 -	<div id="block_info">
    2.26 -		<h4>Association</h4>
    2.27 -		<p>
    2.28 -			The SliTaz GNU/Linux association is a non-profit entity that 
    2.29 -			maintains and manages the project. Its mission is to ensure
    2.30 -			the durability of the project and provide the infrastructure.	
    2.31 -		</p>
    2.32 -		<p>Help the project via a small donation:</p>
    2.33 -		<?php include("../../lib/html/donate.html"); ?>
    2.34 -	</div>
    2.35 -</div>
    2.36 -
    2.37 -<?php include("../../lib/lang.php"); ?>
    2.38 +<?php 
    2.39 +include("../../lib/html/header.html");
    2.40 +include("../../lib/html/nav.html"); 
    2.41 +include("../../lib/lang.php"); 
    2.42 +?>
    2.43  
    2.44  <!-- Content -->
    2.45 -<div id="content">
    2.46 +<section id="content">
    2.47 +	
    2.48 +<div class="box-up">
    2.49 +	<a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
    2.50 +		title="Visit this page now."><img src="../../images/gofundme.png"></a>
    2.51 +	<a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
    2.52 +		Check out our new SliTaz 2014 fundraising!</a>
    2.53 +</div>
    2.54  
    2.55  <!-- Featured sponsor -->
    2.56  <div id="sponsor">
    2.57 @@ -41,8 +33,13 @@
    2.58  	<p><?php echo "<a href='$url'>$name</a>" ?></p>
    2.59  </div>
    2.60  
    2.61 -<h2>Infrastructure and services</h2>
    2.62 -
    2.63 +<h2>SliTaz Association</h2>
    2.64 +<p>
    2.65 +	The SliTaz GNU/Linux association is a non-profit entity that 
    2.66 +	maintains and manages the project. Its mission is to ensure
    2.67 +	the durability of the project and provide the infrastructure.	
    2.68 +</p>
    2.69 +		
    2.70  <ul>
    2.71  	<li><a href="#overview">Overview</a></li>
    2.72  	<li><a href="#goals">Current objectives</a></li>
    2.73 @@ -139,7 +136,7 @@
    2.74  </div>
    2.75  
    2.76  <!-- End of content -->
    2.77 -</div>
    2.78 +</section>
    2.79  
    2.80  <?php include("../../lib/html/footer.html"); ?>
    2.81  
     3.1 --- a/en/asso/statutes.php	Sun Apr 13 16:24:07 2014 +0200
     3.2 +++ b/en/asso/statutes.php	Sun Apr 13 19:21:45 2014 +0200
     3.3 @@ -1,8 +1,7 @@
     3.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     3.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3.7 +<!DOCTYPE html>
     3.8 +<html lang="en">
     3.9  <head>
    3.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    3.11 +	<meta charset="utf-8" />
    3.12  	<title>SliTaz - Association statutes</title>
    3.13  	<meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
    3.14  	<meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    3.15 @@ -11,33 +10,25 @@
    3.16  </head>
    3.17  <body>
    3.18  
    3.19 -<?php include("../../lib/html/header.html"); ?>
    3.20 -
    3.21 -<!-- Block -->
    3.22 -<div id="block">
    3.23 -	<?php include("../../lib/html/nav.en.html"); ?>
    3.24 -	<!-- Information/image -->
    3.25 -	<div id="block_info">
    3.26 -		<h4>Association statutes</h4>
    3.27 -		<p>
    3.28 -			The SliTaz GNU/Linux association is a non-profit entity that 
    3.29 -			maintains and manages the project. Its mission is to ensure
    3.30 -			the durability of the project. It provides an infrastruture
    3.31 -			and delivers professional services to users, developers and
    3.32 -			business enterprises using the distribution.
    3.33 -		</p>
    3.34 -		<p>Help the project via a small donation:</p>
    3.35 -		<?php include("../../lib/html/donate.html"); ?>
    3.36 -	</div>
    3.37 -</div>
    3.38 -
    3.39 -<?php include("../../lib/lang.php"); ?>
    3.40 +<?php 
    3.41 +include("../../lib/html/header.html");
    3.42 +include("../../lib/html/nav.html"); 
    3.43 +include("../../lib/lang.php"); 
    3.44 +?>
    3.45  
    3.46  <!-- Content -->
    3.47 -<div id="content">
    3.48 +<section id="content">
    3.49  
    3.50  <h2>Statutes</h2>
    3.51  
    3.52 +<p>
    3.53 +	The SliTaz GNU/Linux association is a non-profit entity that 
    3.54 +	maintains and manages the project. Its mission is to ensure
    3.55 +	the durability of the project. It provides an infrastruture
    3.56 +	and delivers professional services to users, developers and
    3.57 +	business enterprises using the distribution.
    3.58 +</p>
    3.59 +		
    3.60  <h3>General</h3>
    3.61  
    3.62  <h4>Article 1: Name, location and duration</h4>
    3.63 @@ -249,7 +240,7 @@
    3.64  </i></p>
    3.65  
    3.66  <!-- End of content -->
    3.67 -</div>
    3.68 +</section>
    3.69  
    3.70  <?php include("../../lib/html/footer.html"); ?>
    3.71  
     4.1 --- a/en/devel/forge.php	Sun Apr 13 16:24:07 2014 +0200
     4.2 +++ b/en/devel/forge.php	Sun Apr 13 19:21:45 2014 +0200
     4.3 @@ -1,8 +1,7 @@
     4.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     4.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     4.7 +<!DOCTYPE html>
     4.8 +<html lang="en">
     4.9  <head>
    4.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    4.11 +	<meta charset="utf-8" />
    4.12  	<title>SliTaz - Forge (en)</title>
    4.13  	<meta name="description" content="slitaz developers forge" />
    4.14  	<meta name="keywords" lang="en" content="slitaz, devel, hg, bugs" />
    4.15 @@ -11,29 +10,14 @@
    4.16  </head>
    4.17  <body>
    4.18  
    4.19 -<?php include("../../lib/html/header.html"); ?>
    4.20 -
    4.21 -<!-- Block -->
    4.22 -<div id="block">
    4.23 -	<?php include("../../lib/html/nav.en.html"); ?>
    4.24 -	<!-- Information/image -->
    4.25 -	<div id="block_info">
    4.26 -		<h4>Forge</h4>
    4.27 -		<p>
    4.28 -			Misc tools, guidelines and services used to create and build SliTaz.
    4.29 -		</p>
    4.30 -		<p>
    4.31 -			<img src="/images/users.png" alt="[ ]" />
    4.32 -			<a href="http://scn.slitaz.org/">Join us on SCN</a> and
    4.33 -			the <a href="../mailing-list.php">mailing list</a>
    4.34 -		</p>
    4.35 -	</div>
    4.36 -</div>
    4.37 -
    4.38 -<?php include("../../lib/lang.php"); ?>
    4.39 +<?php 
    4.40 +include("../../lib/html/header.html");
    4.41 +include("../../lib/html/nav.html"); 
    4.42 +include("../../lib/lang.php"); 
    4.43 +?>
    4.44  
    4.45  <!-- Content -->
    4.46 -<div id="content">
    4.47 +<section id="content">
    4.48  
    4.49  <h2>Collaborative management</h2>
    4.50  
    4.51 @@ -65,13 +49,9 @@
    4.52  	access, disk space, a public directory and all development tools.
    4.53  	Developers can compile packages and maintainers of the mirror can handle
    4.54  	synchronization. Tank also hosts the Build Bot, Web boot and SliTaz Pro:
    4.55 -	<a href="http://tank.slitaz.org/" target="_blank">tank.slitaz.org</a>
    4.56 +	<a href="http://tank.slitaz.org/">tank.slitaz.org</a>
    4.57  </p>
    4.58 -<!-- p>
    4.59 -	SliTaz hosts some other project servers:
    4.60 -	<a href="http://chub.slitaz.org/" target="_blank">Chub</a> and
    4.61 -	<a href="http://pangolin.slitaz.org/" target="_blank">Pangolin</a>.
    4.62 -</p -->
    4.63 +
    4.64  <p>
    4.65  	Instructions on using the build host are described in the Cookbook:
    4.66  	<a href="http://doc.slitaz.org/en:cookbook:buildhost">
    4.67 @@ -338,7 +318,7 @@
    4.68  </pre>
    4.69  
    4.70  <!-- End of content -->
    4.71 -</div>
    4.72 +</section>
    4.73  
    4.74  <?php include("../../lib/html/footer.html"); ?>
    4.75  
     5.1 --- a/en/devel/index.php	Sun Apr 13 16:24:07 2014 +0200
     5.2 +++ b/en/devel/index.php	Sun Apr 13 19:21:45 2014 +0200
     5.3 @@ -1,8 +1,7 @@
     5.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     5.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     5.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     5.7 +<!DOCTYPE html>
     5.8 +<html lang="en">
     5.9  <head>
    5.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    5.11 +	<meta charset="utf-8" />
    5.12  	<title>SliTaz - Developers corner</title>
    5.13  	<meta name="description" content="SliTaz GNU/Linux project information overview" />
    5.14  	<meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    5.15 @@ -11,41 +10,32 @@
    5.16  </head>
    5.17  <body>
    5.18  
    5.19 -<?php include("../../lib/html/header.html"); ?>
    5.20 -
    5.21 -<!-- Block -->
    5.22 -<div id="block">
    5.23 -	<?php include("../../lib/html/nav.en.html"); ?>
    5.24 -	<!-- Information/image -->
    5.25 -	<div id="block_info">
    5.26 -		<h4>Development</h4>
    5.27 -		<p>
    5.28 -			SliTaz is a community based distribution made by many
    5.29 -			people all over the world and everyone is welcome to help
    5.30 -			and get involved in the project.
    5.31 -		</p>
    5.32 -		<p>
    5.33 -			<img src="/images/users.png" alt="[ ]" />
    5.34 -			<a href="http://scn.slitaz.org/">Join us on SCN</a> and
    5.35 -			the <a href="../mailing-list.php">mailing list</a>
    5.36 -		</p>
    5.37 -	</div>
    5.38 -</div>
    5.39 -
    5.40 -<?php include("../../lib/lang.php"); ?>
    5.41 +<?php 
    5.42 +include("../../lib/html/header.html");
    5.43 +include("../../lib/html/nav.html"); 
    5.44 +include("../../lib/lang.php"); 
    5.45 +?>
    5.46  
    5.47  <!-- Content -->
    5.48 -<div id="content">
    5.49 +<section id="content">
    5.50  
    5.51  <h2>Devel corner</h2>
    5.52  
    5.53 +<p>
    5.54 +	SliTaz is a community based distribution made by many
    5.55 +	people all over the world and everyone is welcome to help
    5.56 +	and get involved in the project.
    5.57 +</p>
    5.58 +
    5.59  <ul>
    5.60  	<li><a href="forge.php">Forge</a> - Collaborative management, KISS,
    5.61 -	guidelines, Mercurial repos, website and other services.</li>
    5.62 +	guidelines, Mercurial and other services.</li>
    5.63  	<li><a href="/i18n.php">Internationalization project</a> -
    5.64  	Translation, goals and management.</li>
    5.65 -	<li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a></li>
    5.66 -	<li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a></li>
    5.67 +	<li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a>
    5.68 +	- Source code reposotories</li>
    5.69 +	<li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a> -
    5.70 +	Our custom CGI/SHell bug tracker</li>
    5.71  </ul>
    5.72  
    5.73  <h2>Get involved</h2>
    5.74 @@ -90,7 +80,7 @@
    5.75  </div>
    5.76  
    5.77  <!-- End of content -->
    5.78 -</div>
    5.79 +</section>
    5.80  
    5.81  <?php include("../../lib/html/footer.html"); ?>
    5.82  
     6.1 --- a/en/doc/index.php	Sun Apr 13 16:24:07 2014 +0200
     6.2 +++ b/en/doc/index.php	Sun Apr 13 19:21:45 2014 +0200
     6.3 @@ -1,8 +1,7 @@
     6.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     6.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     6.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     6.7 +<!DOCTYPE html>
     6.8 +<html lang="en">
     6.9  <head>
    6.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    6.11 +	<meta charset="utf-8" />
    6.12  	<title>SliTaz - English documentation</title>
    6.13  	<meta name="description" content="SliTaz GNU/Linux English documentationx part livecd tazpkg packages" />
    6.14  	<meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    6.15 @@ -11,32 +10,28 @@
    6.16  </head>
    6.17  <body>
    6.18  
    6.19 -<?php include("../../lib/html/header.html"); ?>
    6.20 -
    6.21 -<!-- Block -->
    6.22 -<div id="block">
    6.23 -	<?php include("../../lib/html/nav.en.html"); ?>
    6.24 -	<!-- Information/image -->
    6.25 -	<div id="block_info">
    6.26 -		<h4>English documentation</h4>
    6.27 -		<p>
    6.28 -			SliTaz official documentation is available on the community
    6.29 -			Wiki site. Manuals and a getting started guide is provided
    6.30 -			by each SliTaz LiveCD and available through the 
    6.31 -			"Documentation" menu.
    6.32 -		</p>
    6.33 -		<ul>
    6.34 -			<li><a href="http://doc.slitaz.org/en:start">Community Wiki</a></li>
    6.35 -			<li><a href="http://hg.slitaz.org/slitaz-doc/raw-file/tip/slitaz/index.en.html"
    6.36 -				>Getting started guide</a></li>
    6.37 -		</ul>
    6.38 -	</div>
    6.39 -</div>
    6.40 -
    6.41 -<?php include("../../lib/lang.php"); ?>
    6.42 +<?php 
    6.43 +include("../../lib/html/header.html");
    6.44 +include("../../lib/html/nav.html"); 
    6.45 +include("../../lib/lang.php"); 
    6.46 +?>
    6.47  
    6.48  <!-- Content -->
    6.49 -<div id="content">
    6.50 +<section id="content">
    6.51 +
    6.52 +<h2>English documentation</h2>
    6.53 +
    6.54 +<p>
    6.55 +	SliTaz official documentation is available on the community
    6.56 +	Wiki site. Manuals and a getting started guide is provided
    6.57 +	by each SliTaz LiveCD and available through the 
    6.58 +	"Documentation" menu.
    6.59 +</p>
    6.60 +<ul>
    6.61 +	<li><a href="http://doc.slitaz.org/en:start">Community Wiki</a></li>
    6.62 +	<li><a href="http://hg.slitaz.org/slitaz-doc/raw-file/tip/slitaz/index.en.html"
    6.63 +		>Getting started guide</a></li>
    6.64 +</ul>
    6.65  
    6.66  <h2>Handbook &amp; Cookbook</h2>
    6.67  
    6.68 @@ -112,7 +107,7 @@
    6.69  </ul>
    6.70  
    6.71  <!-- End of content -->
    6.72 -</div>
    6.73 +</section>
    6.74  
    6.75  <?php include("../../lib/html/footer.html"); ?>
    6.76  
     7.1 --- a/en/get/index.php	Sun Apr 13 16:24:07 2014 +0200
     7.2 +++ b/en/get/index.php	Sun Apr 13 19:21:45 2014 +0200
     7.3 @@ -1,8 +1,7 @@
     7.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     7.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     7.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     7.7 +<!DOCTYPE html>
     7.8 +<html lang="en">
     7.9  <head>
    7.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    7.11 +	<meta charset="utf-8" />
    7.12  	<title>SliTaz - Downloads</title>
    7.13  	<meta name="description" content="SliTaz GNU/Linux LiveCD free download" />
    7.14  	<meta name="keywords" lang="en" content="source, iso, livecd, get, free" />
    7.15 @@ -14,46 +13,34 @@
    7.16  <?php
    7.17  include("../../config.php");
    7.18  include("../../lib/html/header.html");
    7.19 +include("../../lib/html/nav.html"); 
    7.20 +include("../../lib/lang.php"); 
    7.21  ?>
    7.22  
    7.23 -<!-- Block -->
    7.24 -<div id="block">
    7.25 -	<?php include("../../lib/html/nav.en.html"); ?>
    7.26 -	<!-- Information/image -->
    7.27 -	<div id="block_info">
    7.28 -		<h4>Download</h4>
    7.29 -		<p>
    7.30 -			Download the latest stable version for production purposes
    7.31 -			or a solid desktop environment. Use the Cooking version to
    7.32 -			test and help us improve the distribution.
    7.33 -		</p>
    7.34 -		<div class="button">
    7.35 -			<img src="/images/download-30.png" />
    7.36 -			<?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
    7.37 -				<a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    7.38 -		</div>
    7.39 -	</div>
    7.40 -</div>
    7.41 -
    7.42 -<?php include("../../lib/lang.php"); ?>
    7.43 -
    7.44  <!-- Content -->
    7.45 -<div id="content">
    7.46 +<section id="content">
    7.47  
    7.48  <h2>Get SliTaz</h2>
    7.49  
    7.50 +<p>
    7.51 +	Download the latest stable version for production purposes
    7.52 +	or a solid desktop environment. Use the Cooking version to
    7.53 +	test and help us improve the distribution.
    7.54 +</p>
    7.55 +
    7.56  <ul>
    7.57  	<li><a href="#stable">LiveCD Stable version</a> - 
    7.58 -		Bootable ISO image of the current stable version.</li>
    7.59 +		Bootable ISO image of the current stable version</li>
    7.60  	<li><a href="#cooking">LiveCD Cooking version</a> - 
    7.61 -		Bootable ISO image of the cooking version.</li>
    7.62 +		Bootable ISO image of the cooking version</li>
    7.63  	<li><a href="#floppy">Floppy disk</a> - Bootable 
    7.64 -		startup disk to launch the LiveCD, a USB stick, etc.</li>
    7.65 -	<li><a href="flavors.php">LiveCD to taste</a> - Flavors and loram.</li>
    7.66 -	<li><a href="http://arm.slitaz.org/rpi/">SliTaz Raspberry Pi</a></li>
    7.67 +		startup disk to launch the LiveCD, a USB stick, etc</li>
    7.68 +	<li><a href="flavors.php">LiveCD to taste</a> - Custom flavors and loram</li>
    7.69 +	<li><a href="http://arm.slitaz.org/rpi/">SliTaz Raspberry Pi</a>
    7.70 +	- Custom distro from the SliTaz ARM project</li>
    7.71  </ul>
    7.72  
    7.73 -<div class="box">
    7.74 +<div class="box-up">
    7.75  	<p>
    7.76  		Help the project via a small donation or become an official
    7.77  		<a href="../sponsor/">sponsor</a>.
    7.78 @@ -199,7 +186,7 @@
    7.79  </p>
    7.80  
    7.81  <!-- End of content -->
    7.82 -</div>
    7.83 +</section>
    7.84  
    7.85  <?php include("../../lib/html/footer.html"); ?>
    7.86  
     8.1 --- a/en/index.php	Sun Apr 13 16:24:07 2014 +0200
     8.2 +++ b/en/index.php	Sun Apr 13 19:21:45 2014 +0200
     8.3 @@ -1,8 +1,7 @@
     8.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     8.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     8.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     8.7 +<!DOCTYPE html>
     8.8 +<html lang="en">
     8.9  <head>
    8.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    8.11 +	<meta charset="utf-8" />
    8.12  	<title>SliTaz GNU/Linux (en)</title>
    8.13  	<meta name="description" content="SliTaz GNU/Linux English Website" />
    8.14  	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    8.15 @@ -14,33 +13,12 @@
    8.16  <?php
    8.17  include("../config.php");
    8.18  include("../lib/html/header.html");
    8.19 +include("../lib/html/nav.html"); 
    8.20 +include("../lib/lang.php");
    8.21  ?>
    8.22  
    8.23 -<!-- Block -->
    8.24 -<div id="block">
    8.25 -	<?php include("../lib/html/nav.en.html"); ?>
    8.26 -	<?php //include("lib/random-image.php"); ?>
    8.27 -	<!-- Information/image -->
    8.28 -	<div id="block_info">
    8.29 -		<h4>English Website</h4>
    8.30 -		<p>
    8.31 -			SliTaz is an open source and free operating system providing
    8.32 -			a fully featured desktop or server in less than 40 MB. SliTaz
    8.33 -			is simple to use, fast, secure, and stable. 
    8.34 -			<a href="about/">More information...</a>
    8.35 -		</p>
    8.36 -		<div class="button" style="text-align: left; margin-top: 15px;">
    8.37 -			<img src="/images/download-30.png" />
    8.38 -			<?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
    8.39 -				<a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    8.40 -		</div>
    8.41 -	</div>
    8.42 -</div>
    8.43 -
    8.44 -<?php include("../lib/lang.php"); ?>
    8.45 -
    8.46  <!-- Content -->
    8.47 -<div id="content">
    8.48 +<section id="content">
    8.49  
    8.50  <div class="box-up">
    8.51  	<a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
    8.52 @@ -49,10 +27,6 @@
    8.53  		Check out our new SliTaz 2014 fundraising!</a>
    8.54  </div>
    8.55  
    8.56 -<!--
    8.57 -    SliTaz news starting.
    8.58 --->
    8.59 -
    8.60  <!-- Featured sponsor -->
    8.61  <div id="sponsor">
    8.62  	<p><strong>Featured sponsor</strong></p>
    8.63 @@ -60,6 +34,10 @@
    8.64  	<p><a href="/en/sponsor/">Become a sponsor</a></p>
    8.65  </div>
    8.66  
    8.67 +<!--
    8.68 +    SliTaz news starting.
    8.69 +-->
    8.70 +
    8.71  <!-- We just keep the last 3 web site news -->
    8.72  <div class="news" style="margin-right: 220px;">
    8.73  
    8.74 @@ -72,8 +50,6 @@
    8.75  		<span>- 16 Feb 2014</span></li>
    8.76  	<li><strong><a href="news/2012.php#d20120410">SliTaz 4.0 Release</a></strong>
    8.77  		<span>- 10 Apr 2012</span></li>
    8.78 -	<li><strong><a href="news/2012.php#d20120303">SliTaz 4.0 RC2 is out</a></strong>
    8.79 -		<span>- 03 Mar 2012</span></li>
    8.80  	<li><strong><a href="news/">Release news archives</a></strong>
    8.81  		<span>- 2007-2013</span></li>
    8.82  </ul>
    8.83 @@ -81,24 +57,20 @@
    8.84  <!-- End of news -->
    8.85  </div>
    8.86  
    8.87 +<h2>Quick Download</h2>
    8.88 +
    8.89 +<div class="dldiv">
    8.90 +	<p><?php echo "<a class='dlbutton nav1' href='$stable_iso'>SliTaz $stable_ver</a>
    8.91 +	<a class='dlbutton nav2' href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    8.92 +	<a class='dlbutton navpi' href='http://arm.slitaz.org/rpi'>SliTaz Raspberry Pi</a></p>
    8.93 +</div>
    8.94 +
    8.95  <h2>Project Activity</h2>
    8.96  
    8.97  <?php require_once("../lib/get-feeds.php"); ?>
    8.98  
    8.99  <div class="activity">
   8.100  	<p>
   8.101 -		<a href="http://scn.slitaz.org/activity/"><img
   8.102 -			src="/images/users.png" alt="[ ]" /></a>
   8.103 -		Community activity
   8.104 -		<?php get_feed("scn.xml"); ?>
   8.105 -	</div>
   8.106 -	<p class="activity_more">
   8.107 -		<a href="http://scn.slitaz.org/activity/">More activity</a>
   8.108 -	</p>
   8.109 -</div>
   8.110 -
   8.111 -<div class="activity">
   8.112 -	<p>
   8.113  		<a href="http://forum.slitaz.org/"><img
   8.114  			src="/images/support.png" alt="[ ]" /></a>
   8.115  		Forum activity
   8.116 @@ -121,16 +93,20 @@
   8.117  	</p>
   8.118  </div>
   8.119  
   8.120 -<!-- SCN blog posts  -->
   8.121 +<!-- SCN blog posts  
   8.122  <h2>Blog Posts</h2>
   8.123  
   8.124  <div class="news">
   8.125 -	<?php get_feed_blog("blog.xml"); ?>
   8.126 -</div>
   8.127 +	<?php //get_feed_blog("blog.xml"); ?>
   8.128 +</div>-->
   8.129  
   8.130  <!-- Twitter  -->
   8.131  <div id="twitter">
   8.132 -<a class="twitter-timeline"  href="https://twitter.com/slitaz"  data-widget-id="420830244551938048">Tweets by @slitaz</a>
   8.133 +<a class="twitter-timeline"  href="https://twitter.com/slitaz"  
   8.134 +	data-widget-id="420830244551938048">Tweets by @slitaz</a>
   8.135 +	<style type="text/css">
   8.136 +		.twitter-timeline { width: 100%; }
   8.137 +	</style>
   8.138      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
   8.139  </div>
   8.140  
   8.141 @@ -177,7 +153,7 @@
   8.142  </p>
   8.143  
   8.144  <!-- End of content  -->
   8.145 -</div>
   8.146 +</section>
   8.147  
   8.148  <?php include("../lib/html/footer.html"); ?>
   8.149  
     9.1 --- a/en/packages/index.php	Sun Apr 13 16:24:07 2014 +0200
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,118 +0,0 @@
     9.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     9.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     9.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     9.7 -<head>
     9.8 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
     9.9 -	<title>SliTaz - Packages</title>
    9.10 -	<meta name="description" content="SliTaz GNU/Linux LiveCD packages" />
    9.11 -	<meta name="keywords" lang="en" content="package, tazpkg" />
    9.12 -	<meta name="author" content="Christophe Lincoln, Paul Issot"/>
    9.13 -	<?php include("../../lib/html/meta-link.html"); ?>
    9.14 -</head>
    9.15 -<body>
    9.16 -
    9.17 -<?php include("../../lib/html/header.html"); ?>
    9.18 -
    9.19 -<!-- Block -->
    9.20 -<div id="block">
    9.21 -	<?php include("../../lib/html/nav.en.html"); ?>
    9.22 -	<!-- Information/image -->
    9.23 -	<div id="block_info">
    9.24 -		<h4>Packages</h4>
    9.25 -		<p>
    9.26 -			This part of the site allows you to view all of the software
    9.27 -			packages available on the SliTaz mirror. The pages are 
    9.28 -			automatically updated daily via a cron job. All packages are
    9.29 -			installable via the package manager Tazpkg using the GUI or
    9.30 -			the command <code>tazpkg get-install pkgname</code>.
    9.31 -		</p>
    9.32 -		<p>
    9.33 -			Browse the packages web interface: 
    9.34 -			<a href="http://pkgs.slitaz.org/stable/">Stable</a>
    9.35 -			| <a href="http://pkgs.slitaz.org/cooking/">Cooking</a>
    9.36 -		</p>
    9.37 -	</div>
    9.38 -</div>
    9.39 -
    9.40 -<?php include("../../lib/lang.php"); ?>
    9.41 -
    9.42 -<!-- Content -->
    9.43 -<div id="content">
    9.44 -
    9.45 -<div style="text-align: center; margin-bottom: 40px;">
    9.46 -	<form method="post" action="http://pkgs.slitaz.org/">
    9.47 -		<div class="searchbox">
    9.48 -			<p>
    9.49 -				<input type="hidden" name="lang" value="en" />
    9.50 -				<input type="text" name="query" size="24" style="width: 80%;" />
    9.51 -				<input type="submit" name="search" value="Search" />
    9.52 -			</p>
    9.53 -		</div>
    9.54 -		Search for:
    9.55 -		<select name="object">
    9.56 -			<option value="Package">Package</option>
    9.57 -			<option value="Desc">Description</option>
    9.58 -			<option value="Tags">Tags</option>
    9.59 -			<option value="Depends">Depends</option>
    9.60 -			<option value="BuildDepends">BuildDepends</option>
    9.61 -			<option value="File">File</option>
    9.62 -			<option value="File_list">File list</option>
    9.63 -			<option value="FileOverlap">common files</option>
    9.64 -		</select>
    9.65 -		in
    9.66 -		<select name="version">
    9.67 -			<option value="cooking">cooking</option>
    9.68 -			<option value="stable">stable</option>
    9.69 -			<option value="2.0">2.0</option>
    9.70 -			<option value="1.0">1.0</option>
    9.71 -		</select>
    9.72 -	</form>
    9.73 -</div>
    9.74 -
    9.75 -<div class="box">
    9.76 -	<img src="/images/text.png" alt="[ ]" />
    9.77 -	Raw packages.list:
    9.78 -	<a href="http://mirror.slitaz.org/packages/stable/packages.list"
    9.79 -		>Stable</a> |
    9.80 -	<a href="http://mirror.slitaz.org/packages/cooking/packages.list"
    9.81 -		>Cooking</a><br />
    9.82 -	<img src="/images/network.png" alt="[ ]" />
    9.83 -	Main mirror:
    9.84 -	<a href="http://mirror.slitaz.org/packages/"
    9.85 -		>http://mirror.slitaz.org/packages/</a>
    9.86 -</div>
    9.87 -
    9.88 -<h2>Activity</h2>
    9.89 -
    9.90 -<?php require_once("../../lib/get-feeds.php"); ?>
    9.91 -
    9.92 -<div class="activity">
    9.93 -	<p>
    9.94 -		<a href="http://hg.slitaz.org/"><img 
    9.95 -			src="/images/development.png" alt="[ ]" /></a>
    9.96 -		Latest commits in wok
    9.97 -		<?php get_feed("wok.xml"); ?>
    9.98 -	</div>
    9.99 -	<p class="activity_more">
   9.100 -		<a href="http://hg.slitaz.org/">More commits</a>
   9.101 -	</p>
   9.102 -</div>
   9.103 -
   9.104 -<h2>Documentation</h2>
   9.105 -<p>
   9.106 -	The SliTaz project provides detailed 
   9.107 -	<a href="http://doc.slitaz.org/">documentation</a>
   9.108 -	to let you learn how to install and manage packages on your SliTaz 
   9.109 -	GNU/Linux distribution. 
   9.110 -	The <a href="http://forum.slitaz.org/">support forum</a> members 
   9.111 -	will help you in case of trouble and is also the place to request 
   9.112 -	a new package.
   9.113 -</p>
   9.114 -
   9.115 -<!-- End of content -->
   9.116 -</div>
   9.117 -
   9.118 -<?php include("../../lib/html/footer.html"); ?>
   9.119 -
   9.120 -</body>
   9.121 -</html>
    10.1 --- a/en/search.php	Sun Apr 13 16:24:07 2014 +0200
    10.2 +++ b/en/search.php	Sun Apr 13 19:21:45 2014 +0200
    10.3 @@ -1,8 +1,7 @@
    10.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    10.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    10.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    10.7 +<!DOCTYPE html>
    10.8 +<html lang="en">
    10.9  <head>
   10.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
   10.11 +	<meta charset="utf-8" />
   10.12  	<title>SliTaz - Search</title>
   10.13  	<meta name="description" content="SliTaz GNU/Linux custom search engine" />
   10.14  	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
   10.15 @@ -11,29 +10,64 @@
   10.16  </head>
   10.17  <body>
   10.18  
   10.19 -<?php include("../lib/html/header.html"); ?>
   10.20 -
   10.21 -<!-- Block -->
   10.22 -<div id="block">
   10.23 -	<?php include("../lib/html/nav.en.html"); ?>
   10.24 -	<!-- Information/image -->
   10.25 -	<div id="block_info">
   10.26 -		<h4>Search</h4>
   10.27 -		<p>
   10.28 -		This page allows you to search the entire website Slitaz GNU/Linux,
   10.29 -		the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
   10.30 -		the archives of the <a href="mailing-list.php">Mailing List</a>
   10.31 -		and also in the <a href="http://forum.slitaz.org/">Forum</a>.
   10.32 -		This search engine was created for SliTaz by the Google Co-op custom
   10.33 -		search engine.
   10.34 -	</p>
   10.35 -	</div>
   10.36 -</div>
   10.37 -
   10.38 -<?php include("../lib/lang.php"); ?>
   10.39 +<?php 
   10.40 +include("../lib/html/header.html");
   10.41 +include("../lib/html/nav.html"); 
   10.42 +include("../lib/lang.php");
   10.43 +?>
   10.44  
   10.45  <!-- Content -->
   10.46  <div id="content">
   10.47 +	
   10.48 +<h2>Packages Search</h2>
   10.49 +
   10.50 +<p>
   10.51 +	Search for <a href="http://pkgs.slitaz.org/">packages</a>,
   10.52 +	files, build log, receipt, etc. All packages are installabl
   10.53 +	via the package manager Tazpkg using the GUI or the command 
   10.54 +	<code>tazpkg get-install pkgname</code>.
   10.55 +</p>
   10.56 +
   10.57 +<div style="text-align: center; margin-bottom: 40px;">
   10.58 +	<form method="post" action="http://pkgs.slitaz.org/">
   10.59 +		<div class="searchbox">
   10.60 +			<p>
   10.61 +				<input type="hidden" name="lang" value="en" />
   10.62 +				<input type="text" name="query" size="24" style="width: 80%;" />
   10.63 +				<input type="submit" name="search" value="Search" />
   10.64 +			</p>
   10.65 +		</div>
   10.66 +		Search for:
   10.67 +		<select name="object">
   10.68 +			<option value="Package">Package</option>
   10.69 +			<option value="Desc">Description</option>
   10.70 +			<option value="Tags">Tags</option>
   10.71 +			<option value="Depends">Depends</option>
   10.72 +			<option value="BuildDepends">BuildDepends</option>
   10.73 +			<option value="File">File</option>
   10.74 +			<option value="File_list">File list</option>
   10.75 +			<option value="FileOverlap">common files</option>
   10.76 +		</select>
   10.77 +		in
   10.78 +		<select name="version">
   10.79 +			<option value="cooking">cooking</option>
   10.80 +			<option value="stable">stable</option>
   10.81 +			<option value="2.0">2.0</option>
   10.82 +			<option value="1.0">1.0</option>
   10.83 +		</select>
   10.84 +	</form>
   10.85 +</div>
   10.86 +
   10.87 +<h2>Google Search</h2>
   10.88 +
   10.89 +<p>
   10.90 +	This page let you also search the entire website Slitaz GNU/Linux,
   10.91 +	the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
   10.92 +	the archives of the <a href="mailing-list.php">Mailing List</a>
   10.93 +	and also in the <a href="http://forum.slitaz.org/">Forum</a>.
   10.94 +	This search engine was created for SliTaz by the Google Co-op custom
   10.95 +	search engine.
   10.96 +</p>
   10.97  
   10.98  <div class="searchbox">
   10.99  	<div id="cse-search-form" style="width: 100%;"><img
    11.1 --- a/en/sponsor/index.php	Sun Apr 13 16:24:07 2014 +0200
    11.2 +++ b/en/sponsor/index.php	Sun Apr 13 19:21:45 2014 +0200
    11.3 @@ -1,8 +1,7 @@
    11.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    11.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    11.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    11.7 +<!DOCTYPE html>
    11.8 +<html lang="en">
    11.9  <head>
   11.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
   11.11 +	<meta charset="utf-8" />
   11.12  	<title>SliTaz - Sponsorship</title>
   11.13  	<meta name="description" content="SliTaz GNU/Linux asso sponsor" />
   11.14  	<meta name="keywords" lang="en" content="slitaz pro, slitaz sponsor, support" />
   11.15 @@ -11,27 +10,14 @@
   11.16  </head>
   11.17  <body>
   11.18  
   11.19 -<?php include("../../lib/html/header.html"); ?>
   11.20 -
   11.21 -<!-- Block -->
   11.22 -<div id="block">
   11.23 -	<?php include("../../lib/html/nav.en.html"); ?>
   11.24 -	<!-- Information/image -->
   11.25 -	<div id="block_info">
   11.26 -		<h4>Sponsorship</h4>
   11.27 -		<p>
   11.28 -			SliTaz is a non-profit based project and we are always looking for
   11.29 -			new ways to monetary support the project and provide new hardware.
   11.30 -		</p>
   11.31 -		<p>Help the project via a small donation:</p>
   11.32 -		<?php include("../../lib/html/donate.html"); ?>
   11.33 -	</div>
   11.34 -</div>
   11.35 -
   11.36 -<?php include("../../lib/lang.php"); ?>
   11.37 +<?php 
   11.38 +include("../../lib/html/header.html");
   11.39 +include("../../lib/html/nav.html"); 
   11.40 +include("../../lib/lang.php"); 
   11.41 +?>
   11.42  
   11.43  <!-- Content -->
   11.44 -<div id="content">
   11.45 +<section id="content">
   11.46  	
   11.47  <!-- Featured sponsor -->
   11.48  <div id="sponsor">
   11.49 @@ -43,6 +29,11 @@
   11.50  <h2>Sponsoring SliTaz</h2>
   11.51  
   11.52  <p>
   11.53 +	SliTaz is a non-profit based project and we are always looking for
   11.54 +	new ways to monetary support the project and provide new hardware.
   11.55 +</p>
   11.56 +
   11.57 +<p>
   11.58  	Firstly, a huge thanks to our <a href="#cur">current sponsors</a> and all
   11.59  	the people who support us with small but very important donations to the project.
   11.60  	The project is still quite young but in 5 years of active development we
   11.61 @@ -50,8 +41,6 @@
   11.62  	use in production environments.
   11.63  </p>
   11.64  
   11.65 -
   11.66 -
   11.67  <h3>Monetary support a developer</h3>
   11.68  
   11.69  <p>
   11.70 @@ -64,6 +53,9 @@
   11.71  	have developers working on a full time basis on SliTaz.
   11.72  </p>
   11.73  
   11.74 +<p>Help the project via a small donation:</p>
   11.75 +<?php include("../../lib/html/donate.html"); ?>
   11.76 +
   11.77  <h3>Hardware sponsor</h3>
   11.78  
   11.79  <p>
   11.80 @@ -110,8 +102,8 @@
   11.81  		<tr>
   11.82  			<td style="width: 120px; height: 100px;">
   11.83  				<a href="http://www.ads-lu.com/"><img
   11.84 -				src="/images/sponsor/ads.png" alt="Allied Data Sys"
   11.85 -				style="float: left;" /></a>
   11.86 +				src="/images/sponsor/ads.jpg" alt="Allied Data Sys"
   11.87 +				style="float: left; " /></a>
   11.88  			</td>
   11.89  			<td>
   11.90  				Allied Data Sys - ADS sponsors the main SliTaz mirror and
   11.91 @@ -168,7 +160,7 @@
   11.92  </table>
   11.93  
   11.94  <!-- End of content -->
   11.95 -</div>
   11.96 +</section>
   11.97  
   11.98  <?php include("../../lib/html/footer.html"); ?>
   11.99  
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/en/support.php	Sun Apr 13 19:21:45 2014 +0200
    12.3 @@ -0,0 +1,54 @@
    12.4 +<!DOCTYPE html>
    12.5 +<html lang="en">
    12.6 +<head>
    12.7 +	<meta charset="utf-8" />
    12.8 +	<title>SliTaz - Support</title>
    12.9 +	<meta name="description" content="slitaz support" />
   12.10 +	<meta name="keywords" content="slitaz list irc commercial" lang="en" />
   12.11 +	<meta name="author" content="Christophe Lincoln" />
   12.12 +	<?php include("../lib/html/meta-link.html"); ?>
   12.13 +</head>
   12.14 +<body>
   12.15 +
   12.16 +<?php 
   12.17 +include("../lib/html/header.html");
   12.18 +include("../lib/html/nav.html"); 
   12.19 +include("../lib/lang.php");
   12.20 +?>
   12.21 +
   12.22 +<!-- Content -->
   12.23 +<section id="content">
   12.24 +
   12.25 +<h2>SliTaz Support</h2>
   12.26 +
   12.27 +<p>
   12.28 +	The SliTaz Project provide several way to get hel and support. We have
   12.29 +	an active forum and a wide range of documentation.
   12.30 +</p>
   12.31 +
   12.32 +<div class="box">
   12.33 +	Documentation: <a href="doc/">Release notes &amp; Manuals</a> -
   12.34 +	<a href="http://doc.slitaz.org">Wiki &amp; Books</a> -
   12.35 +	<a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
   12.36 +</div>
   12.37 +
   12.38 +<div class="box">
   12.39 +	Forum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
   12.40 +</div>
   12.41 +
   12.42 +<div class="box">
   12.43 +	IRC Channel: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
   12.44 +	#slitaz on irc.freenode.net
   12.45 +</div>
   12.46 +
   12.47 +<div class="box">
   12.48 +	Commercial: Please get in contact by mail &lt;assoATslitaz.org&gt;
   12.49 +</div>
   12.50 +
   12.51 +<!-- End of content -->
   12.52 +</section>
   12.53 +
   12.54 +<?php include("../lib/html/footer.html"); ?>
   12.55 +
   12.56 +</body>
   12.57 +</html>
    13.1 --- a/fr/index.php	Sun Apr 13 16:24:07 2014 +0200
    13.2 +++ b/fr/index.php	Sun Apr 13 19:21:45 2014 +0200
    13.3 @@ -65,10 +65,12 @@
    13.4  <h2>Dernière publications</h2>
    13.5  
    13.6  <ul>
    13.7 +	<li><strong><a href="http://arm.slitaz.org/rpi/">Publication de SliTaz Raspberry Pi</a></strong>
    13.8 +		<span>- - 29 Mar 2014</span></li>
    13.9 +	<li><strong><a href="../en/news/">Nouvelle SliTaz Cooking</a></strong>
   13.10 +		<span>- - 16 Feb 2014</span></li>
   13.11  	<li><strong><a href="news/2012.php#d20120410">Publication de SliTaz 4.0</a></strong>
   13.12  		<span>- 10 Apr 2012</span></li>
   13.13 -	<li><strong><a href="news/2012.php#d20120303">SliTaz 4.0 RC2 est disponible</a></strong>
   13.14 -		<span>- 03 Mar 2012</span></li>
   13.15  	<li><strong><a href="news/">Archives des nouvelles publications</a></strong>
   13.16  		<span>- 2007-2013</span></li>
   13.17  </ul>
    14.1 Binary file images/search-300.png has changed
    15.1 Binary file images/search.png has changed
    16.1 Binary file images/sponsor/ads.jpg has changed
    17.1 Binary file images/sponsor/ads.png has changed
    18.1 --- a/lib/html/header.html	Sun Apr 13 16:24:07 2014 +0200
    18.2 +++ b/lib/html/header.html	Sun Apr 13 19:21:45 2014 +0200
    18.3 @@ -1,13 +1,13 @@
    18.4  <!-- Header -->
    18.5  <div id="header">
    18.6 -	<div id="logo"></div>
    18.7  	<div id="network">
    18.8  		<span>Home</span>
    18.9  		<a href="http://scn.slitaz.org/">Community</a>
   18.10 -		<a href="http://doc.slitaz.org/">Doc</a>
   18.11 +		<!-- Then we link to wiki, ARm codex, relnotes -->
   18.12 +		<a href="/en/doc">Doc</a>
   18.13  		<a href="http://forum.slitaz.org/">Forum</a>
   18.14  		<a href="http://irc.slitaz.org/">IRC</a>
   18.15 -		<a href="http://slitaz.pro/">Pro</a>
   18.16 +		<!-- <a href="http://slitaz.pro/">Pro</a> -->
   18.17  		<a href="http://shop.slitaz.org/">Shop</a>
   18.18  		<a href="http://bugs.slitaz.org">Bugs</a>
   18.19  		<a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
    19.1 --- a/lib/html/meta-link.html	Sun Apr 13 16:24:07 2014 +0200
    19.2 +++ b/lib/html/meta-link.html	Sun Apr 13 19:21:45 2014 +0200
    19.3 @@ -1,6 +1,8 @@
    19.4 -<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    19.5 +	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    19.6  	<meta name="robots" content="index, follow, all" />
    19.7 -	<link rel="shortcut icon" href="/favicon.ico" />
    19.8 +	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    19.9  	<link rel="stylesheet" type="text/css" href="/slitaz.css" />
   19.10 +	<link rel="stylesheet" type="text/css" href="/style-tiny.css" />
   19.11  	<link rel="alternate" type="application/rss+xml" title="SliTaz Feed" href="/rss.xml" />
   19.12  	<link rel="payment" href="http://flattr.com/profile/slitaz" type="text/html" title="SliTaz association microdonations" />
   19.13 +	<link rel="shortcut icon" href="/favicon.ico" />
    20.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.2 +++ b/lib/html/nav.html	Sun Apr 13 19:21:45 2014 +0200
    20.3 @@ -0,0 +1,21 @@
    20.4 +<!-- 
    20.5 +	Navigation Next Generation !!!
    20.6 +	To be translated when migration is finished 
    20.7 +-->
    20.8 +<nav id="nav" role="navigation" tabindex="0">
    20.9 +	<ul>
   20.10 +		<li><a class="nav1" href="/en/about/">About</a></li>
   20.11 +		<li><a class="nav2" href="/en/get/">Download</a></li>
   20.12 +		<li><a class="nav1" href="/en/support.php">Support</a></li>
   20.13 +		<li><a class="nav2" href="/en/asso/">Asso</a></li>
   20.14 +		<li><a class="nav1" href="/en/devel/">Development</a></li>
   20.15 +		<!--<li><a class="nav2" href="">Artwork</a></li>-->
   20.16 +		<li><a class="nav1 mobile" href=".">SliTaz.Org</a></li>
   20.17 +	</ul>
   20.18 +	<p>
   20.19 +		Simple, fast and low resource Linux OS for servers &amp; desktops
   20.20 +	</p>
   20.21 +</nav>
   20.22 +
   20.23 +<div id="searchbtn"><a href="/en/search.php"><img 
   20.24 +	src="/images/search.png" alt="Search" /></a></div>
    21.1 --- a/lib/html/social.html	Sun Apr 13 16:24:07 2014 +0200
    21.2 +++ b/lib/html/social.html	Sun Apr 13 19:21:45 2014 +0200
    21.3 @@ -30,4 +30,7 @@
    21.4    js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1&appId=123696844365041";
    21.5    fjs.parentNode.insertBefore(js, fjs);
    21.6  }(document, 'script', 'facebook-jssdk'));</script>
    21.7 -<div class="fb-like-box" data-href="http://www.facebook.com/slitaz" data-width="720" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false"></div>
    21.8 +
    21.9 +<div class="fb-like" data-href="http://www.slitaz.org" 
   21.10 +	data-layout="button_count" data-action="like" 
   21.11 +	data-show-faces="false" data-share="true"></div>
    22.1 --- a/lib/lang.php	Sun Apr 13 16:24:07 2014 +0200
    22.2 +++ b/lib/lang.php	Sun Apr 13 19:21:45 2014 +0200
    22.3 @@ -116,14 +116,14 @@
    22.4  }
    22.5  
    22.6  echo "<!-- Languages -->\n<div id='lang'>\n" .
    22.7 -	"	<a href='/i18n.php'><img src='/images/locale.png' alt='i18n' /></a>\n";
    22.8 +	"	<a class='flag' href='/i18n.php'>&#9873;</a>\n";
    22.9  
   22.10  foreach($native as $short=>$long)
   22.11  {
   22.12  	if ($cur==$short)
   22.13  		echo "	<strong>$long</strong>\n";
   22.14  	elseif (strpos($lang, $short) === false)
   22.15 -		echo "	$long\n";
   22.16 +		echo "	<span>$long</span>\n";
   22.17  	else
   22.18  		echo '	<a href="'.str_replace('LANG', $short, $url).'">'.$long."</a>\n";
   22.19  }
    23.1 --- a/slitaz.css	Sun Apr 13 16:24:07 2014 +0200
    23.2 +++ b/slitaz.css	Sun Apr 13 19:21:45 2014 +0200
    23.3 @@ -16,11 +16,12 @@
    23.4  }
    23.5  
    23.6  a { text-decoration: underline; color: #215090; }
    23.7 -a:hover { text-decoration: none; color: blue; }
    23.8 +a:hover { text-decoration: none; }
    23.9  img { border: 0pt none; vertical-align: middle; }
   23.10  h2 { color: #444; }
   23.11  h3 { color: #666; font-size: 140%; }
   23.12  h4 { color: #888; font-size: 120%; }
   23.13 +h2, h3 { border-bottom: 1px dashed #afafaf; padding-bottom: 5px; }
   23.14  pre { 
   23.15  	background-color: #f8f8f8; 
   23.16  	border: 1px solid #ddd; 
   23.17 @@ -31,26 +32,32 @@
   23.18  
   23.19  #header { 
   23.20  	height: 40px; 
   23.21 -	background: #222;
   23.22 +	background: #111 url(images/logo.png) no-repeat left;
   23.23  }
   23.24  
   23.25  #header h1 {
   23.26  	margin: 0;
   23.27 -	padding: 8px 0 0 42px;
   23.28 -	width: 250px;
   23.29 +	padding: 8px 0 8px 42px;
   23.30 +	width: 280px;
   23.31 +	font-size: 20px;
   23.32 +	font-style: italic;
   23.33  }
   23.34  
   23.35  #header h1 a { 
   23.36  	color: white; 
   23.37  	text-decoration: none;
   23.38 -	font-size: 20px;
   23.39 -	font-style: italic;
   23.40  }
   23.41  
   23.42  #header h1 a:hover, #network a:hover, #network span { 
   23.43  	color: #afafaf;
   23.44  }
   23.45  
   23.46 +#searchbtn {
   23.47 +	position: absolute;
   23.48 +	right: 8px;
   23.49 +	top: 48px;
   23.50 +}
   23.51 +
   23.52  /* Logo */
   23.53  
   23.54  #logo {
   23.55 @@ -131,16 +138,70 @@
   23.56  	padding: 0;
   23.57  }
   23.58  
   23.59 +.dlbutton { 
   23.60 +	background: #333 url("/images/download-30.png") no-repeat 4px center;
   23.61 +	padding-left: 38px;
   23.62 +	-webkit-transition: background-color 0.6s;
   23.63 +	transition: background-color 0.5s;
   23.64 +}
   23.65 +.dldiv { margin: 30px 0; }
   23.66 +
   23.67 +/* 
   23.68 + * 
   23.69 + * 
   23.70 + * Navigation NG 
   23.71 + * 
   23.72 + * 
   23.73 + * */
   23.74 +
   23.75 +nav {
   23.76 +	font-size: 120%;
   23.77 +	min-height: 100px;
   23.78 +	background: #ddd; 
   23.79 +	padding: 56px 6% 0;
   23.80 +	text-align: center;
   23.81 +	color: #222;
   23.82 +	border-bottom: 1px solid #afafaf;
   23.83 +	top: 40px;
   23.84 +}
   23.85 +
   23.86 +nav ul {
   23.87 +    margin: 0; padding: 0;
   23.88 +    list-style: none;
   23.89 +}
   23.90 +nav li { display: inline; }
   23.91 +
   23.92 +nav a, .dlbutton { 
   23.93 +	text-decoration: none;
   23.94 +	padding: 12px;
   23.95 +	color: #fff; 
   23.96 +	font-weight: bold;
   23.97 +	vertical-align: middle;
   23.98 +	-webkit-transition: background-color 0.6s;
   23.99 +	transition: background-color 0.5s;
  23.100 +}
  23.101 +nav p { padding: 8px; color: #333; font-size: 92%; }
  23.102 +
  23.103 +.nav1 { background-color: #333; }
  23.104 +.nav1:hover { background-color: #128da9; }
  23.105 +.nav2 { background-color: #ab3c00; }
  23.106 +.nav2:hover { background-color: #ff9b00; }
  23.107 +.navpi { background-color: #444; }
  23.108 +.navpi:hover { background-color: #bc1142; }
  23.109 +
  23.110  /* Languages */
  23.111  
  23.112  #lang {
  23.113 -	padding: 6px;
  23.114 -	font-size: 11px;
  23.115 +	padding: 8px;
  23.116 +	font-size: 12px;
  23.117  	position: absolute;
  23.118  	right: 0px;
  23.119 +	color: #666;
  23.120  }
  23.121 +#lang .flag { font-size: 14px; }
  23.122 +#lang .flag:hover { text-decoration: none; }
  23.123  
  23.124 -#lang a {
  23.125 +#lang a, #lang strong,  #lang span {
  23.126  	text-decoration: none;
  23.127  	padding: 0 2px;
  23.128  }
  23.129 @@ -158,9 +219,9 @@
  23.130  	padding: 30px 80px;
  23.131  	text-align: justify;
  23.132  }
  23.133 +#content li { line-height: 1.6em; list-style-type: square; }
  23.134  
  23.135  .news li {
  23.136 -	list-style-type: square;
  23.137  	border-bottom: 1px dotted #BEBEBE;
  23.138  	margin-left: -25px;
  23.139  	padding: 4px 0px 4px 0px;
  23.140 @@ -185,6 +246,8 @@
  23.141  
  23.142  /* Classes */
  23.143  
  23.144 +.mobile { display: none !important; }
  23.145 +
  23.146  .right_box { width: 48%; float: right; }
  23.147  .left_box { width: 48%; float: left; }
  23.148  
  23.149 @@ -196,19 +259,25 @@
  23.150  }
  23.151  
  23.152  .box-dl, .box-up {
  23.153 -	margin: 20px 60px;
  23.154 -	padding: 12px 12px 12px 66px;
  23.155 +	margin: 20px 0;
  23.156  	min-height: 48px;
  23.157  	border: 1px solid #ddd;
  23.158  	vertical-align: middle;
  23.159  }
  23.160  .box-dl {
  23.161 -	background: url("/images/download.png") no-repeat 12px 12px #efefef;
  23.162 +	background: url("/images/download.png") no-repeat 12px center;
  23.163 +	padding: 16px 16px 16px 72px;
  23.164  }
  23.165  .box-up {
  23.166 -	background: url("/images/update.png") no-repeat  center left #efefef;
  23.167 +	background: url("/images/update.png") no-repeat 12px center;
  23.168 +	padding: 16px 16px 16px 62px;
  23.169  }
  23.170 -.box-dl p { color: #456; }
  23.171 +.box-dl a { font-weight: bold; text-decoration: none; }
  23.172 +.dlbutton { padding-left: 38px; }
  23.173 +pre, .box, .box-dl, .box-up, .box-share, .box-rpi {
  23.174 +	background-color: #efefef;
  23.175 +	border: 1px solid #ddd;
  23.176 +}
  23.177  
  23.178  .searchbox { 
  23.179  	margin: 20px 80px; 
  23.180 @@ -259,8 +328,8 @@
  23.181  
  23.182  /* Round corner */
  23.183  
  23.184 -#block_nav, pre, .box, .box-dl, .box-up, .searchbox, .button a, #twitter, .activity,
  23.185 -.activity div, #sponsor {
  23.186 +#block_nav, pre, .box, .box-dl, .box-up, .searchbox, .button a, 
  23.187 +#twitter, .activity, .activity div, #sponsor, nav a, .dlbutton {
  23.188  	-moz-border-radius: 4px;
  23.189  	-webkit-border-radius: 4px;
  23.190  	border-radius: 4px;