tazlito 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 980c97c2d11e
children b7493ef28221
files doc/tazlito.en.html doc/tazlito.fr.html doc/tazlito.pt.html
line diff
     1.1 --- a/doc/tazlito.en.html	Thu Feb 24 13:33:47 2011 +0100
     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.
     2.1 --- a/doc/tazlito.fr.html	Thu Feb 24 13:33:47 2011 +0100
     2.2 +++ b/doc/tazlito.fr.html	Thu Feb 24 13:45:28 2011 +0100
     2.3 @@ -6,26 +6,27 @@
     2.4  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     2.5  	<meta name="description" content="" />
     2.6  	<meta name="expires" content="never" />
     2.7 -	<meta name="modified" content="2007-08-03 13:26:42" />
     2.8 +	<meta name="modified" content="2011-02-24 13:30:00" />
     2.9  	<style type="text/css"><!--
    2.10 -	body { font: 90% sans-serif, vernada, arial; margin: 0; }
    2.11 -	#header { background: #f0ba08; color: black; height: 50px;
    2.12 +	body { font: 90% sans-serif, vernada, arial; margin: 0; 
    2.13 +		border-top: 34px solid #f1f1f1; }
    2.14 +	#header { background: #351a0a; color: black; height: 50px;
    2.15  		border-top: 1px solid black; border-bottom: 1px solid black; }
    2.16  	#content { margin: 0px 50px 26px 50px; }
    2.17 -	h1 { margin: 14px 0px 0px 16px; }
    2.18 +	h1 { margin: 14px 0px 0px 16px; color: #fff; margin: 10px; }
    2.19 +	h3 { font-weight: bold; color: #666666; }
    2.20  	li { line-height: 1.4em; }
    2.21 -	pre { padding: 5px; color: black; background: #e1e0b0; }
    2.22 -	pre.script { padding: 10px; color: black; background: #e8e8e8;
    2.23 -		border: 1px inset #333333; }
    2.24 +	pre { padding: 5px; color: black; background: #e1e0b0;
    2.25 +		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
    2.26  	code { font-size: 100%; color: #669900; background: transparent; }
    2.27  	hr { color: white; background: white; height: 1px; border: 0; }
    2.28  	--></style>
    2.29  </head>
    2.30  <body bgcolor="#ffffff">
    2.31  <div id="header">
    2.32 -<h1><font color="#3e1220">Tazlito Manual</font></h1>
    2.33 +	<h1>Tazlito Manual</h1>
    2.34  </div>
    2.35 -<hr />
    2.36 +<hr />	
    2.37  <!-- Start content -->
    2.38  <div id="content">
    2.39  
    2.40 @@ -64,7 +65,7 @@
    2.41  
    2.42  <h2>COMMANDES</h2>
    2.43  <a name="usage"></a>
    2.44 -<h3><font color="#6c0023">usage</font></h3>
    2.45 +<h3>usage</h3>
    2.46  <p>
    2.47  La commande 'usage' affiche une liste des commandes disponibles avec une
    2.48  courte description&nbsp;:
    2.49 @@ -74,7 +75,7 @@
    2.50  </pre>
    2.51  
    2.52  <a name="stats"></a>
    2.53 -<h3><font color="#6c0023">stats</font></h3>
    2.54 +<h3>stats</h3>
    2.55  <p>
    2.56  Stats affiche les variables de configuration, le chemin vers les différents
    2.57  fichiers et répertoires et les informations sur l'image ISO&nbsp;:
    2.58 @@ -84,7 +85,7 @@
    2.59  </pre>
    2.60  
    2.61  <a name="gen-config"></a>
    2.62 -<h3><font color="#6c0023">gen-config</font></h3>
    2.63 +<h3>gen-config</h3>
    2.64  <p>
    2.65  La commande 'gen-config' vous permet de générer une fichier de configuration
    2.66  prêt à être édité. Par défaut le fichier est créé dans le répertoire courant
    2.67 @@ -96,7 +97,7 @@
    2.68  </pre>
    2.69  
    2.70  <a name="configure"></a>
    2.71 -<h3><font color="#6c0023">configure</font></h3>
    2.72 +<h3>configure</h3>
    2.73  <p>
    2.74  La commande configure permet de configurer le fichier de configuration
    2.75  système ou celui trouvé dans le répertoire courant&nbsp;:
    2.76 @@ -106,7 +107,7 @@
    2.77  </pre>
    2.78  
    2.79  <a name="gen-iso"></a>
    2.80 -<h3><font color="#6c0023">gen-iso</font></h3>
    2.81 +<h3>gen-iso</h3>
    2.82  <p>
    2.83  La commande 'gen-iso' pour <em>Generate ISO</em> permet de générer une nouvelle
    2.84  image ISO du LiveCD suite à des modifications et ajouter dans le système
    2.85 @@ -119,7 +120,7 @@
    2.86  </pre>
    2.87  
    2.88  <a name="gen-initiso"></a>
    2.89 -<h3><font color="#6c0023">gen-initiso</font></h3>
    2.90 +<h3>gen-initiso</h3>
    2.91  <p>
    2.92  La commande 'gen-initiso' va faire le même travail que 'gen-iso' mais en
    2.93  reconstruisant préalablement l'initramfs compressé du système. L'initramfs
    2.94 @@ -131,7 +132,7 @@
    2.95  </pre>
    2.96  
    2.97  <a name="list-flavors"></a>
    2.98 -<h3><font color="#6c0023">list-flavors</font></h3>
    2.99 +<h3>list-flavors</h3>
   2.100  <p>
   2.101  La commande 'list-flavors' télécharge si nécessaire et affiche la liste des
   2.102  différentes saveurs disponibles. On peut forcer le téléchargement avec
   2.103 @@ -142,7 +143,7 @@
   2.104   # tazlito list-flavors --recharge
   2.105  </pre>
   2.106  <a name="get-flavor"></a>
   2.107 -<h3><font color="#6c0023">get-flavor</font></h3>
   2.108 +<h3>get-flavor</h3>
   2.109  <p>
   2.110  La commande 'get-flavor' télécharge si nécessaire et prépare les fichiers
   2.111  nécessaires à 'gen-distro' pour refabriquer une saveur. 
   2.112 @@ -152,7 +153,7 @@
   2.113  </pre>
   2.114  
   2.115  <a name="show-flavor"></a>
   2.116 -<h3><font color="#6c0023">show-flavor</font></h3>
   2.117 +<h3>show-flavor</h3>
   2.118  <p>
   2.119  La commande 'show-flavor' affiche les caractéristiques d'une saveur et ses
   2.120  dimensions après refabrication. Les options '--brief' et '--noheader' réduisent
   2.121 @@ -165,7 +166,7 @@
   2.122  </pre>
   2.123  
   2.124  <a name="gen-flavor"></a>
   2.125 -<h3><font color="#6c0023">gen-flavor</font></h3>
   2.126 +<h3>gen-flavor</h3>
   2.127  <p>
   2.128  La commande 'gen-flavor' crée un fichier de description d'une nouvelle saveur
   2.129  à partir des résultats de fabrication de 'gen-distro'. Le fichier .flavor
   2.130 @@ -176,7 +177,7 @@
   2.131  </pre>
   2.132  
   2.133  <a name="gen-liveflavor"></a>
   2.134 -<h3><font color="#6c0023">gen-liveflavor</font></h3>
   2.135 +<h3>gen-liveflavor</h3>
   2.136  <p>
   2.137  La commande 'gen-liveflavor' crée une image ISO et un fichier de description
   2.138  d'une nouvelle saveur à partir de la distribution courante. Un fichier texte
   2.139 @@ -198,7 +199,7 @@
   2.140  </pre>
   2.141  
   2.142  <a name="upgrade-flavor"></a>
   2.143 -<h3><font color="#6c0023">upgrade-flavor</font></h3>
   2.144 +<h3>upgrade-flavor</h3>
   2.145  <p>
   2.146  La commande 'upgrade-flavor' raffraîchit une saveur consue pour une ancienne
   2.147  version de SliTaz en mettant à jour la liste des paquets avec les dernières
   2.148 @@ -209,7 +210,7 @@
   2.149  </pre>
   2.150  
   2.151  <a name="extract-flavor"></a>
   2.152 -<h3><font color="#6c0023">extract-flavor</font></h3>
   2.153 +<h3>extract-flavor</h3>
   2.154  <p>
   2.155  La commande 'extract-flavor' convertit une saveur en une arborescence
   2.156  facilement modifiable dans /home/slitaz/flavors/'saveur' qui pourra être gérée
   2.157 @@ -220,7 +221,7 @@
   2.158  </pre>
   2.159  
   2.160  <a name="pack-flavor"></a>
   2.161 -<h3><font color="#6c0023">pack-flavor</font></h3>
   2.162 +<h3>pack-flavor</h3>
   2.163  <p>
   2.164  La commande 'pack-flavor' convertit une arborescence de /home/slitaz/flavors/ 
   2.165  en saveur (.flavor). Soit l'opération inverse de <i>tazlito extract-flavor</i>.
   2.166 @@ -230,7 +231,7 @@
   2.167  </pre>
   2.168  
   2.169  <a name="extract-distro"></a>
   2.170 -<h3><font color="#6c0023">extract-distro</font></h3>
   2.171 +<h3>extract-distro</h3>
   2.172  <p>
   2.173  La commande 'extract-iso' sert à extraire les fichiers d'une images ISO du
   2.174  LiveCD, pour en reconstruire la structure (Racine du cdrom et du système).
   2.175 @@ -242,7 +243,7 @@
   2.176   # tazlito extract-distro slitaz-cooking.iso
   2.177  </pre>
   2.178  <a name="gen-distro"></a>
   2.179 -<h3><font color="#6c0023">gen-distro</font></h3>
   2.180 +<h3>gen-distro</h3>
   2.181  <p>
   2.182  La commande <em>Generate Distribution</em> permet de générer la structure du
   2.183  système Live et une image ISO via une liste de paquets. Pour fonctionner, cette
   2.184 @@ -263,7 +264,7 @@
   2.185   # tazlito gen-distro package-list
   2.186  </pre>
   2.187  <a name="clean-distro"></a>
   2.188 -<h3><font color="#6c0023">clean-distro</font></h3>
   2.189 +<h3>clean-distro</h3>
   2.190  <p>
   2.191  Supprime tous les fichiers générés ou extraits de la structure du LiveCD&nbsp;:
   2.192  </p>
   2.193 @@ -271,7 +272,7 @@
   2.194   # tazlito clean-distro
   2.195  </pre>
   2.196  <a name="check-distro"></a>
   2.197 -<h3><font color="#6c0023">check-distro</font></h3>
   2.198 +<h3>check-distro</h3>
   2.199  <p>
   2.200  Cette commande permet simplement de vérifier si les fichiers non installés par
   2.201  des paquets, sont bien présents dans la distro&nbsp;:
   2.202 @@ -281,7 +282,7 @@
   2.203  </pre>
   2.204  
   2.205  <a name="writeiso"></a>
   2.206 -<h3><font color="#6c0023">writeiso</font></h3>
   2.207 +<h3>writeiso</h3>
   2.208  <p>
   2.209  Cette commande sauvegarde le système de fichier dans une archive cpio
   2.210  (rootfs.gz) et génère une image ISO bootable. Writeiso peut être utilisé
   2.211 @@ -297,7 +298,7 @@
   2.212  </pre>
   2.213  
   2.214  <a name="frugal-install"></a>
   2.215 -<h3><font color="#6c0023">frugal-install</font></h3>
   2.216 +<h3>frugal-install</h3>
   2.217  <p>
   2.218  Installe les fichiers nécessaire du CD-ROM dans /boot/frugal et ajoute
   2.219  une entée GRUB si nécessaire. En mode frugal, Slitaz fonctionne entièrement
   2.220 @@ -312,7 +313,7 @@
   2.221  </pre>
   2.222  
   2.223  <a name="check-list"></a>
   2.224 -<h3><font color="#6c0023">check-list</font></h3>
   2.225 +<h3>check-list</h3>
   2.226  <p>
   2.227  Vérifie si distro-packages.list est à jour avec les dernières version des paquets.
   2.228  </p>
   2.229 @@ -321,7 +322,7 @@
   2.230  </pre>
   2.231  
   2.232  <a name="repack"></a>
   2.233 -<h3><font color="#6c0023">repack</font></h3>
   2.234 +<h3>repack</h3>
   2.235  <p>
   2.236  Recompresse le(s) rootfs avec la meilleure compression possible.
   2.237  </p>
   2.238 @@ -330,7 +331,7 @@
   2.239  </pre>
   2.240  
   2.241  <a name="merge"></a>
   2.242 -<h3><font color="#6c0023">merge</font></h3>
   2.243 +<h3>merge</h3>
   2.244  <p>
   2.245  Réunit plusieurs saveurs imbriquées comme des poupées russes. Chaque rootfs
   2.246  est un sous ensemble du précédent. Le premier rootfs est extrait de l'image
   2.247 @@ -343,7 +344,7 @@
   2.248  </pre>
   2.249  
   2.250  <a name="build-loram"></a>
   2.251 -<h3><font color="#6c0023">build-loram</font></h3>
   2.252 +<h3>build-loram</h3>
   2.253  <p>
   2.254  Crée une image ISO pour les machines avec peu de mémoire.
   2.255  Le système de fichier racine peut soit être toujours chargé en mémoire ou peut
   2.256 @@ -355,7 +356,7 @@
   2.257  </pre>
   2.258  
   2.259  <a name="emu-iso"></a>
   2.260 -<h3><font color="#6c0023">emu-iso</font></h3>
   2.261 +<h3>emu-iso</h3>
   2.262  <p>
   2.263  La commande emu-iso va utiliser l'émulateur Qemu pour démarrer et lançer
   2.264  SliTaz. Qemu permet de tester l'image ISO fraîchement construite sans
   2.265 @@ -367,7 +368,7 @@
   2.266  </pre>
   2.267  
   2.268  <a name="burn-iso"></a>
   2.269 -<h3><font color="#6c0023">burn-iso</font></h3>
   2.270 +<h3>burn-iso</h3>
   2.271  <p>
   2.272  Burn ISO va deviner le périphérique de cdrom, sa vitesse de gravure et lancer
   2.273  l'outils Wodim pour graver une image ISO. L'image ISO par défaut est celle
   2.274 @@ -385,7 +386,7 @@
   2.275  nécessaires pour refabriquer un Live CD customisé de SliTaz.
   2.276  </p>
   2.277  <a name="rebuild-flavor"></a>
   2.278 -<h3><font color="#6c0023">Refabriquer une saveur</font></h3>
   2.279 +<h3>Refabriquer une saveur</h3>
   2.280  <p>
   2.281  On choisit la saveur à refabriquer parmi celles disponibles.
   2.282  </p>
   2.283 @@ -413,7 +414,7 @@
   2.284  </pre>
   2.285  
   2.286  <a name="create-flavor"></a>
   2.287 -<h3><font color="#6c0023">Créer une saveur</font></h3>
   2.288 +<h3>Créer une saveur</h3>
   2.289  <p>
   2.290  Pour créer une saveur, il faut :
   2.291  </p>
   2.292 @@ -433,7 +434,7 @@
   2.293  </ul>
   2.294  
   2.295  <a name="publish-flavor"></a>
   2.296 -<h3><font color="#6c0023">Publier une saveur</font></h3>
   2.297 +<h3>Publier une saveur</h3>
   2.298  <p>
   2.299  Les fichiers .flavor ne font généralement que quelques Ko. Ils peuvent être
   2.300  envoyés via la liste de diffusion de SliTaz.
   2.301 @@ -501,7 +502,7 @@
   2.302  </ul>
   2.303  
   2.304  <a name="tune-flavor"></a>
   2.305 -<h3><font color="#6c0023">Adapter une saveur</font></h3>
   2.306 +<h3>Adapter une saveur</h3>
   2.307  <p>
   2.308  Il est souvent plus simple de modifier une saveur existante que d'en créer une
   2.309  ex-nihilo. Pour adapter la saveur eeepc par exemple&nbsp;:
   2.310 @@ -534,7 +535,7 @@
   2.311  </pre>
   2.312  
   2.313  <a name="meta-flavor"></a>
   2.314 -<h3><font color="#6c0023">Meta saveur</font></h3>
   2.315 +<h3>Meta saveur</h3>
   2.316  <p>
   2.317  Une meta saveur contient plusieurs saveurs imbriquées comme des poupées russes.
   2.318  La saveur à lancer sera choisie au démarrage suivant la quantité de RAM
     3.1 --- a/doc/tazlito.pt.html	Thu Feb 24 13:33:47 2011 +0100
     3.2 +++ b/doc/tazlito.pt.html	Thu Feb 24 13:45:28 2011 +0100
     3.3 @@ -6,24 +6,25 @@
     3.4      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     3.5      <meta name="description" content="" />
     3.6      <meta name="expires" content="never" />
     3.7 -    <meta name="modified" content="2008-07-18 14:00:00" />
     3.8 +    <meta name="modified" content="2011-02-24 13:30:00" />
     3.9      <style type="text/css"><!--
    3.10 -    body { font: 90% sans-serif, vernada, arial; margin: 0; }
    3.11 -    #header { background: #f0ba08; color: black; height: 50px;
    3.12 -        border-top: 1px solid black; border-bottom: 1px solid black; }
    3.13 -    #content { margin: 0px 50px 26px 50px; }
    3.14 -    h1 { margin: 14px 0px 0px 16px; }
    3.15 -    li { line-height: 1.4em; }
    3.16 -    pre { padding: 5px; color: black; background: #e1e0b0; }
    3.17 -    pre.script { padding: 10px; color: black; background: #e8e8e8;
    3.18 -        border: 1px inset #333333; }
    3.19 -    code { font-size: 100%; color: #669900; background: transparent; }
    3.20 -    hr { color: white; background: white; height: 1px; border: 0; }
    3.21 -    --></style>
    3.22 +	body { font: 90% sans-serif, vernada, arial; margin: 0; 
    3.23 +		border-top: 34px solid #f1f1f1; }
    3.24 +	#header { background: #351a0a; color: black; height: 50px;
    3.25 +		border-top: 1px solid black; border-bottom: 1px solid black; }
    3.26 +	#content { margin: 0px 50px 26px 50px; }
    3.27 +	h1 { margin: 14px 0px 0px 16px; color: #fff; margin: 10px; }
    3.28 +	h3 { font-weight: bold; color: #666666; }
    3.29 +	li { line-height: 1.4em; }
    3.30 +	pre { padding: 5px; color: black; background: #e1e0b0;
    3.31 +		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
    3.32 +	code { font-size: 100%; color: #669900; background: transparent; }
    3.33 +	hr { color: white; background: white; height: 1px; border: 0; }
    3.34 +	--></style>
    3.35  </head>
    3.36  <body bgcolor="#ffffff">
    3.37  <div id="header">
    3.38 -<h1><font color="#3e1220">Manual Tazlito</font></h1>
    3.39 +	<h1>Manual Tazlito</h1>
    3.40  </div>
    3.41  <hr />
    3.42  <!-- Start content -->
    3.43 @@ -63,7 +64,7 @@
    3.44  <h2>COMANDOS</h2>
    3.45  
    3.46  <a name="usage"></a>
    3.47 -<h3><font color="#6c0023">usage</font></h3>
    3.48 +<h3>usage</h3>
    3.49  <p>
    3.50  O comando "usage" mostra um resumo dos comandos disponíveis com uma pequena
    3.51  descrição:
    3.52 @@ -73,7 +74,7 @@
    3.53  </pre>
    3.54  
    3.55  <a name="stats"></a>
    3.56 -<h3><font color="#6c0023">stats</font></h3>
    3.57 +<h3>stats</h3>
    3.58  <p>
    3.59  "Stats" mostra as variáveis da configuração, os caminhos para os vários arquivos
    3.60  e diretórios e informações sobre a imagem ISO:
    3.61 @@ -83,7 +84,7 @@
    3.62  </pre>
    3.63  
    3.64  <a name="gen-config"></a>
    3.65 -<h3><font color="#6c0023">gen-config</font></h3>
    3.66 +<h3>gen-config</h3>
    3.67  <p>
    3.68  O comando "gen-config" permite a geração do arquivo de configuração pronto para
    3.69  ser editado. Por padrão o arquivo é criado no diretório atual, mas também pode
    3.70 @@ -95,7 +96,7 @@
    3.71  </pre>
    3.72  
    3.73  <a name="configure"></a>
    3.74 -<h3><font color="#6c0023">configure</font></h3>
    3.75 +<h3>configure</h3>
    3.76  <p>
    3.77  Este comando pode configurar o arquivo de configuração do sistema ou o encontrado
    3.78  no diretório atual:
    3.79 @@ -105,7 +106,7 @@
    3.80  </pre>
    3.81  
    3.82  <a name="gen-iso"></a>
    3.83 -<h3><font color="#6c0023">gen-iso</font></h3>
    3.84 +<h3>gen-iso</h3>
    3.85  <p>
    3.86  O comando "gen-iso" pode gerar uma nova imagem do LiveCD a partir de modificações
    3.87  e adições ao sistema de arquivos root do cdrom. Para funcionar, este comando
    3.88 @@ -118,7 +119,7 @@
    3.89  </pre>
    3.90  
    3.91  <a name="gen-initiso"></a>
    3.92 -<h3><font color="#6c0023">gen-initiso</font></h3>
    3.93 +<h3>gen-initiso</h3>
    3.94  <p>
    3.95  O comando "gen-initiso" faz o mesmo que o "gen-iso", mas antes ele reconstrói o 
    3.96  sistema comprimido initramfs. O initramfs contem o sistema de arquivos root e
    3.97 @@ -129,7 +130,7 @@
    3.98  </pre>
    3.99  
   3.100  <a name="list-flavors"></a>
   3.101 -<h3><font color="#6c0023">list-flavors</font></h3>
   3.102 +<h3>list-flavors</h3>
   3.103  <p>
   3.104  Este comando baixa (se necessário) e mostra a lista de diferentes variantes
   3.105  disponíveis. Pode-se forçar o download com a opção --recharge:
   3.106 @@ -140,7 +141,7 @@
   3.107  </pre>
   3.108  
   3.109  <a name="get-flavor"></a>
   3.110 -<h3><font color="#6c0023">get-flavor</font></h3>
   3.111 +<h3>get-flavor</h3>
   3.112  <p>
   3.113  O comando "get-flavor" baixa (se necessário) e prepara os arquivos para que o
   3.114  comando "gen-distro" gere uma variante:
   3.115 @@ -150,7 +151,7 @@
   3.116  </pre>
   3.117  
   3.118  <a name="show-flavor"></a>
   3.119 -<h3><font color="#6c0023">show-flavor</font></h3>
   3.120 +<h3>show-flavor</h3>
   3.121  <p>
   3.122  Este comando mostra a descrição da variante e seu tamanho após a regeneração.
   3.123  As opções --brief e --hoheader reduzem a saida do comando:
   3.124 @@ -162,7 +163,7 @@
   3.125  </pre>
   3.126  
   3.127  <a name="gen-flavor"></a>
   3.128 -<h3><font color="#6c0023">gen-flavor</font></h3>
   3.129 +<h3>gen-flavor</h3>
   3.130  <p>
   3.131  O comando "gen-flavor" cria um arquivo de descrição de uma nova variante a partir
   3.132  dos resultados da regeneração da distro (gen-distro). O arquivo .flavor pode
   3.133 @@ -173,7 +174,7 @@
   3.134  </pre>
   3.135  
   3.136  <a name="gen-liveflavor"></a>
   3.137 -<h3><font color="#6c0023">gen-liveflavor</font></h3>
   3.138 +<h3>gen-liveflavor</h3>
   3.139  <p>
   3.140  Este comando cria um arquivo de descrição de uma nova variante a partir
   3.141  dos resultados de geração da distro baseada no sistema atual. A opção
   3.142 @@ -184,7 +185,7 @@
   3.143  </pre>
   3.144  
   3.145  <a name="upgrade-flavor"></a>
   3.146 -<h3><font color="#6c0023">upgrade-flavor</font></h3>
   3.147 +<h3>upgrade-flavor</h3>
   3.148  <p>
   3.149  Este comando renova um arquivo flavor, atualizando a lista de pacotes
   3.150  com a versão mais recente disponível no mirror:
   3.151 @@ -194,7 +195,7 @@
   3.152  </pre>
   3.153  
   3.154  <a name="extract-flavor"></a>
   3.155 -<h3><font color="#6c0023">extract-flavor</font></h3>
   3.156 +<h3>extract-flavor</h3>
   3.157  <p>
   3.158  O comando 'extract-flavor' converte um flavor em uma estrutura de pastas
   3.159  facilmente modificável em /home/slitaz/flavors que pode ser ser 
   3.160 @@ -206,7 +207,7 @@
   3.161  </pre>
   3.162  
   3.163  <a name="pack-flavor"></a>
   3.164 -<h3><font color="#6c0023">pack-flavor</font></h3>
   3.165 +<h3>pack-flavor</h3>
   3.166  <p>
   3.167  Este comando converte uma estrutura de pastas encontrada em /home/slitaz/flavors
   3.168  em um arquivo de variante (.flavor). É o inverso do que o comando 
   3.169 @@ -217,7 +218,7 @@
   3.170  </pre>
   3.171  
   3.172  <a name="extract-distro"></a>
   3.173 -<h3><font color="#6c0023">extract-distro</font></h3>
   3.174 +<h3>extract-distro</h3>
   3.175  <p>
   3.176  Este comando é usado para extrair uma imagem ISO do LiveCD e reconstruir a 
   3.177  estrutura do cdrom e sistema root. Isto possibilita fazer as mudanças desejadas,
   3.178 @@ -229,7 +230,7 @@
   3.179  </pre>
   3.180  
   3.181  <a name="gen-distro"></a>
   3.182 -<h3><font color="#6c0023">gen-distro</font></h3>
   3.183 +<h3>gen-distro</h3>
   3.184  <p>
   3.185  O comando para <em>Geração de Distribuição</em> pode gerar a árvore da distribuição
   3.186  e a imagem ISO por meio de uma lista de pacotes. Para funcionar, este comando
   3.187 @@ -251,7 +252,7 @@
   3.188  </pre>
   3.189  
   3.190  <a name="clean-distro"></a>
   3.191 -<h3><font color="#6c0023">clean-distro</font></h3>
   3.192 +<h3>clean-distro</h3>
   3.193  <p>
   3.194  Remove todos os arquivos gerados ou extraidos da estrutura do LiveCD:
   3.195  </p>
   3.196 @@ -260,7 +261,7 @@
   3.197  </pre>
   3.198  
   3.199  <a name="check-distro"></a>
   3.200 -<h3><font color="#6c0023">check-distro</font></h3>
   3.201 +<h3>check-distro</h3>
   3.202  <p>
   3.203  Este comando simplesmente verifica se os arquivos instalados pelos pacotes estão
   3.204  presentes no sistema:
   3.205 @@ -270,7 +271,7 @@
   3.206  </pre>
   3.207  
   3.208  <a name="writeiso"></a>
   3.209 -<h3><font color="#6c0023">writeiso</font></h3>
   3.210 +<h3>writeiso</h3>
   3.211  <p>
   3.212  Este comando irá converter o sistema de arquivos atual em um arquivo
   3.213  cpio (rootfs.gz) e então gerar uma imagem ISO inicializável. Pode ser
   3.214 @@ -286,7 +287,7 @@
   3.215  </pre>
   3.216  
   3.217  <a name="frugal-install"></a>
   3.218 -<h3><font color="#6c0023">frugal-install</font></h3>
   3.219 +<h3>frugal-install</h3>
   3.220  <p>
   3.221  Executa uma instalação frugal em /boot/frugal e adiciona uma entrada ao
   3.222  GRUB, caso necessário. Este tipo de instalação irá rodar o SliTaz
   3.223 @@ -301,7 +302,7 @@
   3.224  </pre>
   3.225  
   3.226  <a name="check-list"></a>
   3.227 -<h3><font color="#6c0023">check-list</font></h3>
   3.228 +<h3>check-list</h3>
   3.229  <p>
   3.230  Verifica se o arquivo distro-packages.list está atualizado com as
   3.231  mais recentes versões dos pacotes:
   3.232 @@ -311,7 +312,7 @@
   3.233  </pre>
   3.234  
   3.235  <a name="repack"></a>
   3.236 -<h3><font color="#6c0023">repack</font></h3>
   3.237 +<h3>repack</h3>
   3.238  <p>
   3.239  Comprime novamente o rootfs com a melhor compressão possível:
   3.240  </p>
   3.241 @@ -320,7 +321,7 @@
   3.242  </pre>
   3.243  
   3.244  <a name="merge"></a>
   3.245 -<h3><font color="#6c0023">merge</font></h3>
   3.246 +<h3>merge</h3>
   3.247  <p>
   3.248  Combina diversas variantes. Cada rootfs é uma consequência de seu
   3.249  anterior. O primeiro rootfs é extraido da imagem ISO indicada como
   3.250 @@ -332,7 +333,7 @@
   3.251  </pre>
   3.252  
   3.253  <a name="build-loram"></a>
   3.254 -<h3><font color="#6c0023">build-loram</font></h3>
   3.255 +<h3>build-loram</h3>
   3.256  <p>
   3.257  Cria uma variante para sistemas com pouca memória RAM à partir de uma
   3.258  imagem ISO do SliTaz. Pode-se gerar uma variante que seja carregada na
   3.259 @@ -344,7 +345,7 @@
   3.260  </pre>
   3.261  
   3.262  <a name="emu-iso"></a> 
   3.263 -<h3><font color="#6c0023">emu-iso</font></h3> 
   3.264 +<h3>emu-iso</h3> 
   3.265  <p> 
   3.266  O comando emu-iso utiliza o emulador Qemu para iniciar e rodar o SliTaz.
   3.267  É util para testar a iso criada sem a necessidade de gravá-la em um 
   3.268 @@ -355,7 +356,7 @@
   3.269  </pre> 
   3.270  
   3.271  <a name="burn-iso"></a>
   3.272 -<h3><font color="#6c0023">burn-iso</font></h3>
   3.273 +<h3>burn-iso</h3>
   3.274  <p>
   3.275  O comando "burn-iso" obtém informações sobre o dispositivo de cd e as velocidades
   3.276  permitidas para gravação, e o wodim (parte do cdrkit) inicia para gravar a imagem
   3.277 @@ -374,7 +375,7 @@
   3.278  </p>
   3.279  
   3.280  <a name="rebuild-flavor"></a>
   3.281 -<h3><font color="#6c0023">(Re)construa uma variante</font></h3>
   3.282 +<h3>(Re)construa uma variante</h3>
   3.283  <p>
   3.284  Você pode escolher uma variante para (re)construir a partir daquelas
   3.285  disponíveis:
   3.286 @@ -403,7 +404,7 @@
   3.287  </pre>
   3.288  
   3.289  <a name="create-flavor"></a>
   3.290 -<h3><font color="#6c0023">Crie uma variante</font></h3>
   3.291 +<h3>Crie uma variante</h3>
   3.292  <p>
   3.293  Para criar uma variante, você deve:
   3.294  </p>
   3.295 @@ -416,7 +417,7 @@
   3.296  </ul>
   3.297  
   3.298  <a name="publish-flavor"></a>
   3.299 -<h3><font color="#6c0023">Publique uma variante</font></h3>
   3.300 +<h3>Publique uma variante</h3>
   3.301  <p>
   3.302  Um arquivo .flavor possui alguns Kb de tamanho, então você pode enviá-lo
   3.303  para a lista de discussão do SliTaz.
   3.304 @@ -487,7 +488,7 @@
   3.305  </ul>
   3.306  
   3.307  <a name="tune-flavor"></a>
   3.308 -<h3><font color="#6c0023">Adapte uma variante</font></h3>
   3.309 +<h3>Adapte uma variante</h3>
   3.310  <p>
   3.311  Às vezes é mais fácil modificar uma variante existente do que criar uma
   3.312  nova. Para adaptar a variante eeepc, por exemplo:
   3.313 @@ -520,7 +521,7 @@
   3.314  </pre>
   3.315  
   3.316  <a name="meta-flavor"></a>
   3.317 -<h3><font color="#6c0023">Meta flavor</font></h3>
   3.318 +<h3>Meta flavor</h3>
   3.319  <p>
   3.320  Uma meta variante (meta flavor) contem diversas variantes juntas. Ao se
   3.321  iniciar o sistema com uma meta variante, uma variante contida no LiveCD