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

fr moved get page to PHP and add download icon
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 21:31:25 2012 +0100 (2012-03-12)
parents 9dcaf58d0ca4
children c2f9d5d0f314
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=ISO-8859-1" />
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 <!-- Content -->
36 <div id="content">
38 <h2>LiveCD ISO Image to taste</h2>
40 <p>
41 For convenience, the SliTaz team propose some ISO flavors for the stable
42 and cooking versions:
43 </p>
45 <p class="box">
46 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-xvesa.iso">
47 slitaz-3.0-xvesa.iso</a>
48 [29.0M] - Fully-featured desktop environment using the tiny Xvesa graphical
49 server and providing a nice range of software for daily tasks
50 </p>
52 <p class="box">
53 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-firefox.iso">
54 slitaz-3.0-firefox.iso</a>
55 [29.0M] - Small desktop environment featuring Mozilla Firefox
56 </p>
58 <p class="box">
59 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-justx.iso">
60 slitaz-3.0-justx.iso</a>
61 [15.0M] - Small desktop environment powered by Xorg and Openbox, using just
62 an X environment and tools to build your own desktop
63 </p>
65 <p class="box">
66 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-base.iso">
67 slitaz-3.0-base.iso</a>
68 [8.0M] - Base system in text mode and including useful commandline tools.
69 A good choice for a server installation
70 </p>
72 <p class="box">
73 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram.iso">
74 slitaz-3.0-loram.iso</a>
75 [35.0M] - Loram flavor that can start SliTaz on machines with very limited
76 resources and needs only 80MB without disabling the cdrom
77 </p>
79 <p class="box">
80 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram-cdrom.iso">
81 slitaz-3.0-loram-cdrom.iso</a>
82 [131.0M] - Loram flavor that can boot with only 16 MB and a little swap
83 memory, but is unable to release the cdrom
84 </p>
86 <p class="box">
87 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-3in1.iso">
88 slitaz-3.0-3in1.iso</a>
89 [30.0M] - 3in1 flavor containing the base, justx and core ISOs
90 </p>
93 <div class="box">
94 <img src="../../images/network.png" alt="png" />
95 Browse flavors directory on the mirror:
96 <a href="http://mirror.slitaz.org/iso/stable/flavors/">Stable</a> |
97 <a href="http://mirror.slitaz.org/iso/cooking/flavors/">Cooking</a>
98 </div>
100 <h2>Getting and generating a flavor</h2>
101 <p>
102 A <em>flavor</em> is a (.flavor) file to generate a special flavor.
103 The graphical tool Tazlitobox can create a flavor in a few
104 mouse clicks. The Tazlito
105 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html">manual</a>
106 and <a href="http://doc.slitaz.org/en:handbook:genlivecd">documentation</a>
107 provide detailed instructions on the generation of flavors. On the
108 command line, you can get a list of available flavors via
109 <code>tazlito list-flavors</code>.
110 </p>
112 <h3>Create and share your own flavor</h3>
113 <p>
114 The stable and cooking versions offer the flavor <em>core</em> on the
115 mirror, it can be used as a basis to create your own flavor.
116 The documentation in the Handbook provides all the necessary
117 instructions to <a href="http://doc.slitaz.org/en:handbook:genlivecd"
118 >create your own LiveCD flavor</a>.
119 </p>
120 <p>
121 If you have created your own flavor to taste, you can send it on the
122 <a href="../mailing-list.php">discussion list</a> for it to be
123 tested and included in the official flavors.
124 </p>
126 <!-- End of content -->
127 </div>
129 <?php include("../../lib/html/footer.html"); ?>
131 </body>
132 </html>