# HG changeset patch # User Christophe Lincoln # Date 1307736576 -7200 # Node ID f054918e093c571e9702534eb24fbcd308699d02 # Parent c5bce38bdb32052a022c08187ce43777885e65fe Update en doc, README and bigger title for panel settings diff -r c5bce38bdb32 -r f054918e093c README --- a/README Fri Jun 10 21:41:06 2011 +0200 +++ b/README Fri Jun 10 22:09:36 2011 +0200 @@ -61,6 +61,7 @@ accounts, locales or daemons management * live.cgi All tools related to Live systems (CD, USB, Frugal) * hardware.cgi Devices drivers, firmware, printing + * help.cgi Cat the html doc and this README file For common functions have a look to lib/libtazpanel, you may found functions you need already coded such as a xhtml_header to get the style header.html @@ -74,7 +75,7 @@ Start the webserver with a custom config to listen only on a local port for security reasons since we run as root to perform system actions, example: -# httpd -p 8090 u root -c /etc/slitaz/httpd.conf +# httpd -p 82 u root -c /etc/slitaz/httpd.conf Or use tazpanel cmdline: diff -r c5bce38bdb32 -r f054918e093c doc/tazpanel.en.html --- a/doc/tazpanel.en.html Fri Jun 10 21:41:06 2011 +0200 +++ b/doc/tazpanel.en.html Fri Jun 10 22:09:36 2011 +0200 @@ -7,7 +7,7 @@ you can control your entire system such as package management, adding or removing users, creating Live systems and much more. Navigation is done with the toolbar at the top of the application window and - in some cases with a submenu. + in some cases with a submenu or a side bar like in the packages interface.

@@ -19,11 +19,33 @@ internationalization.

-

Support

+

+ TazPanel is run as a web server on port 82 by default and can be used only + from the local system. If you wich to control you system from a remote host + you can change the server configuartion file to allow connections from a + loacal network or the full world wide web, but in this last case make sure + to set a strong password to the panel. The server configuration file is: + /etc/slitaz/httpd.conf +

+ +

Terminal

+

+ TazPanel provide a small terminal emulator wich let you execute command as + root on the remote or local system. Not all available commands are usable + and you should use a SSH connection for most task. That said, having access + to a few command within the web interface can be usfull and wget is + supported to allow file upload on a remote machine. The download directory + is /var/www/downloads by default. All commands you can use options such as + -R -l etc. +

+ +

Get Support

You can get support on the Slitaz forum, - the mailing list or the IRC channel. + the mailing list or the IRC channel. The official SliTaz IRC channel is on + Freenode, you can use LostIRC, Xchat or Pidgin on SliTaz. Freenode also + provide a nice IRC web interface.

Get involved

@@ -43,7 +65,9 @@

TazPanel is a young application which will be improved and polished in time. If you find a bug, please post on the SliTaz tracker: - bugs.slitaz.org + bugs.slitaz.org. Tazpanel have a + debug mode that can be enabled in the configuration file tazpanel.conf + and provide a debug page.

diff -r c5bce38bdb32 -r f054918e093c settings.cgi --- a/settings.cgi Fri Jun 10 21:41:06 2011 +0200 +++ b/settings.cgi Fri Jun 10 22:09:36 2011 +0200 @@ -293,7 +293,7 @@ -

$(gettext "Panel configuration")

+

$(gettext "Panel configuration")

$(gettext "Style:")