# HG changeset patch # User Paul Issott # Date 1398447701 -3600 # Node ID faf8a6708713ec3a54c5950d3a69396a2a0777a9 # Parent c7ff3415e01c0b1cc9a6ec8cbe713c3daa76ba00 Tiny edits diff -r c7ff3415e01c -r faf8a6708713 doc/spk.en.html --- a/doc/spk.en.html Fri Apr 25 04:26:40 2014 +0200 +++ b/doc/spk.en.html Fri Apr 25 18:41:41 2014 +0100 @@ -18,19 +18,19 @@

SliTaz Packages Toolset

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

Graphical user interface

- The Spk toolkit provide a Ncurses dialog interface for all basic tasks. + The Spk toolkit provides an 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. + can be run in the Linux framebuffer or an X terminal.

diff -r c7ff3415e01c -r faf8a6708713 spk-add --- a/spk-add Fri Apr 25 04:26:40 2014 +0200 +++ b/spk-add Fri Apr 25 18:41:41 2014 +0100 @@ -25,7 +25,7 @@ --forced $(gettext "Force package reinstallation") --root= $(gettext "Set the root file system path") --nodeps $(gettext "Don't resolve packages dependencies") - --newconf $(gettext "Don't keep installed configs files") + --newconf $(gettext "Don't keep installed config files") --debug $(gettext "Display some useful debug information") $(boldify $(gettext "Examples:")) @@ -192,8 +192,8 @@ pre_install $root fi - # Handle Config Files set in receipt. Keep system confgs: they can - # be mofified/customized by users, slitaz-config, etc. + # Handle Config Files set in receipt. Keep system configs: they can + # be modified/customized by users, slitaz-config, etc. if [ "$CONFIG_FILES" ] && [ ! "$newconf" ]; then gettext "Keeping configuration files..." for file in ${CONFIG_FILES}; do