website view en/about/index.html @ rev 484

Minor edits
author Paul Issott <paul@slitaz.org>
date Mon May 18 20:03:41 2009 +0000 (2009-05-18)
parents 775ba72dc4c8
children 765e94535b32
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz - About the project</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux project information overview" />
8 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="revisit-after" content="7 days" />
11 <meta name="expires" content="never" />
12 <meta name="modified" content="2008-07-16 21:30:00" />
13 <meta name="author" content="Christophe Lincoln"/>
14 <meta name="publisher" content="www.slitaz.org" />
15 <link rel="shortcut icon" href="../../favicon.ico" />
16 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
17 <link rel="Content" href="#content" />
18 </head>
19 <body bgcolor="#ffffff">
20 <!-- Header -->
21 <div id="header">
22 <a name="top"></a>
23 <!-- Access -->
24 <div id="access">
25 Language:
26 <a href="../../de/about/">Deutsch</a> |
27 <a href="../../fr/about/">Français</a> |
28 <a href="../../pt/about/">Português</a> |
29 <a href="../../cn/about/" title="Chinese"><img src="../../cn/chinese_top.jpg" title="Chinese" alt="cn"></img></a>
30 </div>
31 <a href="http://www.slitaz.org/en/"><img id="logo"
32 src="../../pics/website/logo.png" title="www.slitaz.org/en" alt="www.slitaz.org"
33 style="border: 0px solid ; width: 200px; height: 74px;" /></a>
34 <p id="titre">#!/GNU/Linux</p>
35 </div>
36 <div id="nav">
37 <div id="nav_top"></div>
38 <!-- General -->
39 <ul>
40 <li><a href="../about/" title="Information about the SliTaz project">About the project</a></li>
41 <li><a href="../asso/" title="SliTaz non-profit association">Association</a></li>
42 <li><a href="../get/" title="Download - LiveCD ISO">Get SliTaz</a></li>
43 <li><a href="../doc/" title="LiveCD usage and howto">Documentation</a></li>
44 <li><a href="../packages/" title="Packaged software">Packages</a></li>
45 <li><a href="../devel/" title="Developers corner">Development</a></li>
46 <li><a href="../artwork/" title="Artwork, colors and images">Artwork</a></li>
47 </ul>
48 <!-- Support -->
49 <ul>
50 <li><a href="http://forum.slitaz.org/#idx2" title="Forum for help and support">Support Forum</a></li>
51 <li><a href="../mailing-list.html" title="Support, contact and collaboration">Mailing List</a></li>
52 <li><a href="../search.html" title="Search engine">Search</a></li>
53 <li><a href="../sitemap.html" title="Web site overview">Sitemap</a></li>
54 </ul>
55 <!-- Wiki and Labs -->
56 <ul>
57 <li><a href="http://wiki.slitaz.org/" title="Wiki communities">Wiki Resources</a></li>
58 <li><a href="http://labs.slitaz.org/" title="SliTaz Laboratories">SliTaz Labs</a></li>
59 <li><a href="http://labs.slitaz.org/issues" title="Bug Tracking system">Bug Tracking</a></li>
60 </ul>
61 <div id="nav_bottom">
62 <div id="nav_bottom_img"></div>
63 </div>
64 </div>
66 <!-- Content top. -->
67 <div id="content_top">
68 <div class="top_left"></div>
69 <div class="top_right"></div>
70 </div>
72 <!-- Content -->
73 <div id="content">
74 <a name="content"></a>
76 <h1><font color="#3e1220">About</font></h1>
77 <h2><font color="#df8f06">SliTaz project</font></h2>
79 <ul>
80 <li><a href="#intro">Introduction.</a></li>
81 <li><a href="#overview">Overview.</a></li>
82 <li><a href="#website">Web site &amp; i18n.</a></li>
83 <li><a href="#reviews">Reviews.</a></li>
84 <li><a href="../asso/">Association.</a></li>
85 </ul>
87 <a name ="intro"></a>
88 <h3>Introduction</h3>
89 <p>
90 SliTaz GNU/Linux is a free operating system working completely in memory from
91 removeable media such as a cdrom or USB key. It is light, speedy and fully installable
92 on a hard drive. SliTaz is distributed in the form of a LiveCD that you can easily
93 burn to a cdrom and boot from. When the system is running you can eject the LiveCD
94 and use your CD drive for other tasks. The Live system provides a fully-featured,
95 working graphical distro and lets you keep your data and personal settings on
96 persistent media. The system can be extended with the Tazpkg package manager and
97 security updates are provided for the cooking and stable versions.
98 </p>
99 <p>
100 SliTaz project provides free technical support to users through the
101 <a href="../mailing-list.html">Mailing list</a> (i18n list)
102 and the <a href="http://forum.slitaz.org/#idx2">English Forum</a>.
103 You can also contact us for more information, suggestions, or comments,
104 using the list or directly by mail : &lt;devel at slitaz.org&gt;
105 </p>
107 <a name="overview"></a>
108 <h3>Overview</h3>
109 <ul>
110 <li>Root filesystem taking about 100 MB and ISO image less than 30 MB.</li>
111 <li>Ready to use Web server powered by LightTPD with CGI and PHP support.</li>
112 <li>Browse the Web with Mozilla Firefox or Retawq in text mode.</li>
113 <li>Sound support provided by Alsa mixer, audio player and CD ripper/encoder.</li>
114 <li>Chat, mail and FTP clients.</li>
115 <li>SSH client and server powered by Dropbear.</li>
116 <li>Database engine with SQLite.</li>
117 <li>Generate a LiveUSB device.</li>
118 <li>Tools to create, edit or burn CD or DVD images.</li>
119 <li>Elegent desktop with Openbox running on the top of Xvesa (X server).</li>
120 <li>Homemade graphical boxes to command line utilities.</li>
121 <li>1400 packages easily installable from the mirror.</li>
122 <li>Active and friendly community.</li>
123 </ul>
125 <a name="website"></a>
126 <h3>Web site &amp; i18n</h3>
127 <p>
128 SliTaz's Web site is also available in several languages and is
129 part of the <a href="../../i18n.html">internationalization project</a>.
130 The web site allows you to <a href="../get/">download</a> the SliTaz
131 LiveCD and help us to develop the project. You can check the
132 <a href="../doc/">documentation</a> area to learn how to use the SliTaz
133 LiveCD and configure the system.
134 </p>
136 <a name="reviews"></a>
137 <h3>Reviews</h3>
138 <p>
139 SliTaz GNU/Linux has been reviewed on several web sites. Thanks to
140 everyone for support.
141 </p>
143 <h4>2.0 - April 2009</h4>
144 <ul>
145 <li><a href="http://www.gdhpress.com.br/blog/slitaz"
146 >Gdhpress</a> (pt) - By Carlos Morimoto.</li>
147 </ul>
149 <h4>1.0 - March 2008</h4>
150 <ul>
151 <li><a href="http://distrowatch.com/weekly.php?issue=20080331"
152 >Distrowatch</a> - By Ladislav Bodnar.</li>
153 <li><a href="http://www.junauza.com/2008/03/slitaz-gnulinux-smallest-desktop-distro.html"
154 >Tech Source</a> - By Jun Auza.</li>
155 <li><a href="http://beranger.org/index.php?page=diary&amp;2008/03/31/07/04/42-a-quick-look-over-slitaz-1-0"
156 >Planet Béranger</a> - By Béranger.</li>
157 <li><a href="http://kmandla.wordpress.com/2008/04/02/slitaz-10-on-450mhz-k6-2-256mb/"
158 >K.Mandla Blog</a> - By K.Mandla.</li>
159 <li><a href="http://reddevil62-techhead.blogspot.com/2008/04/damn-minuscule-linux-first-look-at.html"
160 >Red Devil's Tech Blog</a> - By Steve Lawson.</li>
161 <li><a href="http://www.linuxinfusion.com/slitaz-a-light-weight-gnulinux-distribution"
162 >Linux Infusion</a> - By Moparx.</li>
163 <li><a href="http://www.insidesocal.com/click/2008/06/a-second-look-at-slitaz-10.html"
164 >Dailynews Blog</a> - By Steven Rosenberg.</li>
165 <li><a href="http://www.linux.com/feature/140573">Linux.com</a> - By Dennis L. Ericson.</li>
166 <li><a href="http://www.freesoftwaremagazine.com/columns/slitaz_live_cd_small_beautifully_marked"
167 >Free Software Magazine</a> - By Gary Richmond.</li>
168 <li><a href="http://www.linux-magazine.com/issues/2008/97/slitaz"
169 >Linux Pro Magazine</a> - By Dimitri Popov.</li>
170 <li><a href="http://www.dedoimedo.com/computers/slitaz.html"
171 >Dedoimedo</a> - By Dedoimedo.</li>
172 </ul>
174 <!-- End of content with round corner -->
175 </div>
176 <div id="content_bottom">
177 <div class="bottom_left"></div>
178 <div class="bottom_right"></div>
179 </div>
181 <!-- Start of footer and copy notice -->
182 <div id="copy">
183 <p>
184 Last modification : 2008-07-16 21:30:00 -
185 <a href="#top">Top of the page</a>
186 </p>
187 <p>
188 Copyright &copy; 2008 <a href="http://www.slitaz.org/">SliTaz</a> -
189 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
190 </p>
191 <!-- End of copy -->
192 </div>
194 <!-- Bottom and logo's -->
195 <div id="bottom">
196 <p>
197 <a href="http://validator.w3.org/check?uri=referer"><img
198 src="../../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
199 title="Code validé XHTML 1.0"
200 style="width: 80px; height: 15px;" /></a>
201 </p>
202 </div>
204 </body>
205 </html>