website view 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 source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz - About the project</title>
6 <meta name="description" content="SliTaz GNU/Linux project information overview" />
7 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
8 <meta name="author" content="Christophe Lincoln"/>
9 <?php include("../../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../../lib/html/header.html");
15 include("../../lib/html/nav.html");
16 include("../../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <section id="content">
22 <h2>About SliTaz</h2>
23 <p>
24 Small, fast, stable and easy to use!
25 </p>
26 <ul>
27 <li><a href="#intro">Introduction</a></li>
28 <li><a href="#spec">SliTaz Specifications</a></li>
29 <li><a href="#overview">Overview</a></li>
30 <li><a href="#website">Web site &amp; i18n</a></li>
31 <li><a href="#reviews">Reviews</a></li>
32 <li><a href="../asso/">Association</a></li>
33 </ul>
35 <h2 id="intro">Introduction to the project</h2>
37 <p>
38 SliTaz GNU/Linux is a free operating system working completely in memory from
39 removable media such as a cdrom or USB key. It is light, speedy and fully installable
40 on a hard drive. SliTaz is distributed in the form of a LiveCD that you can easily
41 burn to a cdrom and boot from. When the system is running you can eject the LiveCD
42 and use your CD drive for other tasks. The Live system provides a fully-featured,
43 working graphical distro and lets you keep your data and personal settings on
44 persistent media. The system can be extended with the Tazpkg package manager and
45 security updates are provided for the cooking and stable versions.
46 </p>
47 <p>
48 SliTaz project provides free technical support to users through the
49 <a href="../mailing-list.php">Mailing list</a> (i18n list)
50 and the <a href="http://forum.slitaz.org/">English Forum</a>.
51 You can also contact us for more information, suggestions, or comments
52 using the list or directly by mail: &lt;devel at slitaz.org&gt;
53 </p>
55 <h2 id="spec">SliTaz Spec</h2>
57 <p>
58 The default ISO image provides 4 flavors: base, just-x, gtk-only and the
59 full desktop. SliTaz can also be booted from the web, customized to match
60 any needs and installed on a wide range of devices from old computers, to
61 powerful servers and small ARM devices such as the Raspberry Pi.
62 </p>
63 <p>
64 SliTaz is easy to use for Linux beginners: we provide a full featured
65 and modern desktop following the Freedektop standards with home made
66 tools that let users configure graphicaly the entire system. The full
67 system can even be controled remotly with our web based configuration
68 panel.
69 </p>
71 <p>
72 We provides a base system and a stripped down X system from which you can
73 build your own custimozed distro. The custom system can them be used
74 from a cdrom, usb stick, sdcard, installed to HD or booted from the web.
75 </p>
76 <p>
77 Follow UNIX philosophy: everything is text file. Our packages manager
78 and all system settings are stored in simple text files for easy
79 customization and human readable configurations. Use SHell scripting
80 for most tools, again for easy customization and developement.
81 </p>
82 <p>
83 Radicaly simple way to boot using 4 scripts to configure the entire
84 system, handle boot options, manage networking and run local commands.
85 SliTaz loads the minimal and let users control everything else.
86 </p>
87 <p>
88 Be able to run completly in RAM memory from a LiveCD, an usb stick or
89 frugal HD install. This mod allows you to save documents on a mounted
90 partition while the system stays super fast and response.
91 </p>
92 <p>
93 Structured network with deep SliTaz integration for easy navigations
94 between all sites. Structured developement: with Mercurial and cuctom
95 tools such as the bug tracker and the cookutils.
96 </p>
98 <h2 id="overview">Overview</h2>
100 <ul>
101 <li>Root filesystem taking up about 100 MB and ISO image of less than 40 MB.</li>
102 <li>Ready to use Web/FTP server powered by Busybox with CGI support.</li>
103 <li>Browse the Web with Midori, Firefox or Lynx in text mode.</li>
104 <li>Sound support provided by Alsa mixer, audio player and CD ripper/encoder.</li>
105 <li>Chat, mail and FTP clients.</li>
106 <li>SSH client and server powered by Dropbear.</li>
107 <li>Database engine with SQLite.</li>
108 <li>Generate a LiveUSB device.</li>
109 <li>Tools to create, edit or burn CD or DVD images.</li>
110 <li>Elegant desktop with Openbox running on the top of Xorg/Xvesa (X server).</li>
111 <li>Homemade graphical boxes to command line utilities.</li>
112 <li>3345 packages easily installable from the mirror.</li>
113 <li>Active and friendly community.</li>
114 </ul>
116 <h2 id="website">Website &amp; i18n</h2>
118 <p>
119 SliTaz's Web site is also available in several languages and is
120 part of the <a href="/i18n.php">internationalization project</a>.
121 The web site allows you to <a href="../get/">download</a> the SliTaz
122 LiveCD and help us to develop the project. You can check the
123 <a href="../doc/">documentation</a> area to learn how to use the SliTaz
124 LiveCD and configure the system.
125 </p>
127 <h2 id="reviews">Reviews</h2>
129 <p>
130 SliTaz GNU/Linux has been reviewed on several web sites. Thanks to
131 everyone for support.
132 </p>
134 <h3>4.0 - April 2012</h3>
136 <ul>
137 <li><a href="http://badalhocando.blogspot.co.uk/2012/04/slitaz-40-review-small-but-fierce.html"
138 >Blogspot</a> - By Klaus Zimmermann.</li>
139 <li><a href="http://linuxblog.darkduck.com/2012/04/slitaz-40-light-and-stable.html"
140 >DarkDuck</a> - By Dmitry.</li>
141 <li><a href="http://frederic.bezies.free.fr/blog/?p=8760"
142 >Weblog</a> (fr) - By Frederic Bezies.</li>
143 </ul>
145 <h3>3.0 - March 2010 &amp; Cooking - Jan 2010</h3>
147 <ul>
148 <li><a href="http://kmandla.wordpress.com/2010/03/29/greetings-from-slitaz-3-0/"
149 >Wordpress</a> - By K.Mandla.</li>
150 <li><a href="http://www.linuxjournal.com/content/spotlight-linux-slitaz-gnulinux-30"
151 >Linux Journal</a> - By Susan Linton.</li>
152 <li><a href="http://distrowatch.com/weekly.php?issue=20100111#feature"
153 >Distrowatch</a> - By Jesse Smith (Cooking just before 3.0).</li>
154 </ul>
156 <h3>2.0 - April 2009</h3>
158 <ul>
159 <li><a href="http://www.gdhpress.com.br/blog/slitaz"
160 >Gdhpress</a> (pt) - By Carlos Morimoto.</li>
161 <li><a href="http://www.frlinux.net/?section=distributions&amp;article=237"
162 >FRLinux</a> (fr) - By Steph.</li>
163 <li><a href="http://www.junauza.com/2009/07/slitaz-20-simple-speedy-and-secure.html"
164 >Tech Source</a> - By Jun Auza.</li>
165 <li><a href="http://www.dedoimedo.com/computers/slitaz-2.html"
166 >Dedoimedo</a> - By Dedoimedo.</li>
167 <li><a href="http://linuxologist.com/reviews/slitaz-linux-zero-to-distro-in-30-mb/"
168 >Linuxologist</a> - By Brie Gordon.</li>
169 </ul>
171 <h3>1.0 - March 2008</h3>
173 <ul>
174 <li><a href="http://distrowatch.com/weekly.php?issue=20080331"
175 >Distrowatch</a> - By Ladislav Bodnar.</li>
176 <li><a href="http://www.junauza.com/2008/03/slitaz-gnulinux-smallest-desktop-distro.html"
177 >Tech Source</a> - By Jun Auza.</li>
178 <li><a href="http://beranger.org/index.php?page=diary&amp;2008/03/31/07/04/42-a-quick-look-over-slitaz-1-0"
179 >Planet Béranger</a> - By Béranger.</li>
180 <li><a href="http://kmandla.wordpress.com/2008/04/02/slitaz-10-on-450mhz-k6-2-256mb/"
181 >Wordpress</a> - By K.Mandla.</li>
182 <li><a href="http://reddevil62-techhead.blogspot.com/2008/04/damn-minuscule-linux-first-look-at.html"
183 >Red Devil's Tech Blog</a> - By Steve Lawson.</li>
184 <li><a href="http://www.linuxinfusion.com/slitaz-a-light-weight-gnulinux-distribution"
185 >Linux Infusion</a> - By Moparx.</li>
186 <li><a href="http://www.insidesocal.com/click/2008/06/a-second-look-at-slitaz-10.html"
187 >Dailynews Blog</a> - By Steven Rosenberg.</li>
188 <li><a href="http://www.linux.com/feature/140573">Linux.com</a> - By Dennis L. Ericson.</li>
189 <li><a href="http://www.freesoftwaremagazine.com/columns/slitaz_live_cd_small_beautifully_marked"
190 >Free Software Magazine</a> - By Gary Richmond.</li>
191 <li><a href="http://www.linux-magazine.com/issues/2008/97/slitaz"
192 >Linux Pro Magazine</a> - By Dimitri Popov.</li>
193 <li><a href="http://www.dedoimedo.com/computers/slitaz.html"
194 >Dedoimedo</a> - By Dedoimedo.</li>
195 </ul>
197 <!-- End of content -->
198 </section>
200 <?php include("../../lib/html/footer.html"); ?>
202 </body>
203 </html>