# HG changeset patch # User Christophe Lincoln # Date 1302286650 -7200 # Node ID ed88534077a02b0d8147226ebc5c877e3fa9d386 # Parent 56d55a9dcc9c612f6bd112b9878998117640baef Move old upgreadeable command to 'up' and small edit diff -r 56d55a9dcc9c -r ed88534077a0 doc/tazpanel.html --- a/doc/tazpanel.html Fri Apr 08 05:59:24 2011 +0200 +++ b/doc/tazpanel.html Fri Apr 08 20:17:30 2011 +0200 @@ -1,1 +1,13 @@ -tazpanel.en.html \ No newline at end of file +tazpanel.en.htmlp + +

+ TazPanel is the SliTaz administration and settings center from where + you can manage your entire system such as managing packages, adding + or removing users, create Live systems and much more. Navigation + is done with the toolbar at the top of the application window and + is some case, with a submenu. +

+

+ Get support on the Slitaz forum +

+gn \ No newline at end of file diff -r 56d55a9dcc9c -r ed88534077a0 pkgs.cgi --- a/pkgs.cgi Fri Apr 08 05:59:24 2011 +0200 +++ b/pkgs.cgi Fri Apr 08 20:17:30 2011 +0200 @@ -73,8 +73,8 @@ ls $INSTALLED | wc -l gettext "Mirrored packages : " cat $LOCALSTATE/packages.list | wc -l - gettext "Upgradeable packages : " - cat $LOCALSTATE/upgradeable-packages.list | wc -l + gettext "up packages : " + cat $LOCALSTATE/packages.up | wc -l #gettext "Installed files : " #cat $INSTALLED/*/files.list | wc -l gettext "Blocked packages : " @@ -169,7 +169,7 @@
`gettext "List:"` - +
EOT @@ -216,7 +216,7 @@
`gettext "List:"` - + `gettext "My packages"`
@@ -250,7 +250,7 @@
`gettext "List:"` - + `gettext "My packages"`
@@ -280,7 +280,7 @@

- + `gettext "Check upgrade"` `gettext "My packages"` @@ -297,7 +297,7 @@

EOT ;; - upgradeable*) + up*) # # Ugrade packages # @@ -307,27 +307,27 @@ LOADING_MSG="Checking for upgrade..." loading_msg cat << EOT -

`gettext "Upgradeable packages"`

+

`gettext "up packages"`

-
- `gettext "Selection:"` - - - `gettext "Toogle all"` -
-
- `gettext "List:"` - - - `gettext "My packages"` +
+ `gettext "Selection:"` + + + `gettext "Toogle all"` +
+
+ `gettext "List:"` + + + `gettext "My packages"` +
EOT - tazpkg upgradeable - echo '
' + tazpkg up --check >/dev/null table_start table_head - for pkg in `cat upgradeable-packages.list` + for pkg in `cat packages.up` do grep "^$pkg |" $LOCALSTATE/packages.desc | parse_packages_desc done @@ -480,7 +480,7 @@ `gettext "My packages"` `gettext "Recharge list"` - + `gettext "Check upgrade"` `gettext "Configuration"`