website rev 713

en/*.html: New layout, add content, better search page.
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 06 18:15:14 2011 +0100 (2011-01-06)
parents 47644e80b0ae
children 18040398d744
files en/index.php en/mailing-list.html en/search.html en/sitemap.html en/template.html
line diff
     1.1 --- a/en/index.php	Thu Jan 06 16:25:47 2011 +0100
     1.2 +++ b/en/index.php	Thu Jan 06 18:15:14 2011 +0100
     1.3 @@ -233,5 +233,6 @@
     1.4  		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
     1.5  	</ul>
     1.6  </div>
     1.7 +
     1.8  </body>
     1.9  </html>
     2.1 --- a/en/mailing-list.html	Thu Jan 06 16:25:47 2011 +0100
     2.2 +++ b/en/mailing-list.html	Thu Jan 06 18:15:14 2011 +0100
     2.3 @@ -9,7 +9,7 @@
     2.4      <meta name="robots" content="index, follow, all" />
     2.5      <meta name="revisit-after" content="7 days" />
     2.6      <meta name="expires" content="never" />
     2.7 -    <meta name="modified" content="2009-01-15 18:20:00" />
     2.8 +    <meta name="modified" content="2011-01-06 16:30:00" />
     2.9      <meta name="author" content="Christophe Lincoln" />
    2.10      <meta name="publisher" content="www.slitaz.org" />
    2.11      <link rel="shortcut icon" href="../favicon.ico" />
    2.12 @@ -42,79 +42,80 @@
    2.13  	}
    2.14  	</style>
    2.15  </head>
    2.16 -<body bgcolor="#ffffff">
    2.17 +<body>
    2.18 +
    2.19  <!-- Header -->
    2.20  <div id="header">
    2.21 -    <a name="top"></a>
    2.22 -<!-- Access -->
    2.23 -<div id="access">
    2.24 -	<img
    2.25 +	<!-- Access -->
    2.26 +	<div id="access">
    2.27 +		<img
    2.28  		src="../pics/website/locale.png"
    2.29  		style="vertical-align: middle; width: 20px; height: 20px;"
    2.30  		alt="language" />
    2.31 -    <a href="../de/mailing-list.html">Deutsch</a> |
    2.32 -    <a href="../es/mailing-list.html">Español</a> |
    2.33 -    <a href="../fr/mailing-list.html" title="Page principale en français">Français</a> |
    2.34 -    <a href="../pt/mailing-list.html">Português</a>
    2.35 -</div>
    2.36 -    <a href="http://www.slitaz.org/en/"><img id="logo"
    2.37 -    src="../pics/website/logo.png" title="www.slitaz.org/en" alt="www.slitaz.org"
    2.38 -    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
    2.39 -    <p id="titre">#!/GNU/Linux</p>
    2.40 -</div>
    2.41 -
    2.42 -<!-- Navigation menu -->
    2.43 -<div id="nav">
    2.44 -
    2.45 -<div class="nav_box">
    2.46 -<h4>Navigation</h4>
    2.47 -<!-- General -->
    2.48 -<ul>
    2.49 -	<li><a href="about/index.html" title="Information about the SliTaz project">About the project</a></li>
    2.50 -	<li><a href="asso/index.html" title="SliTaz non-profit association">Association</a></li>
    2.51 -	<li><a href="get/index.html" title="Download - LiveCD ISO">Download</a></li>
    2.52 -	<li><a href="doc/index.html" title="LiveCD usage and howto">Documentation</a></li>
    2.53 -	<li><a href="packages/index.html" title="Packaged software">Packages</a></li>
    2.54 -	<li><a href="devel/index.html" title="Developers corner">Development</a></li>
    2.55 -	<li><a href="mailing-list.html" title="Support, contact and collaboration">Mailing List</a></li>
    2.56 -	<li><a href="artwork/index.html" title="Artwork, colors and images">Artwork</a></li>
    2.57 -	<li><a href="search.html" title="Search engine">Search</a></li>
    2.58 -	<li><a href="sitemap.html" title="Web site overview">Sitemap</a></li>
    2.59 -</ul>
    2.60 -</div>
    2.61 -
    2.62 -<!-- SliTaz network -->
    2.63 -<div class="nav_box">
    2.64 -<h4>SliTaz Network</h4>
    2.65 -<ul>
    2.66 -	<li><a href="http://forum.slitaz.org/">Community Forum</a></li>
    2.67 -	<li><a href="http://doc.slitaz.org/en:start">Wiki Documentation</a></li>
    2.68 -	<li><a href="http://labs.slitaz.org/">SliTaz Laboratories</a></li>
    2.69 -	<li><a href="http://labs.slitaz.org/issues">Bug Tracking</a></li>
    2.70 -	<li><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></li>
    2.71 -	<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
    2.72 -	<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
    2.73 -</ul>
    2.74 -</div>
    2.75 -
    2.76 +		<a href="../de/mailing-list.html">Deutsch</a> |
    2.77 +		<a href="../es/mailing-list.html">Español</a> |
    2.78 +		<a href="../fr/mailing-list.html" title="Page principale en français">Français</a> |
    2.79 +		<a href="../pt/mailing-list.html">Português</a>
    2.80 +	</div>
    2.81 +    <!-- Logo -->
    2.82 +	<a href="http://www.slitaz.org/"><img id="logo"
    2.83 +		src="../pics/website/logo.png" 
    2.84 +		title="www.slitaz.org" alt="www.slitaz.org" /></a>
    2.85 +	<p id="titre">#!/GNU/Linux</p>
    2.86  </div>
    2.87  
    2.88  <!-- Content -->
    2.89 -<div id="content">
    2.90 -<a name="content"></a>
    2.91 +<div id="content-full">
    2.92  
    2.93 -<h1><font color="#3e1220">Mailing list</font></h1>
    2.94 -<h2><font color="#df8f06">SliTaz list</font></h2>
    2.95 +<!-- Block begin -->
    2.96 +<div class="block">
    2.97 +	<!-- Nav block begin -->
    2.98 +	<div id="block_nav">
    2.99 +		<h3><img src="../pics/website/network.png" alt="png" />Navigation</h3>
   2.100 +		<div style="width: 50%; float: right;">
   2.101 +			<ul>
   2.102 +				<li><a href="artwork/">Artwork</a></li>
   2.103 +				<li><a href="mailing-list.html">Mailing List</a></li>
   2.104 +				<li><a href="devel/">Development</a></li>
   2.105 +				<li><a href="search.html">Search</a></li>
   2.106 +				<li><a href="../netmap.php">Network Map</a></li>
   2.107 +			</ul>
   2.108 +		</div>
   2.109 +		<ul>
   2.110 +			<li><a href="about/">About us</a></li>
   2.111 +			<li><a href="asso/">Association</a></li>
   2.112 +			<li><a href="get/">Download</a></li>
   2.113 +			<li><a href="doc/">Documentation</a></li>
   2.114 +			<li><a href="packages/">Packages</a></li>
   2.115 +		</ul>
   2.116 +	<!-- Nav block end -->
   2.117 +	</div>
   2.118 +	<!-- Top block begin -->
   2.119 +	<div id="block_top">
   2.120 +	<h1>Mailing list</h1>
   2.121 +	<p>
   2.122 +		Support, developpement, SliTaz contributors discusions and 
   2.123 +		announcement. All this is part of the mailing list - Join now
   2.124 +		to get help or involved into the project.
   2.125 +	</p>
   2.126 +	<ul>
   2.127 +		<li><a href="mailing-list.html#about">About the list</a> - 
   2.128 +			Support and development.</li>
   2.129 +		<li><a href="mailing-list.html#usage">Using the list</a> - 
   2.130 +			Subscribe/Unsubscribe and
   2.131 +	    operation.</li>
   2.132 +		<li><a href="mailing-list.html#archives">Archives of the list</a> - 
   2.133 +			Read and/or search through archived messages.</li>
   2.134 +	</ul>
   2.135 +	<!-- Top block end -->
   2.136 +	</div>
   2.137 +<!-- Block end -->
   2.138 +</div>
   2.139  
   2.140 -<ul>
   2.141 -	<li><a href="mailing-list.html#about">About the list</a> - Support and development.</li>
   2.142 -	<li><a href="mailing-list.html#usage">Using the list</a> - Subscribe/Unsubscribe and
   2.143 -    operation.</li>
   2.144 -	<li><a href="mailing-list.html#archives">Archives of the list</a> - Read and/or search
   2.145 -	through archived messages.</li>
   2.146 -</ul>
   2.147 +<h2>SliTaz list</h2>
   2.148 +
   2.149  <a name="about"></a>
   2.150 -<h3><font color="#6c0023">About the list</font></h3>
   2.151 +<h3>About the list</h3>
   2.152  <p>
   2.153  The discussion/distribution (mailing list) is the main form of communication
   2.154  in the Slitaz community.  The list is open to everyone, you are free to
   2.155 @@ -144,7 +145,7 @@
   2.156  
   2.157  
   2.158  <a name="usage"></a>
   2.159 -<h3><font color="#6c0023">Using the list</font></h3>
   2.160 +<h3>Using the list</h3>
   2.161  <p>
   2.162  To be able to post on the list, you must first subscribe, you will then
   2.163  receive a confirmation message. This mail contains a confirmation number
   2.164 @@ -176,7 +177,7 @@
   2.165  </p>
   2.166  
   2.167  <a name="archives"></a>
   2.168 -<h3><font color="#6c0023">Archives of the list</font></h3>
   2.169 +<h3>Archives of the list</h3>
   2.170  <p>
   2.171  The mailing list is a public forum, all messages are archived and are
   2.172  searchable online. This allows the non-registrants to still follow the list,
   2.173 @@ -193,35 +194,35 @@
   2.174  </object>
   2.175  </div>
   2.176  
   2.177 -<!-- End of content with round corner -->
   2.178 -</div>
   2.179 -<div id="content_bottom">
   2.180 -<div class="bottom_left"></div>
   2.181 -<div class="bottom_right"></div>
   2.182 +<!-- End of content -->
   2.183  </div>
   2.184  
   2.185 -<!-- Start of footer and copy notice -->
   2.186 -<div id="copy">
   2.187 -<p>
   2.188 -Last modification : 2009-01-15 18:20:00 -
   2.189 -
   2.190 -<a href="mailing-list.html#top">Top of the page</a>
   2.191 -</p>
   2.192 -<p>
   2.193 -Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
   2.194 -<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
   2.195 -</p>
   2.196 -<!-- End of copy -->
   2.197 -</div>
   2.198 -
   2.199 -<!-- Bottom and logo's -->
   2.200 -<div id="bottom">
   2.201 -<p>
   2.202 -<a href="http://validator.w3.org/check?uri=referer"><img
   2.203 -   src="../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   2.204 -   title="Code validé XHTML 1.0"
   2.205 -   style="width: 80px; height: 15px;" /></a>
   2.206 -</p>
   2.207 +<!-- Footer -->
   2.208 +<div id="footer">
   2.209 +	<div class="right_box">
   2.210 +	<h4>SliTaz Network</h4>
   2.211 +		<ul>
   2.212 +			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
   2.213 +			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
   2.214 +			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
   2.215 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   2.216 +			<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
   2.217 +			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
   2.218 +		</ul>
   2.219 +	</div>
   2.220 +	<h4>SliTaz Website</h4>
   2.221 +	<ul>
   2.222 +		<li><a href="#header">Top of the page</a></li>
   2.223 +		<li>Copyright &copy; <span class="year"></span>
   2.224 +			<a href="http://www.slitaz.org/">SliTaz</a></li>
   2.225 +		<li><a href="about/">About the project</a></li>
   2.226 +		<li><a href="../netmap.php">Network Map</a></li>
   2.227 +		<li>Page modified the 06 Jan 2011</li>
   2.228 +		<li><a href="http://validator.w3.org/check?uri=referer"><img
   2.229 +		src="../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   2.230 +		title="Code validé XHTML 1.0"
   2.231 +		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
   2.232 +	</ul>
   2.233  </div>
   2.234  
   2.235  </body>
     3.1 --- a/en/search.html	Thu Jan 06 16:25:47 2011 +0100
     3.2 +++ b/en/search.html	Thu Jan 06 18:15:14 2011 +0100
     3.3 @@ -2,136 +2,148 @@
     3.4      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3.6  <head>
     3.7 -    <title>SliTaz - Google Search</title>
     3.8 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     3.9 -    <meta name="description" content="SliTaz GNU/Linux custom search engine" />
    3.10 -    <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    3.11 -    <meta name="robots" content="index, follow, all" />
    3.12 -    <meta name="revisit-after" content="7 days" />
    3.13 -    <meta name="expires" content="never" />
    3.14 -    <meta name="modified" content="2008-07-16 21:45:00" />
    3.15 -    <meta name="author" content="Christophe Lincoln"/>
    3.16 -    <meta name="publisher" content="www.slitaz.org" />
    3.17 -    <link rel="shortcut icon" href="../favicon.ico" />
    3.18 -    <link rel="stylesheet" type="text/css" href="../slitaz.css" />
    3.19 -    <link rel="Content" href="search.html#content" />
    3.20 +	<title>SliTaz - Google Search</title>
    3.21 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.22 +	<meta name="description" content="SliTaz GNU/Linux custom search engine" />
    3.23 +	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    3.24 +	<meta name="robots" content="index, follow, all" />
    3.25 +	<meta name="revisit-after" content="7 days" />
    3.26 +	<meta name="expires" content="never" />
    3.27 +	<meta name="modified" content="2011-01-06 16:30:00" />
    3.28 +	<meta name="author" content="Christophe Lincoln"/>
    3.29 +	<meta name="publisher" content="www.slitaz.org" />
    3.30 +	<link rel="shortcut icon" href="../favicon.ico" />
    3.31 +	<link rel="stylesheet" type="text/css" href="../slitaz.css" />
    3.32 +	<link rel="Content" href="search.html#content" />
    3.33  </head>
    3.34 -<body bgcolor="#ffffff">
    3.35 +<body>
    3.36 +
    3.37  <!-- Header -->
    3.38  <div id="header">
    3.39 -    <a name="top"></a>
    3.40 -<!-- Access -->
    3.41 -<div id="access">
    3.42 -	<img
    3.43 +	<!-- Access -->
    3.44 +	<div id="access">
    3.45 +		<img
    3.46  		src="../pics/website/locale.png"
    3.47  		style="vertical-align: middle; width: 20px; height: 20px;"
    3.48  		alt="language" />
    3.49 -    <a href="../de/search.html">Deutsch</a> |
    3.50 -    <a href="../es/search.html">Español</a> |
    3.51 -    <a href="../fr/search.html" title="Page principale en français">Français</a> |
    3.52 -    <a href="../pt/search.html">Português</a> |
    3.53 -    <a href="../cn/search.html" title="Chinese"><img src="../pics/website/cn.png" title="Chinese" alt="cn"></img></a>
    3.54 -</div>
    3.55 -    <a href="http://www.slitaz.org/en/"><img id="logo"
    3.56 -    src="../pics/website/logo.png" title="www.slitaz.org/en" alt="www.slitaz.org"
    3.57 -    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
    3.58 -    <p id="titre">#!/GNU/Linux</p>
    3.59 -</div>
    3.60 -
    3.61 -<!-- Navigation menu -->
    3.62 -<div id="nav">
    3.63 -
    3.64 -<div class="nav_box">
    3.65 -<h4>Navigation</h4>
    3.66 -<!-- General -->
    3.67 -<ul>
    3.68 -	<li><a href="about/index.html" title="Information about the SliTaz project">About the project</a></li>
    3.69 -	<li><a href="asso/index.html" title="SliTaz non-profit association">Association</a></li>
    3.70 -	<li><a href="get/index.html" title="Download - LiveCD ISO">Download</a></li>
    3.71 -	<li><a href="doc/index.html" title="LiveCD usage and howto">Documentation</a></li>
    3.72 -	<li><a href="packages/index.html" title="Packaged software">Packages</a></li>
    3.73 -	<li><a href="devel/index.html" title="Developers corner">Development</a></li>
    3.74 -	<li><a href="mailing-list.html" title="Support, contact and collaboration">Mailing List</a></li>
    3.75 -	<li><a href="artwork/index.html" title="Artwork, colors and images">Artwork</a></li>
    3.76 -	<li><a href="search.html" title="Search engine">Search</a></li>
    3.77 -	<li><a href="sitemap.html" title="Web site overview">Sitemap</a></li>
    3.78 -</ul>
    3.79 -</div>
    3.80 -
    3.81 -<!-- SliTaz network -->
    3.82 -<div class="nav_box">
    3.83 -<h4>SliTaz Network</h4>
    3.84 -<ul>
    3.85 -	<li><a href="http://forum.slitaz.org/">Community Forum</a></li>
    3.86 -	<li><a href="http://doc.slitaz.org/en:start">Wiki Documentation</a></li>
    3.87 -	<li><a href="http://labs.slitaz.org/">SliTaz Laboratories</a></li>
    3.88 -	<li><a href="http://labs.slitaz.org/issues">Bug Tracking</a></li>
    3.89 -	<li><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></li>
    3.90 -	<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
    3.91 -	<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
    3.92 -</ul>
    3.93 -</div>
    3.94 -
    3.95 +		<a href="../de/search.html">Deutsch</a> |
    3.96 +		<a href="../es/search.html">Español</a> |
    3.97 +		<a href="../fr/search.html" title="Page principale en français">Français</a> |
    3.98 +		<a href="../pt/search.html">Português</a> |
    3.99 +		<a href="../cn/search.html" title="Chinese"><img src="../pics/website/cn.png" title="Chinese" alt="cn"></img></a>
   3.100 +	</div>
   3.101 +    <!-- Logo -->
   3.102 +	<a href="http://www.slitaz.org/"><img id="logo"
   3.103 +		src="../pics/website/logo.png" 
   3.104 +		title="www.slitaz.org" alt="www.slitaz.org" /></a>
   3.105 +	<p id="titre">#!/GNU/Linux</p>
   3.106  </div>
   3.107  
   3.108  <!-- Content -->
   3.109 -<div id="content">
   3.110 -<a name="content"></a>
   3.111 +<div id="content-full">
   3.112  
   3.113 -<h1><font color="#3E1220">Search</font></h1>
   3.114 -<h2><font color="#DF8F06">Site, forum and list</font></h2>
   3.115 -
   3.116 -<div style="text-align: center; padding: 30px;">
   3.117 -<!-- Google CSE Search Box Begins  -->
   3.118 -  <form 
   3.119 -    id="searchbox_000868395082919927601:nddq7yjdcxg" 
   3.120 -    action="http://www.google.com/cse">
   3.121 -    <input type="hidden" name="cx" value="000868395082919927601:nddq7yjdcxg" />
   3.122 -    <input type="hidden" name="cof" value="FORID:0" />
   3.123 -    <input name="q" type="text" size="40" />
   3.124 -    <input type="submit" name="sa" value="Search" />
   3.125 -    <img 
   3.126 -      src="http://www.google.com/coop/images/google_custom_search_smnar.gif" 
   3.127 -      alt="Google Custom Search" />
   3.128 -  </form>
   3.129 -<!-- Google CSE Search Box Ends -->
   3.130 +<!-- Block begin -->
   3.131 +<div class="block">
   3.132 +	<!-- Nav block begin -->
   3.133 +	<div id="block_nav">
   3.134 +		<h3><img src="../pics/website/network.png" alt="png" />Navigation</h3>
   3.135 +		<div style="width: 50%; float: right;">
   3.136 +			<ul>
   3.137 +				<li><a href="artwork/">Artwork</a></li>
   3.138 +				<li><a href="mailing-list.html">Mailing List</a></li>
   3.139 +				<li><a href="devel/">Development</a></li>
   3.140 +				<li><a href="search.html">Search</a></li>
   3.141 +				<li><a href="../netmap.php">Network Map</a></li>
   3.142 +			</ul>
   3.143 +		</div>
   3.144 +		<ul>
   3.145 +			<li><a href="about/">About us</a></li>
   3.146 +			<li><a href="asso/">Association</a></li>
   3.147 +			<li><a href="get/">Download</a></li>
   3.148 +			<li><a href="doc/">Documentation</a></li>
   3.149 +			<li><a href="packages/">Packages</a></li>
   3.150 +		</ul>
   3.151 +	<!-- Nav block end -->
   3.152 +	</div>
   3.153 +	<!-- Top block begin -->
   3.154 +	<div id="block_top">
   3.155 +	<h1>Search</h1>
   3.156 +	<p>
   3.157 +		This page allows you to search the entire website Slitaz GNU/Linux,
   3.158 +		the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
   3.159 +		the archives of the <a href="mailing-list.html">Mailing List</a>
   3.160 +		and also in the <a href="http://forum.slitaz.org/">Forum</a>.
   3.161 +		This search engine was created for SliTaz by the Google Co-op custom
   3.162 +		search engine.
   3.163 +	</p>
   3.164 +	<div id="cse-search-form" style="width: 100%;">Loading</div>
   3.165 +	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
   3.166 +	<script type="text/javascript">
   3.167 +	  google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
   3.168 +	  google.setOnLoadCallback(function() {
   3.169 +	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
   3.170 +	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
   3.171 +	    var options = new google.search.DrawOptions();
   3.172 +	    options.setSearchFormRoot('cse-search-form');
   3.173 +	    customSearchControl.draw('cse', options);
   3.174 +	  }, true);
   3.175 +	</script>
   3.176 +	<style type="text/css">
   3.177 +		input.gsc-search-button {
   3.178 +		    border-color: #b64b22;
   3.179 +		    background-color: #b64b22;
   3.180 +		    cursor: pointer;
   3.181 +		    -moz-border-radius: 2px;
   3.182 +			-webkit-border-radius: 2px;
   3.183 +			border-radius: 2px;
   3.184 +			-moz-box-shadow: 0 1px 2px #666;
   3.185 +			-webkit-box-shadow: 0 1px 2px #666;
   3.186 +			box-shadow: 0 1px 2px #666;
   3.187 +		}
   3.188 +		.gs-webResult.gs-result a.gs-title:link,
   3.189 +		.gs-webResult.gs-result a.gs-title:link b {
   3.190 +			color: #103a5e;
   3.191 +		}
   3.192 +		#cse { margin-bottom: 120px; }
   3.193 +	</style>
   3.194 +	<!-- Top block end -->
   3.195 +	</div>
   3.196 +<!-- Block end -->
   3.197  </div>
   3.198  
   3.199 -<p>
   3.200 -This page allows you to search the entire website Slitaz GNU/Linux and in the 
   3.201 -archives of the <a href="http://www.slitaz.org/en/mailing-list.html">Mailing List</a>
   3.202 -and also in the <a href="http://forum.slitaz.org/#idx2">Forum</a>.
   3.203 -This page was created for SliTaz by the Google Co-op custom search engine.
   3.204 -</p>
   3.205 +<h2>Search result</h2>
   3.206  
   3.207 -<!-- End of content with round corner -->
   3.208 -</div>
   3.209 -<div id="content_bottom">
   3.210 -<div class="bottom_left"></div>
   3.211 -<div class="bottom_right"></div>
   3.212 +<div id="cse" style="width:100%;"></div>
   3.213 + 
   3.214 +<!-- End of content -->
   3.215  </div>
   3.216  
   3.217 -<!-- Start of footer and copy notice -->
   3.218 -<div id="copy">
   3.219 -<p>
   3.220 -Last modification : 2008-07-16 21:45:00 -
   3.221 -<a href="search.html#top">Top of the page</a>
   3.222 -</p>
   3.223 -<p>
   3.224 -Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
   3.225 -<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
   3.226 -</p>
   3.227 -<!-- End of copy -->
   3.228 -</div>
   3.229 -
   3.230 -<!-- Bottom and logo's -->
   3.231 -<div id="bottom">
   3.232 -<p>
   3.233 -<a href="http://validator.w3.org/check?uri=referer"><img
   3.234 -   src="../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   3.235 -   title="Code validé XHTML 1.0"
   3.236 -   style="width: 80px; height: 15px;" /></a>
   3.237 -</p>
   3.238 +<!-- Footer -->
   3.239 +<div id="footer">
   3.240 +	<div class="right_box">
   3.241 +	<h4>SliTaz Network</h4>
   3.242 +		<ul>
   3.243 +			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
   3.244 +			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
   3.245 +			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
   3.246 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   3.247 +			<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
   3.248 +			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
   3.249 +		</ul>
   3.250 +	</div>
   3.251 +	<h4>SliTaz Website</h4>
   3.252 +	<ul>
   3.253 +		<li><a href="#header">Top of the page</a></li>
   3.254 +		<li>Copyright &copy; <span class="year"></span>
   3.255 +			<a href="http://www.slitaz.org/">SliTaz</a></li>
   3.256 +		<li><a href="about/">About the project</a></li>
   3.257 +		<li><a href="../netmap.php">Network Map</a></li>
   3.258 +		<li>Page modified the 06 Jan 2011</li>
   3.259 +		<li><a href="http://validator.w3.org/check?uri=referer"><img
   3.260 +		src="../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   3.261 +		title="Code validé XHTML 1.0"
   3.262 +		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
   3.263 +	</ul>
   3.264  </div>
   3.265  
   3.266  </body>
     4.1 --- a/en/sitemap.html	Thu Jan 06 16:25:47 2011 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,166 +0,0 @@
     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 -<head>
     4.8 -    <title>SliTaz - English sitemap</title>
     4.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.10 -    <meta name="description" content="SliTaz GNU/Linux LiveCD web site sitemap" />
    4.11 -    <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    4.12 -    <meta name="robots" content="index, follow, all" />
    4.13 -    <meta name="revisit-after" content="7 days" />
    4.14 -    <meta name="expires" content="never" />
    4.15 -    <meta name="modified" content="2008-07-16 21:45:00" />
    4.16 -    <meta name="author" content="Christophe Lincoln"/>
    4.17 -    <meta name="publisher" content="www.slitaz.org" />
    4.18 -    <link rel="shortcut icon" href="../favicon.ico" />
    4.19 -    <link rel="stylesheet" type="text/css" href="../slitaz.css" />
    4.20 -    <link rel="Content" href="sitemap.html#content" />
    4.21 -</head>
    4.22 -<body bgcolor="#ffffff">
    4.23 -<!-- Header -->
    4.24 -<div id="header">
    4.25 -    <a name="top"></a>
    4.26 -<!-- Access -->
    4.27 -<div id="access">
    4.28 -	<img
    4.29 -		src="../pics/website/locale.png"
    4.30 -		style="vertical-align: middle; width: 20px; height: 20px;"
    4.31 -		alt="language" />
    4.32 -    <a href="../de/sitemap.html">Deutsch</a> |
    4.33 -    <a href="../fr/sitemap.html" title="Page principale en français">Français</a> |
    4.34 -    <a href="../pt/sitemap.html">Português</a> |
    4.35 -    <a href="../cn/sitemap.html" title="Chinese"><img src="../pics/website/cn.png" title="Chinese" alt="cn"></img></a>
    4.36 -</div>
    4.37 -    <a href="http://www.slitaz.org/en/"><img id="logo"
    4.38 -    src="../pics/website/logo.png" title="www.slitaz.org/en" alt="www.slitaz.org"
    4.39 -    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
    4.40 -    <p id="titre">#!/GNU/Linux</p>
    4.41 -</div>
    4.42 -
    4.43 -<!-- Navigation menu -->
    4.44 -<div id="nav">
    4.45 -
    4.46 -<div class="nav_box">
    4.47 -<h4>Navigation</h4>
    4.48 -<!-- General -->
    4.49 -<ul>
    4.50 -	<li><a href="about/index.html" title="Information about the SliTaz project">About the project</a></li>
    4.51 -	<li><a href="asso/index.html" title="SliTaz non-profit association">Association</a></li>
    4.52 -	<li><a href="get/index.html" title="Download - LiveCD ISO">Download</a></li>
    4.53 -	<li><a href="doc/index.html" title="LiveCD usage and howto">Documentation</a></li>
    4.54 -	<li><a href="packages/index.html" title="Packaged software">Packages</a></li>
    4.55 -	<li><a href="devel/index.html" title="Developers corner">Development</a></li>
    4.56 -	<li><a href="mailing-list.html" title="Support, contact and collaboration">Mailing List</a></li>
    4.57 -	<li><a href="artwork/index.html" title="Artwork, colors and images">Artwork</a></li>
    4.58 -	<li><a href="search.html" title="Search engine">Search</a></li>
    4.59 -	<li><a href="sitemap.html" title="Web site overview">Sitemap</a></li>
    4.60 -</ul>
    4.61 -</div>
    4.62 -
    4.63 -<!-- SliTaz network -->
    4.64 -<div class="nav_box">
    4.65 -<h4>SliTaz Network</h4>
    4.66 -<ul>
    4.67 -	<li><a href="http://forum.slitaz.org/">Community Forum</a></li>
    4.68 -	<li><a href="http://doc.slitaz.org/en:start">Wiki Documentation</a></li>
    4.69 -	<li><a href="http://labs.slitaz.org/">SliTaz Laboratories</a></li>
    4.70 -	<li><a href="http://labs.slitaz.org/issues">Bug Tracking</a></li>
    4.71 -	<li><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></li>
    4.72 -	<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
    4.73 -	<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
    4.74 -</ul>
    4.75 -</div>
    4.76 -
    4.77 -</div>
    4.78 -
    4.79 -<!-- Content -->
    4.80 -<div id="content">
    4.81 -<a name="content"></a>
    4.82 -
    4.83 -<h1><font color="#3E1220">Sitemap</font></h1>
    4.84 -<h2><font color="#DF8F06">www.slitaz.org/en</font></h2>
    4.85 -
    4.86 -<div>
    4.87 -<fieldset>
    4.88 -    <legend>Project</legend>
    4.89 -    <ul>
    4.90 -        <li><a href="../en/index.html">Main page</a> - English intro and news.</li>
    4.91 -        <li><a href="about/index.html">About the project</a> - Overview, Web site.</li>
    4.92 -	<li><a href="asso/index.html">Association</a> - Infrastructure and services.</li>
    4.93 -        <li><a href="packages/index.html" title="Packaged software">Packages</a> - 
    4.94 -        Pre-compiled software ready to use.</li>
    4.95 -        <li><a href="mailing-list.html">Mailing list</a> - Development and 
    4.96 -        support.</li>
    4.97 -        <li><a href="search.html">Search</a> - Custom Google search Engine.</li>
    4.98 -        <li><a href="../i18n.html" title="Internationalisation">Internationalization (i18n)</a>
    4.99 -         - Translations.</li>
   4.100 -    </ul>
   4.101 -</fieldset>
   4.102 -</div>
   4.103 -<div>
   4.104 -<fieldset>
   4.105 -    <legend>Get SliTaz</legend>
   4.106 -    <ul>
   4.107 -        <li><a href="get/index.html">Download Information</a> - Versions and mirrors.</li>
   4.108 -        <li><a href="get/flavors.html">Flavors</a> - Specialist LiveCDs.</li>
   4.109 -    </ul>
   4.110 -</fieldset>
   4.111 -</div>
   4.112 -<div>
   4.113 -<fieldset>
   4.114 -    <legend>Documentation</legend>
   4.115 -    <ul>
   4.116 -	<li><a href="doc/index.html">Documentation</a> - Web site documentation (Books, Manuals and Release Notes).</li>
   4.117 -	<li><a href="http://doc.slitaz.org/en:handbook:start">Handbook</a> - Guide and reference to help 
   4.118 -	you get started with SliTaz.</li>
   4.119 -	<li><a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a> - Information 
   4.120 -	regarding the management, operation and development of the distribution.</li>
   4.121 -	<li><a href="http://doc.slitaz.org/en:scratchbook:start">Scratchbook</a> - Describes 
   4.122 -	the stages of creating the first ever public release.</li>
   4.123 -    </ul>
   4.124 -</fieldset>
   4.125 -</div>
   4.126 -<div>
   4.127 -<fieldset>
   4.128 -    <legend>Art &amp; Developers corner</legend>
   4.129 -    <ul>
   4.130 -        <li><a href="artwork/index.html">Artwork</a> - Art &amp; Design.</li>
   4.131 -        <li><a href="artwork/screenshots.html">Screenshots.</a> - Screenshots.</li>
   4.132 -        <li><a href="devel/index.html">Developers corner</a> - Repos and general 
   4.133 -        information.</li>
   4.134 -    </ul>
   4.135 -</fieldset>
   4.136 -</div>
   4.137 -
   4.138 -<!-- End of content with round corner -->
   4.139 -</div>
   4.140 -<div id="content_bottom">
   4.141 -<div class="bottom_left"></div>
   4.142 -<div class="bottom_right"></div>
   4.143 -</div>
   4.144 -
   4.145 -<!-- Start of footer and copy notice -->
   4.146 -<div id="copy">
   4.147 -<p>
   4.148 -Last modification : 2008-07-16 21:45:00 -
   4.149 -<a href="sitemap.html#top">Top of the page</a>
   4.150 -</p>
   4.151 -<p>
   4.152 -Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
   4.153 -<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
   4.154 -</p>
   4.155 -<!-- End of copy -->
   4.156 -</div>
   4.157 -
   4.158 -<!-- Bottom and logo's -->
   4.159 -<div id="bottom">
   4.160 -<p>
   4.161 -<a href="http://validator.w3.org/check?uri=referer"><img
   4.162 -   src="../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   4.163 -   title="Code validé XHTML 1.0"
   4.164 -   style="width: 80px; height: 15px;" /></a>
   4.165 -</p>
   4.166 -</div>
   4.167 -
   4.168 -</body>
   4.169 -</html>
     5.1 --- a/en/template.html	Thu Jan 06 16:25:47 2011 +0100
     5.2 +++ b/en/template.html	Thu Jan 06 18:15:14 2011 +0100
     5.3 @@ -9,102 +9,99 @@
     5.4      <meta name="robots" content="index, follow, all" />
     5.5      <meta name="revisit-after" content="7 days" />
     5.6      <meta name="expires" content="never" />
     5.7 -    <meta name="modified" content="2008-07-16 21:45:00" />
     5.8 +    <meta name="modified" content="2011-01-06 16:30:00" />
     5.9      <meta name="author" content="Christophe Lincoln"/>
    5.10      <meta name="publisher" content="www.slitaz.org" />
    5.11      <link rel="shortcut icon" href="../favicon.ico" />
    5.12      <link rel="stylesheet" type="text/css" href="../slitaz.css" />
    5.13      <link rel="Content" href="template.html#content" />
    5.14  </head>
    5.15 -<body bgcolor="#ffffff">
    5.16 +<body>
    5.17 +
    5.18  <!-- Header -->
    5.19  <div id="header">
    5.20 -    <a name="top"></a>
    5.21 -<!-- Access -->
    5.22 -<div id="access">
    5.23 -	<img
    5.24 -		src="../pics/website/locale.png"
    5.25 -		style="vertical-align: middle; width: 20px; height: 20px;"
    5.26 -		alt="language" />
    5.27 -    <a href="../fr/index.html" title="Page principale en français">Français</a>
    5.28 -</div>
    5.29 -    <a href="http://www.slitaz.org/en/"><img id="logo"
    5.30 -    src="../pics/website/logo.png" title="www.slitaz.org/en" alt="www.slitaz.org"
    5.31 -    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
    5.32 -    <p id="titre">#!/GNU/Linux</p>
    5.33 -</div>
    5.34 -
    5.35 -<!-- Navigation menu -->
    5.36 -<div id="nav">
    5.37 -
    5.38 -<div class="nav_box">
    5.39 -<h4>Navigation</h4>
    5.40 -<!-- General -->
    5.41 -<ul>
    5.42 -	<li><a href="about/index.html" title="Information about the SliTaz project">About the project</a></li>
    5.43 -	<li><a href="asso/index.html" title="SliTaz non-profit association">Association</a></li>
    5.44 -	<li><a href="get/index.html" title="Download - LiveCD ISO">Download</a></li>
    5.45 -	<li><a href="doc/index.html" title="LiveCD usage and howto">Documentation</a></li>
    5.46 -	<li><a href="packages/index.html" title="Packaged software">Packages</a></li>
    5.47 -	<li><a href="devel/index.html" title="Developers corner">Development</a></li>
    5.48 -	<li><a href="mailing-list.html" title="Support, contact and collaboration">Mailing List</a></li>
    5.49 -	<li><a href="artwork/index.html" title="Artwork, colors and images">Artwork</a></li>
    5.50 -	<li><a href="search.html" title="Search engine">Search</a></li>
    5.51 -	<li><a href="sitemap.html" title="Web site overview">Sitemap</a></li>
    5.52 -</ul>
    5.53 -</div>
    5.54 -
    5.55 -<!-- SliTaz network -->
    5.56 -<div class="nav_box">
    5.57 -<h4>SliTaz Network</h4>
    5.58 -<ul>
    5.59 -	<li><a href="http://forum.slitaz.org/">Community Forum</a></li>
    5.60 -	<li><a href="http://doc.slitaz.org/en:start">Wiki Documentation</a></li>
    5.61 -	<li><a href="http://labs.slitaz.org/">SliTaz Laboratories</a></li>
    5.62 -	<li><a href="http://labs.slitaz.org/issues">Bug Tracking</a></li>
    5.63 -	<li><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></li>
    5.64 -	<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
    5.65 -	<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
    5.66 -</ul>
    5.67 -</div>
    5.68 -
    5.69 +	<!-- Access -->
    5.70 +	<div id="access"></div>
    5.71 +    <!-- Logo -->
    5.72 +	<a href="http://www.slitaz.org/"><img id="logo"
    5.73 +		src="../pics/website/logo.png" 
    5.74 +		title="www.slitaz.org" alt="www.slitaz.org" /></a>
    5.75 +	<p id="titre">#!/GNU/Linux</p>
    5.76  </div>
    5.77  
    5.78  <!-- Content -->
    5.79 -<div id="content">
    5.80 -<a name="content"></a>
    5.81 +<div id="content-full">
    5.82  
    5.83 -<h1><font color="#3E1220">Template</font></h1>
    5.84 -<h2><font color="#DF8F06">Boot baby... boot!</font></h2>
    5.85 +<!-- Block begin -->
    5.86 +<div class="block">
    5.87 +	<!-- Nav block begin -->
    5.88 +	<div id="block_nav">
    5.89 +		<h3><img src="../pics/website/network.png" alt="png" />Navigation</h3>
    5.90 +		<div style="width: 50%; float: right;">
    5.91 +			<ul>
    5.92 +				<li><a href="artwork/">Artwork</a></li>
    5.93 +				<li><a href="mailing-list.html">Mailing List</a></li>
    5.94 +				<li><a href="devel/">Development</a></li>
    5.95 +				<li><a href="search.html">Search</a></li>
    5.96 +				<li><a href="../netmap.php">Network Map</a></li>
    5.97 +			</ul>
    5.98 +		</div>
    5.99 +		<ul>
   5.100 +			<li><a href="about/">About us</a></li>
   5.101 +			<li><a href="asso/">Association</a></li>
   5.102 +			<li><a href="get/">Download</a></li>
   5.103 +			<li><a href="doc/">Documentation</a></li>
   5.104 +			<li><a href="packages/">Packages</a></li>
   5.105 +		</ul>
   5.106 +	<!-- Nav block end -->
   5.107 +	</div>
   5.108 +	<!-- Top block begin -->
   5.109 +	<div id="block_top">
   5.110 +	<h1>Template</h1>
   5.111 +	<p>
   5.112 +		Page introduction and/or table of content
   5.113 +	</p>
   5.114 +	<!-- Top block end -->
   5.115 +	</div>
   5.116 +<!-- Block end -->
   5.117 +</div>
   5.118 +
   5.119 +
   5.120 +<h2>Boot baby... boot!</h2>
   5.121  
   5.122  <p>
   5.123  CONTENT
   5.124  </p>
   5.125  
   5.126 -<!-- End of content with round corner -->
   5.127 +<!-- End of content -->
   5.128  </div>
   5.129  
   5.130 -<!-- Start of footer and copy notice -->
   5.131 -<div id="copy">
   5.132 -<p>
   5.133 -Last modification : 2010-03-28 23:20:00 -
   5.134 -<a href="template.html#top">Top of the page</a>
   5.135 -</p>
   5.136 -<p>
   5.137 -Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
   5.138 -<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
   5.139 -</p>
   5.140 -<!-- End of copy -->
   5.141 -</div>
   5.142 -
   5.143 -<!-- Bottom and logo's -->
   5.144 -<div id="bottom">
   5.145 -<p>
   5.146 -<a href="http://validator.w3.org/check?uri=referer"><img
   5.147 -   src="../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   5.148 -   title="Code validé XHTML 1.0"
   5.149 -   style="width: 80px; height: 15px;" /></a>
   5.150 -</p>
   5.151 +<!-- Footer -->
   5.152 +<div id="footer">
   5.153 +	<div class="right_box">
   5.154 +	<h4>SliTaz Network</h4>
   5.155 +		<ul>
   5.156 +			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
   5.157 +			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
   5.158 +			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
   5.159 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   5.160 +			<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
   5.161 +			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
   5.162 +		</ul>
   5.163 +	</div>
   5.164 +	<h4>SliTaz Website</h4>
   5.165 +	<ul>
   5.166 +		<li><a href="#header">Top of the page</a></li>
   5.167 +		<li>Copyright &copy; <span class="year"></span>
   5.168 +			<a href="http://www.slitaz.org/">SliTaz</a></li>
   5.169 +		<li><a href="about/">About the project</a></li>
   5.170 +		<li><a href="../netmap.php">Network Map</a></li>
   5.171 +		<li>Page modified the 06 Jan 2011</li>
   5.172 +		<li><a href="http://validator.w3.org/check?uri=referer"><img
   5.173 +		src="../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   5.174 +		title="Code validé XHTML 1.0"
   5.175 +		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
   5.176 +	</ul>
   5.177  </div>
   5.178  
   5.179  </body>