tazpanel view doc/tazpanel.en.html @ 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 fa2ea2d2ece4
children a27c3fb7ce05
line source
1 <div id="help">
3 <h2>English Help</h2>
5 <p>
6 TazPanel is the SliTaz administration and settings center from where
7 you can control your entire system such as package management, adding
8 or removing users, creating Live systems and much more. Navigation
9 is done with the toolbar at the top of the application window and
10 in some cases with a submenu or a side bar like in the packages interface.
11 </p>
13 <p>
14 In most cases you will get a description and useful information with
15 the section concerned. TazPanel uses the latest XHTML 5 and CSS 3 technology
16 to provide a clean and easy to use frontend for all administration tasks
17 you can do on SliTaz. TazPanel has also been coded from the beginning
18 with speed and quality in mind and it also supports full
19 internationalization.
20 </p>
22 <p>
23 TazPanel is run as a web server on port 82 by default and can be used only
24 from the local system. If you wich to control you system from a remote host
25 you can change the server configuartion file to allow connections from a
26 loacal network or the full world wide web, but in this last case make sure
27 to set a strong password to the panel. The server configuration file is:
28 /etc/slitaz/httpd.conf
29 </p>
31 <h3>Terminal</h3>
32 <p>
33 TazPanel provide a small terminal emulator wich let you execute command as
34 root on the remote or local system. Not all available commands are usable
35 and you should use a SSH connection for most task. That said, having access
36 to a few command within the web interface can be usfull and wget is
37 supported to allow file upload on a remote machine. The download directory
38 is /var/www/downloads by default. All commands you can use options such as
39 -R -l etc.
40 </p>
42 <h3>Get Support</h3>
44 <p>
45 You can get support on the Slitaz <a href="http://forum.slitaz.org/">forum</a>,
46 the mailing list or the IRC channel. The official SliTaz IRC channel is on
47 Freenode, you can use LostIRC, Xchat or Pidgin on SliTaz. Freenode also
48 provide a nice IRC <a href="http://webchat.freenode.net/">web interface</a>.
49 </p>
51 <h3>Get involved</h3>
53 <p>
54 If you want to help and get involved in SliTaz, TazPanel maybe for you!
55 We need help in translating, styling, documentation and coding. If
56 you need more information or want to publish a new graphical style,
57 you can go to the SliTaz <a href="http://scn.slitaz.org/">Community</a>
58 and post on the Devel forum or post an update with a PM to a SliTaz
59 contributor so that we can get in touch and include your work in TazPanel
60 or in an extra styles package.
61 </p>
63 <h3>Bugs and features</h3>
65 <p>
66 TazPanel is a young application which will be improved and polished in
67 time. If you find a bug, please post on the SliTaz tracker:
68 <a href="http://bugs.slitaz.org/">bugs.slitaz.org</a>. Tazpanel have a
69 debug mode that can be enabled in the configuration file tazpanel.conf
70 and provide a <a href="/index.cgi?debug">debug page</a>.
71 </p>
73 </div>