tazpanel diff README @ rev 95

pkgs.cgi: put all admin stuff in one place, improve output of save config and add loading messages (check is long)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 14 20:08:15 2011 +0200 (2011-04-14)
parents 730f8bcacabc
children dce3e66c3ba4
line diff
     1.1 --- a/README	Sun Apr 10 11:23:06 2011 +0000
     1.2 +++ b/README	Thu Apr 14 20:08:15 2011 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  You can clone the tazpanel repo into /var/www/tazpanel and work on this
     1.5  copy or clone it somewhere else and 'make install'. After, add tazpanel to
     1.6  your /etc/hosts, type './tazpanel start' to start the server and go to the
     1.7 -URL: http://tazpanel:8090. Panel user and password is defined in httpd.conf
     1.8 +URL: http://tazpanel:82. Panel user and password is defined in httpd.conf
     1.9  and default is root:root
    1.10  
    1.11  
    1.12 @@ -27,7 +27,7 @@
    1.13  
    1.14  	$ msginit -l fr_FR -o fr.po -i tazpanel.pot
    1.15  
    1.16 -To update all translations from a newly updated the pot file:
    1.17 +To update all translations from a newly updated pot file:
    1.18  
    1.19  	$ make msgmerge
    1.20  
    1.21 @@ -62,14 +62,14 @@
    1.22  	* hardware.cgi  Devices drivers, firmware, printing
    1.23  
    1.24  For common functions have a look to lib/libtazpanel, you may found functions
    1.25 -you need already coded such as xhtml_header to get the style header.html
    1.26 +you need already coded such as a xhtml_header to get the style header.html
    1.27  in your CGI script. For the loading message you can use loading_msg. When
    1.28  cat is used: `gettext "Text to translate"`
    1.29  
    1.30  
    1.31  Web server
    1.32  ----------
    1.33 -Tazpanel can run with Busybox httpd applet or LightTPD and probably Apache.
    1.34 +Tazpanel can run with the Busybox httpd applet or LightTPD and probably Apache.
    1.35  Start the webserver with a custom config to listen only on a local port for
    1.36  security reasons since we run as root to perform system actions, example:
    1.37