tazpanel rev 0

Initial commit with README file
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 02 10:18:04 2011 +0200 (2011-04-02)
parents
children a346dfffa162
files README
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Sat Apr 02 10:18:04 2011 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +SliTaz Web Control Panel
     1.5 +================================================================================
     1.6 +
     1.7 +
     1.8 +Tazpanel is the SliTaz Control Panel, a web interface who let you manage the
     1.9 +full system  in a redically simple way. The output xHTML code is valid xHTML 5
    1.10 +and all theming is done with standard CSS.
    1.11 +
    1.12 +
    1.13 +Web server
    1.14 +----------
    1.15 +Tazpanel can run with Busybox httpd applet or LightTPD an propably Apache.
    1.16 +Start the webserver with custom config to listen only on local port for
    1.17 +security reason since we run as root to perform system actions, example:
    1.18 +
    1.19 +# httpd -p 8080 u root -c /etc/slitaz/tazpanel-httpd.conf
    1.20 +
    1.21 +Quick notes
    1.22 +-----------
    1.23 +
    1.24 +	Panel password is defined in httpd.conf
    1.25 +	When cat is used: `gettext "Text to translate"`