website rev 844

Use links to http://doc.slitaz.org/ for cookbook
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 14 13:09:02 2011 +0200 (2011-05-14)
parents a14d263dc953
children df31bdea1cf1
files en/devel/forge.php en/doc/scratchbook/base-apps.html en/doc/scratchbook/base-ncurses.html en/doc/scratchbook/base-system.html en/doc/scratchbook/boot-scripts.html en/doc/scratchbook/gtk-libs.html en/doc/scratchbook/x-window-system.html en/doc/scratchbook/xorg.html es/doc/index.html fr/devel/forge.html fr/devel/index.html fr/doc/cookbook/index.html fr/doc/cookbook/receipts.html fr/doc/handbook/chroot-env.html fr/doc/handbook/development.html fr/doc/handbook/gen-livecd.html fr/doc/handbook/packages.html fr/doc/manuals/tazlito.html fr/news/2007.html
line diff
     1.1 --- a/en/devel/forge.php	Sat May 07 12:23:47 2011 +0200
     1.2 +++ b/en/devel/forge.php	Sat May 14 13:09:02 2011 +0200
     1.3 @@ -256,8 +256,8 @@
     1.4  <p>
     1.5  The tazpkg packages in SliTaz are automatically created via Tazwok and a 
     1.6  receipt in the wok. The Cookbook describes the 
     1.7 -<a href="../doc/cookbook/wok-tools.html">use of tools</a> 
     1.8 -and the format of <a href="../doc/cookbook/receipts.html">receipts</a>.
     1.9 +<a href="http://doc.slitaz.org/en:cookbook:wok">use of tools</a> 
    1.10 +and the format of <a href="http://doc.slitaz.org/en:cookbook:receipt">receipts</a>.
    1.11  These are required reading before we begin.
    1.12  </p>
    1.13  <p>
    1.14 @@ -276,7 +276,7 @@
    1.15  <a href="http://download.tuxfamily.org/slitaz/packages/undigest/">undigest</a> 
    1.16  wok provided by the primary SliTaz mirror. Don't forget that the members 
    1.17  of the list are there to help you and that the documentation of the 
    1.18 -<a href="../doc/cookbook/wok-tools.html">wok and tools</a> 
    1.19 +<a href="http://doc.slitaz.org/en:cookbook:wok">wok and tools</a> 
    1.20  exists to help you get started.
    1.21  </p>
    1.22  
     2.1 --- a/en/doc/scratchbook/base-apps.html	Sat May 07 12:23:47 2011 +0200
     2.2 +++ b/en/doc/scratchbook/base-apps.html	Sat May 14 13:09:02 2011 +0200
     2.3 @@ -506,7 +506,7 @@
     2.4  <h3><font color="#6c0023">Generate the initramfs and an ISO image</font></h3>
     2.5  <p>
     2.6  To create a new ISO image, you can use 'mktaziso' in 
     2.7 -<a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools</a>.  
     2.8 +<a href="http://doc.slitaz.org/en:cookbook:slitaztools">SliTaz tools</a>.  
     2.9  Or you can create a new initramfs image, copy it to /boot in the root of the cdrom
    2.10  (rootcd) and finally generate an ISO image with genisoimage:
    2.11  </p>
     3.1 --- a/en/doc/scratchbook/base-ncurses.html	Sat May 07 12:23:47 2011 +0200
     3.2 +++ b/en/doc/scratchbook/base-ncurses.html	Sat May 14 13:09:02 2011 +0200
     3.3 @@ -58,7 +58,7 @@
     3.4  INSTALL file(s), compiling and installing the binary in SliTaz. Once the applications 
     3.5  are installed, we can create a new initramfs, copy it to the root of the cdrom and generate 
     3.6  a new ISO image. For this you can also use <code>mktaziso</code> in 
     3.7 -<a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools</a>.
     3.8 +<a href="http://doc.slitaz.org/en:cookbook:slitaztools">SliTaz tools</a>.
     3.9  </p>
    3.10  <h4>Assign an environment variable ($fs)</h4>
    3.11  <p>
    3.12 @@ -203,7 +203,7 @@
    3.13  You can customize nano via /etc/nanorc or ~/.nanorc for each user of the system. It's in 
    3.14  this file that you can define the colors used by nano through the files in /usr/share/nano. 
    3.15  You will find a broad example of this file in the archive of nano and
    3.16 -<a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools</a>.
    3.17 +<a href="http://doc.slitaz.org/en:cookbook:slitaztools">SliTaz tools</a>.
    3.18  </p>
    3.19  <p>
    3.20  For a system configuration file, you can copy the file in SliTaz tools to /etc in the rootfs:
     4.1 --- a/en/doc/scratchbook/base-system.html	Sat May 07 12:23:47 2011 +0200
     4.2 +++ b/en/doc/scratchbook/base-system.html	Sat May 14 13:09:02 2011 +0200
     4.3 @@ -99,7 +99,7 @@
     4.4  also install the modules in a directory so as not to touch the host system. The configuration 
     4.5  of the Linux kernel sources is done by <code>make menuconfig</code> using ncurses or graphically 
     4.6  with <code>make gconfig</code> or <code>make xconfig</code> using GTK development packages and/or 
     4.7 -QT respectively. You can find in <a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools</a>,
     4.8 +QT respectively. You can find in <a href="http://doc.slitaz.org/en:cookbook:slitaztools">SliTaz tools</a>,
     4.9  Makefiles for the various 2.6.xx kernels.
    4.10  </p>
    4.11  <p>
    4.12 @@ -480,7 +480,7 @@
    4.13  <p>
    4.14  To finish off this draft, you must create the init script /etc/init.d/rcS to mount the filesystems 
    4.15  and run some commands. For more information, you can look at the
    4.16 -<a href="http://www.slitaz.org/en/doc/cookbook/boot-scripts.html">boot scripts</a> page.
    4.17 +<a href="http://doc.slitaz.org/en:cookbook:bootscripts">boot scripts</a> page.
    4.18  You can change the value of the variable KMAP= for the keyboard:
    4.19  </p>
    4.20  <pre> # mkdir etc/init.d
     5.1 --- a/en/doc/scratchbook/boot-scripts.html	Sat May 07 12:23:47 2011 +0200
     5.2 +++ b/en/doc/scratchbook/boot-scripts.html	Sat May 14 13:09:02 2011 +0200
     5.3 @@ -157,7 +157,7 @@
     5.4  The first file read by the Kernel at boot. It defines the 
     5.5  initialization script (/etc/init.d/rcS), shells (ttys) and
     5.6  actions in the event of a reboot or disruption. You will find
     5.7 -a complete example with accompanying notes in <a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools</a>:
     5.8 +a complete example with accompanying notes in <a href="http://doc.slitaz.org/en:cookbook:slitaztools">SliTaz tools</a>:
     5.9  </p>
    5.10  <pre class="script"># /etc/inittab: init configuration for SliTaz GNU/Linux.
    5.11  # Boot-time system configuration/initialization script.
     6.1 --- a/en/doc/scratchbook/gtk-libs.html	Sat May 07 12:23:47 2011 +0200
     6.2 +++ b/en/doc/scratchbook/gtk-libs.html	Sat May 14 13:09:02 2011 +0200
     6.3 @@ -210,7 +210,7 @@
     6.4  <h3><font color="#6c0023">Generate the initramfs and an ISO image</font></h3>
     6.5  <p>
     6.6  To create a new ISO image, you can use 'mktaziso' in 
     6.7 -<a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools</a> .  
     6.8 +<a href="http://doc.slitaz.org/en:cookbook:slitaztools">SliTaz tools</a> .  
     6.9  Or you can create a new initramfs image, copy it to /boot in the root of the cdrom
    6.10  (rootcd) and finally generate an ISO image with genisoimage:
    6.11  </p>
     7.1 --- a/en/doc/scratchbook/x-window-system.html	Sat May 07 12:23:47 2011 +0200
     7.2 +++ b/en/doc/scratchbook/x-window-system.html	Sat May 14 13:09:02 2011 +0200
     7.3 @@ -429,7 +429,7 @@
     7.4  <h3><font color="#6c0023">Generate the initramfs and an ISO image</font></h3>
     7.5  <p>
     7.6  To create a new ISO image, you can use 'mktaziso' in 
     7.7 -<a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools</a> .  
     7.8 +<a href="http://doc.slitaz.org/en:cookbook:slitaztools">SliTaz tools</a> .  
     7.9  Or you can create a new initramfs image, copy it to /boot in the root of the cdrom
    7.10  (rootcd) and finally generate an ISO image with genisoimage:
    7.11  </p>
     8.1 --- a/en/doc/scratchbook/xorg.html	Sat May 07 12:23:47 2011 +0200
     8.2 +++ b/en/doc/scratchbook/xorg.html	Sat May 14 13:09:02 2011 +0200
     8.3 @@ -66,9 +66,9 @@
     8.4  Xorg is distributed in the form of modules, which is handy because you can only install what you want, 
     8.5  but it takes a lot of downloads. To help, we have created a small script that downloads the minimum 
     8.6  required for SliTaz; you can find the script <code>getXorg.sh</code> in 
     8.7 -<a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools (1.1)</a>.
     8.8 +<a href="http://doc.slitaz.org/en:cookbook:slitaztools">SliTaz tools (1.1)</a>.
     8.9  This script is no longer updated, developers use the 
    8.10 -<a href="http://www.slitaz.org/en/doc/cookbook/wok-tools.html">wok and tools</a>. 
    8.11 +<a href="http://doc.slitaz.org/en:cookbook:wok">wok and tools</a>. 
    8.12  To use the script, it must be placed in the directory where you want to download Xorg:
    8.13  </p>
    8.14  <pre> # cd ..
     9.1 --- a/es/doc/index.html	Sat May 07 12:23:47 2011 +0200
     9.2 +++ b/es/doc/index.html	Sat May 14 13:09:02 2011 +0200
     9.3 @@ -84,7 +84,7 @@
     9.4  	documento que te recomendamos leer, aprender y consultar.
     9.5  </p>
     9.6  <p>
     9.7 -	<a href="../../en/doc/cookbook/">Recetario</a> - Recetario de SliTaz. 
     9.8 +	<a href="http://doc.slitaz.org/en:cookbook:start">Recetario</a> - Recetario de SliTaz. 
     9.9  	Información sobre la administración, operación y desarrollo de la distribución. 
    9.10  	Instrucciones acerca de cómo usar wok y las recetas de los paquetes, descripciones de los 
    9.11  	scripts de arranque y los ficheros del cd, así como varias herramientas.</li>
    10.1 --- a/fr/devel/forge.html	Sat May 07 12:23:47 2011 +0200
    10.2 +++ b/fr/devel/forge.html	Sat May 14 13:09:02 2011 +0200
    10.3 @@ -121,7 +121,7 @@
    10.4  </p>
    10.5  <p>
    10.6  L'utilisation du build host est décrite dans le Cookbook:
    10.7 -<a href="../../en/doc/cookbook/build-host.html">SliTaz Build Host (tank)</a>.
    10.8 +<a href="http://doc.slitaz.org/en:cookbook:buildhost">SliTaz Build Host (tank)</a>.
    10.9  </p>
   10.10  
   10.11  <a name="repos"></a>
   10.12 @@ -226,9 +226,9 @@
   10.13  <h3>Paquets tazpkg</h3>
   10.14  <p>
   10.15  Les paquets tazpkg de SliTaz sont créés automatiquement via Tazwok et les
   10.16 -recettes contenues dans le wok, <a href="../doc/cookbook/index.html">le Cookbook</a>
   10.17 -décrit <a href="../doc/cookbook/wok-tools.html">l'utilisation des outils SliTaz</a> 
   10.18 -et le format des <a href="../doc/cookbook/receipts.html">recettes</a>,
   10.19 +recettes contenues dans le wok, <a href="http://doc.slitaz.org/fr:cookbook:start">le Cookbook</a>
   10.20 +décrit <a href="http://doc.slitaz.org/fr:cookbook:wok">l'utilisation des outils SliTaz</a> 
   10.21 +et le format des <a href="http://doc.slitaz.org/fr:cookbook:receipt">recettes</a>,
   10.22  c'est sans doute par un petit peu de lecture qu'il faut commencer.
   10.23  </p>
   10.24  <p>
   10.25 @@ -247,7 +247,7 @@
   10.26  Avant de commencer à compiler et créer des paquets pour SliTaz, assurez-vous 
   10.27  qu'une recette n'existe pas dans le wok undigest, disponible sur le miroir
   10.28  principal de SliTaz. N'oubliez pas non plus que les membres de la liste sont
   10.29 -là pour vous aider et que pour bien commencer, <a href="../doc/cookbook/wok-tools.html"
   10.30 +là pour vous aider et que pour bien commencer, <a href="http://doc.slitaz.org/fr:cookbook:wok"
   10.31  >la documentation du wok et des outils</a> existe.
   10.32  </p>
   10.33  
    11.1 --- a/fr/devel/index.html	Sat May 07 12:23:47 2011 +0200
    11.2 +++ b/fr/devel/index.html	Sat May 14 13:09:02 2011 +0200
    11.3 @@ -81,7 +81,7 @@
    11.4      La <em>mailing list</em> est le moyen de collaboration principale.</li>
    11.5      <li><a href="../../i18n.php">Internationalisation du projet</a> -
    11.6      Traduction, buts et fonctionnement (en).</li>
    11.7 -    <li><a href="../doc/cookbook/wok-tools.html">Wok &amp; Tools</a> -
    11.8 +    <li><a href="http://doc.slitaz.org/fr:cookbook:wok">Wok &amp; Tools</a> -
    11.9      La doc au sujet de l'utilisation du wok et des outils SliTaz pour
   11.10      développeurs.</li>
   11.11      <li><a href="http://hg.slitaz.org" >Mercurial Repositories</a></li>
   11.12 @@ -96,7 +96,7 @@
   11.13  retour d'utilisation, création de scripts, conseils, création de paquets,
   11.14  écriture de documentation, rapport de bug ou tout simplement une suggestion.
   11.15  Pour commencer vous pouvez jeter un coup d'oeil au livre de cuisine ou
   11.16 -<a href="../doc/cookbook/">Cookbook</a> afin de comprendre comment SliTaz 
   11.17 +<a href="http://doc.slitaz.org/fr:cookbook:start">Cookbook</a> afin de comprendre comment SliTaz 
   11.18  se construit. Pour créer une nouvelle page dans un des livres, vous pouvez
   11.19  utiliser le modèle <a href="../doc/handbook/template.html">template.html</a>
   11.20  du Handbook pour rédiger votre texte et l'envoyer par mail sur la
    12.1 --- a/fr/doc/cookbook/index.html	Sat May 07 12:23:47 2011 +0200
    12.2 +++ b/fr/doc/cookbook/index.html	Sat May 14 13:09:02 2011 +0200
    12.3 @@ -18,8 +18,8 @@
    12.4  <div id="header">
    12.5  <div align="right" id="quicknav">
    12.6      <a name="top"></a>
    12.7 -	<a href="http://www.slitaz.org/doc/">SliTaz documentation</a> |
    12.8 -	<a href="http://www.slitaz.org/en/doc/cookbook/">English Cookbook</a> 
    12.9 +	<a href="http://doc.slitaz.org/">SliTaz documentation</a> |
   12.10 +	<a href="http://doc.slitaz.org/en:cookbook:start">English Cookbook</a> 
   12.11  </div>
   12.12  <h1><font color="#3E1220">SliTaz Cookbook</font></h1>
   12.13  </div>
    13.1 --- a/fr/doc/cookbook/receipts.html	Sat May 07 12:23:47 2011 +0200
    13.2 +++ b/fr/doc/cookbook/receipts.html	Sat May 14 13:09:02 2011 +0200
    13.3 @@ -250,7 +250,7 @@
    13.4  générer un paquet Tazpkg (genpkg_rules). Ces fonctions peuvent contenir toutes
    13.5  sortes de commandes GNU/Linux standards tels que sed ou patch et les variables
    13.6  configurées automatiquement. A noter que ces deux fonctions utilisent les
    13.7 -commandes du Cookbook de SliTaz : http://www.slitaz.org/doc/cookbook/
    13.8 +commandes du Cookbook de SliTaz : http://doc.slitaz.org/fr:cookbook:start
    13.9  </p>
   13.10  <a name="compile_rules"></a>
   13.11  <h4>compile_rules()</h4>
    14.1 --- a/fr/doc/handbook/chroot-env.html	Sat May 07 12:23:47 2011 +0200
    14.2 +++ b/fr/doc/handbook/chroot-env.html	Sat May 14 13:09:02 2011 +0200
    14.3 @@ -160,7 +160,7 @@
    14.4  Une fois l'environnement configuré, on peut complier des applications
    14.5  depuis les sources pour en créer des paquets, tester des scripts et autre.
    14.6  Le chapitre <a href="development.html">développement</a> du Handbook et le
    14.7 -<a href="http://www.slitaz.org/doc/cookbook/">Cookbook</a> devraient aider à
    14.8 +<a href="http://doc.slitaz.org/fr:cookbook:start">Cookbook</a> devraient aider à
    14.9  aller plus loin.
   14.10  </p>
   14.11  <h4>Sortir de l'environnement</h4>
    15.1 --- a/fr/doc/handbook/development.html	Sat May 07 12:23:47 2011 +0200
    15.2 +++ b/fr/doc/handbook/development.html	Sat May 14 13:09:02 2011 +0200
    15.3 @@ -55,7 +55,7 @@
    15.4  </p>
    15.5  <p>
    15.6  Si vous cherchez des informations sur le développement de SliTaz,
    15.7 -le <a href="http://www.slitaz.org/doc/fr/cookbook/">cookbook</a> (livre de
    15.8 +le <a href="http://doc.slitaz.org/fr:cookbook:start">cookbook</a> (livre de
    15.9  cuisine) vous décrira toutes les étapes de construction du système. Sur le
   15.10  site web de SliTaz, la partie <a href="http://www.slitaz.org/fr/devel/">devel</a>
   15.11  vous donnera des informations générales au sujet des développeurs et des
    16.1 --- a/fr/doc/handbook/gen-livecd.html	Sat May 07 12:23:47 2011 +0200
    16.2 +++ b/fr/doc/handbook/gen-livecd.html	Sat May 14 13:09:02 2011 +0200
    16.3 @@ -245,7 +245,7 @@
    16.4  Vous pouvez aussi utiliser vos propre paquets en les mettant dans le répertoire
    16.5  des paquets. Si vous cherchez de la documentation au sujet de la création de
    16.6  paquets SliTaz, vous pouvez vous référer au livre de cuisine ou 
    16.7 -<a href="http://www.slitaz.org/doc/cookbook/">Cookbook</a>.
    16.8 +<a href="http://doc.slitaz.org/fr:cookbook:start">Cookbook</a>.
    16.9  </p>
   16.10  
   16.11  <a name="configure"></a>
    17.1 --- a/fr/doc/handbook/packages.html	Sat May 07 12:23:47 2011 +0200
    17.2 +++ b/fr/doc/handbook/packages.html	Sat May 14 13:09:02 2011 +0200
    17.3 @@ -111,7 +111,7 @@
    17.4  recompiler pour avoir une nouvelle version et vous devrez surveiller en amont,
    17.5  pour chaque nouvelle version. Cela dit, SliTaz offre la possibilité d'installer
    17.6  des paquets sources de manière semi-automatisée, via l'utilisation de
    17.7 -<a href="http://www.slitaz.org/doc/cookbook/wok-tools.html">Tazwok</a>, notez
    17.8 +<a href="http://doc.slitaz.org/fr:cookbook:wok">Tazwok</a>, notez
    17.9  que c'est plutôt destiné à un public averti et que les mises à jour ne sont
   17.10  pas fournies pour ce genre de paquets.
   17.11  </p>
    18.1 --- a/fr/doc/manuals/tazlito.html	Sat May 07 12:23:47 2011 +0200
    18.2 +++ b/fr/doc/manuals/tazlito.html	Sat May 14 13:09:02 2011 +0200
    18.3 @@ -59,7 +59,7 @@
    18.4  SliTaz et installé/testé avec succès sur Debian GNU/Linux. Vous trouverez 
    18.5  aussi un complément d'informations au sujet de création de sa propre version
    18.6  du LiveCD, via le livre de cuisine (Cookbook) de SliTaz
    18.7 -(http://www.slitaz.org/doc/cookbook/) et le Handbook.
    18.8 +(http://doc.slitaz.org/fr:cookbook:start) et le Handbook.
    18.9  </p>
   18.10  
   18.11  <h2>COMMANDES</h2>
    19.1 --- a/fr/news/2007.html	Sat May 07 12:23:47 2011 +0200
    19.2 +++ b/fr/news/2007.html	Sat May 14 13:09:02 2011 +0200
    19.3 @@ -304,7 +304,7 @@
    19.4      de binutils-2.17, glibc-2.3.6, du compilateur GCC 4.1.2 et de make-3.81,
    19.5      elle permet de recompiler et rendre SliTaz largement extensible via la
    19.6      compilation d'applications depuis les paquets source. Pour finir,
    19.7 -    le <a href="../doc/cookbook/index.html">cookbook</a> a été mis à jour et amélioré,
    19.8 +    le <a href="http://doc.slitaz.org/en:cookbook:start">cookbook</a> a été mis à jour et amélioré,
    19.9      il décrit la construction de tous les nouveaux paquets et du
   19.10      fonctionnement des scripts de démarrage du système, de plus, les
   19.11      outils SliTaz pour développeurs sont