website diff en/about/index.php @ rev 1222

en/about: add slitaz specifications
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 19 10:42:43 2014 +0200 (2014-05-19)
parents af7f60ecb9ea
children e217f087f3bf
line diff
     1.1 --- a/en/about/index.php	Mon Apr 14 19:29:18 2014 +0100
     1.2 +++ b/en/about/index.php	Mon May 19 10:42:43 2014 +0200
     1.3 @@ -25,6 +25,7 @@
     1.4  </p>
     1.5  <ul>
     1.6  	<li><a href="#intro">Introduction</a></li>
     1.7 +	<li><a href="#spec">SliTaz Specifications</a></li>
     1.8  	<li><a href="#overview">Overview</a></li>
     1.9  	<li><a href="#website">Web site &amp; i18n</a></li>
    1.10  	<li><a href="#reviews">Reviews</a></li>
    1.11 @@ -51,6 +52,49 @@
    1.12  using the list or directly by mail: &lt;devel at slitaz.org&gt;
    1.13  </p>
    1.14  
    1.15 +<h2 id="spec">SliTaz Spec</h2>
    1.16 +
    1.17 +<p>
    1.18 +The default ISO image provides 4 flavors: base, just-x, gtk-only and the
    1.19 +full desktop. SliTaz can also be booted from the web, customized to match
    1.20 +any needs and installed on a wide range of devices from old computers, to
    1.21 +powerful servers and small ARM devices such as the Raspberry Pi.
    1.22 +</p>
    1.23 +<p>
    1.24 +SliTaz is easy to use for Linux beginners: we provide a full featured 
    1.25 +and modern desktop following the Freedektop standards with home made 
    1.26 +tools that let users configure graphicaly the entire system. The full 
    1.27 +system can even be controled remotly with our web based configuration 
    1.28 +panel.
    1.29 +</p>
    1.30 +
    1.31 +<p>
    1.32 +We provides a base system and a stripped down X system from which you can 
    1.33 +build your own custimozed distro. The custom system can them be used 
    1.34 +from a cdrom, usb stick, sdcard, installed to HD or booted from the web.
    1.35 +</p>
    1.36 +<p>
    1.37 +Follow UNIX philosophy: everything is text file. Our packages manager
    1.38 +and all system settings are stored in simple text files for easy 
    1.39 +customization and human readable configurations. Use SHell scripting
    1.40 +for most tools, again for easy customization and developement.
    1.41 +</p>
    1.42 +<p>
    1.43 +Radicaly simple way to boot using 4 scripts to configure the entire
    1.44 +system, handle boot options, manage networking and run local commands.
    1.45 +SliTaz loads the minimal and let users control everything else.
    1.46 +</p>
    1.47 +<p>
    1.48 +Be able to run completly in RAM memory from a LiveCD, an usb stick or
    1.49 +frugal HD install. This mod allows  you to save documents on a mounted
    1.50 +partition while the system stays super fast and response.
    1.51 +</p>
    1.52 +<p>
    1.53 +Structured network with deep SliTaz integration for easy navigations
    1.54 +between all sites. Structured developement: with Mercurial and cuctom
    1.55 +tools such as the bug tracker and the cookutils.
    1.56 +</p>
    1.57 +
    1.58  <h2 id="overview">Overview</h2>
    1.59  
    1.60  <ul>