# HG changeset patch # User Christophe Lincoln # Date 1398390483 -7200 # Node ID fd2034f96fe03131f1dfc94db961fe39ee5b0959 # Parent 2ad4f73dc27e73d3b1422bb0508752c0d6f9a28e Update documentation diff -r 2ad4f73dc27e -r fd2034f96fe0 doc/spk.en.html --- a/doc/spk.en.html Thu Apr 24 19:32:48 2014 +0100 +++ b/doc/spk.en.html Fri Apr 25 03:48:03 2014 +0200 @@ -18,13 +18,23 @@

SliTaz Packages Toolset

- Small alternative to TazPKG. Spk consists of small separate programs - for easier code maintainance and uses a shared library. Spk can handle - multiple packages on a cmdline as well as the ability to manage your - own mirror. + SliTaz packages management new generation, fast, clen and unbloated. + Spk consists of small separate programs for easier code maintainance + and uses a shared library. Spk can handle multiple packages on a + cmdline as well as the ability to manage your own mirror.

-

Usage and help

+

Graphical user interface

+

+ The Spk toolkit provide a Ncurses dialog interface for all basic tasks. + You must use the up-down arrow and ENTER to activate a button or you + can use your mouse to select menu items and press on the buttons. + Spk-dialog can be found in the desktop menu under "System Tools" and + can be run un the Linux framebuffer or a X terminal. +

+ + +

Cmdline usage and help

All spk tools provide a small built-in help usage that you can display with the command 'usage' or 'help'. It also has some options to @@ -44,6 +54,7 @@ # spk busybox glib +

Add packages

Spk will handle dependencies. To install new packages simply use @@ -54,6 +65,7 @@ # spk package --add +

Remove packages

To remove packages simply: @@ -62,6 +74,7 @@ # spk-rm package1 package2 ... +

Packages update

To get the last list of packages and to update your system you have @@ -74,6 +87,7 @@ # spk-up package1 package2 ... +

Find packages

The spk-find util finds a package from a full packages list available on the @@ -106,7 +120,8 @@