website diff en/about/index.php @ 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
children c2f9d5d0f314
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/about/index.php	Sun Mar 11 22:00:28 2012 +0100
     1.3 @@ -0,0 +1,165 @@
     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="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    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 +<?php include("../../lib/html/header.html"); ?>
    1.22 +
    1.23 +<!-- Block -->
    1.24 +<div id="block">
    1.25 +	<?php include("../../lib/html/nav.en.html"); ?>
    1.26 +	<!-- Information/image -->
    1.27 +	<div id="block_info">
    1.28 +		<h4>About the project</h4>
    1.29 +		<p>
    1.30 +			Small, fast, stable and easy to use!
    1.31 +		</p>
    1.32 +		<ul>
    1.33 +			<li><a href="#intro">Introduction</a></li>
    1.34 +			<li><a href="#overview">Overview</a></li>
    1.35 +			<li><a href="#website">Web site &amp; i18n</a></li>
    1.36 +			<li><a href="#reviews">Reviews</a></li>
    1.37 +			<li><a href="../asso/">Association</a></li>
    1.38 +		</ul>
    1.39 +	</div>
    1.40 +</div>
    1.41 +
    1.42 +<!-- Languages -->
    1.43 +<div id="lang">
    1.44 +	<a href="../i18n.php">
    1.45 +		<img src="../../images/locale.png" alt="locale.png" /></a>
    1.46 +	<a href="../../de/about/">Deutsch</a>
    1.47 +	<a href="../../en/about/">English</a>
    1.48 +	<a href="../../es/about/">Español</a>
    1.49 +	<a href="../../fr/about/">Français</a>
    1.50 +	<a href="../../pt/about/">Português</a>
    1.51 +	<a href="../../cn/about/">Chinese</a>
    1.52 +</div>
    1.53 +
    1.54 +<!-- Content -->
    1.55 +<div id="content">
    1.56 +
    1.57 +<a name="intro"></a>
    1.58 +<h2>Introduction to the project</h2>
    1.59 +<p>
    1.60 +SliTaz GNU/Linux is a free operating system working completely in memory from  
    1.61 +removeable media such as a cdrom or USB key.  It is light, speedy and fully installable
    1.62 +on a hard drive. SliTaz is distributed in the form of a LiveCD that you can easily
    1.63 +burn to a cdrom and boot from. When the system is running you can eject the LiveCD
    1.64 +and use your CD drive for other tasks. The Live system provides a fully-featured, 
    1.65 +working graphical distro and lets you keep your data and personal settings on 
    1.66 +persistent media. The system can be extended with the Tazpkg package manager and 
    1.67 +security updates are provided for the cooking and stable versions. 
    1.68 +</p>
    1.69 +<p>
    1.70 +SliTaz project provides free technical support to users through the
    1.71 +<a href="../mailing-list.php">Mailing list</a> (i18n list)
    1.72 +and the <a href="http://forum.slitaz.org/">English Forum</a>.
    1.73 +You can also contact us for more information, suggestions, or comments,
    1.74 +using the list or directly by mail : &lt;devel at slitaz.org&gt;
    1.75 +</p>
    1.76 +
    1.77 +<a name="overview"></a>
    1.78 +<h2>Overview</h2>
    1.79 +<ul>
    1.80 +	<li>Root filesystem taking up about 100 MB and ISO image of less than 30 MB.</li>
    1.81 +	<li>Ready to use Web server powered by LightTPD with CGI and PHP support.</li>
    1.82 +	<li>Browse the Web with Midori or Retawq in text mode.</li>
    1.83 +	<li>Sound support provided by Alsa mixer, audio player and CD ripper/encoder.</li>
    1.84 +	<li>Chat, mail and FTP clients.</li>
    1.85 +	<li>SSH client and server powered by Dropbear.</li>
    1.86 +	<li>Database engine with SQLite.</li>
    1.87 +	<li>Generate a LiveUSB device.</li>
    1.88 +	<li>Tools to create, edit or burn CD or DVD images.</li>
    1.89 +	<li>Elegant desktop with Openbox running on the top of Xorg/Xvesa (X server).</li>
    1.90 +	<li>Homemade graphical boxes to command line utilities.</li>
    1.91 +	<li>3345 packages easily installable from the mirror.</li>
    1.92 +	<li>Active and friendly community.</li>
    1.93 +</ul>
    1.94 +
    1.95 +<a name="website"></a>
    1.96 +<h2>Website &amp; i18n</h2>
    1.97 +<p>
    1.98 +SliTaz's Web site is also available in several languages and is
    1.99 +part of the <a href="../../i18n.php">internationalization project</a>.
   1.100 +The web site allows you to <a href="../get/">download</a> the SliTaz
   1.101 +LiveCD and help us to develop the project. You can check the 
   1.102 +<a href="../doc/">documentation</a> area to learn how to use the SliTaz 
   1.103 +LiveCD and configure the system.
   1.104 +</p>
   1.105 +
   1.106 +<a name="reviews"></a>
   1.107 +<h2>Reviews</h2>
   1.108 +<p>
   1.109 +SliTaz GNU/Linux has been reviewed on several web sites. Thanks to 
   1.110 +everyone for support.
   1.111 +</p>
   1.112 +
   1.113 +<h3>3.0 - March 2010 &amp; Cooking - Jan 2010</h3>
   1.114 +<ul>
   1.115 +	<li><a href="http://kmandla.wordpress.com/2010/03/29/greetings-from-slitaz-3-0/"
   1.116 +		>Wordpress</a> - By K.Mandla.</li>
   1.117 +	<li><a href="http://www.linuxjournal.com/content/spotlight-linux-slitaz-gnulinux-30"
   1.118 +		>Linux Journal</a> - By Susan Linton.</li>
   1.119 +	<li><a href="http://distrowatch.com/weekly.php?issue=20100111#feature"
   1.120 +		>Distrowatch</a> - By Jesse Smith (Cooking just before 3.0).</li>
   1.121 +</ul>
   1.122 +
   1.123 +<h3>2.0 - April 2009</h3>
   1.124 +<ul>
   1.125 +	<li><a href="http://www.gdhpress.com.br/blog/slitaz"
   1.126 +		>Gdhpress</a> (pt) - By Carlos Morimoto.</li>
   1.127 +	<li><a href="http://www.frlinux.net/?section=distributions&amp;article=237"
   1.128 +		>FRLinux</a> (fr) - By Steph.</li>
   1.129 +	<li><a href="http://www.junauza.com/2009/07/slitaz-20-simple-speedy-and-secure.html"
   1.130 +		>Tech Source</a> - By Jun Auza.</li>
   1.131 +	<li><a href="http://www.dedoimedo.com/computers/slitaz-2.html"
   1.132 +		>Dedoimedo</a> - By Dedoimedo.</li>
   1.133 +	<li><a href="http://linuxologist.com/reviews/slitaz-linux-zero-to-distro-in-30-mb/"
   1.134 +		>Linuxologist</a> - By Brie Gordon.</li>
   1.135 +</ul>
   1.136 +
   1.137 +<h3>1.0 - March 2008</h3>
   1.138 +<ul>
   1.139 +	<li><a href="http://distrowatch.com/weekly.php?issue=20080331"
   1.140 +		>Distrowatch</a> - By Ladislav Bodnar.</li>
   1.141 +	<li><a href="http://www.junauza.com/2008/03/slitaz-gnulinux-smallest-desktop-distro.html"
   1.142 +		>Tech Source</a> - By Jun Auza.</li>
   1.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"
   1.144 +		>Planet Béranger</a> - By Béranger.</li>
   1.145 +	<li><a href="http://kmandla.wordpress.com/2008/04/02/slitaz-10-on-450mhz-k6-2-256mb/"
   1.146 +		>Wordpress</a> - By K.Mandla.</li>
   1.147 +	<li><a href="http://reddevil62-techhead.blogspot.com/2008/04/damn-minuscule-linux-first-look-at.html"
   1.148 +		>Red Devil's Tech Blog</a> - By Steve Lawson.</li>
   1.149 +	<li><a href="http://www.linuxinfusion.com/slitaz-a-light-weight-gnulinux-distribution"
   1.150 +	    >Linux Infusion</a> - By Moparx.</li>	
   1.151 +	<li><a href="http://www.insidesocal.com/click/2008/06/a-second-look-at-slitaz-10.html"
   1.152 +		>Dailynews Blog</a> - By Steven Rosenberg.</li>	
   1.153 +	<li><a href="http://www.linux.com/feature/140573">Linux.com</a> - By Dennis L. Ericson.</li>
   1.154 +	<li><a href="http://www.freesoftwaremagazine.com/columns/slitaz_live_cd_small_beautifully_marked"
   1.155 +		>Free Software Magazine</a> - By Gary Richmond.</li>
   1.156 +	<li><a href="http://www.linux-magazine.com/issues/2008/97/slitaz"
   1.157 +		>Linux Pro Magazine</a> - By Dimitri Popov.</li>
   1.158 +	<li><a href="http://www.dedoimedo.com/computers/slitaz.html"
   1.159 +		>Dedoimedo</a> - By Dedoimedo.</li>
   1.160 +</ul>
   1.161 +
   1.162 +<!-- End of content -->
   1.163 +</div>
   1.164 +
   1.165 +<?php include("../../lib/html/footer.html"); ?>
   1.166 +
   1.167 +</body>
   1.168 +</html>