website rev 922

en: Move more pages to PHP and add lib/html/social.html
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 11 22:54:13 2012 +0100 (2012-03-11)
parents 9dcaf58d0ca4
children 4c3ed2170e2e
files en/devel/forge.php en/devel/index.php en/doc/index.html en/doc/index.php en/index.php en/packages/index.php index.php lib/html/social.html
line diff
     1.1 --- a/en/devel/forge.php	Sun Mar 11 22:00:28 2012 +0100
     1.2 +++ b/en/devel/forge.php	Sun Mar 11 22:54:13 2012 +0100
     1.3 @@ -14,47 +14,11 @@
     1.4  </head>
     1.5  <body>
     1.6  
     1.7 -<!-- Header -->
     1.8 -<div id="header">
     1.9 -	<div id="logo"></div>
    1.10 -	<div id="network">
    1.11 -		<a href="http://www.slitaz.org/netmap.php">
    1.12 -			<img src="../../images/network.png" alt="network.png" /></a>
    1.13 -		<a href="http://scn.slitaz.org/">Community</a>
    1.14 -		<a href="http://doc.slitaz.org/">Doc</a>
    1.15 -		<a href="http://forum.slitaz.org/">Forum</a>
    1.16 -		<a href="http://bugs.slitaz.org">Bugs</a>
    1.17 -		<a href="http://hg.slitaz.org/">Hg</a>
    1.18 -	</div>
    1.19 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.20 -</div>
    1.21 +<?php include("../../lib/html/header.html"); ?>
    1.22  
    1.23  <!-- Block -->
    1.24  <div id="block">
    1.25 -	<!-- Navigation -->
    1.26 -	<div id="block_nav">
    1.27 -		<h4>Navigation</h4>
    1.28 -		<div class="right_box">
    1.29 -			<ul>
    1.30 -				<li><a href="../../webchat.php">Web Chat</a></li>
    1.31 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    1.32 -				<li><a href="../devel/">Development</a></li>
    1.33 -				<li><a href="../packages/">Packages</a></li>
    1.34 -				<li><a href="../artwork/">Artwork</a></li>
    1.35 -				<li><a href="../search.php">Search</a></li>
    1.36 -			</ul>
    1.37 -		</div>
    1.38 -		<div class="left_box">
    1.39 -			<ul>
    1.40 -				<li><a href="../">Headlines</a></li>
    1.41 -				<li><a href="../about/">About</a></li>
    1.42 -				<li><a href="../get/">Download</a></li>
    1.43 -				<li><a href="../doc/">Documentation</a></li>
    1.44 -				<li><a href="../asso/">Association</a></li>
    1.45 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    1.46 -			</ul>
    1.47 -		</div>
    1.48 -	</div>
    1.49 +	<?php include("../../lib/html/nav.en.html"); ?>
    1.50  	<!-- Information/image -->
    1.51  	<div id="block_info">
    1.52  		<h4>Forge</h4>
    1.53 @@ -359,25 +323,7 @@
    1.54  <!-- End of content -->
    1.55  </div>
    1.56  
    1.57 -<!-- Footer -->
    1.58 -<div id="footer">
    1.59 -	Copyright &copy; <span class="year"></span>
    1.60 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    1.61 -	<a href="http://scn.slitaz.org/">Community</a>
    1.62 -	<a href="http://doc.slitaz.org/">Doc</a>
    1.63 -	<a href="http://forum.slitaz.org/">Forum</a>
    1.64 -	<a href="http://pkgs.slitaz.org/">Packages</a>
    1.65 -	<a href="http://bugs.slitaz.org">Bugs</a>
    1.66 -	<a href="http://hg.slitaz.org/">Hg</a>
    1.67 -	<p>
    1.68 -		SliTaz @
    1.69 -		<a href="http://twitter.com/slitaz">Twitter</a>
    1.70 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
    1.71 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    1.72 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    1.73 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    1.74 -	</p>
    1.75 -</div>
    1.76 +<?php include("../../lib/html/footer.html"); ?>
    1.77  
    1.78  </body>
    1.79  </html>
     2.1 --- a/en/devel/index.php	Sun Mar 11 22:00:28 2012 +0100
     2.2 +++ b/en/devel/index.php	Sun Mar 11 22:54:13 2012 +0100
     2.3 @@ -11,50 +11,15 @@
     2.4      <meta name="author" content="Christophe Lincoln"/>
     2.5      <link rel="shortcut icon" href="../../favicon.ico" />
     2.6      <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
     2.7 +    <link rel="alternate" type="application/rss+xml" title="SliTaz Feed" href="/rss.xml" />
     2.8  </head>
     2.9  <body>
    2.10  
    2.11 -<!-- Header -->
    2.12 -<div id="header">
    2.13 -	<div id="logo"></div>
    2.14 -	<div id="network">
    2.15 -		<a href="http://www.slitaz.org/netmap.php">
    2.16 -			<img src="../../images/network.png" alt="network.png" /></a>
    2.17 -		<a href="http://scn.slitaz.org/">Community</a>
    2.18 -		<a href="http://doc.slitaz.org/">Doc</a>
    2.19 -		<a href="http://forum.slitaz.org/">Forum</a>
    2.20 -		<a href="http://bugs.slitaz.org">Bugs</a>
    2.21 -		<a href="http://hg.slitaz.org/">Hg</a>
    2.22 -	</div>
    2.23 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    2.24 -</div>
    2.25 +<?php include("../../lib/html/header.html"); ?>
    2.26  
    2.27  <!-- Block -->
    2.28  <div id="block">
    2.29 -	<!-- Navigation -->
    2.30 -	<div id="block_nav">
    2.31 -		<h4>Navigation</h4>
    2.32 -		<div class="right_box">
    2.33 -			<ul>
    2.34 -				<li><a href="../../webchat.php">Web Chat</a></li>
    2.35 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    2.36 -				<li><a href="../devel/">Development</a></li>
    2.37 -				<li><a href="../packages/">Packages</a></li>
    2.38 -				<li><a href="../artwork/">Artwork</a></li>
    2.39 -				<li><a href="../search.php">Search</a></li>
    2.40 -			</ul>
    2.41 -		</div>
    2.42 -		<div class="left_box">
    2.43 -			<ul>
    2.44 -				<li><a href="../">Headlines</a></li>
    2.45 -				<li><a href="../about/">About</a></li>
    2.46 -				<li><a href="../get/">Download</a></li>
    2.47 -				<li><a href="../doc/">Documentation</a></li>
    2.48 -				<li><a href="../asso/">Association</a></li>
    2.49 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    2.50 -			</ul>
    2.51 -		</div>
    2.52 -	</div>
    2.53 +	<?php include("../../lib/html/nav.en.html"); ?>
    2.54  	<!-- Information/image -->
    2.55  	<div id="block_info">
    2.56  		<h4>Development</h4>
    2.57 @@ -113,25 +78,7 @@
    2.58  <!-- End of content -->
    2.59  </div>
    2.60  
    2.61 -<!-- Footer -->
    2.62 -<div id="footer">
    2.63 -	Copyright &copy; <span class="year"></span>
    2.64 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    2.65 -	<a href="http://scn.slitaz.org/">Community</a>
    2.66 -	<a href="http://doc.slitaz.org/">Doc</a>
    2.67 -	<a href="http://forum.slitaz.org/">Forum</a>
    2.68 -	<a href="http://pkgs.slitaz.org/">Packages</a>
    2.69 -	<a href="http://bugs.slitaz.org">Bugs</a>
    2.70 -	<a href="http://hg.slitaz.org/">Hg</a>
    2.71 -	<p>
    2.72 -		SliTaz @
    2.73 -		<a href="http://twitter.com/slitaz">Twitter</a>
    2.74 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
    2.75 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    2.76 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    2.77 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    2.78 -	</p>
    2.79 -</div>
    2.80 +<?php include("../../lib/html/footer.html"); ?>
    2.81  
    2.82  </body>
    2.83  </html>
     3.1 --- a/en/doc/index.html	Sun Mar 11 22:00:28 2012 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,165 +0,0 @@
     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 -<head>
     3.8 -    <title>SliTaz - English documentation</title>
     3.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.10 -    <meta name="description" content="SliTaz GNU/Linux English documentationx part livecd tazpkg packages" />
    3.11 -    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    3.12 -    <meta name="robots" content="index, follow, all" />
    3.13 -    <meta name="modified" content="2011-03-25 20:25:00" />
    3.14 -    <meta name="author" content="Christophe Lincoln"/>
    3.15 -    <link rel="shortcut icon" href="../../favicon.ico" />
    3.16 -    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    3.17 -</head>
    3.18 -<body>
    3.19 -
    3.20 -<!-- Header -->
    3.21 -<div id="header">
    3.22 -	<div id="logo"></div>
    3.23 -	<div id="network">
    3.24 -		<a href="http://www.slitaz.org/netmap.php">
    3.25 -			<img src="../../images/network.png" alt="network.png" /></a>
    3.26 -		<a href="http://scn.slitaz.org/">Community</a>
    3.27 -		<a href="http://doc.slitaz.org/">Doc</a>
    3.28 -		<a href="http://forum.slitaz.org/">Forum</a>
    3.29 -		<a href="http://bugs.slitaz.org">Bugs</a>
    3.30 -		<a href="http://hg.slitaz.org/">Hg</a>
    3.31 -	</div>
    3.32 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    3.33 -</div>
    3.34 -
    3.35 -<!-- Block -->
    3.36 -<div id="block">
    3.37 -	<!-- Navigation -->
    3.38 -	<div id="block_nav">
    3.39 -		<h4>Navigation</h4>
    3.40 -		<div class="right_box">
    3.41 -			<ul>
    3.42 -				<li><a href="../../webchat.php">Web Chat</a></li>
    3.43 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    3.44 -				<li><a href="../devel/">Development</a></li>
    3.45 -				<li><a href="../packages/">Packages</a></li>
    3.46 -				<li><a href="../artwork/">Artwork</a></li>
    3.47 -				<li><a href="../search.php">Search</a></li>
    3.48 -			</ul>
    3.49 -		</div>
    3.50 -		<div class="left_box">
    3.51 -			<ul>
    3.52 -				<li><a href="../">Headlines</a></li>
    3.53 -				<li><a href="../about/">About</a></li>
    3.54 -				<li><a href="../get/">Download</a></li>
    3.55 -				<li><a href="../doc/">Documentation</a></li>
    3.56 -				<li><a href="../asso/">Association</a></li>
    3.57 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    3.58 -			</ul>
    3.59 -		</div>
    3.60 -	</div>
    3.61 -	<!-- Information/image -->
    3.62 -	<div id="block_info">
    3.63 -		<h4>English documentation</h4>
    3.64 -		<p>
    3.65 -			SliTaz official documentation is available on the community
    3.66 -			Wiki site. Manuals and a getting started guide is provided
    3.67 -			by each SliTaz LiveCD and available through the 
    3.68 -			"Documentation" menu.
    3.69 -		</p>
    3.70 -		<ul>
    3.71 -			<li><a href="http://doc.slitaz.org/en:start">Community Wiki</a></li>
    3.72 -			<li><a href="http://hg.slitaz.org/slitaz-doc/raw-file/tip/slitaz/index.en.html"
    3.73 -				>Getting started guide</a></li>
    3.74 -		</ul>
    3.75 -	</div>
    3.76 -</div>
    3.77 -
    3.78 -<!-- Content -->
    3.79 -<div id="content">
    3.80 -
    3.81 -<h2>Handbook &amp; Cookbook</h2>
    3.82 -
    3.83 -<p>
    3.84 -	SliTaz <a href="http://doc.slitaz.org/en:handbook:start">Handbook</a> - 
    3.85 -	LiveCD usage, package management, network or system administration
    3.86 -	and specific instructions. This Handbook is a community effort to provide
    3.87 -	high quality documentation for SliTaz users. It will help you get started
    3.88 -	with SliTaz GNU/Linux and show you how to configure the system to your own
    3.89 -	needs and preferences. This is the documentation that we advise you to read, 
    3.90 -	learn and consult first.
    3.91 -</p>
    3.92 -<p>
    3.93 -	SliTaz <a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a> - 
    3.94 -	Information regarding the management, operation and development of the distribution.
    3.95 -	Instructions on how to use the wok and package receipts, descriptions of boot scripts
    3.96 -	and rootcd files, and various tools.
    3.97 -</p>
    3.98 -
    3.99 -<h2>Scratchbook</h2>
   3.100 -<p>
   3.101 -	Historically, the Scratchbook was written when SliTaz was created and wasn't
   3.102 -	made to be updated. But over time, some SliTaz contributors migrated the book 
   3.103 -	over to the Wiki and have made some updates:
   3.104 -	<a href="http://doc.slitaz.org/en:scratchbook:start">Community Scratchbook</a>
   3.105 -</p>
   3.106 -<p>
   3.107 -	SliTaz <a href="scratchbook/index.html">Original Scratchbook</a> -
   3.108 -	Describes the stages of creating the very first SliTaz distribution 
   3.109 -	commencing with instructions on compiling the Linux kernel, installing
   3.110 -	the graphical server (Xvesa) and GTK applications, etc. It contains
   3.111 -	techniques requiring time and motivation that enable you to build a
   3.112 -	GNU/Linux system from source.
   3.113 -</p>
   3.114 -	
   3.115 -<h2>Manuals</h2>	
   3.116 -<ul>
   3.117 -	<li><a href="http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.en.html"
   3.118 -		>Tazpkg manual</a> -  SliTaz Package Manager.</li>
   3.119 -	<li><a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html"
   3.120 -		>Tazlito manual</a> -  SliTaz LiveCD utility.</li>
   3.121 -	<li><a href="http://hg.slitaz.org/tazusb/raw-file/tip/doc/tazusb.en.html"
   3.122 -		>TazUSB manual</a> -  SliTaz LiveUSB utility.</li>
   3.123 -	<li><a href="http://hg.slitaz.org/tazwok/raw-file/tip/doc/tazwok.en.html"
   3.124 -		>Tazwok manual</a> -  SliTaz Package Cooker.</li>
   3.125 -</ul>
   3.126 -
   3.127 -<h2>Release Notes</h2>
   3.128 -<p>
   3.129 -SliTaz Release Notes provide detailed information about the stable version
   3.130 -and give a few useful tips to help you start using the system. On the core
   3.131 -LiveCD, Release Notes are installed and available through the "Documentation"
   3.132 -menu.
   3.133 -</p>
   3.134 -
   3.135 -<ul>
   3.136 -	<li><a href="releases/3.0/relnotes.en.html">SliTaz GNU/Linux 3.0 - 
   3.137 -	Release Notes</a></li>
   3.138 -	<li><a href="releases/2.0/relnotes.en.html">SliTaz GNU/Linux 2.0 - 
   3.139 -	Release Notes</a></li>
   3.140 -	<li><a href="releases/1.0/relnotes.en.html">SliTaz GNU/Linux 1.0 - 
   3.141 -	Release Notes</a></li>
   3.142 -</ul>
   3.143 -
   3.144 -<!-- End of content -->
   3.145 -</div>
   3.146 -
   3.147 -<!-- Footer -->
   3.148 -<div id="footer">
   3.149 -	Copyright &copy; <span class="year"></span>
   3.150 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   3.151 -	<a href="http://scn.slitaz.org/">Community</a>
   3.152 -	<a href="http://doc.slitaz.org/">Doc</a>
   3.153 -	<a href="http://forum.slitaz.org/">Forum</a>
   3.154 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   3.155 -	<a href="http://bugs.slitaz.org">Bugs</a>
   3.156 -	<a href="http://hg.slitaz.org/">Hg</a>
   3.157 -	<p>
   3.158 -		SliTaz @
   3.159 -		<a href="http://twitter.com/slitaz">Twitter</a>
   3.160 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   3.161 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   3.162 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   3.163 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   3.164 -	</p>
   3.165 -</div>
   3.166 -
   3.167 -</body>
   3.168 -</html>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/en/doc/index.php	Sun Mar 11 22:54:13 2012 +0100
     4.3 @@ -0,0 +1,111 @@
     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 documentation</title>
     4.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.10 +    <meta name="description" content="SliTaz GNU/Linux English documentationx part livecd tazpkg packages" />
    4.11 +    <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
    4.12 +    <meta name="robots" content="index, follow, all" />
    4.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    4.14 +    <meta name="author" content="Christophe Lincoln"/>
    4.15 +    <link rel="shortcut icon" href="../../favicon.ico" />
    4.16 +    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    4.17 +</head>
    4.18 +<body>
    4.19 +
    4.20 +<?php include("../../lib/html/header.html"); ?>
    4.21 +
    4.22 +<!-- Block -->
    4.23 +<div id="block">
    4.24 +	<?php include("../../lib/html/nav.en.html"); ?>
    4.25 +	<!-- Information/image -->
    4.26 +	<div id="block_info">
    4.27 +		<h4>English documentation</h4>
    4.28 +		<p>
    4.29 +			SliTaz official documentation is available on the community
    4.30 +			Wiki site. Manuals and a getting started guide is provided
    4.31 +			by each SliTaz LiveCD and available through the 
    4.32 +			"Documentation" menu.
    4.33 +		</p>
    4.34 +		<ul>
    4.35 +			<li><a href="http://doc.slitaz.org/en:start">Community Wiki</a></li>
    4.36 +			<li><a href="http://hg.slitaz.org/slitaz-doc/raw-file/tip/slitaz/index.en.html"
    4.37 +				>Getting started guide</a></li>
    4.38 +		</ul>
    4.39 +	</div>
    4.40 +</div>
    4.41 +
    4.42 +<!-- Content -->
    4.43 +<div id="content">
    4.44 +
    4.45 +<h2>Handbook &amp; Cookbook</h2>
    4.46 +
    4.47 +<p>
    4.48 +	SliTaz <a href="http://doc.slitaz.org/en:handbook:start">Handbook</a> - 
    4.49 +	LiveCD usage, package management, network or system administration
    4.50 +	and specific instructions. This Handbook is a community effort to provide
    4.51 +	high quality documentation for SliTaz users. It will help you get started
    4.52 +	with SliTaz GNU/Linux and show you how to configure the system to your own
    4.53 +	needs and preferences. This is the documentation that we advise you to read, 
    4.54 +	learn and consult first.
    4.55 +</p>
    4.56 +<p>
    4.57 +	SliTaz <a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a> - 
    4.58 +	Information regarding the management, operation and development of the distribution.
    4.59 +	Instructions on how to use the wok and package receipts, descriptions of boot scripts
    4.60 +	and rootcd files, and various tools.
    4.61 +</p>
    4.62 +
    4.63 +<h2>Scratchbook</h2>
    4.64 +<p>
    4.65 +	Historically, the Scratchbook was written when SliTaz was created and wasn't
    4.66 +	made to be updated. But over time, some SliTaz contributors migrated the book 
    4.67 +	over to the Wiki and have made some updates:
    4.68 +	<a href="http://doc.slitaz.org/en:scratchbook:start">Community Scratchbook</a>
    4.69 +</p>
    4.70 +<p>
    4.71 +	SliTaz <a href="scratchbook/index.html">Original Scratchbook</a> -
    4.72 +	Describes the stages of creating the very first SliTaz distribution 
    4.73 +	commencing with instructions on compiling the Linux kernel, installing
    4.74 +	the graphical server (Xvesa) and GTK applications, etc. It contains
    4.75 +	techniques requiring time and motivation that enable you to build a
    4.76 +	GNU/Linux system from source.
    4.77 +</p>
    4.78 +	
    4.79 +<h2>Manuals</h2>	
    4.80 +<ul>
    4.81 +	<li><a href="http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.en.html"
    4.82 +		>Tazpkg manual</a> -  SliTaz Package Manager.</li>
    4.83 +	<li><a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html"
    4.84 +		>Tazlito manual</a> -  SliTaz LiveCD utility.</li>
    4.85 +	<li><a href="http://hg.slitaz.org/tazusb/raw-file/tip/doc/tazusb.en.html"
    4.86 +		>TazUSB manual</a> -  SliTaz LiveUSB utility.</li>
    4.87 +	<li><a href="http://hg.slitaz.org/tazwok/raw-file/tip/doc/tazwok.en.html"
    4.88 +		>Tazwok manual</a> -  SliTaz Package Cooker.</li>
    4.89 +</ul>
    4.90 +
    4.91 +<h2>Release Notes</h2>
    4.92 +<p>
    4.93 +SliTaz Release Notes provide detailed information about the stable version
    4.94 +and give a few useful tips to help you start using the system. On the core
    4.95 +LiveCD, Release Notes are installed and available through the "Documentation"
    4.96 +menu.
    4.97 +</p>
    4.98 +
    4.99 +<ul>
   4.100 +	<li><a href="releases/3.0/relnotes.en.html">SliTaz GNU/Linux 3.0 - 
   4.101 +	Release Notes</a></li>
   4.102 +	<li><a href="releases/2.0/relnotes.en.html">SliTaz GNU/Linux 2.0 - 
   4.103 +	Release Notes</a></li>
   4.104 +	<li><a href="releases/1.0/relnotes.en.html">SliTaz GNU/Linux 1.0 - 
   4.105 +	Release Notes</a></li>
   4.106 +</ul>
   4.107 +
   4.108 +<!-- End of content -->
   4.109 +</div>
   4.110 +
   4.111 +<?php include("../../lib/html/footer.html"); ?>
   4.112 +
   4.113 +</body>
   4.114 +</html>
     5.1 --- a/en/index.php	Sun Mar 11 22:00:28 2012 +0100
     5.2 +++ b/en/index.php	Sun Mar 11 22:54:13 2012 +0100
     5.3 @@ -13,17 +13,6 @@
     5.4  	<link rel="stylesheet" type="text/css" href="../slitaz.css" />
     5.5  	<link rel="alternate" type="application/rss+xml" title="SliTaz Website feed" href="/rss.xml" />
     5.6  	<link rel="alternate" type="application/rss+xml" title="SliTaz SCN feed" href="http://scn.slitaz.org/activity/feed/" />
     5.7 -	<script type="text/javascript">
     5.8 -	/* <![CDATA[ */
     5.9 -	    (function() {
    5.10 -	        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
    5.11 -	        s.type = 'text/javascript';
    5.12 -	        s.async = true;
    5.13 -	        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
    5.14 -	        t.parentNode.insertBefore(s, t);
    5.15 -	    })();
    5.16 -	/* ]]> */
    5.17 -	</script>
    5.18  </head>
    5.19  <body>
    5.20  
    5.21 @@ -259,28 +248,14 @@
    5.22  <p>
    5.23  	You may also want to become an official sponsor via a monthly donation or
    5.24  	by providing us with some hardware or server resources.
    5.25 -	<a href="asso/sponsor.html">More information</a>
    5.26 +	<a href="asso/sponsor.php">More information</a>
    5.27  </p>
    5.28  
    5.29 -<div>
    5.30 -	<!-- PayPal Button -->
    5.31 -	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
    5.32 -		style="display: inline;">
    5.33 -		<input type="hidden" name="cmd" value="_s-xclick" />
    5.34 -		<input type="hidden" name="hosted_button_id" value="4885025" />
    5.35 -		<input type="image" src="../images/paypal.png" name="submit" 
    5.36 -			alt="PayPal - The safer, easier way to pay online!" />
    5.37 -	</form>
    5.38 -	<!-- Flattr Button -->
    5.39 -	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
    5.40 -		href="http://www.slitaz.org/"></a>
    5.41 -	<!-- Twitter Button -->
    5.42 -	<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
    5.43 -	<a href="http://twitter.com/share" class="twitter-share-button" 
    5.44 -		data-text="SliTaz GNU/Linux" 
    5.45 -		data-count="horizontal"
    5.46 -		data-via="slitaz">Tweet</a>
    5.47 -</div>
    5.48 +<?php include("../lib/html/donate.html"); ?>
    5.49 +
    5.50 +<h3>Twitter &amp; Facebook</h3>
    5.51 +
    5.52 +<?php include("../lib/html/social.html"); ?>
    5.53  
    5.54  <!-- End of content  -->
    5.55  </div>
     6.1 --- a/en/packages/index.php	Sun Mar 11 22:00:28 2012 +0100
     6.2 +++ b/en/packages/index.php	Sun Mar 11 22:54:13 2012 +0100
     6.3 @@ -14,47 +14,11 @@
     6.4  </head>
     6.5  <body>
     6.6  
     6.7 -<!-- Header -->
     6.8 -<div id="header">
     6.9 -	<div id="logo"></div>
    6.10 -	<div id="network">
    6.11 -		<a href="http://www.slitaz.org/netmap.php">
    6.12 -			<img src="../../images/network.png" alt="network.png" /></a>
    6.13 -		<a href="http://scn.slitaz.org/">Community</a>
    6.14 -		<a href="http://doc.slitaz.org/">Doc</a>
    6.15 -		<a href="http://forum.slitaz.org/">Forum</a>
    6.16 -		<a href="http://bugs.slitaz.org">Bugs</a>
    6.17 -		<a href="http://hg.slitaz.org/">Hg</a>
    6.18 -	</div>
    6.19 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    6.20 -</div>
    6.21 +<?php include("../../lib/html/header.html"); ?>
    6.22  
    6.23  <!-- Block -->
    6.24  <div id="block">
    6.25 -	<!-- Navigation -->
    6.26 -	<div id="block_nav">
    6.27 -		<h4>Navigation</h4>
    6.28 -		<div class="right_box">
    6.29 -			<ul>
    6.30 -				<li><a href="../../webchat.php">Web Chat</a></li>
    6.31 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    6.32 -				<li><a href="../devel/">Development</a></li>
    6.33 -				<li><a href="../packages/">Packages</a></li>
    6.34 -				<li><a href="../artwork/">Artwork</a></li>
    6.35 -				<li><a href="../search.php">Search</a></li>
    6.36 -			</ul>
    6.37 -		</div>
    6.38 -		<div class="left_box">
    6.39 -			<ul>
    6.40 -				<li><a href="../">Headlines</a></li>
    6.41 -				<li><a href="../about/">About</a></li>
    6.42 -				<li><a href="../get/">Download</a></li>
    6.43 -				<li><a href="../doc/">Documentation</a></li>
    6.44 -				<li><a href="../asso/">Association</a></li>
    6.45 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    6.46 -			</ul>
    6.47 -		</div>
    6.48 -	</div>
    6.49 +	<?php include("../../lib/html/nav.en.html"); ?>
    6.50  	<!-- Information/image -->
    6.51  	<div id="block_info">
    6.52  		<h4>Packages</h4>
    6.53 @@ -149,25 +113,7 @@
    6.54  <!-- End of content -->
    6.55  </div>
    6.56  
    6.57 -<!-- Footer -->
    6.58 -<div id="footer">
    6.59 -	Copyright &copy; <span class="year"></span>
    6.60 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    6.61 -	<a href="http://scn.slitaz.org/">Community</a>
    6.62 -	<a href="http://doc.slitaz.org/">Doc</a>
    6.63 -	<a href="http://forum.slitaz.org/">Forum</a>
    6.64 -	<a href="http://pkgs.slitaz.org/">Packages</a>
    6.65 -	<a href="http://bugs.slitaz.org">Bugs</a>
    6.66 -	<a href="http://hg.slitaz.org/">Hg</a>
    6.67 -	<p>
    6.68 -		SliTaz @
    6.69 -		<a href="http://twitter.com/slitaz">Twitter</a>
    6.70 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
    6.71 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    6.72 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    6.73 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    6.74 -	</p>
    6.75 -</div>
    6.76 +<?php include("../../lib/html/footer.html"); ?>
    6.77  
    6.78  </body>
    6.79  </html>
     7.1 --- a/index.php	Sun Mar 11 22:00:28 2012 +0100
     7.2 +++ b/index.php	Sun Mar 11 22:54:13 2012 +0100
     7.3 @@ -168,23 +168,7 @@
     7.4  	"Like" the official SliTaz Facebook page and get involved!
     7.5  </p>
     7.6  
     7.7 -<!-- Twitter Buttons -->
     7.8 -<div style="margin-bottom: 10px;">
     7.9 -	<!-- Follow -->
    7.10 -	<a href="https://twitter.com/slitaz" class="twitter-follow-button" 
    7.11 -		data-show-count="true" data-show-screen-name="false">Follow @slitaz</a>
    7.12 -	<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
    7.13 -	<!-- Tweet -->
    7.14 -	<a href="https://twitter.com/share" class="twitter-share-button" data-via="slitaz" data-hashtags="SliTaz">Tweet</a>
    7.15 -	<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
    7.16 -</div>
    7.17 -
    7.18 -<!-- Like Button -->
    7.19 -<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
    7.20 -<fb:like 
    7.21 -	href="http://www.facebook.com/slitaz"
    7.22 -	show_faces="true" width="auto">
    7.23 -</fb:like>
    7.24 +<?php include("lib/html/social.html"); ?>
    7.25  
    7.26  <h2>Monetary support</h2>
    7.27  <p>
    7.28 @@ -196,30 +180,8 @@
    7.29      that way we can keep our freedom and autonomy without having any
    7.30      ads on our sites.
    7.31  </p>
    7.32 -<div>
    7.33 -	<!-- PayPal Button -->
    7.34 -	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
    7.35 -		style="display: inline;">
    7.36 -		<input type="hidden" name="cmd" value="_s-xclick" />
    7.37 -		<input type="hidden" name="hosted_button_id" value="4885025" />
    7.38 -		<input type="image" src="images/paypal.png" name="submit" 
    7.39 -			alt="PayPal - The safer, easier way to pay online!" />
    7.40 -	</form>
    7.41 -	<!-- Flattr Button -->
    7.42 -	<script type="text/javascript">
    7.43 -	/* <![CDATA[ */
    7.44 -	    (function() {
    7.45 -	        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
    7.46 -	        s.type = 'text/javascript';
    7.47 -	        s.async = true;
    7.48 -	        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
    7.49 -	        t.parentNode.insertBefore(s, t);
    7.50 -	    })();
    7.51 -	/* ]]> */
    7.52 -	</script>
    7.53 -	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
    7.54 -		href="http://www.slitaz.org/"></a>
    7.55 -</div>
    7.56 +
    7.57 +<?php include("lib/html/donate.html"); ?>
    7.58  
    7.59  <h2>Internationalization</h2>
    7.60  <p>
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/lib/html/social.html	Sun Mar 11 22:54:13 2012 +0100
     8.3 @@ -0,0 +1,17 @@
     8.4 +<!-- Twitter Buttons -->
     8.5 +<div style="margin-bottom: 10px;">
     8.6 +	<!-- Follow -->
     8.7 +	<a href="https://twitter.com/slitaz" class="twitter-follow-button" 
     8.8 +		data-show-count="true" data-show-screen-name="false">Follow @slitaz</a>
     8.9 +	<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
    8.10 +	<!-- Tweet -->
    8.11 +	<a href="https://twitter.com/share" class="twitter-share-button" data-via="slitaz" data-hashtags="SliTaz">Tweet</a>
    8.12 +	<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
    8.13 +</div>
    8.14 +
    8.15 +<!-- Facebook Like Button -->
    8.16 +<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
    8.17 +<fb:like 
    8.18 +	href="http://www.facebook.com/slitaz"
    8.19 +	show_faces="true" width="auto">
    8.20 +</fb:like>