tazpkg diff doc/tazpkg.en.html @ rev 392
Update version (4.1.2)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Dec 09 00:59:26 2010 +0100 (2010-12-09) |
parents | 16052e83a1b4 |
children | 2feb73f39449 |
line diff
1.1 --- a/doc/tazpkg.en.html Fri Oct 02 17:59:37 2009 +0200 1.2 +++ b/doc/tazpkg.en.html Thu Dec 09 00:59:26 2010 +0100 1.3 @@ -44,7 +44,7 @@ 1.4 Tazpkg is an ultralightweight (~ 35KB) package manager to 1.5 install, list, download, update or remove precompiled packages 1.6 on a GNU/Linux system. Tazpkg offers commands for searching 1.7 -and creating packages and was created independently. 1.8 +and creating packages and was created independently for the project. 1.9 The format of the packages using the *.tazpkg extension is a 1.10 cpio archive containing a filesystem compressed with gzip, 1.11 a receipt and an optional description. Tazpkg also manages 1.12 @@ -56,7 +56,7 @@ 1.13 </p> 1.14 <p> 1.15 Tazpkg is entirely built from scratch using SHell script, 1.16 -compatible with Bash, it runs under Ash - part of the Busybox 1.17 +compatible with Bash; it runs under Ash - part of the Busybox 1.18 project. Tazpkg is distributed under the free GNU license GPL V3. 1.19 </p> 1.20 1.21 @@ -264,9 +264,9 @@ 1.22 Recharge the list of available packages on the mirror. 1.23 This command will download the most recent 'packages.list' 1.24 of installable packages on the mirror and before starting 1.25 -will save the old list. Once the list is updated 1.26 +will save the old list. Once the list is updated, 1.27 you can then use the 'list' and 'search' commands. To view 1.28 -and list the differences, you can use 'list-mirror --diff', and to view 1.29 +and list the differences, you can use 'list-mirror --diff'; and to view 1.30 and update packages, you can simply 'upgrade'. To recharge the 1.31 latest list of packages: 1.32 </p> 1.33 @@ -419,7 +419,7 @@ 1.34 <h3><font color="#6c0023">set-release</font></h3> 1.35 <p> 1.36 The 'set-release' command changes the current version and 1.37 -upgrades the packages to the latest release: 1.38 +upgrades all of the packages to the latest release: 1.39 </p> 1.40 <pre> # tazpkg set-release cooking 1.41 </pre>