tazpanel diff doc/tazpanel.html @ rev 638

boot.iso: allow /dev/cdrom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 05 15:14:01 2022 +0000 (2022-01-05)
parents 8be015cdeadb
children
line diff
     1.1 --- a/doc/tazpanel.html	Mon Apr 11 19:51:47 2011 +0200
     1.2 +++ b/doc/tazpanel.html	Wed Jan 05 15:14:01 2022 +0000
     1.3 @@ -1,1 +1,84 @@
     1.4 -tazpanel.en.html
     1.5 \ No newline at end of file
     1.6 +<div id="help">
     1.7 +
     1.8 +	<section>
     1.9 +		<header>English Help</header>
    1.10 +		<div>
    1.11 +
    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 +
    1.20 +			<p>
    1.21 +	In most cases you will get a description and useful information with
    1.22 +	the section concerned. TazPanel uses the latest HTML 5 and CSS 3 technology
    1.23 +	to provide a clean and easy to use frontend for all the administration tasks
    1.24 +	that you can do on SliTaz. TazPanel has also been coded from the beginning
    1.25 +	with speed and quality in mind and it also supports full
    1.26 +	internationalization.
    1.27 +			</p>
    1.28 +
    1.29 +			<p>
    1.30 +	TazPanel is run as a web server on port 82 by default and can be used only
    1.31 +	from the local system. If you wish to control your system from a remote host
    1.32 +	you can change the server configuration file to allow connections from a
    1.33 +	local network or the entire world wide web, but in this last case make sure
    1.34 +	that you set a strong password for the panel. The server configuration file is
    1.35 +	<a data-icon="@text@" href="index.cgi?file=/etc/slitaz/httpd.conf">/etc/slitaz/httpd.conf</a>.
    1.36 +			</p>
    1.37 +
    1.38 +
    1.39 +			<h3>Terminal</h3>
    1.40 +
    1.41 +			<p>
    1.42 +	TazPanel provides a small terminal emulator which lets you execute commands as
    1.43 +	root on the remote or local system. Not all available commands are usable
    1.44 +	and you should use a SSH connection for most tasks. That said, having access
    1.45 +	to a few commands within the web interface can be useful and <tt>wget</tt> is
    1.46 +	supported to allow file uploads on a remote machine. The download directory
    1.47 +	is <tt>/var/www/downloads</tt> by default. All commands can use options such as
    1.48 +	<tt>-R</tt> <tt>-l</tt> etc.
    1.49 +			</p>
    1.50 +
    1.51 +
    1.52 +			<h3>Get Support</h3>
    1.53 +
    1.54 +			<p>
    1.55 +	You can get support on the SliTaz <a data-icon="@web@" href="http://forum.slitaz.org/" target="_blank" rel="noopener" rel="noopener">forum</a>,
    1.56 +	the <a data-icon="@web@" href="http://www.slitaz.org/en/mailing-list.php" 
    1.57 +	target="_blank" rel="noopener" rel="noopener">mailing list</a> or the <a data-icon="@web@" href="http://irc.slitaz.org/" 
    1.58 +	target="_blank" rel="noopener" rel="noopener">IRC channel</a>. The official SliTaz IRC channel is on
    1.59 +	Freenode (note that you can use LostIRC, Xchat or Pidgin on SliTaz). Freenode also
    1.60 +	provides a nice IRC <a data-icon="@web@" href="http://webchat.freenode.net/" target="_blank" rel="noopener" rel="noopener">web interface</a>.
    1.61 +			</p>
    1.62 +
    1.63 +
    1.64 +			<h3>Get involved</h3>
    1.65 +
    1.66 +			<p>
    1.67 +	If you want to help and get involved in SliTaz, TazPanel maybe for you!
    1.68 +	We need help in translating, styling, documenting and coding. If
    1.69 +	you need more information or want to publish a new graphical style,
    1.70 +	you can go to the SliTaz <a data-icon="@web@" href="http://scn.slitaz.org/" target="_blank" rel="noopener" rel="noopener">Community</a>
    1.71 +	and post on the Devel forum or post an update with a PM to a SliTaz
    1.72 +	contributor so that we can get in touch and include your work in TazPanel
    1.73 +	or in an extra styles package.
    1.74 +			</p>
    1.75 +
    1.76 +
    1.77 +			<h3>Bugs and features</h3>
    1.78 +
    1.79 +			<p>
    1.80 +	TazPanel is still a young application which will be improved and polished in
    1.81 +	time. If you find a bug, please post on the SliTaz tracker:
    1.82 +	<a data-icon="@web@" href="http://bugs.slitaz.org/" target="_blank" rel="noopener" rel="noopener">bugs.slitaz.org</a>. Tazpanel has a
    1.83 +	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.84 +	and also provides a <a data-icon="@info@" href="index.cgi?debug">debug page</a>.
    1.85 +			</p>
    1.86 +
    1.87 +		</div>
    1.88 +	</section>
    1.89 +</div>