tazlito diff doc/tazlito.en.html @ rev 211

doc: Update CSS and clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 13:45:28 2011 +0100 (2011-02-24)
parents 740c4e602c14
children b7493ef28221
line diff
     1.1 --- a/doc/tazlito.en.html	Sun Nov 07 08:28:41 2010 +0000
     1.2 +++ b/doc/tazlito.en.html	Thu Feb 24 13:45:28 2011 +0100
     1.3 @@ -6,24 +6,25 @@
     1.4  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5  	<meta name="description" content="" />
     1.6  	<meta name="expires" content="never" />
     1.7 -	<meta name="modified" content="2008-07-18 14:00:00" />
     1.8 +	<meta name="modified" content="2011-02-24 13:30:00" />
     1.9  	<style type="text/css"><!--
    1.10 -	body { font: 90% sans-serif, vernada, arial; margin: 0; }
    1.11 -	#header { background: #f0ba08; color: black; height: 50px;
    1.12 +	body { font: 90% sans-serif, vernada, arial; margin: 0; 
    1.13 +		border-top: 34px solid #f1f1f1; }
    1.14 +	#header { background: #351a0a; color: black; height: 50px;
    1.15  		border-top: 1px solid black; border-bottom: 1px solid black; }
    1.16  	#content { margin: 0px 50px 26px 50px; }
    1.17 -	h1 { margin: 14px 0px 0px 16px; }
    1.18 +	h1 { margin: 14px 0px 0px 16px; color: #fff; margin: 10px; }
    1.19 +	h3 { font-weight: bold; color: #666666; }
    1.20  	li { line-height: 1.4em; }
    1.21 -	pre { padding: 5px; color: black; background: #e1e0b0; }
    1.22 -	pre.script { padding: 10px; color: black; background: #e8e8e8;
    1.23 -		border: 1px inset #333333; }
    1.24 +	pre { padding: 5px; color: black; background: #e1e0b0;
    1.25 +		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
    1.26  	code { font-size: 100%; color: #669900; background: transparent; }
    1.27  	hr { color: white; background: white; height: 1px; border: 0; }
    1.28  	--></style>
    1.29  </head>
    1.30  <body bgcolor="#ffffff">
    1.31  <div id="header">
    1.32 -<h1><font color="#3e1220">Tazlito Manual</font></h1>
    1.33 +	<h1>Tazlito Manual</h1>
    1.34  </div>
    1.35  <hr />
    1.36  <!-- Start content -->
    1.37 @@ -62,7 +63,7 @@
    1.38  <h2>COMMANDS</h2>
    1.39  
    1.40  <a name="usage"></a>
    1.41 -<h3><font color="#6c0023">usage</font></h3>
    1.42 +<h3>usage</h3>
    1.43  <p>
    1.44  The 'usage' command displays a summary of available commands
    1.45  with a short description:
    1.46 @@ -72,7 +73,7 @@
    1.47  </pre>
    1.48  
    1.49  <a name="stats"></a>
    1.50 -<h3><font color="#6c0023">stats</font></h3>
    1.51 +<h3>stats</h3>
    1.52  <p>
    1.53  Stats displays the configuration variables, the paths to the
    1.54  various files and directories, and information on the ISO image:
    1.55 @@ -82,7 +83,7 @@
    1.56  </pre>
    1.57  
    1.58  <a name="gen-config"></a>
    1.59 -<h3><font color="#6c0023">gen-config</font></h3>
    1.60 +<h3>gen-config</h3>
    1.61  <p>
    1.62  The 'gen-config' command allows you to generate a configuration
    1.63  file ready to be edited. By default the file is created in
    1.64 @@ -95,7 +96,7 @@
    1.65  </pre>
    1.66  
    1.67  <a name="configure"></a>
    1.68 -<h3><font color="#6c0023">configure</font></h3>
    1.69 +<h3>configure</h3>
    1.70  <p>
    1.71  This command configures the system configuration
    1.72  file or one found in the current directory:
    1.73 @@ -105,7 +106,7 @@
    1.74  </pre>
    1.75  
    1.76  <a name="gen-iso"></a>
    1.77 -<h3><font color="#6c0023">gen-iso</font></h3>
    1.78 +<h3>gen-iso</h3>
    1.79  <p>
    1.80  The 'gen-iso' command can generate a 
    1.81  new LiveCD image following modifications and additions to the 
    1.82 @@ -119,7 +120,7 @@
    1.83  </pre>
    1.84  
    1.85  <a name="gen-initiso"></a>
    1.86 -<h3><font color="#6c0023">gen-initiso</font></h3>
    1.87 +<h3>gen-initiso</h3>
    1.88  <p>
    1.89  The 'gen'initso' command will do the same work as 'gen-iso',
    1.90  but it rebuilds the initramfs compressed system prior.
    1.91 @@ -131,7 +132,7 @@
    1.92  </pre>
    1.93  
    1.94  <a name="list-flavors"></a>
    1.95 -<h3><font color="#6c0023">list-flavors</font></h3>
    1.96 +<h3>list-flavors</h3>
    1.97  <p>
    1.98  The 'list-flavors' command downloads (if necessary) and displays 
    1.99  a list of the different flavors available. You can force the
   1.100 @@ -143,7 +144,7 @@
   1.101  </pre>
   1.102  
   1.103  <a name="get-flavors"></a>
   1.104 -<h3><font color="#6c0023">get-flavor</font></h3>
   1.105 +<h3>get-flavor</h3>
   1.106  <p>
   1.107  The 'get-flavor' command downloads (if necessary) and prepares the
   1.108  files for 'gen-distro' to generate a flavor:
   1.109 @@ -153,7 +154,7 @@
   1.110  </pre>
   1.111  
   1.112  <a name="show-flavors"></a>
   1.113 -<h3><font color="#6c0023">show-flavor</font></h3>
   1.114 +<h3>show-flavor</h3>
   1.115  <p>
   1.116  The 'show-flavor' command displays the description of the 
   1.117  flavor and its size after regeneration. The options
   1.118 @@ -166,7 +167,7 @@
   1.119  </pre>
   1.120  
   1.121  <a name="gen-flavor"></a>
   1.122 -<h3><font color="#6c0023">gen-flavor</font></h3>
   1.123 +<h3>gen-flavor</h3>
   1.124  <p>
   1.125  The 'gen-flavor' command creates a description file of a new
   1.126  flavor from the results of generating a distro (gen-distro).
   1.127 @@ -177,7 +178,7 @@
   1.128  </pre>
   1.129  
   1.130  <a name="gen-liveflavor"></a>
   1.131 -<h3><font color="#6c0023">gen-liveflavor</font></h3>
   1.132 +<h3>gen-liveflavor</h3>
   1.133  <p>
   1.134  The 'gen-liveflavor' command creates a description file of a new
   1.135  flavor from the results of generating a distro based on the 
   1.136 @@ -188,7 +189,7 @@
   1.137  </pre>
   1.138  
   1.139  <a name="upgrade-flavor"></a>
   1.140 -<h3><font color="#6c0023">upgrade-flavor</font></h3>
   1.141 +<h3>upgrade-flavor</h3>
   1.142  <p>
   1.143  The `upgrade-flavor' command refreshes a flavor file by updating the
   1.144  list of packages with the latest versions available:
   1.145 @@ -198,7 +199,7 @@
   1.146  </pre>
   1.147  
   1.148  <a name="extract-flavor"></a>
   1.149 -<h3><font color="#6c0023">extract-flavor</font></h3>
   1.150 +<h3>extract-flavor</h3>
   1.151  <p>
   1.152  The 'extract-flavor' command converts a flavor into an easily modifiable
   1.153  tree structure in /home/slitaz/flavors which can be managed with
   1.154 @@ -210,7 +211,7 @@
   1.155  </pre>
   1.156  
   1.157  <a name="pack-flavor"></a>
   1.158 -<h3><font color="#6c0023">pack-flavor</font></h3>
   1.159 +<h3>pack-flavor</h3>
   1.160  <p>
   1.161  The 'pack-flavor' command converts a tree structure in /home/slitaz/flavors
   1.162   into a flavor file (.flavor). It is inverse of 'tazlito extract-flavor':
   1.163 @@ -220,7 +221,7 @@
   1.164  </pre>
   1.165  
   1.166  <a name="extract-distro"></a>
   1.167 -<h3><font color="#6c0023">extract-distro</font></h3>
   1.168 +<h3>extract-distro</h3>
   1.169  <p>
   1.170  The 'extract-distro' command is used to extract an ISO image
   1.171  from the LiveCD to rebuild the structure of the root cdrom
   1.172 @@ -233,7 +234,7 @@
   1.173  </pre>
   1.174  
   1.175  <a name="gen-distro"></a>
   1.176 -<h3><font color="#6c0023">gen-distro</font></h3>
   1.177 +<h3>gen-distro</h3>
   1.178  <p>
   1.179  The <em>Generate Distribution</em> command can generate the
   1.180  distro-tree and an ISO image via a list of packages. To function,
   1.181 @@ -257,7 +258,7 @@
   1.182  </pre>
   1.183  
   1.184  <a name="clean-distro"></a>
   1.185 -<h3><font color="#6c0023">clean-distro</font></h3>
   1.186 +<h3>clean-distro</h3>
   1.187  <p>
   1.188  Removes all files generated or extracts of the structure
   1.189  of the LiveCD:
   1.190 @@ -267,7 +268,7 @@
   1.191  </pre>
   1.192  
   1.193  <a name="check-distro"></a>
   1.194 -<h3><font color="#6c0023">check-distro</font></h3>
   1.195 +<h3>check-distro</h3>
   1.196  <p>
   1.197  This command simply verifies if files installed
   1.198  by the packages are present on the system:
   1.199 @@ -277,7 +278,7 @@
   1.200  </pre>
   1.201  
   1.202  <a name="writeiso"></a>
   1.203 -<h3><font color="#6c0023">writeiso</font></h3>
   1.204 +<h3>writeiso</h3>
   1.205  <p>
   1.206  This command will write the current filesystem to a cpio archive 
   1.207  (rootfs.gz) and then generate a bootable ISO image. Writeiso can 
   1.208 @@ -293,7 +294,7 @@
   1.209  </pre>
   1.210  
   1.211  <a name="frugal-install"></a>
   1.212 -<h3><font color="#6c0023">frugal-install</font></h3>
   1.213 +<h3>frugal-install</h3>
   1.214  <p>
   1.215  Perfom a frugal installation into /boot/frugal and add a GRUB entry 
   1.216  if needed. Frugal mode will make SliTaz work completely in memory 
   1.217 @@ -307,7 +308,7 @@
   1.218  </pre>
   1.219  
   1.220  <a name="check-list"></a>
   1.221 -<h3><font color="#6c0023">check-list</font></h3>
   1.222 +<h3>check-list</h3>
   1.223  <p>
   1.224  Checks if the distro-packages.list is updated with the latest package
   1.225  versions:
   1.226 @@ -317,7 +318,7 @@
   1.227  </pre>
   1.228  
   1.229  <a name="repack"></a>
   1.230 -<h3><font color="#6c0023">repack</font></h3>
   1.231 +<h3>repack</h3>
   1.232  <p>
   1.233  Recompresses the rootfs with the best possible compression:
   1.234  </p>
   1.235 @@ -326,7 +327,7 @@
   1.236  </pre>
   1.237  
   1.238  <a name="merge"></a>
   1.239 -<h3><font color="#6c0023">merge</font></h3>
   1.240 +<h3>merge</h3>
   1.241  <p>
   1.242  Combines several flavors like nested Russian dolls. Each rootfs is a
   1.243  subset of the previous. The first rootfs is extracted from the ISO image
   1.244 @@ -338,7 +339,7 @@
   1.245  </pre>
   1.246  
   1.247  <a name="build-loram"></a>
   1.248 -<h3><font color="#6c0023">build-loram</font></h3>
   1.249 +<h3>build-loram</h3>
   1.250  <p>
   1.251  Creates an ISO image flavor for low ram systems from a SliTaz ISO image.
   1.252  You can build a flavor with / always in ram or where / resides on the cdrom:
   1.253 @@ -349,7 +350,7 @@
   1.254  </pre>
   1.255  
   1.256  <a name="emu-iso"></a>
   1.257 -<h3><font color="#6c0023">emu-iso</font></h3>
   1.258 +<h3>emu-iso</h3>
   1.259  <p>
   1.260  The emu-iso command uses the Qemu emulator to start and run SliTaz.
   1.261  Qemu is used to test the newly built ISO image without burning to a
   1.262 @@ -361,7 +362,7 @@
   1.263  </pre>
   1.264  
   1.265  <a name="burn-iso"></a>
   1.266 -<h3><font color="#6c0023">burn-iso</font></h3>
   1.267 +<h3>burn-iso</h3>
   1.268  <p>
   1.269  Burn-iso will guess the cdrom device and its speed, and wodim
   1.270  (part of cdrkit) will begin to burn an ISO image. The default
   1.271 @@ -381,7 +382,7 @@
   1.272  </p>
   1.273  
   1.274  <a name="rebuild-flavor"></a>
   1.275 -<h3><font color="#6c0023">Manufacture a flavor</font></h3>
   1.276 +<h3>Manufacture a flavor</h3>
   1.277  <p>
   1.278  You can choose the flavor to (re)manufacture from among those available:
   1.279  </p>
   1.280 @@ -409,7 +410,7 @@
   1.281  </pre>
   1.282  
   1.283  <a name="create-flavor"></a>
   1.284 -<h3><font color="#6c0023">Create a flavor</font></h3>
   1.285 +<h3>Create a flavor</h3>
   1.286  <p>
   1.287  To create a flavor, you must:
   1.288  </p>
   1.289 @@ -424,7 +425,7 @@
   1.290  </ul>
   1.291  
   1.292  <a name="publish-flavor"></a>
   1.293 -<h3><font color="#6c0023">Post a flavor</font></h3>
   1.294 +<h3>Post a flavor</h3>
   1.295  <p>
   1.296  Because a .flavor file contains just a few KB; it can be easily sent via the
   1.297  mailing list.
   1.298 @@ -491,7 +492,7 @@
   1.299  </ul>
   1.300  
   1.301  <a name="tune-flavor"></a>
   1.302 -<h3><font color="#6c0023">Adapt a flavor</font></h3>
   1.303 +<h3>Adapt a flavor</h3>
   1.304  <p>
   1.305  It is often easier to modify an existing flavor than to create one from
   1.306  scratch. To adapt the eeepc flavor for example:
   1.307 @@ -524,7 +525,7 @@
   1.308  </pre>
   1.309  
   1.310  <a name="meta-flavor"></a>
   1.311 -<h3><font color="#6c0023">Meta flavor</font></h3>
   1.312 +<h3>Meta flavor</h3>
   1.313  <p>
   1.314  A meta flavor contains several flavors like nested Russian dolls. The flavor
   1.315  will be launched at startup according to the amount of RAM available.