website rev 544

tazlito*: add hooks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 13:04:50 2009 +0200 (2009-09-17)
parents 773e49b29b16
children 1b0ad674e0e9
files en/doc/manuals/tazlito.en.html fr/doc/manuals/tazlito.html pt/doc/manuals/tazlito.pt.html
line diff
     1.1 --- a/en/doc/manuals/tazlito.en.html	Thu Sep 17 12:21:01 2009 +0200
     1.2 +++ b/en/doc/manuals/tazlito.en.html	Thu Sep 17 13:04:50 2009 +0200
     1.3 @@ -60,6 +60,7 @@
     1.4  </p>
     1.5  
     1.6  <h2>COMMANDS</h2>
     1.7 +<a name="usage"></a>
     1.8  <h3><font color="#6c0023">usage</font></h3>
     1.9  <p>
    1.10  The 'usage' command displays a summary of available commands
    1.11 @@ -68,6 +69,7 @@
    1.12  <pre>
    1.13   # tazlito usage
    1.14  </pre>
    1.15 +<a name="stats"></a>
    1.16  <h3><font color="#6c0023">stats</font></h3>
    1.17  <p>
    1.18  Stats displays the configuration variables, the paths to the
    1.19 @@ -76,6 +78,7 @@
    1.20  <pre>
    1.21   # tazlito stats
    1.22  </pre>
    1.23 +<a name="gen-config"></a>
    1.24  <h3><font color="#6c0023">gen-config</font></h3>
    1.25  <p>
    1.26  The 'gen-config' command allows you to generate a configuration
    1.27 @@ -87,6 +90,7 @@
    1.28   # tazlito gen-config
    1.29   # tazlito gen-config /path/to/distro
    1.30  </pre>
    1.31 +<a name="configure"></a>
    1.32  <h3><font color="#6c0023">configure</font></h3>
    1.33  <p>
    1.34  This command configures the system configuration
    1.35 @@ -95,6 +99,7 @@
    1.36  <pre>
    1.37   # tazlito configure
    1.38  </pre>
    1.39 +<a name="gen-iso"></a>
    1.40  <h3><font color="#6c0023">gen-iso</font></h3>
    1.41  <p>
    1.42  The 'gen-iso' command can generate a 
    1.43 @@ -107,6 +112,7 @@
    1.44  <pre>
    1.45   # tazlito gen-iso
    1.46  </pre>
    1.47 +<a name="gen-initiso"></a>
    1.48  <h3><font color="#6c0023">gen-initiso</font></h3>
    1.49  <p>
    1.50  The 'gen'initso' command will do the same work as 'gen-iso',
    1.51 @@ -117,6 +123,7 @@
    1.52  <pre>
    1.53   # tazlito gen-initiso
    1.54  </pre>
    1.55 +<a name="list-flavors"></a>
    1.56  <h3><font color="#6c0023">list-flavors</font></h3>
    1.57  <p>
    1.58  The 'list-flavors' command downloads (if necessary) and displays 
    1.59 @@ -127,6 +134,7 @@
    1.60   # tazlito list-flavors
    1.61   # tazlito list-flavors --recharge
    1.62  </pre>
    1.63 +<a name="get-flavors"></a>
    1.64  <h3><font color="#6c0023">get-flavor</font></h3>
    1.65  <p>
    1.66  The 'get-flavor' command downloads (if necessary) and prepares the
    1.67 @@ -135,6 +143,7 @@
    1.68  <pre>
    1.69   # tazlito get-flavor particular-flavor
    1.70  </pre>
    1.71 +<a name="show-flavors"></a>
    1.72  <h3><font color="#6c0023">show-flavor</font></h3>
    1.73  <p>
    1.74  The 'show-flavor' command displays the description of the 
    1.75 @@ -146,6 +155,7 @@
    1.76   # tazlito show-flavor particular-flavor --brief
    1.77   # tazlito show-flavor particular-flavor --brief --noheader
    1.78  </pre>
    1.79 +<a name="gen-flavor"></a>
    1.80  <h3><font color="#6c0023">gen-flavor</font></h3>
    1.81  <p>
    1.82  The 'gen-flavor' command creates a description file of a new
    1.83 @@ -155,6 +165,7 @@
    1.84  <pre>
    1.85   # tazlito gen-flavor new-flavor
    1.86  </pre>
    1.87 +<a name="gen-liveflavor"></a>
    1.88  <h3><font color="#6c0023">gen-liveflavor</font></h3>
    1.89  <p>
    1.90  The 'gen-liveflavor' command creates a description file of a new
    1.91 @@ -164,6 +175,7 @@
    1.92  <pre> # tazlito gen-liveflavor
    1.93   # tazlito gen-liveflavor --help
    1.94  </pre>
    1.95 +<a name="extract-distro"></a>
    1.96  <h3><font color="#6c0023">extract-distro</font></h3>
    1.97  <p>
    1.98  The 'extract-distro' command is used to extract an ISO image
    1.99 @@ -175,6 +187,7 @@
   1.100  <pre>
   1.101   # tazlito extract-distro slitaz-cooking.iso
   1.102  </pre>
   1.103 +<a name="gen-distro"></a>
   1.104  <h3><font color="#6c0023">gen-distro</font></h3>
   1.105  <p>
   1.106  The <em>Generate Distribution</em> command can generate the
   1.107 @@ -197,6 +210,7 @@
   1.108   # tazlito gen-distro --iso=slitaz.iso
   1.109   # tazlito gen-distro package-list
   1.110  </pre>
   1.111 +<a name="clean-distro"></a>
   1.112  <h3><font color="#6c0023">clean-distro</font></h3>
   1.113  <p>
   1.114  Removes all files generated or extracts of the structure
   1.115 @@ -205,6 +219,7 @@
   1.116  <pre>
   1.117   # tazlito clean-distro
   1.118  </pre>
   1.119 +<a name="addhacker"></a>
   1.120  <h3><font color="#6c0023">addhacker</font></h3>
   1.121  <p>
   1.122  The 'addhacker' command allows the addition of the user 
   1.123 @@ -215,6 +230,7 @@
   1.124  <pre>
   1.125   # tazlito addhacker
   1.126  </pre>
   1.127 +<a name="check-distro"></a>
   1.128  <h3><font color="#6c0023">check-distro</font></h3>
   1.129  <p>
   1.130  This command simply verifies if files installed
   1.131 @@ -223,6 +239,7 @@
   1.132  <pre>
   1.133   # tazlito check-distro
   1.134  </pre>
   1.135 +<a name="burn-iso"></a>
   1.136  <h3><font color="#6c0023">burn-iso</font></h3>
   1.137  <p>
   1.138  Burn-iso will guess the cdrom device and its speed, and wodim
     2.1 --- a/fr/doc/manuals/tazlito.html	Thu Sep 17 12:21:01 2009 +0200
     2.2 +++ b/fr/doc/manuals/tazlito.html	Thu Sep 17 13:04:50 2009 +0200
     2.3 @@ -63,6 +63,7 @@
     2.4  </p>
     2.5  
     2.6  <h2>COMMANDES</h2>
     2.7 +<a name="usage"></a>
     2.8  <h3><font color="#6c0023">usage</font></h3>
     2.9  <p>
    2.10  La commande 'usage' affiche une liste des commandes disponibles avec une
    2.11 @@ -71,6 +72,7 @@
    2.12  <pre>
    2.13   # tazlito usage
    2.14  </pre>
    2.15 +<a name="stats"></a>
    2.16  <h3><font color="#6c0023">stats</font></h3>
    2.17  <p>
    2.18  Stats affiche les variables de configuration, le chemin vers les différents
    2.19 @@ -79,6 +81,7 @@
    2.20  <pre>
    2.21   # tazlito stats
    2.22  </pre>
    2.23 +<a name="gen-config"></a>
    2.24  <h3><font color="#6c0023">gen-config</font></h3>
    2.25  <p>
    2.26  La commande 'gen-config' vous permet de générer une fichier de configuration
    2.27 @@ -89,6 +92,7 @@
    2.28   # tazlito gen-config
    2.29   # tazlito gen-config /path/to/distro
    2.30  </pre>
    2.31 +<a name="configure"></a>
    2.32  <h3><font color="#6c0023">configure</font></h3>
    2.33  <p>
    2.34  La commande configure permet de configurer le fichier de configuration
    2.35 @@ -97,6 +101,7 @@
    2.36  <pre>
    2.37   # tazlito configure
    2.38  </pre>
    2.39 +<a name="gen-iso"></a>
    2.40  <h3><font color="#6c0023">gen-iso</font></h3>
    2.41  <p>
    2.42  La commande 'gen-iso' pour <em>Generate ISO</em> permet de générer une nouvelle
    2.43 @@ -108,6 +113,7 @@
    2.44  <pre>
    2.45   # tazlito gen-iso
    2.46  </pre>
    2.47 +<a name="gen-initiso"></a>
    2.48  <h3><font color="#6c0023">gen-initiso</font></h3>
    2.49  <p>
    2.50  La commande 'gen-initiso' va faire le même travail que 'gen-iso' mais en
    2.51 @@ -118,6 +124,7 @@
    2.52  <pre>
    2.53   # tazlito gen-initiso
    2.54  </pre>
    2.55 +<a name="list-flavors"></a>
    2.56  <h3><font color="#6c0023">list-flavors</font></h3>
    2.57  <p>
    2.58  La commande 'list-flavors' télécharge si nécessaire et affiche la liste des
    2.59 @@ -128,6 +135,7 @@
    2.60   # tazlito list-flavors
    2.61   # tazlito list-flavors --recharge
    2.62  </pre>
    2.63 +<a name="get-flavor"></a>
    2.64  <h3><font color="#6c0023">get-flavor</font></h3>
    2.65  <p>
    2.66  La commande 'get-flavor' télécharge si nécessaire et prépare les fichiers
    2.67 @@ -136,6 +144,7 @@
    2.68  <pre>
    2.69   # tazlito get-flavor saveur-particuliere 
    2.70  </pre>
    2.71 +<a name="show-flavor"></a>
    2.72  <h3><font color="#6c0023">show-flavor</font></h3>
    2.73  <p>
    2.74  La commande 'show-flavor' affiche les caractéristiques d'une saveur et ses
    2.75 @@ -147,6 +156,7 @@
    2.76   # tazlito show-flavor saveur-particuliere --brief
    2.77   # tazlito show-flavor saveur-particuliere --brief --noheader
    2.78  </pre>
    2.79 +<a name="gen-flavor"></a>
    2.80  <h3><font color="#6c0023">gen-flavor</font></h3>
    2.81  <p>
    2.82  La commande 'gen-flavor' crée un fichier de description d'une nouvelle saveur
    2.83 @@ -156,6 +166,7 @@
    2.84  <pre>
    2.85   # tazlito gen-flavor nouvelle-saveur
    2.86  </pre>
    2.87 +<a name="extract-distro"></a>
    2.88  <h3><font color="#6c0023">extract-distro</font></h3>
    2.89  <p>
    2.90  La commande 'extract-iso' sert à extraire les fichiers d'une images ISO du
    2.91 @@ -167,6 +178,7 @@
    2.92  <pre>
    2.93   # tazlito extract-distro slitaz-cooking.iso
    2.94  </pre>
    2.95 +<a name="gen-distro"></a>
    2.96  <h3><font color="#6c0023">gen-distro</font></h3>
    2.97  <p>
    2.98  La commande <em>Generate Distribution</em> permet de générer la structure du
    2.99 @@ -187,6 +199,7 @@
   2.100   # tazlito gen-distro --iso=slitaz.iso
   2.101   # tazlito gen-distro package-list
   2.102  </pre>
   2.103 +<a name="clean-distro"></a>
   2.104  <h3><font color="#6c0023">clean-distro</font></h3>
   2.105  <p>
   2.106  Supprime tous les fichiers générés ou extraits de la structure du LiveCD :
   2.107 @@ -194,6 +207,7 @@
   2.108  <pre>
   2.109   # tazlito clean-distro
   2.110  </pre>
   2.111 +<a name="addhacker"></a>
   2.112  <h3><font color="#6c0023">addhacker</font></h3>
   2.113  <p>
   2.114  La commande 'addhacker' permet d'ajouter l'utilisateur Hacker à la distribution,
   2.115 @@ -204,6 +218,7 @@
   2.116  <pre>
   2.117   # tazlito addhacker
   2.118  </pre>
   2.119 +<a name="check-distro"></a>
   2.120  <h3><font color="#6c0023">check-distro</font></h3>
   2.121  <p>
   2.122  Cette commande permet simplement de vérifier si les fichiers non installés par
   2.123 @@ -212,6 +227,7 @@
   2.124  <pre>
   2.125   # tazlito check-distro
   2.126  </pre>
   2.127 +<a name="burn-iso"></a>
   2.128  <h3><font color="#6c0023">burn-iso</font></h3>
   2.129  <p>
   2.130  Burn ISO va deviner le périphérique de cdrom, sa vitesse de gravure et lancer
     3.1 --- a/pt/doc/manuals/tazlito.pt.html	Thu Sep 17 12:21:01 2009 +0200
     3.2 +++ b/pt/doc/manuals/tazlito.pt.html	Thu Sep 17 13:04:50 2009 +0200
     3.3 @@ -58,6 +58,7 @@
     3.4  </p>
     3.5  
     3.6  <h2>COMANDOS</h2>
     3.7 +<a name="usage"></a>
     3.8  <h3><font color="#6c0023">usage</font></h3>
     3.9  <p>
    3.10  O comando "usage" mostra um resumo dos comandos disponíveis com uma pequena
    3.11 @@ -66,6 +67,7 @@
    3.12  <pre>
    3.13   # tazlito usage
    3.14  </pre>
    3.15 +<a name="stats"></a>
    3.16  <h3><font color="#6c0023">stats</font></h3>
    3.17  <p>
    3.18  "Stats" mostra as variáveis da configuração, os caminhos para os vários arquivos
    3.19 @@ -74,6 +76,7 @@
    3.20  <pre>
    3.21   # tazlito stats
    3.22  </pre>
    3.23 +<a name="gen-config"></a>
    3.24  <h3><font color="#6c0023">gen-config</font></h3>
    3.25  <p>
    3.26  O comando "gen-config" permite a geração do arquivo de configuração pronto para
    3.27 @@ -84,6 +87,7 @@
    3.28   # tazlito gen-config
    3.29   # tazlito gen-config /path/to/distro
    3.30  </pre>
    3.31 +<a name="configure"></a>
    3.32  <h3><font color="#6c0023">configure</font></h3>
    3.33  <p>
    3.34  Este comando pode configurar o arquivo de configuração do sistema ou o encontrado
    3.35 @@ -92,6 +96,7 @@
    3.36  <pre>
    3.37   # tazlito configure
    3.38  </pre>
    3.39 +<a name="gen-iso"></a>
    3.40  <h3><font color="#6c0023">gen-iso</font></h3>
    3.41  <p>
    3.42  O comando "gen-iso" pode gerar uma nova imagem do LiveCD a partir de modificações
    3.43 @@ -103,6 +108,7 @@
    3.44  <pre>
    3.45   # tazlito gen-iso
    3.46  </pre>
    3.47 +<a name="gen-initiso"></a>
    3.48  <h3><font color="#6c0023">gen-initiso</font></h3>
    3.49  <p>
    3.50  O comando "gen-initiso" faz o mesmo que o "gen-iso", mas antes ele reconstrói o 
    3.51 @@ -112,6 +118,7 @@
    3.52  <pre>
    3.53   # tazlito gen-initiso
    3.54  </pre>
    3.55 +<a name="list-flavors"></a>
    3.56  <h3><font color="#6c0023">list-flavors</font></h3>
    3.57  <p>
    3.58  Este comando baixa (se necessário) e mostra a lista de diferentes variantes
    3.59 @@ -121,6 +128,7 @@
    3.60   # tazlito list-flavors
    3.61   # tazlito list-flavors --recharge
    3.62  </pre>
    3.63 +<a name="get-flavor"></a>
    3.64  <h3><font color="#6c0023">get-flavor</font></h3>
    3.65  <p>
    3.66  O comando "get-flavor" baixa (se necessário) e prepara os arquivos para que o
    3.67 @@ -129,6 +137,7 @@
    3.68  <pre>
    3.69   # tazlito get-flavor particular-flavor
    3.70  </pre>
    3.71 +<a name="show-flavor"></a>
    3.72  <h3><font color="#6c0023">show-flavor</font></h3>
    3.73  <p>
    3.74  Este comando mostra a descrição da variante e seu tamanho após a regeneração.
    3.75 @@ -139,6 +148,7 @@
    3.76   # tazlito show-flavor particular-flavor --brief
    3.77   # tazlito show-flavor particular-flavor --brief --noheader
    3.78  </pre>
    3.79 +<a name="gen-flavor"></a>
    3.80  <h3><font color="#6c0023">gen-flavor</font></h3>
    3.81  <p>
    3.82  O comando "gen-flavor" cria um arquivo de descrição de uma nova variante a partir
    3.83 @@ -148,6 +158,7 @@
    3.84  <pre>
    3.85   # tazlito gen-flavor new-flavor
    3.86  </pre>
    3.87 +<a name="gen-liveflavor"></a>
    3.88  <h3><font color="#6c0023">gen-liveflavor</font></h3>
    3.89  <p>
    3.90  Este comando cria um arquivo de descrição de uma nova variante a partir
    3.91 @@ -157,6 +168,7 @@
    3.92  <pre> # tazlito gen-liveflavor
    3.93   # tazlito gen-liveflavor --help
    3.94  </pre>
    3.95 +<a name="extract-distro"></a>
    3.96  <h3><font color="#6c0023">extract-distro</font></h3>
    3.97  <p>
    3.98  Este comando é usado para extrair uma imagem ISO do LiveCD e reconstruir a 
    3.99 @@ -167,6 +179,7 @@
   3.100  <pre>
   3.101   # tazlito extract-distro slitaz-cooking.iso
   3.102  </pre>
   3.103 +<a name="gen-distro"></a>
   3.104  <h3><font color="#6c0023">gen-distro</font></h3>
   3.105  <p>
   3.106  O comando para <em>Geração de Distribuição</em> pode gerar a árvore da distribuição
   3.107 @@ -187,6 +200,7 @@
   3.108   # tazlito gen-distro --iso=slitaz.iso
   3.109   # tazlito gen-distro package-list
   3.110  </pre>
   3.111 +<a name="clean-distro"></a>
   3.112  <h3><font color="#6c0023">clean-distro</font></h3>
   3.113  <p>
   3.114  Remove todos os arquivos gerados ou extraidos da estrutura do LiveCD:
   3.115 @@ -194,6 +208,7 @@
   3.116  <pre>
   3.117   # tazlito clean-distro
   3.118  </pre>
   3.119 +<a name="addhacker"></a>
   3.120  <h3><font color="#6c0023">addhacker</font></h3>
   3.121  <p>
   3.122  Este comando permite a adição do usuário "hacker" à distribuição - o que permite
   3.123 @@ -203,6 +218,7 @@
   3.124  <pre>
   3.125   # tazlito addhacker
   3.126  </pre>
   3.127 +<a name="check-distro"></a>
   3.128  <h3><font color="#6c0023">check-distro</font></h3>
   3.129  <p>
   3.130  Este comando simplesmente verifica se os arquivos instalados pelos pacotes estão
   3.131 @@ -211,6 +227,7 @@
   3.132  <pre>
   3.133   # tazlito check-distro
   3.134  </pre>
   3.135 +<a name="burn-iso"></a>
   3.136  <h3><font color="#6c0023">burn-iso</font></h3>
   3.137  <p>
   3.138  O comando "burn-iso" obtém informações sobre o dispositivo de cd e as velocidades