spk rev 152

Update documentation
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 25 03:48:03 2014 +0200 (2014-04-25)
parents 2ad4f73dc27e
children 2a83ddd0845a
files doc/spk.en.html
line diff
     1.1 --- a/doc/spk.en.html	Thu Apr 24 19:32:48 2014 +0100
     1.2 +++ b/doc/spk.en.html	Fri Apr 25 03:48:03 2014 +0200
     1.3 @@ -18,13 +18,23 @@
     1.4  <h2>SliTaz Packages Toolset</h2>
     1.5  
     1.6  <p>
     1.7 -	Small alternative to TazPKG. Spk consists of small separate programs
     1.8 -	for easier code maintainance and uses a shared library. Spk can handle
     1.9 -	multiple packages on a cmdline as well as the ability to manage your 
    1.10 -	own mirror.
    1.11 +	SliTaz packages management new generation, fast, clen and unbloated.
    1.12 +	Spk consists of small separate programs for easier code maintainance
    1.13 +	and uses a shared library. Spk can handle multiple packages on a 
    1.14 +	cmdline as well as the ability to manage your own mirror.
    1.15  </p>
    1.16  
    1.17 -<h3>Usage and help</h3>
    1.18 +<h3>Graphical user interface</h3>
    1.19 +<p>
    1.20 +	The Spk toolkit provide a Ncurses dialog interface for all basic tasks.
    1.21 +	You must use the up-down arrow and ENTER to activate a button or you
    1.22 +	can use your mouse to select menu items and press on the buttons.
    1.23 +	Spk-dialog can be found in the desktop menu under "System Tools" and
    1.24 +	can be run un the Linux framebuffer or a X terminal.
    1.25 +</p>
    1.26 +
    1.27 +<!-- Cmdline usage -->
    1.28 +<h3>Cmdline usage and help</h3>
    1.29  <p>
    1.30  	All spk tools provide a small built-in help usage that you can display 
    1.31  	with the command 'usage' or 'help'. It also has some options to 
    1.32 @@ -44,6 +54,7 @@
    1.33  # spk busybox glib
    1.34  </pre>
    1.35  
    1.36 +<!-- spk-add -->
    1.37  <h3>Add packages</h3>
    1.38  <p>
    1.39  	Spk will handle dependencies. To install new packages simply use
    1.40 @@ -54,6 +65,7 @@
    1.41  # spk package --add
    1.42  </pre>
    1.43  
    1.44 +<!-- spk-rm -->
    1.45  <h3>Remove packages</h3>
    1.46  <p>
    1.47  	To remove packages simply:
    1.48 @@ -62,6 +74,7 @@
    1.49  # spk-rm package1 package2 ...
    1.50  </pre>
    1.51  
    1.52 +<!-- spk-up -->
    1.53  <h3>Packages update</h3>
    1.54  <p>
    1.55  	To get the last list of packages and to update your system you have
    1.56 @@ -74,6 +87,7 @@
    1.57  # spk-up package1 package2 ...
    1.58  </pre>
    1.59  
    1.60 +<!-- spk-find -->
    1.61  <h3>Find packages</h3>
    1.62  <p>
    1.63  	The spk-find util finds a package from a full packages list available on the
    1.64 @@ -106,7 +120,8 @@
    1.65  </div>
    1.66  
    1.67  <footer>
    1.68 -	Copyright © 2014 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
    1.69 +	Copyright &copy; 2014 
    1.70 +	<a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
    1.71  </footer>
    1.72  
    1.73  </body>