tazpanel rev 193

Update en doc, README and bigger title for panel settings
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 10 22:09:36 2011 +0200 (2011-06-10)
parents c5bce38bdb32
children c05f8958b18b
files README doc/tazpanel.en.html settings.cgi
line diff
     1.1 --- a/README	Fri Jun 10 21:41:06 2011 +0200
     1.2 +++ b/README	Fri Jun 10 22:09:36 2011 +0200
     1.3 @@ -61,6 +61,7 @@
     1.4  	                accounts, locales or daemons management
     1.5  	* live.cgi      All tools related to Live systems (CD, USB, Frugal)
     1.6  	* hardware.cgi  Devices drivers, firmware, printing
     1.7 +	* help.cgi      Cat the html doc and this README file
     1.8  
     1.9  For common functions have a look to lib/libtazpanel, you may found functions
    1.10  you need already coded such as a xhtml_header to get the style header.html
    1.11 @@ -74,7 +75,7 @@
    1.12  Start the webserver with a custom config to listen only on a local port for
    1.13  security reasons since we run as root to perform system actions, example:
    1.14  
    1.15 -# httpd -p 8090 u root -c /etc/slitaz/httpd.conf
    1.16 +# httpd -p 82 u root -c /etc/slitaz/httpd.conf
    1.17  
    1.18  Or use tazpanel cmdline:
    1.19  
     2.1 --- a/doc/tazpanel.en.html	Fri Jun 10 21:41:06 2011 +0200
     2.2 +++ b/doc/tazpanel.en.html	Fri Jun 10 22:09:36 2011 +0200
     2.3 @@ -7,7 +7,7 @@
     2.4  	you can control your entire system such as package management, adding 
     2.5  	or removing users, creating Live systems and much more. Navigation
     2.6  	is done with the toolbar at the top of the application window and
     2.7 -	in some cases with a submenu.
     2.8 +	in some cases with a submenu or a side bar like in the packages interface.
     2.9  </p>
    2.10  
    2.11  <p>
    2.12 @@ -19,11 +19,33 @@
    2.13  	internationalization.
    2.14  </p>
    2.15  
    2.16 -<h3>Support</h3>
    2.17 +<p>
    2.18 +	TazPanel is run as a web server on port 82 by default and can be used only
    2.19 +	from the local system. If you wich to control you system from a remote host
    2.20 +	you can change the server configuartion file to allow connections from a
    2.21 +	loacal network or the full world wide web, but in this last case make sure
    2.22 +	to set a strong password to the panel. The server configuration file is:
    2.23 +	/etc/slitaz/httpd.conf
    2.24 +</p>
    2.25 +
    2.26 +<h3>Terminal</h3>
    2.27 +<p>
    2.28 +	TazPanel provide a small terminal emulator wich let you execute command as
    2.29 +	root on the remote or local system. Not all available commands are usable
    2.30 +	and you should use a SSH connection for most task. That said, having access
    2.31 +	to a few command within the web interface can be usfull and wget is
    2.32 +	supported to allow file upload on a remote machine. The download directory
    2.33 +	is /var/www/downloads by default. All commands you can use options such as
    2.34 +	-R -l etc.
    2.35 +</p>
    2.36 +
    2.37 +<h3>Get Support</h3>
    2.38  
    2.39  <p>
    2.40  	You can get support on the Slitaz <a href="http://forum.slitaz.org/">forum</a>,
    2.41 -	the mailing list or the IRC channel.
    2.42 +	the mailing list or the IRC channel. The official SliTaz IRC channel is on
    2.43 +	Freenode, you can use LostIRC, Xchat or Pidgin on SliTaz. Freenode also
    2.44 +	provide a nice IRC <a href="http://webchat.freenode.net/">web interface</a>.
    2.45  </p>
    2.46  
    2.47  <h3>Get involved</h3>
    2.48 @@ -43,7 +65,9 @@
    2.49  <p>
    2.50  	TazPanel is a young application which will be improved and polished in
    2.51  	time. If you find a bug, please post on the SliTaz tracker:
    2.52 -	<a href="http://bugs.slitaz.org/">bugs.slitaz.org</a>
    2.53 +	<a href="http://bugs.slitaz.org/">bugs.slitaz.org</a>. Tazpanel have a
    2.54 +	debug mode that can be enabled in the configuration file tazpanel.conf
    2.55 +	and provide a <a href="/index.cgi?debug">debug page</a>.
    2.56  </p>
    2.57  
    2.58  </div>
     3.1 --- a/settings.cgi	Fri Jun 10 21:41:06 2011 +0200
     3.2 +++ b/settings.cgi	Fri Jun 10 22:09:36 2011 +0200
     3.3 @@ -293,7 +293,7 @@
     3.4  	<input type="submit" value="$(gettext "Activate")" />
     3.5  </form>
     3.6  
     3.7 -<h3>$(gettext "Panel configuration")</h3>
     3.8 +<h2>$(gettext "Panel configuration")</h2>
     3.9  <form method="get" action="$SCRIPT_NAME">
    3.10  	<p>
    3.11  		$(gettext "Style:")