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

en: Tiny edit (again)
author Paul Issott <paul@slitaz.org>
date Tue Apr 14 20:10:20 2009 +0000 (2009-04-14)
parents 2c8cd9e5a289
children 4980c0fb2688
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 </div>
30 <a href="http://www.slitaz.org/en/"><img id="logo"
31 src="../../pics/website/logo.png" title="www.slitaz.org/en" alt="www.slitaz.org"
32 style="border: 0px solid ; width: 200px; height: 74px;" /></a>
33 <p id="titre">#!/GNU/Linux</p>
34 </div>
35 <div id="nav">
36 <div id="nav_top"></div>
37 <ul>
38 <li><a href="../about/" title="Information about the SliTaz project">About the project</a></li>
39 <li><a href="../get/" title="Download - LiveCD ISO">Get SliTaz</a></li>
40 <li><a href="../doc/" title="LiveCD usage and howto">Documentation</a></li>
41 <li><a href="../packages/" title="Packaged software">Packages</a></li>
42 <li><a href="../devel/" title="Developers corner">Development</a></li>
43 <li><a href="../artwork/" title="Artwork, colors and images">Artwork</a></li>
44 <li><a href="../search.html" title="Search engine">Search</a></li>
45 <li><a href="../sitemap.html" title="Web site overview">Sitemap</a></li>
46 </ul>
47 <ul>
48 <li><a href="../mailing-list.html" title="Support, contact and collaboration">Mailing List</a></li>
49 <li><a href="http://forum.slitaz.org/#idx2" title="Forum for help and support">Support Forum</a></li>
50 </ul>
51 <ul>
52 <li><a href="http://wiki.slitaz.org/" title="Wiki communities">Wiki Resources</a></li>
53 <li><a href="http://labs.slitaz.org/" title="SliTaz Laboratories">SliTaz Labs</a></li>
54 <li><a href="http://labs.slitaz.org/issues" title="Bug Tracking system">Bug Tracking</a></li>
55 </ul>
56 <div id="nav_bottom">
57 <div id="nav_bottom_img"></div>
58 </div>
59 </div>
61 <!-- Content top. -->
62 <div id="content_top">
63 <div class="top_left"></div>
64 <div class="top_right"></div>
65 </div>
67 <!-- Content -->
68 <div id="content">
69 <a name="content"></a>
71 <h1><font color="#3e1220">About</font></h1>
72 <h2><font color="#df8f06">SliTaz project</font></h2>
74 <ul>
75 <li><a href="#intro">Introduction.</a></li>
76 <li><a href="#overview">Overview.</a></li>
77 <li><a href="#website">Web site &amp; i18n.</a></li>
78 <li><a href="#reviews">Reviews.</a></li>
79 </ul>
81 <a name ="intro"></a>
82 <h3>Introduction</h3>
83 <p>
84 SliTaz GNU/Linux is a free operating system working completely in memory from
85 removeable media such as a cdrom or USB key. It is light, speedy and fully installable
86 on a hard drive. SliTaz is distributed in the form of a LiveCD that you can easily
87 burn to a cdrom and boot from. When the system is running you can eject the LiveCD
88 and use your CD drive for other tasks. The Live system provides a fully-featured,
89 working graphical distro and lets you keep your data and personal settings on
90 persistent media. The system can be extended with the Tazpkg package manager and
91 security updates are provided for the cooking and stable versions.
92 </p>
93 <p>
94 SliTaz project provides free technical support to users through the
95 <a href="../mailing-list.html">Mailing list</a> (i18n list)
96 and the <a href="http://forum.slitaz.org/#idx2">English Forum</a>.
97 You can also contact us for more information, suggestions, or comments,
98 using the list or directly by mail : &lt;devel at slitaz.org&gt;
99 </p>
101 <a name="overview"></a>
102 <h3>Overview</h3>
103 <ul>
104 <li>Root filesystem taking about 100 MB and ISO image less than 30 MB.</li>
105 <li>Ready to use Web server powered by LightTPD with CGI and PHP support.</li>
106 <li>Browse the Web with Mozilla Firefox or Retawq in text mode.</li>
107 <li>Sound support provided by Alsa mixer, audio player and CD ripper/encoder.</li>
108 <li>Chat, mail and FTP clients.</li>
109 <li>SSH client and server powered by Dropbear.</li>
110 <li>Database engine with SQLite.</li>
111 <li>Generate a LiveUSB device.</li>
112 <li>Tools to create, edit or burn CD or DVD images.</li>
113 <li>Elegent desktop with Openbox running on the top of Xvesa (X server).</li>
114 <li>Homemade graphical boxes to command line utilities.</li>
115 <li>1400 packages easily installable from the mirror.</li>
116 <li>Active and friendly community.</li>
117 </ul>
119 <a name="website"></a>
120 <h3>Web site &amp; i18n</h3>
121 <p>
122 SliTaz's Web site is also available in several languages and is
123 part of the <a href="../../i18n.html">internationalization project</a>.
124 The web site allows you to <a href="../get/">download</a> the SliTaz
125 LiveCD and help us to develop the project. You can check the
126 <a href="../doc/">documentation</a> area to learn how to use the SliTaz
127 LiveCD and configure the system.
128 </p>
130 <a name="reviews"></a>
131 <h3>Reviews</h3>
132 <p>
133 SliTaz GNU/Linux 1.0 has been reviewed on several web sites. Thanks to
134 everyone for support.
135 </p>
136 <ul>
137 <li><a href="http://distrowatch.com/weekly.php?issue=20080331"
138 >Distrowatch</a> - By Ladislav Bodnar.</li>
139 <li><a href="http://www.junauza.com/2008/03/slitaz-gnulinux-smallest-desktop-distro.html"
140 >Tech Source</a> - By Jun Auza.</li>
141 <li><a href="http://beranger.org/index.php?page=diary&amp;2008/03/31/07/04/42-a-quick-look-over-slitaz-1-0"
142 >Planet Béranger</a> - By Béranger.</li>
143 <li><a href="http://kmandla.wordpress.com/2008/04/02/slitaz-10-on-450mhz-k6-2-256mb/"
144 >K.Mandla Blog</a> - By K.Mandla.</li>
145 <li><a href="http://reddevil62-techhead.blogspot.com/2008/04/damn-minuscule-linux-first-look-at.html"
146 >Red Devil's Tech Blog</a> - By Steve Lawson.</li>
147 <li><a href="http://www.linuxinfusion.com/slitaz-a-light-weight-gnulinux-distribution"
148 >Linux Infusion</a> - By Moparx.</li>
149 <li><a href="http://www.insidesocal.com/click/2008/06/a-second-look-at-slitaz-10.html"
150 >Dailynews Blog</a> - By Steven Rosenberg.</li>
151 <li><a href="http://www.linux.com/feature/140573">Linux.com</a> - By Dennis L. Ericson.</li>
152 <li><a href="http://www.freesoftwaremagazine.com/columns/slitaz_live_cd_small_beautifully_marked"
153 >Free Software Magazine</a> - By Gary Richmond.</li>
154 <li><a href="http://www.linux-magazine.com/issues/2008/97/slitaz"
155 >Linux Pro Magazine</a> - By Dimitri Popov.</li>
156 <li><a href="http://www.dedoimedo.com/computers/slitaz.html"
157 >Dedoimedo</a> - By Dedoimedo.</li>
158 </ul>
160 <!-- End of content with round corner -->
161 </div>
162 <div id="content_bottom">
163 <div class="bottom_left"></div>
164 <div class="bottom_right"></div>
165 </div>
167 <!-- Start of footer and copy notice -->
168 <div id="copy">
169 <p>
170 Last modification : 2008-07-16 21:30:00 -
171 <a href="#top">Top of the page</a>
172 </p>
173 <p>
174 Copyright &copy; 2008 <a href="http://www.slitaz.org/">SliTaz</a> -
175 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
176 </p>
177 <!-- End of copy -->
178 </div>
180 <!-- Bottom and logo's -->
181 <div id="bottom">
182 <p>
183 <a href="http://validator.w3.org/check?uri=referer"><img
184 src="../../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
185 title="Code validé XHTML 1.0"
186 style="width: 80px; height: 15px;" /></a>
187 </p>
188 </div>
190 </body>
191 </html>