website rev 921

en: move about, artwork, asso to PHP and add lib/html/donate.html
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 11 22:00:28 2012 +0100 (2012-03-11)
parents f2f7758d9a72
children fc144258f2b7
files en/about/index.html en/about/index.php en/artwork/index.html en/artwork/index.php en/artwork/screenshots.html en/artwork/screenshots.php en/asso/index.html en/asso/index.php en/asso/sponsor.html en/asso/sponsor.php en/asso/statutes.html en/asso/statutes.php en/get/flavors.html en/get/flavors.php en/get/index.php en/index.php index.php lib/html/donate.html lib/html/nav.en.html
line diff
     1.1 --- a/en/about/index.html	Sun Mar 11 20:22:30 2012 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,219 +0,0 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 -<head>
     1.8 -    <title>SliTaz - About the project</title>
     1.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 -    <meta name="description" content="SliTaz GNU/Linux project information overview" />
    1.11 -    <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    1.12 -    <meta name="robots" content="index, follow, all" />
    1.13 -    <meta name="modified" content="2011-03-25 20:30:00" />
    1.14 -    <meta name="author" content="Christophe Lincoln"/>
    1.15 -    <meta name="publisher" content="www.slitaz.org" />
    1.16 -    <link rel="shortcut icon" href="../../favicon.ico" />
    1.17 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    1.18 -</head>
    1.19 -<body>
    1.20 -
    1.21 -<!-- Header -->
    1.22 -<div id="header">
    1.23 -	<div id="logo"></div>
    1.24 -	<div id="network">
    1.25 -		<a href="http://www.slitaz.org/netmap.php">
    1.26 -			<img src="../../images/network.png" alt="network.png" /></a>
    1.27 -		<a href="http://scn.slitaz.org/">Community</a>
    1.28 -		<a href="http://doc.slitaz.org/">Doc</a>
    1.29 -		<a href="http://forum.slitaz.org/">Forum</a>
    1.30 -		<a href="http://bugs.slitaz.org">Bugs</a>
    1.31 -		<a href="http://hg.slitaz.org/">Hg</a>
    1.32 -	</div>
    1.33 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.34 -</div>
    1.35 -
    1.36 -<!-- Block -->
    1.37 -<div id="block">
    1.38 -	<!-- Navigation -->
    1.39 -	<div id="block_nav">
    1.40 -		<h4>Navigation</h4>
    1.41 -		<div class="right_box">
    1.42 -			<ul>
    1.43 -				<li><a href="../../webchat.php">Web Chat</a></li>
    1.44 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    1.45 -				<li><a href="../devel/">Development</a></li>
    1.46 -				<li><a href="../packages/">Packages</a></li>
    1.47 -				<li><a href="../artwork/">Artwork</a></li>
    1.48 -				<li><a href="../search.php">Search</a></li>
    1.49 -			</ul>
    1.50 -		</div>
    1.51 -		<div class="left_box">
    1.52 -			<ul>
    1.53 -				<li><a href="../">Headlines</a></li>
    1.54 -				<li><a href="../about/">About</a></li>
    1.55 -				<li><a href="../get/">Download</a></li>
    1.56 -				<li><a href="../doc/">Documentation</a></li>
    1.57 -				<li><a href="../asso/">Association</a></li>
    1.58 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    1.59 -			</ul>
    1.60 -		</div>
    1.61 -	</div>
    1.62 -	<!-- Information/image -->
    1.63 -	<div id="block_info">
    1.64 -		<h4>About the project</h4>
    1.65 -		<p>
    1.66 -			Small, fast, stable and easy to use!
    1.67 -		</p>
    1.68 -		<ul>
    1.69 -			<li><a href="#intro">Introduction</a></li>
    1.70 -			<li><a href="#overview">Overview</a></li>
    1.71 -			<li><a href="#website">Web site &amp; i18n</a></li>
    1.72 -			<li><a href="#reviews">Reviews</a></li>
    1.73 -			<li><a href="../asso/">Association</a></li>
    1.74 -		</ul>
    1.75 -	</div>
    1.76 -</div>
    1.77 -
    1.78 -<!-- Languages -->
    1.79 -<div id="lang">
    1.80 -	<a href="../i18n.php">
    1.81 -		<img src="../../images/locale.png" alt="locale.png" /></a>
    1.82 -	<a href="../../de/about/">Deutsch</a>
    1.83 -	<a href="../../en/about/">English</a>
    1.84 -	<a href="../../es/about/">Español</a>
    1.85 -	<a href="../../fr/about/">Français</a>
    1.86 -	<a href="../../pt/about/">Português</a>
    1.87 -	<a href="../../cn/about/">Chinese</a>
    1.88 -</div>
    1.89 -
    1.90 -<!-- Content -->
    1.91 -<div id="content">
    1.92 -
    1.93 -<a name ="intro"></a>
    1.94 -<h2>Introduction to the project</h2>
    1.95 -<p>
    1.96 -SliTaz GNU/Linux is a free operating system working completely in memory from  
    1.97 -removeable media such as a cdrom or USB key.  It is light, speedy and fully installable
    1.98 -on a hard drive. SliTaz is distributed in the form of a LiveCD that you can easily
    1.99 -burn to a cdrom and boot from. When the system is running you can eject the LiveCD
   1.100 -and use your CD drive for other tasks. The Live system provides a fully-featured, 
   1.101 -working graphical distro and lets you keep your data and personal settings on 
   1.102 -persistent media. The system can be extended with the Tazpkg package manager and 
   1.103 -security updates are provided for the cooking and stable versions. 
   1.104 -</p>
   1.105 -<p>
   1.106 -SliTaz project provides free technical support to users through the
   1.107 -<a href="../mailing-list.php">Mailing list</a> (i18n list)
   1.108 -and the <a href="http://forum.slitaz.org/">English Forum</a>.
   1.109 -You can also contact us for more information, suggestions, or comments,
   1.110 -using the list or directly by mail : &lt;devel at slitaz.org&gt;
   1.111 -</p>
   1.112 -
   1.113 -<a name="overview"></a>
   1.114 -<h2>Overview</h2>
   1.115 -<ul>
   1.116 -	<li>Root filesystem taking up about 100 MB and ISO image of less than 30 MB.</li>
   1.117 -	<li>Ready to use Web server powered by LightTPD with CGI and PHP support.</li>
   1.118 -	<li>Browse the Web with Midori or Retawq in text mode.</li>
   1.119 -	<li>Sound support provided by Alsa mixer, audio player and CD ripper/encoder.</li>
   1.120 -	<li>Chat, mail and FTP clients.</li>
   1.121 -	<li>SSH client and server powered by Dropbear.</li>
   1.122 -	<li>Database engine with SQLite.</li>
   1.123 -	<li>Generate a LiveUSB device.</li>
   1.124 -	<li>Tools to create, edit or burn CD or DVD images.</li>
   1.125 -	<li>Elegant desktop with Openbox running on the top of Xorg/Xvesa (X server).</li>
   1.126 -	<li>Homemade graphical boxes to command line utilities.</li>
   1.127 -	<li>2300 packages easily installable from the mirror.</li>
   1.128 -	<li>Active and friendly community.</li>
   1.129 -</ul>
   1.130 -
   1.131 -<a name="website"></a>
   1.132 -<h2>Website &amp; i18n</h2>
   1.133 -<p>
   1.134 -SliTaz's Web site is also available in several languages and is
   1.135 -part of the <a href="../../i18n.php">internationalization project</a>.
   1.136 -The web site allows you to <a href="../get/">download</a> the SliTaz
   1.137 -LiveCD and help us to develop the project. You can check the 
   1.138 -<a href="../doc/">documentation</a> area to learn how to use the SliTaz 
   1.139 -LiveCD and configure the system.
   1.140 -</p>
   1.141 -
   1.142 -<a name="reviews"></a>
   1.143 -<h2>Reviews</h2>
   1.144 -<p>
   1.145 -SliTaz GNU/Linux has been reviewed on several web sites. Thanks to 
   1.146 -everyone for support.
   1.147 -</p>
   1.148 -
   1.149 -<h3>3.0 - March 2010 &amp; Cooking - Jan 2010</h3>
   1.150 -<ul>
   1.151 -	<li><a href="http://kmandla.wordpress.com/2010/03/29/greetings-from-slitaz-3-0/"
   1.152 -		>Wordpress</a> - By K.Mandla.</li>
   1.153 -	<li><a href="http://www.linuxjournal.com/content/spotlight-linux-slitaz-gnulinux-30"
   1.154 -		>Linux Journal</a> - By Susan Linton.</li>
   1.155 -	<li><a href="http://distrowatch.com/weekly.php?issue=20100111#feature"
   1.156 -		>Distrowatch</a> - By Jesse Smith (Cooking just before 3.0).</li>
   1.157 -</ul>
   1.158 -
   1.159 -<h3>2.0 - April 2009</h3>
   1.160 -<ul>
   1.161 -	<li><a href="http://www.gdhpress.com.br/blog/slitaz"
   1.162 -		>Gdhpress</a> (pt) - By Carlos Morimoto.</li>
   1.163 -	<li><a href="http://www.frlinux.net/?section=distributions&amp;article=237"
   1.164 -		>FRLinux</a> (fr) - By Steph.</li>
   1.165 -	<li><a href="http://www.junauza.com/2009/07/slitaz-20-simple-speedy-and-secure.html"
   1.166 -		>Tech Source</a> - By Jun Auza.</li>
   1.167 -	<li><a href="http://www.dedoimedo.com/computers/slitaz-2.html"
   1.168 -		>Dedoimedo</a> - By Dedoimedo.</li>
   1.169 -	<li><a href="http://linuxologist.com/reviews/slitaz-linux-zero-to-distro-in-30-mb/"
   1.170 -		>Linuxologist</a> - By Brie Gordon.</li>
   1.171 -</ul>
   1.172 -
   1.173 -<h3>1.0 - March 2008</h3>
   1.174 -<ul>
   1.175 -	<li><a href="http://distrowatch.com/weekly.php?issue=20080331"
   1.176 -		>Distrowatch</a> - By Ladislav Bodnar.</li>
   1.177 -	<li><a href="http://www.junauza.com/2008/03/slitaz-gnulinux-smallest-desktop-distro.html"
   1.178 -		>Tech Source</a> - By Jun Auza.</li>
   1.179 -	<li><a href="http://beranger.org/index.php?page=diary&amp;2008/03/31/07/04/42-a-quick-look-over-slitaz-1-0"
   1.180 -		>Planet Béranger</a> - By Béranger.</li>
   1.181 -	<li><a href="http://kmandla.wordpress.com/2008/04/02/slitaz-10-on-450mhz-k6-2-256mb/"
   1.182 -		>Wordpress</a> - By K.Mandla.</li>
   1.183 -	<li><a href="http://reddevil62-techhead.blogspot.com/2008/04/damn-minuscule-linux-first-look-at.html"
   1.184 -		>Red Devil's Tech Blog</a> - By Steve Lawson.</li>
   1.185 -	<li><a href="http://www.linuxinfusion.com/slitaz-a-light-weight-gnulinux-distribution"
   1.186 -	    >Linux Infusion</a> - By Moparx.</li>	
   1.187 -	<li><a href="http://www.insidesocal.com/click/2008/06/a-second-look-at-slitaz-10.html"
   1.188 -		>Dailynews Blog</a> - By Steven Rosenberg.</li>	
   1.189 -	<li><a href="http://www.linux.com/feature/140573">Linux.com</a> - By Dennis L. Ericson.</li>
   1.190 -	<li><a href="http://www.freesoftwaremagazine.com/columns/slitaz_live_cd_small_beautifully_marked"
   1.191 -		>Free Software Magazine</a> - By Gary Richmond.</li>
   1.192 -	<li><a href="http://www.linux-magazine.com/issues/2008/97/slitaz"
   1.193 -		>Linux Pro Magazine</a> - By Dimitri Popov.</li>
   1.194 -	<li><a href="http://www.dedoimedo.com/computers/slitaz.html"
   1.195 -		>Dedoimedo</a> - By Dedoimedo.</li>
   1.196 -</ul>
   1.197 -
   1.198 -<!-- End of content -->
   1.199 -</div>
   1.200 -
   1.201 -<!-- Footer -->
   1.202 -<div id="footer">
   1.203 -	Copyright &copy; <span class="year"></span>
   1.204 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   1.205 -	<a href="http://scn.slitaz.org/">Community</a>
   1.206 -	<a href="http://doc.slitaz.org/">Doc</a>
   1.207 -	<a href="http://forum.slitaz.org/">Forum</a>
   1.208 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.209 -	<a href="http://bugs.slitaz.org">Bugs</a>
   1.210 -	<a href="http://hg.slitaz.org/">Hg</a>
   1.211 -	<p>
   1.212 -		SliTaz @
   1.213 -		<a href="http://twitter.com/slitaz">Twitter</a>
   1.214 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.215 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.216 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.217 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.218 -	</p>
   1.219 -</div>
   1.220 -
   1.221 -</body>
   1.222 -</html>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/en/about/index.php	Sun Mar 11 22:00:28 2012 +0100
     2.3 @@ -0,0 +1,165 @@
     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 +<head>
     2.8 +    <title>SliTaz - About the project</title>
     2.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.10 +    <meta name="description" content="SliTaz GNU/Linux project information overview" />
    2.11 +    <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    2.12 +    <meta name="robots" content="index, follow, all" />
    2.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    2.14 +    <meta name="author" content="Christophe Lincoln"/>
    2.15 +    <meta name="publisher" content="www.slitaz.org" />
    2.16 +    <link rel="shortcut icon" href="../../favicon.ico" />
    2.17 +    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    2.18 +</head>
    2.19 +<body>
    2.20 +
    2.21 +<?php include("../../lib/html/header.html"); ?>
    2.22 +
    2.23 +<!-- Block -->
    2.24 +<div id="block">
    2.25 +	<?php include("../../lib/html/nav.en.html"); ?>
    2.26 +	<!-- Information/image -->
    2.27 +	<div id="block_info">
    2.28 +		<h4>About the project</h4>
    2.29 +		<p>
    2.30 +			Small, fast, stable and easy to use!
    2.31 +		</p>
    2.32 +		<ul>
    2.33 +			<li><a href="#intro">Introduction</a></li>
    2.34 +			<li><a href="#overview">Overview</a></li>
    2.35 +			<li><a href="#website">Web site &amp; i18n</a></li>
    2.36 +			<li><a href="#reviews">Reviews</a></li>
    2.37 +			<li><a href="../asso/">Association</a></li>
    2.38 +		</ul>
    2.39 +	</div>
    2.40 +</div>
    2.41 +
    2.42 +<!-- Languages -->
    2.43 +<div id="lang">
    2.44 +	<a href="../i18n.php">
    2.45 +		<img src="../../images/locale.png" alt="locale.png" /></a>
    2.46 +	<a href="../../de/about/">Deutsch</a>
    2.47 +	<a href="../../en/about/">English</a>
    2.48 +	<a href="../../es/about/">Español</a>
    2.49 +	<a href="../../fr/about/">Français</a>
    2.50 +	<a href="../../pt/about/">Português</a>
    2.51 +	<a href="../../cn/about/">Chinese</a>
    2.52 +</div>
    2.53 +
    2.54 +<!-- Content -->
    2.55 +<div id="content">
    2.56 +
    2.57 +<a name="intro"></a>
    2.58 +<h2>Introduction to the project</h2>
    2.59 +<p>
    2.60 +SliTaz GNU/Linux is a free operating system working completely in memory from  
    2.61 +removeable media such as a cdrom or USB key.  It is light, speedy and fully installable
    2.62 +on a hard drive. SliTaz is distributed in the form of a LiveCD that you can easily
    2.63 +burn to a cdrom and boot from. When the system is running you can eject the LiveCD
    2.64 +and use your CD drive for other tasks. The Live system provides a fully-featured, 
    2.65 +working graphical distro and lets you keep your data and personal settings on 
    2.66 +persistent media. The system can be extended with the Tazpkg package manager and 
    2.67 +security updates are provided for the cooking and stable versions. 
    2.68 +</p>
    2.69 +<p>
    2.70 +SliTaz project provides free technical support to users through the
    2.71 +<a href="../mailing-list.php">Mailing list</a> (i18n list)
    2.72 +and the <a href="http://forum.slitaz.org/">English Forum</a>.
    2.73 +You can also contact us for more information, suggestions, or comments,
    2.74 +using the list or directly by mail : &lt;devel at slitaz.org&gt;
    2.75 +</p>
    2.76 +
    2.77 +<a name="overview"></a>
    2.78 +<h2>Overview</h2>
    2.79 +<ul>
    2.80 +	<li>Root filesystem taking up about 100 MB and ISO image of less than 30 MB.</li>
    2.81 +	<li>Ready to use Web server powered by LightTPD with CGI and PHP support.</li>
    2.82 +	<li>Browse the Web with Midori or Retawq in text mode.</li>
    2.83 +	<li>Sound support provided by Alsa mixer, audio player and CD ripper/encoder.</li>
    2.84 +	<li>Chat, mail and FTP clients.</li>
    2.85 +	<li>SSH client and server powered by Dropbear.</li>
    2.86 +	<li>Database engine with SQLite.</li>
    2.87 +	<li>Generate a LiveUSB device.</li>
    2.88 +	<li>Tools to create, edit or burn CD or DVD images.</li>
    2.89 +	<li>Elegant desktop with Openbox running on the top of Xorg/Xvesa (X server).</li>
    2.90 +	<li>Homemade graphical boxes to command line utilities.</li>
    2.91 +	<li>3345 packages easily installable from the mirror.</li>
    2.92 +	<li>Active and friendly community.</li>
    2.93 +</ul>
    2.94 +
    2.95 +<a name="website"></a>
    2.96 +<h2>Website &amp; i18n</h2>
    2.97 +<p>
    2.98 +SliTaz's Web site is also available in several languages and is
    2.99 +part of the <a href="../../i18n.php">internationalization project</a>.
   2.100 +The web site allows you to <a href="../get/">download</a> the SliTaz
   2.101 +LiveCD and help us to develop the project. You can check the 
   2.102 +<a href="../doc/">documentation</a> area to learn how to use the SliTaz 
   2.103 +LiveCD and configure the system.
   2.104 +</p>
   2.105 +
   2.106 +<a name="reviews"></a>
   2.107 +<h2>Reviews</h2>
   2.108 +<p>
   2.109 +SliTaz GNU/Linux has been reviewed on several web sites. Thanks to 
   2.110 +everyone for support.
   2.111 +</p>
   2.112 +
   2.113 +<h3>3.0 - March 2010 &amp; Cooking - Jan 2010</h3>
   2.114 +<ul>
   2.115 +	<li><a href="http://kmandla.wordpress.com/2010/03/29/greetings-from-slitaz-3-0/"
   2.116 +		>Wordpress</a> - By K.Mandla.</li>
   2.117 +	<li><a href="http://www.linuxjournal.com/content/spotlight-linux-slitaz-gnulinux-30"
   2.118 +		>Linux Journal</a> - By Susan Linton.</li>
   2.119 +	<li><a href="http://distrowatch.com/weekly.php?issue=20100111#feature"
   2.120 +		>Distrowatch</a> - By Jesse Smith (Cooking just before 3.0).</li>
   2.121 +</ul>
   2.122 +
   2.123 +<h3>2.0 - April 2009</h3>
   2.124 +<ul>
   2.125 +	<li><a href="http://www.gdhpress.com.br/blog/slitaz"
   2.126 +		>Gdhpress</a> (pt) - By Carlos Morimoto.</li>
   2.127 +	<li><a href="http://www.frlinux.net/?section=distributions&amp;article=237"
   2.128 +		>FRLinux</a> (fr) - By Steph.</li>
   2.129 +	<li><a href="http://www.junauza.com/2009/07/slitaz-20-simple-speedy-and-secure.html"
   2.130 +		>Tech Source</a> - By Jun Auza.</li>
   2.131 +	<li><a href="http://www.dedoimedo.com/computers/slitaz-2.html"
   2.132 +		>Dedoimedo</a> - By Dedoimedo.</li>
   2.133 +	<li><a href="http://linuxologist.com/reviews/slitaz-linux-zero-to-distro-in-30-mb/"
   2.134 +		>Linuxologist</a> - By Brie Gordon.</li>
   2.135 +</ul>
   2.136 +
   2.137 +<h3>1.0 - March 2008</h3>
   2.138 +<ul>
   2.139 +	<li><a href="http://distrowatch.com/weekly.php?issue=20080331"
   2.140 +		>Distrowatch</a> - By Ladislav Bodnar.</li>
   2.141 +	<li><a href="http://www.junauza.com/2008/03/slitaz-gnulinux-smallest-desktop-distro.html"
   2.142 +		>Tech Source</a> - By Jun Auza.</li>
   2.143 +	<li><a href="http://beranger.org/index.php?page=diary&amp;2008/03/31/07/04/42-a-quick-look-over-slitaz-1-0"
   2.144 +		>Planet Béranger</a> - By Béranger.</li>
   2.145 +	<li><a href="http://kmandla.wordpress.com/2008/04/02/slitaz-10-on-450mhz-k6-2-256mb/"
   2.146 +		>Wordpress</a> - By K.Mandla.</li>
   2.147 +	<li><a href="http://reddevil62-techhead.blogspot.com/2008/04/damn-minuscule-linux-first-look-at.html"
   2.148 +		>Red Devil's Tech Blog</a> - By Steve Lawson.</li>
   2.149 +	<li><a href="http://www.linuxinfusion.com/slitaz-a-light-weight-gnulinux-distribution"
   2.150 +	    >Linux Infusion</a> - By Moparx.</li>	
   2.151 +	<li><a href="http://www.insidesocal.com/click/2008/06/a-second-look-at-slitaz-10.html"
   2.152 +		>Dailynews Blog</a> - By Steven Rosenberg.</li>	
   2.153 +	<li><a href="http://www.linux.com/feature/140573">Linux.com</a> - By Dennis L. Ericson.</li>
   2.154 +	<li><a href="http://www.freesoftwaremagazine.com/columns/slitaz_live_cd_small_beautifully_marked"
   2.155 +		>Free Software Magazine</a> - By Gary Richmond.</li>
   2.156 +	<li><a href="http://www.linux-magazine.com/issues/2008/97/slitaz"
   2.157 +		>Linux Pro Magazine</a> - By Dimitri Popov.</li>
   2.158 +	<li><a href="http://www.dedoimedo.com/computers/slitaz.html"
   2.159 +		>Dedoimedo</a> - By Dedoimedo.</li>
   2.160 +</ul>
   2.161 +
   2.162 +<!-- End of content -->
   2.163 +</div>
   2.164 +
   2.165 +<?php include("../../lib/html/footer.html"); ?>
   2.166 +
   2.167 +</body>
   2.168 +</html>
     3.1 --- a/en/artwork/index.html	Sun Mar 11 20:22:30 2012 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,169 +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 - Artwork</title>
     3.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.10 -    <meta name="description" content="SliTaz GNU/Linux project artwok images logos" />
    3.11 -    <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    3.12 -    <meta name="robots" content="index, follow, all" />
    3.13 -    <meta name="modified" content="2011-03-25 20:30:00" />
    3.14 -    <meta name="author" content="Christophe Lincoln, Paul Issot"/>
    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>Artwork</h4>
    3.64 -		<p>
    3.65 -			Find, enjoy, discuss, upload and share SliTaz Artwork! Join 
    3.66 -			the Artwork group on 
    3.67 -			<a href="http://scn.slitaz.org/groups/artwork/">SCN</a>.
    3.68 -			Your work may be used on a Cooking release.
    3.69 -		</p>
    3.70 -		<ul>
    3.71 -			<li><a href="#art4taz">Art &amp; Design</a></li>
    3.72 -			<li><a href="#logos">Logos &amp; Spider</a></li>
    3.73 -			<li><a href="screenshots.html">Screenshots</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 -<a name="art4taz"></a>
    3.82 -<h2>Artwork &amp; Design</h2>
    3.83 -
    3.84 -<p>
    3.85 -This section of the website is dedicated to art and graphics intended for
    3.86 -the SliTaz project. Images are free, and you can use them to make your own
    3.87 -wallpaper or display a logo on your site to help popularize the project.
    3.88 -The SliTaz logos and icons are available for download in SVG format. You
    3.89 -will also find here some <a href="screenshots.html">screenshots</a> made
    3.90 -with mtPaint and The Gimp. The Artwork team has its own platform on
    3.91 -the <a href="http://scn.slitaz.org/">SliTaz Community Network</a>.
    3.92 -</p>
    3.93 -
    3.94 -<h3>Artwork for SliTaz</h3>
    3.95 -<p>
    3.96 -As with many things SliTaz, graphics, logos, themes, and wallpapers are fully
    3.97 -constructed by the community and developers. The project always likes to maintain
    3.98 -elegant, sober, quality design. Making a logo, wallpaper or otherwise is a
    3.99 -good way to participate in the project without getting your hands dirty coding
   3.100 -or document proofing xHTML. If you want to create artwork for SliTaz, or if want 
   3.101 -to create an account on the SCN platform to upload your work, or you want to
   3.102 -use some artwork online, it is highly recommended that you contact us first via 
   3.103 -the <a href="../mailing-list.php">Mailing List</a>. Please, try not to send 
   3.104 -files that are too large. 
   3.105 -</p>
   3.106 -<p>
   3.107 -To maintain the constraints of the LiveCD, the image must not exceed 200
   3.108 -kilobytes and should be 1024x768 in size. Finally each release 
   3.109 -version offers a new theme / background which follow the same guidelines
   3.110 -and it goes without saying that tools distributed with the system should
   3.111 -be used. With a LiveCD you already have mtPaint and on an installed system
   3.112 -you'll find Gimp on the mirror. Note that the JPG format is prefered.
   3.113 -</p>
   3.114 -
   3.115 -<a name="logos"></a>
   3.116 -<h2>Logos &amp; Spider</h2>
   3.117 -<div class="box">
   3.118 -	SVG Format: <a href="../../images/artwork/slitaz-logo.svg">slitaz-logo.svg</a> |
   3.119 -	<a href="../../images/artwork/slitaz-spider.svg">slitaz-spider.svg</a>
   3.120 -</div>
   3.121 -<div>
   3.122 -	<img
   3.123 -	   src="../../images/artwork/slitaz-button-red.png"
   3.124 -	   alt="SliTaz button"
   3.125 -	   style="width: 148px; height: 148px;" />
   3.126 -	<img
   3.127 -	   src="../../images/artwork/slitaz-logo-whitebg-320x118.png"
   3.128 -	   alt="SliTaz spider"
   3.129 -	   style="width: 320px; height: 118px;" />
   3.130 -	<img
   3.131 -	   src="../../images/artwork/slitaz-tux-124x126.png"
   3.132 -	   alt="SliTaz Tux"
   3.133 -	   style="width: 124px; height: 126px;" />
   3.134 -	<img
   3.135 -	   src="../../images/artwork/slitaz-spider-48x48.png"
   3.136 -	   alt="SliTaz spider"
   3.137 -	   style="width: 48px; height: 48px;" />
   3.138 -	<img
   3.139 -	   src="../../images/artwork/tazpkg.png"
   3.140 -	   alt="Tazpkg package logo"
   3.141 -	   style="width: 32px; height: 32px;" />
   3.142 -	<img
   3.143 -	   src="../../images/artwork/slitaz-minilogo-80x15.png"
   3.144 -	   alt="SliTaz mini logo"
   3.145 -	   style="width: 80px; height: 15px;" />
   3.146 -</div>
   3.147 -
   3.148 -<!-- End of content -->
   3.149 -</div>
   3.150 -
   3.151 -<!-- Footer -->
   3.152 -<div id="footer">
   3.153 -	Copyright &copy; <span class="year"></span>
   3.154 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   3.155 -	<a href="http://scn.slitaz.org/">Community</a>
   3.156 -	<a href="http://doc.slitaz.org/">Doc</a>
   3.157 -	<a href="http://forum.slitaz.org/">Forum</a>
   3.158 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   3.159 -	<a href="http://bugs.slitaz.org">Bugs</a>
   3.160 -	<a href="http://hg.slitaz.org/">Hg</a>
   3.161 -	<p>
   3.162 -		SliTaz @
   3.163 -		<a href="http://twitter.com/slitaz">Twitter</a>
   3.164 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   3.165 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   3.166 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   3.167 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   3.168 -	</p>
   3.169 -</div>
   3.170 -
   3.171 -</body>
   3.172 -</html>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/en/artwork/index.php	Sun Mar 11 22:00:28 2012 +0100
     4.3 @@ -0,0 +1,115 @@
     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 - Artwork</title>
     4.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.10 +    <meta name="description" content="SliTaz GNU/Linux project artwok images logos" />
    4.11 +    <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    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, Paul Issot"/>
    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>Artwork</h4>
    4.28 +		<p>
    4.29 +			Find, enjoy, discuss, upload and share SliTaz Artwork! Join 
    4.30 +			the Artwork group on 
    4.31 +			<a href="http://scn.slitaz.org/groups/artwork/">SCN</a>.
    4.32 +			Your work may be used on a Cooking release.
    4.33 +		</p>
    4.34 +		<ul>
    4.35 +			<li><a href="#art4taz">Art &amp; Design</a></li>
    4.36 +			<li><a href="#logos">Logos &amp; Spider</a></li>
    4.37 +			<li><a href="screenshots.html">Screenshots</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 +<a name="art4taz"></a>
    4.46 +<h2>Artwork &amp; Design</h2>
    4.47 +
    4.48 +<p>
    4.49 +This section of the website is dedicated to art and graphics intended for
    4.50 +the SliTaz project. Images are free, and you can use them to make your own
    4.51 +wallpaper or display a logo on your site to help popularize the project.
    4.52 +The SliTaz logos and icons are available for download in SVG format. You
    4.53 +will also find here some <a href="screenshots.html">screenshots</a> made
    4.54 +with mtPaint and The Gimp. The Artwork team has its own platform on
    4.55 +the <a href="http://scn.slitaz.org/">SliTaz Community Network</a>.
    4.56 +</p>
    4.57 +
    4.58 +<h3>Artwork for SliTaz</h3>
    4.59 +<p>
    4.60 +As with many things SliTaz, graphics, logos, themes, and wallpapers are fully
    4.61 +constructed by the community and developers. The project always likes to maintain
    4.62 +elegant, sober, quality design. Making a logo, wallpaper or otherwise is a
    4.63 +good way to participate in the project without getting your hands dirty coding
    4.64 +or document proofing xHTML. If you want to create artwork for SliTaz, or if want 
    4.65 +to create an account on the SCN platform to upload your work, or you want to
    4.66 +use some artwork online, it is highly recommended that you contact us first via 
    4.67 +the <a href="../mailing-list.php">Mailing List</a>. Please, try not to send 
    4.68 +files that are too large. 
    4.69 +</p>
    4.70 +<p>
    4.71 +To maintain the constraints of the LiveCD, the image must not exceed 200
    4.72 +kilobytes and should be 1024x768 in size. Finally each release 
    4.73 +version offers a new theme / background which follow the same guidelines
    4.74 +and it goes without saying that tools distributed with the system should
    4.75 +be used. With a LiveCD you already have mtPaint and on an installed system
    4.76 +you'll find Gimp on the mirror. Note that the JPG format is prefered.
    4.77 +</p>
    4.78 +
    4.79 +<a name="logos"></a>
    4.80 +<h2>Logos &amp; Spider</h2>
    4.81 +<div class="box">
    4.82 +	SVG Format: <a href="../../images/artwork/slitaz-logo.svg">slitaz-logo.svg</a> |
    4.83 +	<a href="../../images/artwork/slitaz-spider.svg">slitaz-spider.svg</a>
    4.84 +</div>
    4.85 +<div>
    4.86 +	<img
    4.87 +	   src="../../images/artwork/slitaz-button-red.png"
    4.88 +	   alt="SliTaz button"
    4.89 +	   style="width: 148px; height: 148px;" />
    4.90 +	<img
    4.91 +	   src="../../images/artwork/slitaz-logo-whitebg-320x118.png"
    4.92 +	   alt="SliTaz spider"
    4.93 +	   style="width: 320px; height: 118px;" />
    4.94 +	<img
    4.95 +	   src="../../images/artwork/slitaz-tux-124x126.png"
    4.96 +	   alt="SliTaz Tux"
    4.97 +	   style="width: 124px; height: 126px;" />
    4.98 +	<img
    4.99 +	   src="../../images/artwork/slitaz-spider-48x48.png"
   4.100 +	   alt="SliTaz spider"
   4.101 +	   style="width: 48px; height: 48px;" />
   4.102 +	<img
   4.103 +	   src="../../images/artwork/tazpkg.png"
   4.104 +	   alt="Tazpkg package logo"
   4.105 +	   style="width: 32px; height: 32px;" />
   4.106 +	<img
   4.107 +	   src="../../images/artwork/slitaz-minilogo-80x15.png"
   4.108 +	   alt="SliTaz mini logo"
   4.109 +	   style="width: 80px; height: 15px;" />
   4.110 +</div>
   4.111 +
   4.112 +<!-- End of content -->
   4.113 +</div>
   4.114 +
   4.115 +<?php include("../../lib/html/footer.html"); ?>
   4.116 +
   4.117 +</body>
   4.118 +</html>
     5.1 --- a/en/artwork/screenshots.html	Sun Mar 11 20:22:30 2012 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,172 +0,0 @@
     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 -<head>
     5.8 -    <title>SliTaz Screenshots</title>
     5.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    5.10 -    <meta name="description" content="SliTaz GNU/Linux project artwok images logos" />
    5.11 -    <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    5.12 -    <meta name="robots" content="index, follow, all" />
    5.13 -    <meta name="modified" content="2011-01-06 23:00:00" />
    5.14 -    <meta name="author" content="Christophe Lincoln, Paul Issot"/>
    5.15 -    <meta name="publisher" content="www.slitaz.org" />
    5.16 -    <link rel="shortcut icon" href="../../favicon.ico" />
    5.17 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    5.18 -</head>
    5.19 -<body>
    5.20 -
    5.21 -<!-- Header -->
    5.22 -<div id="header">
    5.23 -	<div id="logo"></div>
    5.24 -	<div id="network">
    5.25 -		<a href="http://www.slitaz.org/netmap.php">
    5.26 -			<img src="../../images/network.png" alt="network.png" /></a>
    5.27 -		<a href="http://scn.slitaz.org/">Community</a>
    5.28 -		<a href="http://doc.slitaz.org/">Doc</a>
    5.29 -		<a href="http://forum.slitaz.org/">Forum</a>
    5.30 -		<a href="http://bugs.slitaz.org">Bugs</a>
    5.31 -		<a href="http://hg.slitaz.org/">Hg</a>
    5.32 -	</div>
    5.33 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    5.34 -</div>
    5.35 -
    5.36 -<!-- Block -->
    5.37 -<div id="block">
    5.38 -	<!-- Navigation -->
    5.39 -	<div id="block_nav">
    5.40 -		<h4>Navigation</h4>
    5.41 -		<div class="right_box">
    5.42 -			<ul>
    5.43 -				<li><a href="../../webchat.php">Web Chat</a></li>
    5.44 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    5.45 -				<li><a href="../devel/">Development</a></li>
    5.46 -				<li><a href="../packages/">Packages</a></li>
    5.47 -				<li><a href="../artwork/">Artwork</a></li>
    5.48 -				<li><a href="../search.php">Search</a></li>
    5.49 -			</ul>
    5.50 -		</div>
    5.51 -		<div class="left_box">
    5.52 -			<ul>
    5.53 -				<li><a href="../">Headlines</a></li>
    5.54 -				<li><a href="../about/">About</a></li>
    5.55 -				<li><a href="../get/">Download</a></li>
    5.56 -				<li><a href="../doc/">Documentation</a></li>
    5.57 -				<li><a href="../asso/">Association</a></li>
    5.58 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    5.59 -			</ul>
    5.60 -		</div>
    5.61 -	</div>
    5.62 -	<!-- Information/image -->
    5.63 -	<div id="block_info">
    5.64 -		<h4>Screenshots</h4>
    5.65 -		<p>
    5.66 -			Pictures say more than a thousand words... Screenshots of 
    5.67 -			the latest Stable and Cooking versions.	You may also want to
    5.68 -			find, discuss, upload and share SliTaz Artwork!
    5.69 -		</p>
    5.70 -		<p>
    5.71 -			<img src="../../images/users.png" alt="users.png" />
    5.72 -			<a href="http://scn.slitaz.org/groups/artwork/">Join us on SCN</a>
    5.73 -		</p>
    5.74 -	</div>
    5.75 -</div>
    5.76 -
    5.77 -<!-- Content -->
    5.78 -<div id="content">
    5.79 -
    5.80 -<div id="gallery">
    5.81 -
    5.82 -<p>
    5.83 -<a href="../../images/screenshots/slitaz-3.0.png">
    5.84 -<img
    5.85 -    src="../../images/screenshots/slitaz-3.0.png"
    5.86 -    alt="Stable 3.0"
    5.87 -    title="Stable 3.0"
    5.88 -    style="width: 480px;" /></a>
    5.89 -</p>
    5.90 -
    5.91 -<p>
    5.92 -<a href="../../images/screenshots/slitaz_2.png">
    5.93 -<img
    5.94 -    src="../../images/screenshots/slitaz_2.png"
    5.95 -    alt="Stable 2.0"
    5.96 -    title="Stable 2.0"
    5.97 -    style="width: 480px;" /></a>
    5.98 -</p>
    5.99 -
   5.100 -<p>
   5.101 -<img
   5.102 -    src="../../images/screenshots/index-desktop.png"
   5.103 -    alt="Stable 1.0"
   5.104 -    title="Stable 1.0"
   5.105 -    style="width: 480px;" />
   5.106 -</p>
   5.107 -
   5.108 -<p>
   5.109 -<img
   5.110 -    src="../../images/screenshots/cooking-geany.png"
   5.111 -    alt="Cooking - Geany and GPicview"
   5.112 -    title="Cooking - Geany and GPicview"
   5.113 -    style="width: 480px;" />
   5.114 -</p>
   5.115 -
   5.116 -<p>
   5.117 -<img
   5.118 -    src="../../images/screenshots/cooking-conky.png"
   5.119 -    alt="Cooking - Conky"
   5.120 -    title="Cooking - Conky"
   5.121 -    style="width: 480px;" />
   5.122 -</p>
   5.123 -
   5.124 -<p>
   5.125 -<img
   5.126 -    src="../../images/screenshots/cooking-mplayer.png"
   5.127 -    alt="Cooking - Multimediaplayer MPlayer"
   5.128 -    title="Cooking - Multimediaplayer MPlayer"
   5.129 -    style="width: 480px;" />
   5.130 -</p>
   5.131 -
   5.132 -<p>
   5.133 -<img
   5.134 -    src="../../images/screenshots/cooking-superuserpcmanfm.png"
   5.135 -    alt="Cooking - Dateimanager PCManFM"
   5.136 -    title="Cooking - Dateimanager PCManFM"
   5.137 -    style="width: 480px; height: 384px;" />
   5.138 -</p>
   5.139 -
   5.140 -<p>
   5.141 -<img
   5.142 -    src="../../images/screenshots/e17.png"
   5.143 -    alt="Stable - E17"
   5.144 -    title="Stable - E17"
   5.145 -    style="width: 480px;" />
   5.146 -</p>
   5.147 -
   5.148 -<!-- Gallery end -->
   5.149 -</div>
   5.150 -
   5.151 -<!-- End of content -->
   5.152 -</div>
   5.153 -
   5.154 -<!-- Footer -->
   5.155 -<div id="footer">
   5.156 -	Copyright &copy; <span class="year"></span>
   5.157 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   5.158 -	<a href="http://scn.slitaz.org/">Community</a>
   5.159 -	<a href="http://doc.slitaz.org/">Doc</a>
   5.160 -	<a href="http://forum.slitaz.org/">Forum</a>
   5.161 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   5.162 -	<a href="http://bugs.slitaz.org">Bugs</a>
   5.163 -	<a href="http://hg.slitaz.org/">Hg</a>
   5.164 -	<p>
   5.165 -		SliTaz @
   5.166 -		<a href="http://twitter.com/slitaz">Twitter</a>
   5.167 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   5.168 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   5.169 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   5.170 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   5.171 -	</p>
   5.172 -</div>
   5.173 -
   5.174 -</body>
   5.175 -</html>
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/en/artwork/screenshots.php	Sun Mar 11 22:00:28 2012 +0100
     6.3 @@ -0,0 +1,118 @@
     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 +<head>
     6.8 +    <title>SliTaz Screenshots</title>
     6.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    6.10 +    <meta name="description" content="SliTaz GNU/Linux project artwok images logos" />
    6.11 +    <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    6.12 +    <meta name="robots" content="index, follow, all" />
    6.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    6.14 +    <meta name="author" content="Christophe Lincoln, Paul Issot"/>
    6.15 +    <meta name="publisher" content="www.slitaz.org" />
    6.16 +    <link rel="shortcut icon" href="../../favicon.ico" />
    6.17 +    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    6.18 +</head>
    6.19 +<body>
    6.20 +
    6.21 +<?php include("../../lib/html/header.html"); ?>
    6.22 +
    6.23 +<!-- Block -->
    6.24 +<div id="block">
    6.25 +	<?php include("../../lib/html/nav.en.html"); ?>
    6.26 +	<!-- Information/image -->
    6.27 +	<div id="block_info">
    6.28 +		<h4>Screenshots</h4>
    6.29 +		<p>
    6.30 +			Pictures say more than a thousand words... Screenshots of 
    6.31 +			the latest Stable and Cooking versions.	You may also want to
    6.32 +			find, discuss, upload and share SliTaz Artwork!
    6.33 +		</p>
    6.34 +		<p>
    6.35 +			<img src="../../images/users.png" alt="users.png" />
    6.36 +			<a href="http://scn.slitaz.org/groups/artwork/">Join us on SCN</a>
    6.37 +		</p>
    6.38 +	</div>
    6.39 +</div>
    6.40 +
    6.41 +<!-- Content -->
    6.42 +<div id="content">
    6.43 +
    6.44 +<div id="gallery">
    6.45 +
    6.46 +<p>
    6.47 +<a href="../../images/screenshots/slitaz-3.0.png">
    6.48 +<img
    6.49 +    src="../../images/screenshots/slitaz-3.0.png"
    6.50 +    alt="Stable 3.0"
    6.51 +    title="Stable 3.0"
    6.52 +    style="width: 480px;" /></a>
    6.53 +</p>
    6.54 +
    6.55 +<p>
    6.56 +<a href="../../images/screenshots/slitaz_2.png">
    6.57 +<img
    6.58 +    src="../../images/screenshots/slitaz_2.png"
    6.59 +    alt="Stable 2.0"
    6.60 +    title="Stable 2.0"
    6.61 +    style="width: 480px;" /></a>
    6.62 +</p>
    6.63 +
    6.64 +<p>
    6.65 +<img
    6.66 +    src="../../images/screenshots/index-desktop.png"
    6.67 +    alt="Stable 1.0"
    6.68 +    title="Stable 1.0"
    6.69 +    style="width: 480px;" />
    6.70 +</p>
    6.71 +
    6.72 +<p>
    6.73 +<img
    6.74 +    src="../../images/screenshots/cooking-geany.png"
    6.75 +    alt="Cooking - Geany and GPicview"
    6.76 +    title="Cooking - Geany and GPicview"
    6.77 +    style="width: 480px;" />
    6.78 +</p>
    6.79 +
    6.80 +<p>
    6.81 +<img
    6.82 +    src="../../images/screenshots/cooking-conky.png"
    6.83 +    alt="Cooking - Conky"
    6.84 +    title="Cooking - Conky"
    6.85 +    style="width: 480px;" />
    6.86 +</p>
    6.87 +
    6.88 +<p>
    6.89 +<img
    6.90 +    src="../../images/screenshots/cooking-mplayer.png"
    6.91 +    alt="Cooking - Multimediaplayer MPlayer"
    6.92 +    title="Cooking - Multimediaplayer MPlayer"
    6.93 +    style="width: 480px;" />
    6.94 +</p>
    6.95 +
    6.96 +<p>
    6.97 +<img
    6.98 +    src="../../images/screenshots/cooking-superuserpcmanfm.png"
    6.99 +    alt="Cooking - Dateimanager PCManFM"
   6.100 +    title="Cooking - Dateimanager PCManFM"
   6.101 +    style="width: 480px; height: 384px;" />
   6.102 +</p>
   6.103 +
   6.104 +<p>
   6.105 +<img
   6.106 +    src="../../images/screenshots/e17.png"
   6.107 +    alt="Stable - E17"
   6.108 +    title="Stable - E17"
   6.109 +    style="width: 480px;" />
   6.110 +</p>
   6.111 +
   6.112 +<!-- Gallery end -->
   6.113 +</div>
   6.114 +
   6.115 +<!-- End of content -->
   6.116 +</div>
   6.117 +
   6.118 +<?php include("../../lib/html/footer.html"); ?>
   6.119 +
   6.120 +</body>
   6.121 +</html>
     7.1 --- a/en/asso/index.html	Sun Mar 11 20:22:30 2012 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,231 +0,0 @@
     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 -<head>
     7.8 -    <title>SliTaz - Association</title>
     7.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    7.10 -    <meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
    7.11 -    <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    7.12 -    <meta name="robots" content="index, follow, all" />
    7.13 -    <meta name="modified" content="2011-03-25 20:30:00" />
    7.14 -    <meta name="author" content="Christophe Lincoln"/>
    7.15 -    <link rel="shortcut icon" href="../../favicon.ico" />
    7.16 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    7.17 -    <script type="text/javascript">
    7.18 -	/* <![CDATA[ */
    7.19 -	    (function() {
    7.20 -	        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
    7.21 -	        s.type = 'text/javascript';
    7.22 -	        s.async = true;
    7.23 -	        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
    7.24 -	        t.parentNode.insertBefore(s, t);
    7.25 -	    })();
    7.26 -	/* ]]> */
    7.27 -	</script>
    7.28 -</head>
    7.29 -<body>
    7.30 -
    7.31 -<!-- Header -->
    7.32 -<div id="header">
    7.33 -	<div id="logo"></div>
    7.34 -	<div id="network">
    7.35 -		<a href="http://www.slitaz.org/netmap.php">
    7.36 -			<img src="../../images/network.png" alt="network.png" /></a>
    7.37 -		<a href="http://scn.slitaz.org/">Community</a>
    7.38 -		<a href="http://doc.slitaz.org/">Doc</a>
    7.39 -		<a href="http://forum.slitaz.org/">Forum</a>
    7.40 -		<a href="http://bugs.slitaz.org">Bugs</a>
    7.41 -		<a href="http://hg.slitaz.org/">Hg</a>
    7.42 -	</div>
    7.43 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    7.44 -</div>
    7.45 -
    7.46 -<!-- Block -->
    7.47 -<div id="block">
    7.48 -	<!-- Navigation -->
    7.49 -	<div id="block_nav">
    7.50 -		<h4>Navigation</h4>
    7.51 -		<div class="right_box">
    7.52 -			<ul>
    7.53 -				<li><a href="../../webchat.php">Web Chat</a></li>
    7.54 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    7.55 -				<li><a href="../devel/">Development</a></li>
    7.56 -				<li><a href="../packages/">Packages</a></li>
    7.57 -				<li><a href="../artwork/">Artwork</a></li>
    7.58 -				<li><a href="../search.php">Search</a></li>
    7.59 -			</ul>
    7.60 -		</div>
    7.61 -		<div class="left_box">
    7.62 -			<ul>
    7.63 -				<li><a href="../">Headlines</a></li>
    7.64 -				<li><a href="../about/">About</a></li>
    7.65 -				<li><a href="../get/">Download</a></li>
    7.66 -				<li><a href="../doc/">Documentation</a></li>
    7.67 -				<li><a href="../asso/">Association</a></li>
    7.68 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    7.69 -			</ul>
    7.70 -		</div>
    7.71 -	</div>
    7.72 -	<!-- Information/image -->
    7.73 -	<div id="block_info">
    7.74 -		<h4>Association</h4>
    7.75 -		<p>
    7.76 -			The SliTaz GNU/Linux association is a non-profit entity that 
    7.77 -			maintains and manages the project. Its mission is to ensure
    7.78 -			the durability of the project. It provides an infrastruture
    7.79 -			and delivers professional services to users, developers and
    7.80 -			business enterprises using the distribution.
    7.81 -		</p>
    7.82 -		<div style="padding-top: 8px;">
    7.83 -			<!-- PayPal boutton -->
    7.84 -			<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
    7.85 -				style="display: inline;">
    7.86 -					<input type="hidden" name="cmd" value="_s-xclick" />
    7.87 -					<input type="hidden" name="hosted_button_id" value="4885025" />
    7.88 -					<input type="image" src="../../images/paypal.png" name="submit" 
    7.89 -						alt="PayPal - The safer, easier way to pay online!" />
    7.90 -			</form>
    7.91 -			<!-- Flattr boutton -->
    7.92 -			<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
    7.93 -				href="http://www.slitaz.org/"></a>
    7.94 -		</div>
    7.95 -	</div>
    7.96 -</div>
    7.97 -
    7.98 -<!-- Content -->
    7.99 -<div id="content">
   7.100 -
   7.101 -<h2>Infrastructure and services</h2>
   7.102 -
   7.103 -<ul>
   7.104 -	<li><a href="#overview">Overview</a></li>
   7.105 -	<li><a href="#goals">Current objectives</a></li>
   7.106 -	<li><a href="#members">Members</a></li>
   7.107 -	<li><a href="sponsor.html">Sponsors</a></li>
   7.108 -	<li><a href="#donation">Donations</a></li>
   7.109 -	<li><a href="#postal">Postal Address</a></li>
   7.110 -</ul>
   7.111 -
   7.112 -<a name="overview"></a>
   7.113 -<h3>Overview</h3>
   7.114 -<p>
   7.115 -The SliTaz GNU/Linux is an international association based in
   7.116 -Switzerland and respects the Swiss Civil Code. The association is 
   7.117 -comprised of a committee and members and provides financial and 
   7.118 -staff remuneration. Members meet once a year at a general meeting and
   7.119 -decide for example, the activities of the association or the membership
   7.120 -fees. Each member has a right to vote on individual proposals and can
   7.121 -use the hardware (inc. cdrom, T-shirts) of the association to help setup 
   7.122 -a working group to organize events.
   7.123 -</p>
   7.124 -<p>
   7.125 -The project takes on the scale and demands of the
   7.126 -professional world more and more frequently and the creation of the
   7.127 -association is seen as something of a necessity. We chose an association 
   7.128 -economic model to meet the needs of the project and also provide solid and high
   7.129 -quality services to our users and business partners who wish to sponser
   7.130 -the project.
   7.131 -</p>
   7.132 -<p>
   7.133 -A copy of the statutes is sent to each member upon registration and a
   7.134 -PDF version is always available online: 
   7.135 -<a href="../../fr/asso/status-association-slitaz.pdf">status-association-slitaz.pdf</a> |
   7.136 -<a href="../../en/asso/statutes.html">English Translation</a>.
   7.137 -</p>
   7.138 -
   7.139 -<a name="goals"></a>
   7.140 -<h3>Current objectives</h3>
   7.141 -<p>
   7.142 -SliTaz is a project using the open development model and all the 
   7.143 -work is done by a community of volunteers. Our goal is to improve and
   7.144 -provide better organization of contributions. The project's 
   7.145 -friendliness, support, update sites, maintenance services, technical 
   7.146 -support and management teams are topics that we would like to 
   7.147 -address and professionalize.
   7.148 -</p>
   7.149 -<p>
   7.150 -To achieve this, we would ideally like 1 or 2 developers 
   7.151 -to work part-time or full-time on SliTaz. They would have
   7.152 -the responsibility to consolidate and optimize existing systems while
   7.153 -dealing with new demands. The various sub-projects would also be more
   7.154 -dynamic and would see new features published much more frequently.
   7.155 -</p>
   7.156 -
   7.157 -<a name="members"></a>
   7.158 -<h3>Members</h3>
   7.159 -<p>
   7.160 -The association is open to any persons. Becoming a member
   7.161 -allows you to support the project and ensure its sustainability through an
   7.162 -annual fee.
   7.163 -</p>
   7.164 -<p>
   7.165 -To join, just send us a letter or email: asso(at)slitaz.org. You will 
   7.166 -then receive an information pack, details of payment fees and 
   7.167 -a copy of the statutes. The minimum contribution was set at 40 Euros for
   7.168 -the year 2009-10. In the email, please specify your:
   7.169 -</p>
   7.170 -<ul>
   7.171 -	<li>Full Name</li>
   7.172 -	<li>Full Address</li>
   7.173 -	<li>Country</li>
   7.174 -</ul>
   7.175 -
   7.176 -<a name="donation"></a>
   7.177 -<h3>Donations</h3>
   7.178 -<p>
   7.179 -There are various ways to financially support the association, become
   7.180 -a member or sponsor, or make a one-off payment via PayPal online secure 
   7.181 -services or by using a bank transfer. For a micropayment you can use Flattr,
   7.182 -which is a very nice service with open-source in mind. The project also has
   7.183 -some logistical needs, any donated equipment in good working order is 
   7.184 -welcomed.
   7.185 -</p>
   7.186 -
   7.187 -<div>
   7.188 -	<!-- PayPal boutton -->
   7.189 -	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   7.190 -		style="display: inline;">
   7.191 -			<input type="hidden" name="cmd" value="_s-xclick" />
   7.192 -			<input type="hidden" name="hosted_button_id" value="4885025" />
   7.193 -			<input type="image" src="../../images/paypal.png" name="submit" 
   7.194 -				alt="PayPal - The safer, easier way to pay online!" />
   7.195 -	</form>
   7.196 -	<!-- Flattr boutton -->
   7.197 -	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   7.198 -		href="http://www.slitaz.org/"></a>
   7.199 -</div>
   7.200 -
   7.201 -<a name="postal"></a>
   7.202 -<h3>Postal Address</h3>
   7.203 -<div class="box">
   7.204 -Association SliTaz GNU/Linux<br />
   7.205 -Rue du Village 40<br />
   7.206 -1081 Montpreveyres<br />
   7.207 -Switzerland
   7.208 -</div>
   7.209 -
   7.210 -<!-- End of content -->
   7.211 -</div>
   7.212 -
   7.213 -<!-- Footer -->
   7.214 -<div id="footer">
   7.215 -	Copyright &copy; <span class="year"></span>
   7.216 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   7.217 -	<a href="http://scn.slitaz.org/">Community</a>
   7.218 -	<a href="http://doc.slitaz.org/">Doc</a>
   7.219 -	<a href="http://forum.slitaz.org/">Forum</a>
   7.220 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   7.221 -	<a href="http://bugs.slitaz.org">Bugs</a>
   7.222 -	<a href="http://hg.slitaz.org/">Hg</a>
   7.223 -	<p>
   7.224 -		SliTaz @
   7.225 -		<a href="http://twitter.com/slitaz">Twitter</a>
   7.226 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   7.227 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   7.228 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   7.229 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   7.230 -	</p>
   7.231 -</div>
   7.232 -
   7.233 -</body>
   7.234 -</html>
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/en/asso/index.php	Sun Mar 11 22:00:28 2012 +0100
     8.3 @@ -0,0 +1,155 @@
     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 +<head>
     8.8 +	<title>SliTaz - Association</title>
     8.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    8.10 +	<meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
    8.11 +	<meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    8.12 +	<meta name="robots" content="index, follow, all" />
    8.13 +	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    8.14 +	<meta name="author" content="Christophe Lincoln"/>
    8.15 +	<link rel="shortcut icon" href="../../favicon.ico" />
    8.16 +	<link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    8.17 +</head>
    8.18 +<body>
    8.19 +
    8.20 +<?php include("../../lib/html/header.html"); ?>
    8.21 +
    8.22 +<!-- Block -->
    8.23 +<div id="block">
    8.24 +	<?php include("../../lib/html/nav.en.html"); ?>
    8.25 +	<!-- Information/image -->
    8.26 +	<div id="block_info">
    8.27 +		<h4>Association</h4>
    8.28 +		<p>
    8.29 +			The SliTaz GNU/Linux association is a non-profit entity that 
    8.30 +			maintains and manages the project. Its mission is to ensure
    8.31 +			the durability of the project. It provides an infrastruture
    8.32 +			and delivers professional services to users, developers and
    8.33 +			business enterprises using the distribution.
    8.34 +		</p>
    8.35 +		<p>Help the project via a small donation:</p>
    8.36 +		<?php include("../../lib/html/donate.html"); ?>
    8.37 +	</div>
    8.38 +</div>
    8.39 +
    8.40 +<!-- Content -->
    8.41 +<div id="content">
    8.42 +
    8.43 +<h2>Infrastructure and services</h2>
    8.44 +
    8.45 +<ul>
    8.46 +	<li><a href="#overview">Overview</a></li>
    8.47 +	<li><a href="#goals">Current objectives</a></li>
    8.48 +	<li><a href="#members">Members</a></li>
    8.49 +	<li><a href="sponsor.html">Sponsors</a></li>
    8.50 +	<li><a href="#donation">Donations</a></li>
    8.51 +	<li><a href="#postal">Postal Address</a></li>
    8.52 +</ul>
    8.53 +
    8.54 +<a name="overview"></a>
    8.55 +<h3>Overview</h3>
    8.56 +<p>
    8.57 +The SliTaz GNU/Linux is an international association based in
    8.58 +Switzerland and respects the Swiss Civil Code. The association is 
    8.59 +comprised of a committee and members and provides financial and 
    8.60 +staff remuneration. Members meet once a year at a general meeting and
    8.61 +decide for example, the activities of the association or the membership
    8.62 +fees. Each member has a right to vote on individual proposals and can
    8.63 +use the hardware (inc. cdrom, T-shirts) of the association to help setup 
    8.64 +a working group to organize events.
    8.65 +</p>
    8.66 +<p>
    8.67 +The project takes on the scale and demands of the
    8.68 +professional world more and more frequently and the creation of the
    8.69 +association is seen as something of a necessity. We chose an association 
    8.70 +economic model to meet the needs of the project and also provide solid and high
    8.71 +quality services to our users and business partners who wish to sponser
    8.72 +the project.
    8.73 +</p>
    8.74 +<p>
    8.75 +A copy of the statutes is sent to each member upon registration and a
    8.76 +PDF version is always available online: 
    8.77 +<a href="../../fr/asso/status-association-slitaz.pdf">status-association-slitaz.pdf</a> |
    8.78 +<a href="../../en/asso/statutes.php">English Translation</a>.
    8.79 +</p>
    8.80 +
    8.81 +<a name="goals"></a>
    8.82 +<h3>Current objectives</h3>
    8.83 +<p>
    8.84 +SliTaz is a project using the open development model and all the 
    8.85 +work is done by a community of volunteers. Our goal is to improve and
    8.86 +provide better organization of contributions. The project's 
    8.87 +friendliness, support, update sites, maintenance services, technical 
    8.88 +support and management teams are topics that we would like to 
    8.89 +address and professionalize.
    8.90 +</p>
    8.91 +<p>
    8.92 +To achieve this, we would ideally like 1 or 2 developers 
    8.93 +to work part-time or full-time on SliTaz. They would have
    8.94 +the responsibility to consolidate and optimize existing systems while
    8.95 +dealing with new demands. The various sub-projects would also be more
    8.96 +dynamic and would see new features published much more frequently.
    8.97 +</p>
    8.98 +
    8.99 +<a name="members"></a>
   8.100 +<h3>Members</h3>
   8.101 +<p>
   8.102 +The association is open to any persons. Becoming a member
   8.103 +allows you to support the project and ensure its sustainability through an
   8.104 +annual fee.
   8.105 +</p>
   8.106 +<p>
   8.107 +To join, just send us a letter or email: asso(at)slitaz.org. You will 
   8.108 +then receive an information pack, details of payment fees and 
   8.109 +a copy of the statutes. The minimum contribution was set at 40 Euros for
   8.110 +the year 2009-10. In the email, please specify your:
   8.111 +</p>
   8.112 +<ul>
   8.113 +	<li>Full Name</li>
   8.114 +	<li>Full Address</li>
   8.115 +	<li>Country</li>
   8.116 +</ul>
   8.117 +
   8.118 +<a name="donation"></a>
   8.119 +<h3>Donations</h3>
   8.120 +<p>
   8.121 +There are various ways to financially support the association, become
   8.122 +a member or sponsor, or make a one-off payment via PayPal online secure 
   8.123 +services or by using a bank transfer. For a micropayment you can use Flattr,
   8.124 +which is a very nice service with open-source in mind. The project also has
   8.125 +some logistical needs, any donated equipment in good working order is 
   8.126 +welcomed.
   8.127 +</p>
   8.128 +
   8.129 +<div>
   8.130 +	<!-- PayPal boutton -->
   8.131 +	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   8.132 +		style="display: inline;">
   8.133 +			<input type="hidden" name="cmd" value="_s-xclick" />
   8.134 +			<input type="hidden" name="hosted_button_id" value="4885025" />
   8.135 +			<input type="image" src="../../images/paypal.png" name="submit" 
   8.136 +				alt="PayPal - The safer, easier way to pay online!" />
   8.137 +	</form>
   8.138 +	<!-- Flattr boutton -->
   8.139 +	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   8.140 +		href="http://www.slitaz.org/"></a>
   8.141 +</div>
   8.142 +
   8.143 +<a name="postal"></a>
   8.144 +<h3>Postal Address</h3>
   8.145 +<div class="box">
   8.146 +Association SliTaz GNU/Linux<br />
   8.147 +Rue du Village 40<br />
   8.148 +1081 Montpreveyres<br />
   8.149 +Switzerland
   8.150 +</div>
   8.151 +
   8.152 +<!-- End of content -->
   8.153 +</div>
   8.154 +
   8.155 +<?php include("../../lib/html/footer.html"); ?>
   8.156 +
   8.157 +</body>
   8.158 +</html>
     9.1 --- a/en/asso/sponsor.html	Sun Mar 11 20:22:30 2012 +0100
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,197 +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 -    <title>SliTaz - Sponsorship</title>
     9.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    9.10 -    <meta name="description" content="SliTaz GNU/Linux asso sponsor" />
    9.11 -    <meta name="keywords" lang="en" content="slitaz pro, slitaz sponsor, support" />
    9.12 -    <meta name="robots" content="index, follow, all" />
    9.13 -    <meta name="modified" content="2011-06-02 20:30:00" />
    9.14 -    <meta name="author" content="Christophe Lincoln"/>
    9.15 -    <link rel="shortcut icon" href="../../favicon.ico" />
    9.16 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    9.17 -    <script type="text/javascript">
    9.18 -	/* <![CDATA[ */
    9.19 -	    (function() {
    9.20 -	        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
    9.21 -	        s.type = 'text/javascript';
    9.22 -	        s.async = true;
    9.23 -	        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
    9.24 -	        t.parentNode.insertBefore(s, t);
    9.25 -	    })();
    9.26 -	/* ]]> */
    9.27 -	</script>
    9.28 -</head>
    9.29 -<body>
    9.30 -
    9.31 -<!-- Header -->
    9.32 -<div id="header">
    9.33 -	<div id="logo"></div>
    9.34 -	<div id="network">
    9.35 -		<a href="http://www.slitaz.org/netmap.php">
    9.36 -			<img src="../../images/network.png" alt="network.png" /></a>
    9.37 -		<a href="http://scn.slitaz.org/">Community</a>
    9.38 -		<a href="http://doc.slitaz.org/">Doc</a>
    9.39 -		<a href="http://forum.slitaz.org/">Forum</a>
    9.40 -		<a href="http://bugs.slitaz.org">Bugs</a>
    9.41 -		<a href="http://hg.slitaz.org/">Hg</a>
    9.42 -	</div>
    9.43 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    9.44 -</div>
    9.45 -
    9.46 -<!-- Block -->
    9.47 -<div id="block">
    9.48 -	<!-- Navigation -->
    9.49 -	<div id="block_nav">
    9.50 -		<h4>Navigation</h4>
    9.51 -		<div class="right_box">
    9.52 -			<ul>
    9.53 -				<li><a href="../../webchat.php">Web Chat</a></li>
    9.54 -				<li><a href="../mailing-list.php">Mailing List</a></li>
    9.55 -				<li><a href="../devel/">Development</a></li>
    9.56 -				<li><a href="../packages/">Packages</a></li>
    9.57 -				<li><a href="../artwork/">Artwork</a></li>
    9.58 -				<li><a href="../search.php">Search</a></li>
    9.59 -			</ul>
    9.60 -		</div>
    9.61 -		<div class="left_box">
    9.62 -			<ul>
    9.63 -				<li><a href="../">Headlines</a></li>
    9.64 -				<li><a href="../about/">About</a></li>
    9.65 -				<li><a href="../get/">Download</a></li>
    9.66 -				<li><a href="../doc/">Documentation</a></li>
    9.67 -				<li><a href="../asso/">Association</a></li>
    9.68 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    9.69 -			</ul>
    9.70 -		</div>
    9.71 -	</div>
    9.72 -	<!-- Information/image -->
    9.73 -	<div id="block_info">
    9.74 -		<h4>Sponsorship</h4>
    9.75 -		<p>
    9.76 -			SliTaz is a non-profit based project and we are always looking for
    9.77 -			new ways to monetary support the project and provide new hardware.
    9.78 -		</p>
    9.79 -		<div style="padding-top: 8px;">
    9.80 -			<p>Help the project via a small donation:</p>
    9.81 -			<!-- PayPal boutton -->
    9.82 -			<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
    9.83 -				style="display: inline;">
    9.84 -					<input type="hidden" name="cmd" value="_s-xclick" />
    9.85 -					<input type="hidden" name="hosted_button_id" value="4885025" />
    9.86 -					<input type="image" src="../../images/paypal.png" name="submit" 
    9.87 -						alt="PayPal - The safer, easier way to pay online!" />
    9.88 -			</form>
    9.89 -			<!-- Flattr boutton -->
    9.90 -			<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
    9.91 -				href="http://www.slitaz.org/"></a>
    9.92 -		</div>
    9.93 -	</div>
    9.94 -</div>
    9.95 -
    9.96 -<!-- Content -->
    9.97 -<div id="content">
    9.98 -
    9.99 -<h2>Sponsoring SliTaz</h2>
   9.100 -<p>
   9.101 -	Firstly, a huge thanks to our <a href="#cur">current sponsors</a> and all 
   9.102 -	the people who support us with small but very important donations to the project.
   9.103 -	The project is still quite young but in 5 years of active development we
   9.104 -	have grown and become a professional grade operating system that is safe to
   9.105 -	use in production environments.
   9.106 -</p>
   9.107 -
   9.108 -<h3>Monetary support a developer</h3>
   9.109 -<p>
   9.110 -	Do you use SliTaz in your project and want to see the distribution getting
   9.111 -	even more professional with main developers working on the project full time?
   9.112 -	If so, you can sponsor the SliTaz Association which will pay a developer to
   9.113 -	work fully 100% on SliTaz. We actually don't have enough money the pay a developer
   9.114 -	for the whole year, but the amount of donations and monetary support lets us have
   9.115 -	a professional working 3-4 months per year on the project. In time we hope to
   9.116 -	have developers working on a full time basis on SliTaz.
   9.117 -</p>
   9.118 -
   9.119 -<h3>Hardware sponsor</h3>
   9.120 -<p>
   9.121 -	As a open source project we usually develop SliTaz on our own personal computers.
   9.122 -	But we sometimes have to change our personal systems and need new hardware. We also 
   9.123 -	can't test the distribution on some specific machines as we dont have access to them. 
   9.124 -	If you are a hardware manufacturer and want to see Slitaz working out-of-the-box on 
   9.125 -	your computers you can send us a machine so that we can work on it for you.
   9.126 -</p>
   9.127 -<p>
   9.128 -	SliTaz is built with tools ready for cross compilation and we would like to
   9.129 -	port SliTaz to the ARM platform. For this we need some ARM hardware to be
   9.130 -	able to test our cross compiled binaries and adapt SliTaz to ARM architecture.
   9.131 -</p>
   9.132 -
   9.133 -<h3>Hardware recycling</h3>
   9.134 -<p>
   9.135 -	SliTaz is a great distribution to give an old computer a new lease of life and we
   9.136 -	need some old hardware to test it on. Also, we may recycle some of your
   9.137 -	old hardware to preinstall SliTaz on it and then sell it on at low cost. This
   9.138 -	lets people have a cheap but powerful machine and lets us make a bit of money
   9.139 -	and provide a service.
   9.140 -</p>
   9.141 -
   9.142 -<h2>Contact and information</h2>
   9.143 -<p>
   9.144 -	If you are interested and want more information about monetary or hardware
   9.145 -	sponsorship you can contact the SliTaz Association by mail at &lt;asso at
   9.146 -	slitaz.org&gt; or via <a href="../asso/#postal">post</a>.
   9.147 -</p>
   9.148 -<p>
   9.149 -	By sponsoring SliTaz you will get your logo and website url on this page
   9.150 -	which is linked to all the other pages of the website. You will also be able
   9.151 -	to publicly claim your participation in a pure Open Source project and get
   9.152 -	more attention from Free Software and Linux users.
   9.153 -</p>
   9.154 -
   9.155 -<a name="cur"></a>
   9.156 -<h2>Our current sponsors</h2>
   9.157 -<table>
   9.158 -	<tbody>
   9.159 -		<tr>
   9.160 -			<td style="width: 120px;">
   9.161 -				<a href="http://www.ads-lu.com/"><img
   9.162 -				src="../../images/sponsor/ads.png"
   9.163 -				style="float: left;" /></a>
   9.164 -			</td>
   9.165 -			<td>
   9.166 -				Allied Data Sys - ADS sponsors the main SliTaz mirror and offers
   9.167 -				us full access to a virtual machine with a high speed connection.
   9.168 -				This allows us to use the machine as we wish without any limitations.
   9.169 -				A huge thanks to ADS for the service and fast response to any
   9.170 -				questions and requests we might have.
   9.171 -			</td>
   9.172 -		</tr>
   9.173 -	</tbody>
   9.174 -</table>
   9.175 -
   9.176 -<!-- End of content -->
   9.177 -</div>
   9.178 -
   9.179 -<!-- Footer -->
   9.180 -<div id="footer">
   9.181 -	Copyright &copy; <span class="year"></span>
   9.182 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   9.183 -	<a href="http://scn.slitaz.org/">Community</a>
   9.184 -	<a href="http://doc.slitaz.org/">Doc</a>
   9.185 -	<a href="http://forum.slitaz.org/">Forum</a>
   9.186 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   9.187 -	<a href="http://bugs.slitaz.org">Bugs</a>
   9.188 -	<a href="http://hg.slitaz.org/">Hg</a>
   9.189 -	<p>
   9.190 -		SliTaz @
   9.191 -		<a href="http://twitter.com/slitaz">Twitter</a>
   9.192 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   9.193 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   9.194 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   9.195 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   9.196 -	</p>
   9.197 -</div>
   9.198 -
   9.199 -</body>
   9.200 -</html>
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/en/asso/sponsor.php	Sun Mar 11 22:00:28 2012 +0100
    10.3 @@ -0,0 +1,120 @@
    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 +<head>
    10.8 +    <title>SliTaz - Sponsorship</title>
    10.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   10.10 +    <meta name="description" content="SliTaz GNU/Linux asso sponsor" />
   10.11 +    <meta name="keywords" lang="en" content="slitaz pro, slitaz sponsor, support" />
   10.12 +    <meta name="robots" content="index, follow, all" />
   10.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
   10.14 +    <meta name="author" content="Christophe Lincoln"/>
   10.15 +    <link rel="shortcut icon" href="../../favicon.ico" />
   10.16 +    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
   10.17 +</head>
   10.18 +<body>
   10.19 +
   10.20 +<?php include("../../lib/html/header.html"); ?>
   10.21 +
   10.22 +<!-- Block -->
   10.23 +<div id="block">
   10.24 +	<?php include("../../lib/html/nav.en.html"); ?>
   10.25 +	<!-- Information/image -->
   10.26 +	<div id="block_info">
   10.27 +		<h4>Sponsorship</h4>
   10.28 +		<p>
   10.29 +			SliTaz is a non-profit based project and we are always looking for
   10.30 +			new ways to monetary support the project and provide new hardware.
   10.31 +		</p>
   10.32 +		<p>Help the project via a small donation:</p>
   10.33 +		<?php include("../../lib/html/donate.html"); ?>
   10.34 +	</div>
   10.35 +</div>
   10.36 +
   10.37 +<!-- Content -->
   10.38 +<div id="content">
   10.39 +
   10.40 +<h2>Sponsoring SliTaz</h2>
   10.41 +<p>
   10.42 +	Firstly, a huge thanks to our <a href="#cur">current sponsors</a> and all 
   10.43 +	the people who support us with small but very important donations to the project.
   10.44 +	The project is still quite young but in 5 years of active development we
   10.45 +	have grown and become a professional grade operating system that is safe to
   10.46 +	use in production environments.
   10.47 +</p>
   10.48 +
   10.49 +<h3>Monetary support a developer</h3>
   10.50 +<p>
   10.51 +	Do you use SliTaz in your project and want to see the distribution getting
   10.52 +	even more professional with main developers working on the project full time?
   10.53 +	If so, you can sponsor the SliTaz Association which will pay a developer to
   10.54 +	work fully 100% on SliTaz. We actually don't have enough money the pay a developer
   10.55 +	for the whole year, but the amount of donations and monetary support lets us have
   10.56 +	a professional working 3-4 months per year on the project. In time we hope to
   10.57 +	have developers working on a full time basis on SliTaz.
   10.58 +</p>
   10.59 +
   10.60 +<h3>Hardware sponsor</h3>
   10.61 +<p>
   10.62 +	As a open source project we usually develop SliTaz on our own personal computers.
   10.63 +	But we sometimes have to change our personal systems and need new hardware. We also 
   10.64 +	can't test the distribution on some specific machines as we dont have access to them. 
   10.65 +	If you are a hardware manufacturer and want to see Slitaz working out-of-the-box on 
   10.66 +	your computers you can send us a machine so that we can work on it for you.
   10.67 +</p>
   10.68 +<p>
   10.69 +	SliTaz is built with tools ready for cross compilation and we would like to
   10.70 +	port SliTaz to the ARM platform. For this we need some ARM hardware to be
   10.71 +	able to test our cross compiled binaries and adapt SliTaz to ARM architecture.
   10.72 +</p>
   10.73 +
   10.74 +<h3>Hardware recycling</h3>
   10.75 +<p>
   10.76 +	SliTaz is a great distribution to give an old computer a new lease of life and we
   10.77 +	need some old hardware to test it on. Also, we may recycle some of your
   10.78 +	old hardware to preinstall SliTaz on it and then sell it on at low cost. This
   10.79 +	lets people have a cheap but powerful machine and lets us make a bit of money
   10.80 +	and provide a service.
   10.81 +</p>
   10.82 +
   10.83 +<h2>Contact and information</h2>
   10.84 +<p>
   10.85 +	If you are interested and want more information about monetary or hardware
   10.86 +	sponsorship you can contact the SliTaz Association by mail at &lt;asso at
   10.87 +	slitaz.org&gt; or via <a href="../asso/#postal">post</a>.
   10.88 +</p>
   10.89 +<p>
   10.90 +	By sponsoring SliTaz you will get your logo and website url on this page
   10.91 +	which is linked to all the other pages of the website. You will also be able
   10.92 +	to publicly claim your participation in a pure Open Source project and get
   10.93 +	more attention from Free Software and Linux users.
   10.94 +</p>
   10.95 +
   10.96 +<a name="cur"></a>
   10.97 +<h2>Our current sponsors</h2>
   10.98 +<table>
   10.99 +	<tbody>
  10.100 +		<tr>
  10.101 +			<td style="width: 120px;">
  10.102 +				<a href="http://www.ads-lu.com/"><img
  10.103 +				src="../../images/sponsor/ads.png"
  10.104 +				style="float: left;" /></a>
  10.105 +			</td>
  10.106 +			<td>
  10.107 +				Allied Data Sys - ADS sponsors the main SliTaz mirror and offers
  10.108 +				us full access to a virtual machine with a high speed connection.
  10.109 +				This allows us to use the machine as we wish without any limitations.
  10.110 +				A huge thanks to ADS for the service and fast response to any
  10.111 +				questions and requests we might have.
  10.112 +			</td>
  10.113 +		</tr>
  10.114 +	</tbody>
  10.115 +</table>
  10.116 +
  10.117 +<!-- End of content -->
  10.118 +</div>
  10.119 +
  10.120 +<?php include("../../lib/html/footer.html"); ?>
  10.121 +
  10.122 +</body>
  10.123 +</html>
    11.1 --- a/en/asso/statutes.html	Sun Mar 11 20:22:30 2012 +0100
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,312 +0,0 @@
    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 -<head>
    11.8 -    <title>SliTaz - Association statutes</title>
    11.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   11.10 -    <meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
   11.11 -    <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
   11.12 -    <meta name="robots" content="index, follow, all" />
   11.13 -    <meta name="modified" content="2011-03-25 21:30:00" />
   11.14 -    <meta name="author" content="Christophe Lincoln"/>
   11.15 -    <link rel="shortcut icon" href="../../favicon.ico" />
   11.16 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
   11.17 -    <script type="text/javascript">
   11.18 -	/* <![CDATA[ */
   11.19 -	    (function() {
   11.20 -	        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
   11.21 -	        s.type = 'text/javascript';
   11.22 -	        s.async = true;
   11.23 -	        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
   11.24 -	        t.parentNode.insertBefore(s, t);
   11.25 -	    })();
   11.26 -	/* ]]> */
   11.27 -	</script>
   11.28 -</head>
   11.29 -<body>
   11.30 -<!-- Header -->
   11.31 -<div id="header">
   11.32 -	<div id="logo"></div>
   11.33 -	<div id="network">
   11.34 -		<a href="http://www.slitaz.org/netmap.php">
   11.35 -			<img src="../../images/network.png" alt="network.png" /></a>
   11.36 -		<a href="http://scn.slitaz.org/">Community</a>
   11.37 -		<a href="http://doc.slitaz.org/">Doc</a>
   11.38 -		<a href="http://forum.slitaz.org/">Forum</a>
   11.39 -		<a href="http://bugs.slitaz.org">Bugs</a>
   11.40 -		<a href="http://hg.slitaz.org/">Hg</a>
   11.41 -	</div>
   11.42 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
   11.43 -</div>
   11.44 -
   11.45 -<!-- Block -->
   11.46 -<div id="block">
   11.47 -	<!-- Navigation -->
   11.48 -	<div id="block_nav">
   11.49 -		<h4>Navigation</h4>
   11.50 -		<div class="right_box">
   11.51 -			<ul>
   11.52 -				<li><a href="../../webchat.php">Web Chat</a></li>
   11.53 -				<li><a href="../mailing-list.php">Mailing List</a></li>
   11.54 -				<li><a href="../devel/">Development</a></li>
   11.55 -				<li><a href="../packages/">Packages</a></li>
   11.56 -				<li><a href="../artwork/">Artwork</a></li>
   11.57 -				<li><a href="../search.php">Search</a></li>
   11.58 -			</ul>
   11.59 -		</div>
   11.60 -		<div class="left_box">
   11.61 -			<ul>
   11.62 -				<li><a href="../">Headlines</a></li>
   11.63 -				<li><a href="../about/">About</a></li>
   11.64 -				<li><a href="../get/">Download</a></li>
   11.65 -				<li><a href="../doc/">Documentation</a></li>
   11.66 -				<li><a href="../asso/">Association</a></li>
   11.67 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
   11.68 -			</ul>
   11.69 -		</div>
   11.70 -	</div>
   11.71 -	<!-- Information/image -->
   11.72 -	<div id="block_info">
   11.73 -		<h4>Association statutes</h4>
   11.74 -		<p>
   11.75 -			The SliTaz GNU/Linux association is a non-profit entity that 
   11.76 -			maintains and manages the project. Its mission is to ensure
   11.77 -			the durability of the project. It provides an infrastruture
   11.78 -			and delivers professional services to users, developers and
   11.79 -			business enterprises using the distribution.
   11.80 -		</p>
   11.81 -		<div>
   11.82 -			<!-- PayPal boutton -->
   11.83 -			<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   11.84 -				style="display: inline;">
   11.85 -					<input type="hidden" name="cmd" value="_s-xclick" />
   11.86 -					<input type="hidden" name="hosted_button_id" value="4885025" />
   11.87 -					<input type="image" src="../../images/paypal.png" name="submit" 
   11.88 -						alt="PayPal - The safer, easier way to pay online!" />
   11.89 -			</form>
   11.90 -			<!-- Flattr boutton -->
   11.91 -			<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   11.92 -				href="http://www.slitaz.org/"></a>
   11.93 -		</div>
   11.94 -	</div>
   11.95 -</div>
   11.96 -
   11.97 -<!-- Content -->
   11.98 -<div id="content">
   11.99 -
  11.100 -<h2>Statutes</h2>
  11.101 -
  11.102 -<h3>General</h3>
  11.103 -<h4>Article 1: Name, location and duration</h4>
  11.104 -<p>
  11.105 -The "SliTaz GNU/Linux Association" is a non-profit, politically and 
  11.106 -religiously neutral association, corporately organized in line with 
  11.107 -article 60 of the Swiss Civil Code. The headquarters of the Association 
  11.108 -are based in Montpreveyres Switzerland. Its duration is unlimited.
  11.109 -</p>
  11.110 -
  11.111 -<h4>Article 2: Purpose</h4>
  11.112 -<p>
  11.113 -The goal of the Association is to maintain, provide support, and promote and 
  11.114 -expand the SliTaz GNU/Linux distribution, thus providing an ultra-light, modern, 
  11.115 -stable, portable, fast and free operating system.
  11.116 -</p>
  11.117 -
  11.118 -<h3>Members</h3>
  11.119 -<h4>Article 3: Members</h4>
  11.120 -<p>
  11.121 -Individuals or groups interested in the goals of the Association may
  11.122 -become members. Applications for admission are addressed to the Committee
  11.123 -which admits new members and informs the General Assembly.
  11.124 -</p>
  11.125 -
  11.126 -<h4>Article 4: Admission, resignation and exclusion</h4>
  11.127 -<p>
  11.128 -Each member shall recognize the statutes of the Association
  11.129 -and decisions of the various bodies. Membership is gained
  11.130 -by the payment of dues.
  11.131 -</p>
  11.132 -<p>
  11.133 -Any resignation shall be communicated in writing to the Committee.
  11.134 -Any member resigning shall continue to pay their membership during
  11.135 -the current year in question.
  11.136 -</p>
  11.137 -<p>
  11.138 -The Committee may decide on the exclusion of members for any valid 
  11.139 -reason. The Committee shall inform the General Assembly. Any member is
  11.140 -entitled to appeal to the General Assembly. Members who resign lose any
  11.141 -rights to the assets of the Association.
  11.142 -</p>
  11.143 -
  11.144 -<h4>Article 5: Responsibility</h4>
  11.145 -<p>
  11.146 -Association members incur no personal liability for commitments
  11.147 -made by the Association, only commitments secured by the assets thereof.
  11.148 -</p>
  11.149 -
  11.150 -<h3>Bodies</h3>
  11.151 -<h4>Article 6: Bodies</h4>
  11.152 -<p>
  11.153 -The bodies of the Association are:
  11.154 -</p>
  11.155 -<ul>
  11.156 -	<li>The General Assembly</li>
  11.157 -	<li>The Committee</li>
  11.158 -	<li>The Board of Auditors</li>
  11.159 -</ul>
  11.160 -
  11.161 -<h4>Article 7: The General Assembly</h4>
  11.162 -<p>
  11.163 -The supreme body of the Association is the General Assembly. It takes place 
  11.164 -each year and consists of all members of the Association. The agenda
  11.165 -and date must be communicated in writing to members at least eight weeks 
  11.166 -in advance. It can occur at the same time as a 'SliTazDays' or 
  11.167 -via videoconference.
  11.168 -</p>
  11.169 -<p>
  11.170 -The General Assembly is constituted as soon as 6 members with a right to
  11.171 -vote are present in person or via videoconference. It aims to:
  11.172 -</p>
  11.173 -<ul>
  11.174 -	<li>Elect the Committee and Board of Auditors</li>
  11.175 -    	<li>Adopt the report of the Committee</li>
  11.176 -	<li>Discuss the general policy of the Association</li>
  11.177 -	<li>Decide on the proposals made to it</li>
  11.178 -	<li>Adopt the accounts and budget vote</li>
  11.179 -	<li>Discharge the Committee and the Board of Audit</li>
  11.180 -	<li>Set the amount of annual fees</li>
  11.181 -	<li>Adopt and amend the statutes</li>
  11.182 -	<li>Dissolve the Association</li>
  11.183 -</ul>
  11.184 -<p>
  11.185 -Each member individually or collectively shall have one vote. The 
  11.186 -cumulation of votes is prohibited. In the event of a tie, the casting
  11.187 -vote of the Chairperson of the meeting is decisive. The voting and 
  11.188 -elections are held by show of hands or 10 days in advance by mail. They
  11.189 -can be held by secret ballot if 1/5 of the members so request.
  11.190 -</p>
  11.191 -<p>
  11.192 -The General Assembly is chaired by a member of the Committee.
  11.193 -Individual proposals must be received by the Committee at least 5
  11.194 -days before the date of the General Assembly.
  11.195 -</p>
  11.196 -
  11.197 -<h4>Article 8: Extraordinary General Meeting</h4>
  11.198 -<p>
  11.199 -An Extraordinary General Meeting may be held by the Committee or 
  11.200 -following the request of at least 1/5 of the members entitled to vote.
  11.201 -</p>
  11.202 -
  11.203 -<h4>Article 9: The Committee</h4>
  11.204 -<p>
  11.205 -The Committee enacts itself and is composed of 3 to 5 members. It 
  11.206 -is elected by the General Assembly, but the determination of roles is
  11.207 -under its own jurisdiction. For special tasks, the Committee may designate
  11.208 -and appoint an officer governing working groups. The length of service
  11.209 -of all members of the Committee shall be indefinite. This can be revoked
  11.210 -by the General Meeting for just cause and after a commission report
  11.211 -investigation.
  11.212 -</p>
  11.213 -<p>
  11.214 -The Committee directs the activities of the Association. It meets at times
  11.215 -as and when necessary at the request of one of the members. The Committee
  11.216 -represents the Association in relation to third parties. The signature of a member
  11.217 -of the Committee binds the responsibility of the Association.
  11.218 -</p>
  11.219 -<p>
  11.220 -The Committee shall:
  11.221 -</p>
  11.222 -<ul>
  11.223 -	<li>Take all necessary steps to achieve the goals of the Association</li>
  11.224 -	<li>Convene the Ordinary and Extraordinary General Meetings</li>
  11.225 -	<li>Make decisions concerning the admission and exclusion of members</li>
  11.226 -	<li>Enforce the statutes</li>
  11.227 -	<li>Administer the property of the Association</li>
  11.228 -	<li>Employ staff and volunteers</li>
  11.229 -</ul>
  11.230 -
  11.231 -<h4>Article 10: Board of Audit</h4>
  11.232 -<p>
  11.233 -The General Assembly shall elect two auditors for two years. They are
  11.234 -re-elected. They are responsible for the audit of the Association and
  11.235 -present the results of their review in a report at the request of the 
  11.236 -General Assembly.
  11.237 -</p>
  11.238 -
  11.239 -<h3>Finance</h3>
  11.240 -<h4>Article 11: Resources</h4>
  11.241 -<p>
  11.242 -The resources of the Association are:
  11.243 -</p>
  11.244 -<ul>
  11.245 -	<li>Membership fees</li>
  11.246 -	<li>Specific products</li>
  11.247 -	<li>Grants, donations and possible bequests</li>
  11.248 -</ul>
  11.249 -
  11.250 -<h4>Article 12: Contributions</h4>
  11.251 -<p>
  11.252 -The contributions of individual members and groups are set by the
  11.253 -General Meeting. Committee members and staff volunteers do not pay fees.
  11.254 -</p>
  11.255 -
  11.256 -<h3>Final Provisions</h3>
  11.257 -<h4>Article 13: Amendments to the statutes</h4>
  11.258 -<p>
  11.259 -The modification of the Association may take place only on the decision
  11.260 -of the Committee or a General Assembly with a majority of 2/3 of those
  11.261 -present entitled to vote, provided that the change request is contained
  11.262 -in the agenda.
  11.263 -</p>
  11.264 -
  11.265 -<h4>Article 14: Dissolution</h4>
  11.266 -<p>
  11.267 -The dissolution of the Association may be decided only at the request of
  11.268 -the Committee or by half of the members entitled to vote in an
  11.269 -Extraordinary General Meeting convened specifically for that purpose.
  11.270 -The decision of the dissolution requires the approval of 2/3 of persons
  11.271 -entitled to vote. In the case of dissolution, the Extraordinary General
  11.272 -Meeting decides on the disposal of the funds of the Association mindful
  11.273 -of the purpose of the Association.
  11.274 -</p>
  11.275 -
  11.276 -<h4>Article 15: Ratification</h4>
  11.277 -<p>
  11.278 -The statutes were adopted by the General Assembly constituted on 31 March 
  11.279 -2009. The statutes are effective immediately. For any which are not
  11.280 -included in these statutes, please refer to Article 60 of the Swiss Civil
  11.281 -Code.
  11.282 -</p>
  11.283 -
  11.284 -<h4>Place and date: Paris on 31 March 2009</h4>
  11.285 -
  11.286 -<h4>For the Association:</h4>
  11.287 -<p style="text-align: center"><i>
  11.288 -Christophe Lincoln Pascal Bellard Eric Joseph-Alexandre
  11.289 -</i></p>
  11.290 -
  11.291 -<!-- End of content -->
  11.292 -</div>
  11.293 -
  11.294 -<!-- Footer -->
  11.295 -<div id="footer">
  11.296 -	Copyright &copy; <span class="year"></span>
  11.297 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
  11.298 -	<a href="http://scn.slitaz.org/">Community</a>
  11.299 -	<a href="http://doc.slitaz.org/">Doc</a>
  11.300 -	<a href="http://forum.slitaz.org/">Forum</a>
  11.301 -	<a href="http://pkgs.slitaz.org/">Packages</a>
  11.302 -	<a href="http://bugs.slitaz.org">Bugs</a>
  11.303 -	<a href="http://hg.slitaz.org/">Hg</a>
  11.304 -	<p>
  11.305 -		SliTaz @
  11.306 -		<a href="http://twitter.com/slitaz">Twitter</a>
  11.307 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
  11.308 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
  11.309 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
  11.310 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
  11.311 -	</p>
  11.312 -</div>
  11.313 -
  11.314 -</body>
  11.315 -</html>
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/en/asso/statutes.php	Sun Mar 11 22:00:28 2012 +0100
    12.3 @@ -0,0 +1,237 @@
    12.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    12.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    12.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    12.7 +<head>
    12.8 +    <title>SliTaz - Association statutes</title>
    12.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   12.10 +    <meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
   12.11 +    <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
   12.12 +    <meta name="robots" content="index, follow, all" />
   12.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
   12.14 +    <meta name="author" content="Christophe Lincoln"/>
   12.15 +    <link rel="shortcut icon" href="../../favicon.ico" />
   12.16 +    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
   12.17 +</head>
   12.18 +<body>
   12.19 +
   12.20 +<?php include("../../lib/html/header.html"); ?>
   12.21 +
   12.22 +<!-- Block -->
   12.23 +<div id="block">
   12.24 +	<?php include("../../lib/html/nav.en.html"); ?>
   12.25 +	<!-- Information/image -->
   12.26 +	<div id="block_info">
   12.27 +		<h4>Association statutes</h4>
   12.28 +		<p>
   12.29 +			The SliTaz GNU/Linux association is a non-profit entity that 
   12.30 +			maintains and manages the project. Its mission is to ensure
   12.31 +			the durability of the project. It provides an infrastruture
   12.32 +			and delivers professional services to users, developers and
   12.33 +			business enterprises using the distribution.
   12.34 +		</p>
   12.35 +		<p>Help the project via a small donation:</p>
   12.36 +		<?php include("../../lib/html/donate.html"); ?>
   12.37 +	</div>
   12.38 +</div>
   12.39 +
   12.40 +<!-- Content -->
   12.41 +<div id="content">
   12.42 +
   12.43 +<h2>Statutes</h2>
   12.44 +
   12.45 +<h3>General</h3>
   12.46 +<h4>Article 1: Name, location and duration</h4>
   12.47 +<p>
   12.48 +The "SliTaz GNU/Linux Association" is a non-profit, politically and 
   12.49 +religiously neutral association, corporately organized in line with 
   12.50 +article 60 of the Swiss Civil Code. The headquarters of the Association 
   12.51 +are based in Montpreveyres Switzerland. Its duration is unlimited.
   12.52 +</p>
   12.53 +
   12.54 +<h4>Article 2: Purpose</h4>
   12.55 +<p>
   12.56 +The goal of the Association is to maintain, provide support, and promote and 
   12.57 +expand the SliTaz GNU/Linux distribution, thus providing an ultra-light, modern, 
   12.58 +stable, portable, fast and free operating system.
   12.59 +</p>
   12.60 +
   12.61 +<h3>Members</h3>
   12.62 +<h4>Article 3: Members</h4>
   12.63 +<p>
   12.64 +Individuals or groups interested in the goals of the Association may
   12.65 +become members. Applications for admission are addressed to the Committee
   12.66 +which admits new members and informs the General Assembly.
   12.67 +</p>
   12.68 +
   12.69 +<h4>Article 4: Admission, resignation and exclusion</h4>
   12.70 +<p>
   12.71 +Each member shall recognize the statutes of the Association
   12.72 +and decisions of the various bodies. Membership is gained
   12.73 +by the payment of dues.
   12.74 +</p>
   12.75 +<p>
   12.76 +Any resignation shall be communicated in writing to the Committee.
   12.77 +Any member resigning shall continue to pay their membership during
   12.78 +the current year in question.
   12.79 +</p>
   12.80 +<p>
   12.81 +The Committee may decide on the exclusion of members for any valid 
   12.82 +reason. The Committee shall inform the General Assembly. Any member is
   12.83 +entitled to appeal to the General Assembly. Members who resign lose any
   12.84 +rights to the assets of the Association.
   12.85 +</p>
   12.86 +
   12.87 +<h4>Article 5: Responsibility</h4>
   12.88 +<p>
   12.89 +Association members incur no personal liability for commitments
   12.90 +made by the Association, only commitments secured by the assets thereof.
   12.91 +</p>
   12.92 +
   12.93 +<h3>Bodies</h3>
   12.94 +<h4>Article 6: Bodies</h4>
   12.95 +<p>
   12.96 +The bodies of the Association are:
   12.97 +</p>
   12.98 +<ul>
   12.99 +	<li>The General Assembly</li>
  12.100 +	<li>The Committee</li>
  12.101 +	<li>The Board of Auditors</li>
  12.102 +</ul>
  12.103 +
  12.104 +<h4>Article 7: The General Assembly</h4>
  12.105 +<p>
  12.106 +The supreme body of the Association is the General Assembly. It takes place 
  12.107 +each year and consists of all members of the Association. The agenda
  12.108 +and date must be communicated in writing to members at least eight weeks 
  12.109 +in advance. It can occur at the same time as a 'SliTazDays' or 
  12.110 +via videoconference.
  12.111 +</p>
  12.112 +<p>
  12.113 +The General Assembly is constituted as soon as 6 members with a right to
  12.114 +vote are present in person or via videoconference. It aims to:
  12.115 +</p>
  12.116 +<ul>
  12.117 +	<li>Elect the Committee and Board of Auditors</li>
  12.118 +    	<li>Adopt the report of the Committee</li>
  12.119 +	<li>Discuss the general policy of the Association</li>
  12.120 +	<li>Decide on the proposals made to it</li>
  12.121 +	<li>Adopt the accounts and budget vote</li>
  12.122 +	<li>Discharge the Committee and the Board of Audit</li>
  12.123 +	<li>Set the amount of annual fees</li>
  12.124 +	<li>Adopt and amend the statutes</li>
  12.125 +	<li>Dissolve the Association</li>
  12.126 +</ul>
  12.127 +<p>
  12.128 +Each member individually or collectively shall have one vote. The 
  12.129 +cumulation of votes is prohibited. In the event of a tie, the casting
  12.130 +vote of the Chairperson of the meeting is decisive. The voting and 
  12.131 +elections are held by show of hands or 10 days in advance by mail. They
  12.132 +can be held by secret ballot if 1/5 of the members so request.
  12.133 +</p>
  12.134 +<p>
  12.135 +The General Assembly is chaired by a member of the Committee.
  12.136 +Individual proposals must be received by the Committee at least 5
  12.137 +days before the date of the General Assembly.
  12.138 +</p>
  12.139 +
  12.140 +<h4>Article 8: Extraordinary General Meeting</h4>
  12.141 +<p>
  12.142 +An Extraordinary General Meeting may be held by the Committee or 
  12.143 +following the request of at least 1/5 of the members entitled to vote.
  12.144 +</p>
  12.145 +
  12.146 +<h4>Article 9: The Committee</h4>
  12.147 +<p>
  12.148 +The Committee enacts itself and is composed of 3 to 5 members. It 
  12.149 +is elected by the General Assembly, but the determination of roles is
  12.150 +under its own jurisdiction. For special tasks, the Committee may designate
  12.151 +and appoint an officer governing working groups. The length of service
  12.152 +of all members of the Committee shall be indefinite. This can be revoked
  12.153 +by the General Meeting for just cause and after a commission report
  12.154 +investigation.
  12.155 +</p>
  12.156 +<p>
  12.157 +The Committee directs the activities of the Association. It meets at times
  12.158 +as and when necessary at the request of one of the members. The Committee
  12.159 +represents the Association in relation to third parties. The signature of a member
  12.160 +of the Committee binds the responsibility of the Association.
  12.161 +</p>
  12.162 +<p>
  12.163 +The Committee shall:
  12.164 +</p>
  12.165 +<ul>
  12.166 +	<li>Take all necessary steps to achieve the goals of the Association</li>
  12.167 +	<li>Convene the Ordinary and Extraordinary General Meetings</li>
  12.168 +	<li>Make decisions concerning the admission and exclusion of members</li>
  12.169 +	<li>Enforce the statutes</li>
  12.170 +	<li>Administer the property of the Association</li>
  12.171 +	<li>Employ staff and volunteers</li>
  12.172 +</ul>
  12.173 +
  12.174 +<h4>Article 10: Board of Audit</h4>
  12.175 +<p>
  12.176 +The General Assembly shall elect two auditors for two years. They are
  12.177 +re-elected. They are responsible for the audit of the Association and
  12.178 +present the results of their review in a report at the request of the 
  12.179 +General Assembly.
  12.180 +</p>
  12.181 +
  12.182 +<h3>Finance</h3>
  12.183 +<h4>Article 11: Resources</h4>
  12.184 +<p>
  12.185 +The resources of the Association are:
  12.186 +</p>
  12.187 +<ul>
  12.188 +	<li>Membership fees</li>
  12.189 +	<li>Specific products</li>
  12.190 +	<li>Grants, donations and possible bequests</li>
  12.191 +</ul>
  12.192 +
  12.193 +<h4>Article 12: Contributions</h4>
  12.194 +<p>
  12.195 +The contributions of individual members and groups are set by the
  12.196 +General Meeting. Committee members and staff volunteers do not pay fees.
  12.197 +</p>
  12.198 +
  12.199 +<h3>Final Provisions</h3>
  12.200 +<h4>Article 13: Amendments to the statutes</h4>
  12.201 +<p>
  12.202 +The modification of the Association may take place only on the decision
  12.203 +of the Committee or a General Assembly with a majority of 2/3 of those
  12.204 +present entitled to vote, provided that the change request is contained
  12.205 +in the agenda.
  12.206 +</p>
  12.207 +
  12.208 +<h4>Article 14: Dissolution</h4>
  12.209 +<p>
  12.210 +The dissolution of the Association may be decided only at the request of
  12.211 +the Committee or by half of the members entitled to vote in an
  12.212 +Extraordinary General Meeting convened specifically for that purpose.
  12.213 +The decision of the dissolution requires the approval of 2/3 of persons
  12.214 +entitled to vote. In the case of dissolution, the Extraordinary General
  12.215 +Meeting decides on the disposal of the funds of the Association mindful
  12.216 +of the purpose of the Association.
  12.217 +</p>
  12.218 +
  12.219 +<h4>Article 15: Ratification</h4>
  12.220 +<p>
  12.221 +The statutes were adopted by the General Assembly constituted on 31 March 
  12.222 +2009. The statutes are effective immediately. For any which are not
  12.223 +included in these statutes, please refer to Article 60 of the Swiss Civil
  12.224 +Code.
  12.225 +</p>
  12.226 +
  12.227 +<h4>Place and date: Paris on 31 March 2009</h4>
  12.228 +
  12.229 +<h4>For the Association:</h4>
  12.230 +<p style="text-align: center"><i>
  12.231 +Christophe Lincoln Pascal Bellard Eric Joseph-Alexandre
  12.232 +</i></p>
  12.233 +
  12.234 +<!-- End of content -->
  12.235 +</div>
  12.236 +
  12.237 +<?php include("../../lib/html/footer.html"); ?>
  12.238 +
  12.239 +</body>
  12.240 +</html>
    13.1 --- a/en/get/flavors.html	Sun Mar 11 20:22:30 2012 +0100
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,186 +0,0 @@
    13.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    13.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    13.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    13.7 -<head>
    13.8 -    <title>SliTaz LiveCD Flavors</title>
    13.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   13.10 -    <meta name="description" content="SliTaz GNU/Linux LiveCD" />
   13.11 -    <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
   13.12 -    <meta name="robots" content="index, follow, all" />
   13.13 -    <meta name="modified" content="2011-03-25 19:20:00" />
   13.14 -    <meta name="author" content="Christophe Lincoln" />
   13.15 -    <link rel="shortcut icon" href="../../favicon.ico" />
   13.16 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
   13.17 -</head>
   13.18 -<body>
   13.19 -
   13.20 -<!-- Header -->
   13.21 -<div id="header">
   13.22 -	<div id="logo"></div>
   13.23 -	<div id="network">
   13.24 -		<a href="http://www.slitaz.org/netmap.php">
   13.25 -			<img src="../../images/network.png" alt="network.png" /></a>
   13.26 -		<a href="http://scn.slitaz.org/">Community</a>
   13.27 -		<a href="http://doc.slitaz.org/">Doc</a>
   13.28 -		<a href="http://forum.slitaz.org/">Forum</a>
   13.29 -		<a href="http://bugs.slitaz.org">Bugs</a>
   13.30 -		<a href="http://hg.slitaz.org/">Hg</a>
   13.31 -	</div>
   13.32 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
   13.33 -</div>
   13.34 -
   13.35 -<!-- Block -->
   13.36 -<div id="block">
   13.37 -	<!-- Navigation -->
   13.38 -	<div id="block_nav">
   13.39 -		<h4>Navigation</h4>
   13.40 -		<div class="right_box">
   13.41 -			<ul>
   13.42 -				<li><a href="../../webchat.php">Web Chat</a></li>
   13.43 -				<li><a href="../mailing-list.php">Mailing List</a></li>
   13.44 -				<li><a href="../devel/">Development</a></li>
   13.45 -				<li><a href="../packages/">Packages</a></li>
   13.46 -				<li><a href="../artwork/">Artwork</a></li>
   13.47 -				<li><a href="../search.php">Search</a></li>
   13.48 -			</ul>
   13.49 -		</div>
   13.50 -		<div class="left_box">
   13.51 -			<ul>
   13.52 -				<li><a href="../">Headlines</a></li>
   13.53 -				<li><a href="../about/">About</a></li>
   13.54 -				<li><a href="../get/">Download</a></li>
   13.55 -				<li><a href="../doc/">Documentation</a></li>
   13.56 -				<li><a href="../asso/">Association</a></li>
   13.57 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
   13.58 -			</ul>
   13.59 -		</div>
   13.60 -	</div>
   13.61 -	<!-- Information/image -->
   13.62 -	<div id="block_info">
   13.63 -		<h4>Download flavors</h4>
   13.64 -		<p>
   13.65 -			The system of LiveCD flavors is a simple means for the community 
   13.66 -			to generate ISO images for certain tasks by offering a selection
   13.67 -			of specific packages. There are two possibilities to create a 
   13.68 -			flavor, use a flavor made by the community or create your own 
   13.69 -			via a simple to use graphical interface.
   13.70 -		</p>
   13.71 -	</div>
   13.72 -</div>
   13.73 -
   13.74 -<!-- Content -->
   13.75 -<div id="content">
   13.76 -
   13.77 -<h2>LiveCD ISO Image to taste</h2>
   13.78 -
   13.79 -<p>
   13.80 -	For convenience, the SliTaz team propose some ISO flavors for the stable
   13.81 -	and cooking versions:
   13.82 -</p>
   13.83 -
   13.84 -<p class="box">
   13.85 -	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-xvesa.iso">
   13.86 -		slitaz-3.0-xvesa.iso</a>
   13.87 -	[29.0M] - Fully-featured desktop environment using the tiny Xvesa graphical
   13.88 -	server and providing a nice range of software for daily tasks
   13.89 -</p>
   13.90 -
   13.91 -<p class="box">
   13.92 -	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-firefox.iso">
   13.93 -		slitaz-3.0-firefox.iso</a>
   13.94 -	[29.0M] - Small desktop environment featuring Mozilla Firefox
   13.95 -</p>
   13.96 -
   13.97 -<p class="box">
   13.98 -	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-justx.iso">
   13.99 -		slitaz-3.0-justx.iso</a>
  13.100 -	[15.0M] - Small desktop environment powered by Xorg and Openbox, using just
  13.101 -	an X environment and tools to build your own desktop
  13.102 -</p>
  13.103 -
  13.104 -<p class="box">
  13.105 -	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-base.iso">
  13.106 -		slitaz-3.0-base.iso</a>
  13.107 -	[8.0M] - Base system in text mode and including useful commandline tools.
  13.108 -	A good choice for a server installation
  13.109 -</p>
  13.110 -
  13.111 -<p class="box">
  13.112 -	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram.iso">
  13.113 -		slitaz-3.0-loram.iso</a>
  13.114 -	[35.0M] - Loram flavor that can start SliTaz on machines with very limited
  13.115 -	resources and needs only 80MB without disabling the cdrom
  13.116 -</p>
  13.117 -
  13.118 -<p class="box">
  13.119 -	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram-cdrom.iso">
  13.120 -		slitaz-3.0-loram-cdrom.iso</a>
  13.121 -	[131.0M] - Loram flavor that can boot with only 16 MB and a little swap
  13.122 -	memory, but is unable to release the cdrom
  13.123 -</p>
  13.124 -
  13.125 -<p class="box">
  13.126 -	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-3in1.iso">
  13.127 -		slitaz-3.0-3in1.iso</a>
  13.128 -	[30.0M] - 3in1 flavor containing the base, justx and core ISOs
  13.129 -</p>
  13.130 -
  13.131 -
  13.132 -<div class="box">
  13.133 -	<img src="../../images/network.png" alt="png" />
  13.134 -	Browse flavors directory on the mirror: 
  13.135 -	<a href="http://mirror.slitaz.org/iso/stable/flavors/">Stable</a> |
  13.136 -	<a href="http://mirror.slitaz.org/iso/cooking/flavors/">Cooking</a>
  13.137 -</div>
  13.138 -
  13.139 -<h2>Getting and generating a flavor</h2>
  13.140 -<p>
  13.141 -	A <em>flavor</em> is a (.flavor) file to generate a special flavor.
  13.142 -	The graphical tool Tazlitobox can create a flavor in a few 
  13.143 -	mouse clicks. The Tazlito 
  13.144 -	<a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html">manual</a> 
  13.145 -	and <a href="http://doc.slitaz.org/en:handbook:genlivecd">documentation</a>
  13.146 -	provide detailed instructions on the generation of flavors. On the 
  13.147 -	command line, you can get a list of available flavors via
  13.148 -	<code>tazlito list-flavors</code>.
  13.149 -</p>
  13.150 -
  13.151 -<h3>Create and share your own flavor</h3>
  13.152 -<p>
  13.153 -	The stable and cooking versions offer the flavor <em>core</em> on the
  13.154 -	mirror, it can be used as a basis to create your own flavor.
  13.155 -	The documentation in the Handbook provides all the necessary
  13.156 -	instructions to <a href="http://doc.slitaz.org/en:handbook:genlivecd"
  13.157 -		>create your own LiveCD flavor</a>.
  13.158 -</p>
  13.159 -<p>
  13.160 -	If you have created your own flavor to taste, you can send it on the
  13.161 -	<a href="../mailing-list.php">discussion list</a> for it to be 
  13.162 -	tested and included in the official flavors.
  13.163 -</p>
  13.164 -
  13.165 -<!-- End of content -->
  13.166 -</div>
  13.167 -
  13.168 -<!-- Footer -->
  13.169 -<div id="footer">
  13.170 -	Copyright &copy; <span class="year"></span>
  13.171 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
  13.172 -	<a href="http://scn.slitaz.org/">Community</a>
  13.173 -	<a href="http://doc.slitaz.org/">Doc</a>
  13.174 -	<a href="http://forum.slitaz.org/">Forum</a>
  13.175 -	<a href="http://pkgs.slitaz.org/">Packages</a>
  13.176 -	<a href="http://bugs.slitaz.org">Bugs</a>
  13.177 -	<a href="http://hg.slitaz.org/">Hg</a>
  13.178 -	<p>
  13.179 -		SliTaz @
  13.180 -		<a href="http://twitter.com/slitaz">Twitter</a>
  13.181 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
  13.182 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
  13.183 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
  13.184 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
  13.185 -	</p>
  13.186 -</div>
  13.187 -
  13.188 -</body>
  13.189 -</html>
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/en/get/flavors.php	Sun Mar 11 22:00:28 2012 +0100
    14.3 @@ -0,0 +1,135 @@
    14.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    14.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    14.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    14.7 +<head>
    14.8 +    <title>SliTaz LiveCD Flavors</title>
    14.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   14.10 +    <meta name="description" content="SliTaz GNU/Linux LiveCD" />
   14.11 +    <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
   14.12 +    <meta name="robots" content="index, follow, all" />
   14.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
   14.14 +    <meta name="author" content="Christophe Lincoln" />
   14.15 +    <link rel="shortcut icon" href="../../favicon.ico" />
   14.16 +    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
   14.17 +</head>
   14.18 +<body>
   14.19 +
   14.20 +<?php
   14.21 +include("../../config.php");
   14.22 +include("../../lib/html/header.html");
   14.23 +?>
   14.24 +
   14.25 +<!-- Block -->
   14.26 +<div id="block">
   14.27 +	<?php include("../../lib/html/nav.en.html"); ?>
   14.28 +	<!-- Information/image -->
   14.29 +	<div id="block_info">
   14.30 +		<h4>Download flavors</h4>
   14.31 +		<p>
   14.32 +			The system of LiveCD flavors is a simple means for the community 
   14.33 +			to generate ISO images for certain tasks by offering a selection
   14.34 +			of specific packages. There are two possibilities to create a 
   14.35 +			flavor, use a flavor made by the community or create your own 
   14.36 +			via a simple to use graphical interface.
   14.37 +		</p>
   14.38 +	</div>
   14.39 +</div>
   14.40 +
   14.41 +<!-- Content -->
   14.42 +<div id="content">
   14.43 +
   14.44 +<h2>LiveCD ISO Image to taste</h2>
   14.45 +
   14.46 +<p>
   14.47 +	For convenience, the SliTaz team propose some ISO flavors for the stable
   14.48 +	and cooking versions:
   14.49 +</p>
   14.50 +
   14.51 +<p class="box">
   14.52 +	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-xvesa.iso">
   14.53 +		slitaz-3.0-xvesa.iso</a>
   14.54 +	[29.0M] - Fully-featured desktop environment using the tiny Xvesa graphical
   14.55 +	server and providing a nice range of software for daily tasks
   14.56 +</p>
   14.57 +
   14.58 +<p class="box">
   14.59 +	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-firefox.iso">
   14.60 +		slitaz-3.0-firefox.iso</a>
   14.61 +	[29.0M] - Small desktop environment featuring Mozilla Firefox
   14.62 +</p>
   14.63 +
   14.64 +<p class="box">
   14.65 +	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-justx.iso">
   14.66 +		slitaz-3.0-justx.iso</a>
   14.67 +	[15.0M] - Small desktop environment powered by Xorg and Openbox, using just
   14.68 +	an X environment and tools to build your own desktop
   14.69 +</p>
   14.70 +
   14.71 +<p class="box">
   14.72 +	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-base.iso">
   14.73 +		slitaz-3.0-base.iso</a>
   14.74 +	[8.0M] - Base system in text mode and including useful commandline tools.
   14.75 +	A good choice for a server installation
   14.76 +</p>
   14.77 +
   14.78 +<p class="box">
   14.79 +	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram.iso">
   14.80 +		slitaz-3.0-loram.iso</a>
   14.81 +	[35.0M] - Loram flavor that can start SliTaz on machines with very limited
   14.82 +	resources and needs only 80MB without disabling the cdrom
   14.83 +</p>
   14.84 +
   14.85 +<p class="box">
   14.86 +	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram-cdrom.iso">
   14.87 +		slitaz-3.0-loram-cdrom.iso</a>
   14.88 +	[131.0M] - Loram flavor that can boot with only 16 MB and a little swap
   14.89 +	memory, but is unable to release the cdrom
   14.90 +</p>
   14.91 +
   14.92 +<p class="box">
   14.93 +	<a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-3in1.iso">
   14.94 +		slitaz-3.0-3in1.iso</a>
   14.95 +	[30.0M] - 3in1 flavor containing the base, justx and core ISOs
   14.96 +</p>
   14.97 +
   14.98 +
   14.99 +<div class="box">
  14.100 +	<img src="../../images/network.png" alt="png" />
  14.101 +	Browse flavors directory on the mirror: 
  14.102 +	<a href="http://mirror.slitaz.org/iso/stable/flavors/">Stable</a> |
  14.103 +	<a href="http://mirror.slitaz.org/iso/cooking/flavors/">Cooking</a>
  14.104 +</div>
  14.105 +
  14.106 +<h2>Getting and generating a flavor</h2>
  14.107 +<p>
  14.108 +	A <em>flavor</em> is a (.flavor) file to generate a special flavor.
  14.109 +	The graphical tool Tazlitobox can create a flavor in a few 
  14.110 +	mouse clicks. The Tazlito 
  14.111 +	<a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html">manual</a> 
  14.112 +	and <a href="http://doc.slitaz.org/en:handbook:genlivecd">documentation</a>
  14.113 +	provide detailed instructions on the generation of flavors. On the 
  14.114 +	command line, you can get a list of available flavors via
  14.115 +	<code>tazlito list-flavors</code>.
  14.116 +</p>
  14.117 +
  14.118 +<h3>Create and share your own flavor</h3>
  14.119 +<p>
  14.120 +	The stable and cooking versions offer the flavor <em>core</em> on the
  14.121 +	mirror, it can be used as a basis to create your own flavor.
  14.122 +	The documentation in the Handbook provides all the necessary
  14.123 +	instructions to <a href="http://doc.slitaz.org/en:handbook:genlivecd"
  14.124 +		>create your own LiveCD flavor</a>.
  14.125 +</p>
  14.126 +<p>
  14.127 +	If you have created your own flavor to taste, you can send it on the
  14.128 +	<a href="../mailing-list.php">discussion list</a> for it to be 
  14.129 +	tested and included in the official flavors.
  14.130 +</p>
  14.131 +
  14.132 +<!-- End of content -->
  14.133 +</div>
  14.134 +
  14.135 +<?php include("../../lib/html/footer.html"); ?>
  14.136 +
  14.137 +</body>
  14.138 +</html>
    15.1 --- a/en/get/index.php	Sun Mar 11 20:22:30 2012 +0100
    15.2 +++ b/en/get/index.php	Sun Mar 11 22:00:28 2012 +0100
    15.3 @@ -21,30 +21,7 @@
    15.4  
    15.5  <!-- Block -->
    15.6  <div id="block">
    15.7 -	<!-- Navigation -->
    15.8 -	<div id="block_nav">
    15.9 -		<h4>Navigation</h4>
   15.10 -		<div class="right_box">
   15.11 -			<ul>
   15.12 -				<li><a href="../../webchat.php">Web Chat</a></li>
   15.13 -				<li><a href="../mailing-list.php">Mailing List</a></li>
   15.14 -				<li><a href="../devel/">Development</a></li>
   15.15 -				<li><a href="../packages/">Packages</a></li>
   15.16 -				<li><a href="../artwork/">Artwork</a></li>
   15.17 -				<li><a href="../search.php">Search</a></li>
   15.18 -			</ul>
   15.19 -		</div>
   15.20 -		<div class="left_box">
   15.21 -			<ul>
   15.22 -				<li><a href="../">Headlines</a></li>
   15.23 -				<li><a href="../about/">About</a></li>
   15.24 -				<li><a href="../get/">Download</a></li>
   15.25 -				<li><a href="../doc/">Documentation</a></li>
   15.26 -				<li><a href="../asso/">Association</a></li>
   15.27 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
   15.28 -			</ul>
   15.29 -		</div>
   15.30 -	</div>
   15.31 +	<?php include("../../lib/html/nav.en.html"); ?>
   15.32  	<!-- Information/image -->
   15.33  	<div id="block_info">
   15.34  		<h4>Download</h4>
   15.35 @@ -87,35 +64,16 @@
   15.36  	Bootable ISO image of the cooking version.</li>
   15.37  	<li><a href="index.html#floppy">Floppy disk</a> - Bootable 
   15.38  	startup disk to launch the LiveCD, a USB stick, etc.</li>
   15.39 -	<li><a href="flavors.html">LiveCD to taste</a> - Flavors and loram.</li>
   15.40 +	<li><a href="flavors.php">LiveCD to taste</a> - Flavors and loram.</li>
   15.41  </ul>
   15.42  
   15.43 -<p>
   15.44 -	Help the project via a small donation or become an official
   15.45 -	<a href="../asso/sponsor.html">sponsor</a>.
   15.46 -</p>
   15.47 -<!-- PayPal boutton -->
   15.48 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   15.49 -	style="display: inline;">
   15.50 -		<input type="hidden" name="cmd" value="_s-xclick" />
   15.51 -		<input type="hidden" name="hosted_button_id" value="4885025" />
   15.52 -		<input type="image" src="../../images/paypal.png" name="submit" 
   15.53 -			alt="PayPal - The safer, easier way to pay online!" />
   15.54 -</form>
   15.55 -<!-- Flattr boutton -->
   15.56 -<script type="text/javascript">
   15.57 -/* <![CDATA[ */
   15.58 -    (function() {
   15.59 -        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
   15.60 -        s.type = 'text/javascript';
   15.61 -        s.async = true;
   15.62 -        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
   15.63 -        t.parentNode.insertBefore(s, t);
   15.64 -    })();
   15.65 -/* ]]> */
   15.66 -</script>
   15.67 -<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   15.68 -	href="http://www.slitaz.org/"></a>
   15.69 +<div class="box">
   15.70 +	<p>
   15.71 +		Help the project via a small donation or become an official
   15.72 +		<a href="../asso/sponsor.html">sponsor</a>.
   15.73 +	</p>
   15.74 +	<?php include("../../lib/html/donate.html"); ?>
   15.75 +</div>
   15.76  
   15.77  <h3>General information</h3>
   15.78  <p>
    16.1 --- a/en/index.php	Sun Mar 11 20:22:30 2012 +0100
    16.2 +++ b/en/index.php	Sun Mar 11 22:00:28 2012 +0100
    16.3 @@ -51,7 +51,7 @@
    16.4  <!-- Languages -->
    16.5  <div id="lang">
    16.6  	<a href="../i18n.php">
    16.7 -		<img src="../images/locale.png" alt="locale.png" /></a>
    16.8 +		<img src="../images/locale.png" alt="Locale:" /></a>
    16.9  	<a href="../da/">Dansk</a>
   16.10  	<a href="../de/">Deutsch</a>
   16.11  	<a href="../en/">English</a>
   16.12 @@ -67,7 +67,7 @@
   16.13  <div id="content">
   16.14  
   16.15  <div class="box">
   16.16 -	<img src="../images/update.png" style="float: left; margin-right: 10px; " />
   16.17 +	<img src="/images/update.png" alt="Update:" style="float: left; margin-right: 10px; " />
   16.18  	<p>
   16.19  		Help us get a dedicated server - Check out our
   16.20  		<a href="http://www.gofundme.com/3ql70">online fundraising</a>
   16.21 @@ -100,10 +100,12 @@
   16.22  
   16.23  <ul>
   16.24  	<!-- <li><strong>Date - Title</strong>
   16.25 +	<a name="20120223"></a>
   16.26  	<p></p>
   16.27  	</li> -->
   16.28 +	
   16.29 +	<li><strong>03 Mar 2012 - SliTaz 4.0-RC2 is out</strong>
   16.30  	<a name="20120303"></a>
   16.31 -	<li><strong>03 Mar 2012 - SliTaz 4.0-RC2 is out</strong>
   16.32  	<p>
   16.33  		The Slitaz team is pleased to announce the new SliTaz 4.0-RC2 release
   16.34  		candidate. We have done a huge amount of work fixing bugs from RC1 and
   16.35 @@ -125,8 +127,9 @@
   16.36  		<a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC2.iso">SliTaz 4.0-RC2</a>
   16.37  	</p>
   16.38  	</li>
   16.39 +	
   16.40 +	<li><strong>23 Feb 2012 - SliTaz 4.0 -RC1 is out</strong>
   16.41  	<a name="20120223"></a>
   16.42 -	<li><strong>23 Feb 2012 - SliTaz 4.0 -RC1 is out</strong>
   16.43  	<p>
   16.44  		The SliTaz contributor team is pleased to announce the immediate
   16.45  		availability of the first release candidate for SliTaz 4.0. SliTaz can
   16.46 @@ -150,8 +153,8 @@
   16.47  	</p> 
   16.48  	</li>
   16.49  	
   16.50 +	<li><strong>31 May 2011 - New and fresh Cooking 20110531</strong>
   16.51  	<a name="20110531"></a>
   16.52 -	<li><strong>31 May 2011 - New and fresh Cooking 20110531</strong>
   16.53  	<p>
   16.54  		The Slitaz team is proud to announce the release of a new Cooking version
   16.55  		built with our new and fresh packages from cookutils. Cookutils is one of
   16.56 @@ -180,8 +183,8 @@
   16.57  	</p>
   16.58  	</li>
   16.59  
   16.60 +	<li><strong>29 March 2011 - New Cooking 20110329</strong>
   16.61  	<a name="20110329"></a>
   16.62 -	<li><strong>29 March 2011 - New Cooking 20110329</strong>
   16.63  	<p>
   16.64  	The SliTaz team is pleased to announce the release of a new cooking
   16.65  	ISO featuring over 2900 packages. All packages have been rebuilt using
    17.1 --- a/index.php	Sun Mar 11 20:22:30 2012 +0100
    17.2 +++ b/index.php	Sun Mar 11 22:00:28 2012 +0100
    17.3 @@ -170,13 +170,12 @@
    17.4  
    17.5  <!-- Twitter Buttons -->
    17.6  <div style="margin-bottom: 10px;">
    17.7 -	<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
    17.8 -	<a href="http://twitter.com/share" class="twitter-share-button" 
    17.9 -		data-text="SliTaz GNU/Linux" 
   17.10 -		data-count="horizontal"
   17.11 -		data-via="slitaz">Tweet</a>
   17.12 -	<a href="https://twitter.com/slitaz" class="twitter-follow-button" data-show-count="false">Follow @slitaz</a>
   17.13  	<!-- Follow -->
   17.14 +	<a href="https://twitter.com/slitaz" class="twitter-follow-button" 
   17.15 +		data-show-count="true" data-show-screen-name="false">Follow @slitaz</a>
   17.16 +	<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>
   17.17 +	<!-- Tweet -->
   17.18 +	<a href="https://twitter.com/share" class="twitter-share-button" data-via="slitaz" data-hashtags="SliTaz">Tweet</a>
   17.19  	<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>
   17.20  </div>
   17.21  
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/lib/html/donate.html	Sun Mar 11 22:00:28 2012 +0100
    18.3 @@ -0,0 +1,24 @@
    18.4 +<div>
    18.5 +	<!-- PayPal boutton -->
    18.6 +	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
    18.7 +		style="display: inline;">
    18.8 +			<input type="hidden" name="cmd" value="_s-xclick" />
    18.9 +			<input type="hidden" name="hosted_button_id" value="4885025" />
   18.10 +			<input type="image" src="/images/paypal.png" name="submit" 
   18.11 +				alt="PayPal - The safer, easier way to pay online!" />
   18.12 +	</form>
   18.13 +	<!-- Flattr boutton -->
   18.14 +	<script type="text/javascript">
   18.15 +		/* <![CDATA[ */
   18.16 +		    (function() {
   18.17 +		        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
   18.18 +		        s.type = 'text/javascript';
   18.19 +		        s.async = true;
   18.20 +		        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
   18.21 +		        t.parentNode.insertBefore(s, t);
   18.22 +		    })();
   18.23 +		/* ]]> */
   18.24 +	</script>
   18.25 +	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   18.26 +		href="http://www.slitaz.org/"></a>
   18.27 +</div>
    19.1 --- a/lib/html/nav.en.html	Sun Mar 11 20:22:30 2012 +0100
    19.2 +++ b/lib/html/nav.en.html	Sun Mar 11 22:00:28 2012 +0100
    19.3 @@ -18,7 +18,7 @@
    19.4  				<li><a href="/en/get/">Download</a></li>
    19.5  				<li><a href="/en/doc/">Documentation</a></li>
    19.6  				<li><a href="/en/asso/">Association</a></li>
    19.7 -				<li><a href="/en/asso/sponsor.html">Sponsor</a></li>
    19.8 +				<li><a href="/en/asso/sponsor.php">Sponsor</a></li>
    19.9  			</ul>
   19.10  		</div>
   19.11  	</div>