website view en/get/flavors.php @ rev 1013

cn, da, de, en, es, id, it, ru: lib/lang.php applied to all pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 03:53:36 2012 +0300 (2012-03-30)
parents c2f9d5d0f314
children 9e27bd837079
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 LiveCD Flavors</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="description" content="SliTaz GNU/Linux LiveCD" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
9 <meta name="author" content="Christophe Lincoln" />
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php
15 include("../../config.php");
16 include("../../lib/html/header.html");
17 ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../../lib/html/nav.en.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Download flavors</h4>
25 <p>
26 The system of LiveCD flavors is a simple means for the community
27 to generate ISO images for certain tasks by offering a selection
28 of specific packages. There are two possibilities to create a
29 flavor, use a flavor made by the community or create your own
30 via a simple to use graphical interface.
31 </p>
32 </div>
33 </div>
35 <?php include("../../lib/lang.php"); ?>
37 <!-- Content -->
38 <div id="content">
40 <h2>LiveCD ISO Image to taste</h2>
42 <p>
43 For convenience, the SliTaz team propose some ISO flavors for the stable
44 and cooking versions:
45 </p>
47 <p class="box">
48 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-xvesa.iso">
49 slitaz-3.0-xvesa.iso</a>
50 [29.0M] - Fully-featured desktop environment using the tiny Xvesa graphical
51 server and providing a nice range of software for daily tasks
52 </p>
54 <p class="box">
55 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-firefox.iso">
56 slitaz-3.0-firefox.iso</a>
57 [29.0M] - Small desktop environment featuring Mozilla Firefox
58 </p>
60 <p class="box">
61 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-justx.iso">
62 slitaz-3.0-justx.iso</a>
63 [15.0M] - Small desktop environment powered by Xorg and Openbox, using just
64 an X environment and tools to build your own desktop
65 </p>
67 <p class="box">
68 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-base.iso">
69 slitaz-3.0-base.iso</a>
70 [8.0M] - Base system in text mode and including useful commandline tools.
71 A good choice for a server installation
72 </p>
74 <p class="box">
75 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram.iso">
76 slitaz-3.0-loram.iso</a>
77 [35.0M] - Loram flavor that can start SliTaz on machines with very limited
78 resources and needs only 80MB without disabling the cdrom
79 </p>
81 <p class="box">
82 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram-cdrom.iso">
83 slitaz-3.0-loram-cdrom.iso</a>
84 [131.0M] - Loram flavor that can boot with only 16 MB and a little swap
85 memory, but is unable to release the cdrom
86 </p>
88 <p class="box">
89 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-3in1.iso">
90 slitaz-3.0-3in1.iso</a>
91 [30.0M] - 3in1 flavor containing the base, justx and core ISOs
92 </p>
95 <div class="box">
96 <img src="../../images/network.png" alt="png" />
97 Browse flavors directory on the mirror:
98 <a href="http://mirror.slitaz.org/iso/stable/flavors/">Stable</a> |
99 <a href="http://mirror.slitaz.org/iso/cooking/flavors/">Cooking</a>
100 </div>
102 <h2>Getting and generating a flavor</h2>
103 <p>
104 A <em>flavor</em> is a (.flavor) file to generate a special flavor.
105 The graphical tool Tazlitobox can create a flavor in a few
106 mouse clicks. The Tazlito
107 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html">manual</a>
108 and <a href="http://doc.slitaz.org/en:handbook:genlivecd">documentation</a>
109 provide detailed instructions on the generation of flavors. On the
110 command line, you can get a list of available flavors via
111 <code>tazlito list-flavors</code>.
112 </p>
114 <h3>Create and share your own flavor</h3>
115 <p>
116 The stable and cooking versions offer the flavor <em>core</em> on the
117 mirror, it can be used as a basis to create your own flavor.
118 The documentation in the Handbook provides all the necessary
119 instructions to <a href="http://doc.slitaz.org/en:handbook:genlivecd"
120 >create your own LiveCD flavor</a>.
121 </p>
122 <p>
123 If you have created your own flavor to taste, you can send it on the
124 <a href="../mailing-list.php">discussion list</a> for it to be
125 tested and included in the official flavors.
126 </p>
128 <!-- End of content -->
129 </div>
131 <?php include("../../lib/html/footer.html"); ?>
133 </body>
134 </html>