tazpanel diff doc/tazpanel.en.html @ rev 431

hardware.cgi: show disk model
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 06 17:38:32 2015 +0200 (2015-04-06)
parents 831e551d12d4
children 48308cb57e31
line diff
     1.1 --- a/doc/tazpanel.en.html	Sun Jul 01 08:46:05 2012 +0100
     1.2 +++ b/doc/tazpanel.en.html	Mon Apr 06 17:38:32 2015 +0200
     1.3 @@ -1,73 +1,82 @@
     1.4  <div id="help">
     1.5  
     1.6 -<h2>English Help</h2>
     1.7 +	<section>
     1.8 +		<header>English Help</header>
     1.9 +		<div>
    1.10  
    1.11 -<p>
    1.12 +			<p>
    1.13  	TazPanel is the SliTaz administration and settings center from where
    1.14  	you can control your entire system such as managing packages, adding 
    1.15  	or removing users, creating Live systems and much more. Navigation
    1.16  	is done with the toolbar at the top of the application window and
    1.17  	in some cases with a submenu or a side bar as in the packages interface.
    1.18 -</p>
    1.19 +			</p>
    1.20  
    1.21 -<p>
    1.22 +			<p>
    1.23  	In most cases you will get a description and useful information with
    1.24 -	the section concerned. TazPanel uses the latest XHTML 5 and CSS 3 technology
    1.25 +	the section concerned. TazPanel uses the latest HTML 5 and CSS 3 technology
    1.26  	to provide a clean and easy to use frontend for all the administration tasks
    1.27  	that you can do on SliTaz. TazPanel has also been coded from the beginning
    1.28  	with speed and quality in mind and it also supports full
    1.29  	internationalization.
    1.30 -</p>
    1.31 +			</p>
    1.32  
    1.33 -<p>
    1.34 +			<p>
    1.35  	TazPanel is run as a web server on port 82 by default and can be used only
    1.36  	from the local system. If you wish to control your system from a remote host
    1.37  	you can change the server configuration file to allow connections from a
    1.38  	local network or the entire world wide web, but in this last case make sure
    1.39  	that you set a strong password for the panel. The server configuration file is
    1.40 -	/etc/slitaz/httpd.conf.
    1.41 -</p>
    1.42 +	<a data-icon="text" href="index.cgi?file=/etc/slitaz/httpd.conf">/etc/slitaz/httpd.conf</a>.
    1.43 +			</p>
    1.44  
    1.45 -<h3>Terminal</h3>
    1.46 -<p>
    1.47 +
    1.48 +			<h3>Terminal</h3>
    1.49 +
    1.50 +			<p>
    1.51  	TazPanel provides a small terminal emulator which lets you execute commands as
    1.52  	root on the remote or local system. Not all available commands are usable
    1.53  	and you should use a SSH connection for most tasks. That said, having access
    1.54 -	to a few commands within the web interface can be useful and wget is
    1.55 +	to a few commands within the web interface can be useful and <tt>wget</tt> is
    1.56  	supported to allow file uploads on a remote machine. The download directory
    1.57 -	is /var/www/downloads by default. All commands can use options such as
    1.58 -	-R -l etc.
    1.59 -</p>
    1.60 +	is <tt>/var/www/downloads</tt> by default. All commands can use options such as
    1.61 +	<tt>-R</tt> <tt>-l</tt> etc.
    1.62 +			</p>
    1.63  
    1.64 -<h3>Get Support</h3>
    1.65  
    1.66 -<p>
    1.67 -	You can get support on the Slitaz <a href="http://forum.slitaz.org/">forum</a>,
    1.68 +			<h3>Get Support</h3>
    1.69 +
    1.70 +			<p>
    1.71 +	You can get support on the SliTaz <a data-icon="web" href="http://forum.slitaz.org/" target="_blank">forum</a>,
    1.72  	the mailing list or the IRC channel. The official SliTaz IRC channel is on
    1.73  	Freenode (note that you can use LostIRC, Xchat or Pidgin on SliTaz). Freenode also
    1.74 -	provides a nice IRC <a href="http://webchat.freenode.net/">web interface</a>.
    1.75 -</p>
    1.76 +	provides a nice IRC <a data-icon="web" href="http://webchat.freenode.net/" target="_blank">web interface</a>.
    1.77 +			</p>
    1.78  
    1.79 -<h3>Get involved</h3>
    1.80  
    1.81 -<p>
    1.82 +			<h3>Get involved</h3>
    1.83 +
    1.84 +			<p>
    1.85  	If you want to help and get involved in SliTaz, TazPanel maybe for you!
    1.86  	We need help in translating, styling, documenting and coding. If
    1.87  	you need more information or want to publish a new graphical style,
    1.88 -	you can go to the SliTaz <a href="http://scn.slitaz.org/">Community</a>
    1.89 +	you can go to the SliTaz <a data-icon="web" href="http://scn.slitaz.org/" target="_blank">Community</a>
    1.90  	and post on the Devel forum or post an update with a PM to a SliTaz
    1.91  	contributor so that we can get in touch and include your work in TazPanel
    1.92  	or in an extra styles package.
    1.93 -</p>
    1.94 +			</p>
    1.95  
    1.96 -<h3>Bugs and features</h3>
    1.97  
    1.98 -<p>
    1.99 +			<h3>Bugs and features</h3>
   1.100 +
   1.101 +			<p>
   1.102  	TazPanel is still a young application which will be improved and polished in
   1.103  	time. If you find a bug, please post on the SliTaz tracker:
   1.104 -	<a href="http://bugs.slitaz.org/">bugs.slitaz.org</a>. Tazpanel has a
   1.105 -	debug mode that can be enabled in the configuration file tazpanel.conf 
   1.106 -	and also provides a <a href="/index.cgi?debug">debug page</a>.
   1.107 -</p>
   1.108 +	<a data-icon="web" href="http://bugs.slitaz.org/" target="_blank">bugs.slitaz.org</a>. Tazpanel has a
   1.109 +	debug mode that can be enabled in the configuration file <a data-icon="text" href="index.cgi?file=/etc/slitaz/tazpanel.conf">tazpanel.conf</a>
   1.110 +	and also provides a <a data-icon="info" href="index.cgi?debug">debug page</a>.
   1.111 +			</p>
   1.112  
   1.113 +		</div>
   1.114 +	</section>
   1.115  </div>