spk rev 1

Spellcheck and add spk- tools
author Christian Mesh <meshca@clarkson.edu>
date Fri May 11 09:48:50 2012 -0500 (2012-05-11)
parents 6283935f9aef
children 4ce256d47250
files README
line diff
     1.1 --- a/README	Fri May 11 15:40:08 2012 +0200
     1.2 +++ b/README	Fri May 11 09:48:50 2012 -0500
     1.3 @@ -7,22 +7,24 @@
     1.4  
     1.5  Spk
     1.6  -------------------------------------------------------------------------------
     1.7 -Spk is the main tool to handle and play with SliTaz packages, it handle multiple
     1.8 -packages on cmdline and a wide range of --options wo will perform tasks such as
     1.9 -adding or removing packages using the toolset. Spk itself provide some small
    1.10 +Spk is the main tool to handle and play with SliTaz packages, it handles multiple
    1.11 +packages on cmdline and a wide range of --options which will perform tasks such as
    1.12 +adding or removing packages using the toolset. Spk itself provides some small
    1.13  commands such as ls or info.
    1.14  
    1.15  
    1.16  Toolset
    1.17  -------------------------------------------------------------------------------
    1.18 -Spk is separated in many small tools follwin the UNIX philosophy: one tool for
    1.19 -one task but do it well. Here is a list of proposal tools and ther functions:
    1.20 +Spk is separated in many small tools following the UNIX philosophy: one tool for
    1.21 +one task but do that task well. Here is a list of proposal tools and ther functions:
    1.22  
    1.23  	* spk-add    : Install local or online pkgs
    1.24  	* spk-rm     : Remove packages: confirm in option ?
    1.25  	* spk-up     : Upgrade the all system
    1.26  	* spk-search : Search for packages or files
    1.27 -	* spk-...    : your turn Christina :-)
    1.28 +	* spk-archive: Manage pacakge extraction, compression, and packing
    1.29 +	* spk-mirror : Manage mirrors and undigest
    1.30 +	* spk-info   : Print info about packages
    1.31  
    1.32  
    1.33  Devnotes