website diff en/doc/manuals/tazwok.en.html @ rev 166

en: Edits (aargh)
author Paul Issott <paul@slitaz.org>
date Sat Sep 13 14:13:30 2008 +0000 (2008-09-13)
parents ff73e55e9dd5
children 982bc39a306f
line diff
     1.1 --- a/en/doc/manuals/tazwok.en.html	Tue Jul 29 21:35:31 2008 +0000
     1.2 +++ b/en/doc/manuals/tazwok.en.html	Sat Sep 13 14:13:30 2008 +0000
     1.3 @@ -42,9 +42,9 @@
     1.4  <p>
     1.5  Tazwok is a command line tool to configure and compile a package from source. Tazwok can also create packages
     1.6  ready to be used by Tazpkg, the SliTaz package manager. To work, Tazwok uses a directory containing
     1.7 -the receipt and the necessary information for the construction of the package. This receipt is also used by
     1.8 +the receipt and the necessary information (stuff) for the construction of the package. This receipt is also used by
     1.9  Tazpkg and consists of different variables and functions. Tazwok uses a configuration file (/etc/tazwok.conf)
    1.10 -to find the path to the wok, the package sources, and generated .tazpkg packages. Tazwok can also generate
    1.11 +to find the path to the wok, the package sources, and any generated .tazpkg packages. Tazwok can also generate
    1.12  a list of packages with their md5, create packages interactively, search for packages in the wok, clean generated files and even 
    1.13  cook several packages at once (See available commands).
    1.14  </p>
    1.15 @@ -139,7 +139,7 @@
    1.16  <p>
    1.17  The 'new-tree' command can create a new package in the wok and can be used interactively. It
    1.18  will create a directory of the package and a receipt that can then be edited with your favorite
    1.19 -text editor and can be configured using the '--interactive' option. For help you can look at existing 
    1.20 +text editor. The receipt can also be configured using the '--interactive' option. For help you can look at existing 
    1.21  receipts or read the documentation in the Cookbook. Example: 
    1.22  </p>
    1.23  <pre> # tazwok new-tree package
    1.24 @@ -148,7 +148,7 @@
    1.25  <h3><font color="#6c0023">gen-list</font></h3>
    1.26  <p>
    1.27  The 'gen-list' command can generate a list of packages (packages.list), their md5 (packages.md5) and a list
    1.28 -of package options containing information (packages.txt). The lists are created on the basis of packages
    1.29 +of options containing information (packages.txt). The lists are created on the basis of packages
    1.30  contained in a directory. The list in text format is built using a receipt contained in a wok. The default
    1.31  packages directory is the one specified in the configuration file, you can also specify the directory on the
    1.32  command line. Examples: 
    1.33 @@ -159,7 +159,7 @@
    1.34  </pre>
    1.35  <h3><font color="#6c0023">gen-clean-wok and clean-wok</font></h3>
    1.36  <p>
    1.37 -The 'gen-clean-wok' command can create a new wok, this is useful to save a version of the wok, or create a copy
    1.38 +The 'gen-clean-wok' command can create a new wok, this is useful to save a version of the wok, or create a new wok
    1.39  to test with another. Running 'clean-wok' will clean all packages in the current wok and delete any generated
    1.40  files. To generate a clean wok or clean the current wok:
    1.41  </p>
    1.42 @@ -168,7 +168,7 @@
    1.43  </pre>
    1.44  <h3><font color="#6c0023">remove</font></h3>
    1.45  <p>
    1.46 -Remove the package specified in the wok, including the receipt, stuff, all files, etc:
    1.47 +Removes the package specified from the wok, including the receipt, stuff, all files, etc:
    1.48  </p>
    1.49  <pre> # tazwok remove package
    1.50  </pre>