tazpanel annotate doc/tazpanel.html @ rev 606

anti phishing attack trick
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 21 15:35:32 2016 +0200 (2016-10-21)
parents 8be015cdeadb
children
rev   line source
pascal@606 1 <div id="help">
pascal@606 2
pascal@606 3 <section>
pascal@606 4 <header>English Help</header>
pascal@606 5 <div>
pascal@606 6
pascal@606 7 <p>
pascal@606 8 TazPanel is the SliTaz administration and settings center from where
pascal@606 9 you can control your entire system such as managing packages, adding
pascal@606 10 or removing users, creating Live systems and much more. Navigation
pascal@606 11 is done with the toolbar at the top of the application window and
pascal@606 12 in some cases with a submenu or a side bar as in the packages interface.
pascal@606 13 </p>
pascal@606 14
pascal@606 15 <p>
pascal@606 16 In most cases you will get a description and useful information with
pascal@606 17 the section concerned. TazPanel uses the latest HTML 5 and CSS 3 technology
pascal@606 18 to provide a clean and easy to use frontend for all the administration tasks
pascal@606 19 that you can do on SliTaz. TazPanel has also been coded from the beginning
pascal@606 20 with speed and quality in mind and it also supports full
pascal@606 21 internationalization.
pascal@606 22 </p>
pascal@606 23
pascal@606 24 <p>
pascal@606 25 TazPanel is run as a web server on port 82 by default and can be used only
pascal@606 26 from the local system. If you wish to control your system from a remote host
pascal@606 27 you can change the server configuration file to allow connections from a
pascal@606 28 local network or the entire world wide web, but in this last case make sure
pascal@606 29 that you set a strong password for the panel. The server configuration file is
pascal@606 30 <a data-icon="@text@" href="index.cgi?file=/etc/slitaz/httpd.conf">/etc/slitaz/httpd.conf</a>.
pascal@606 31 </p>
pascal@606 32
pascal@606 33
pascal@606 34 <h3>Terminal</h3>
pascal@606 35
pascal@606 36 <p>
pascal@606 37 TazPanel provides a small terminal emulator which lets you execute commands as
pascal@606 38 root on the remote or local system. Not all available commands are usable
pascal@606 39 and you should use a SSH connection for most tasks. That said, having access
pascal@606 40 to a few commands within the web interface can be useful and <tt>wget</tt> is
pascal@606 41 supported to allow file uploads on a remote machine. The download directory
pascal@606 42 is <tt>/var/www/downloads</tt> by default. All commands can use options such as
pascal@606 43 <tt>-R</tt> <tt>-l</tt> etc.
pascal@606 44 </p>
pascal@606 45
pascal@606 46
pascal@606 47 <h3>Get Support</h3>
pascal@606 48
pascal@606 49 <p>
pascal@606 50 You can get support on the SliTaz <a data-icon="@web@" href="http://forum.slitaz.org/" target="_blank" rel="noopener" rel="noopener">forum</a>,
pascal@606 51 the <a data-icon="@web@" href="http://www.slitaz.org/en/mailing-list.php"
pascal@606 52 target="_blank" rel="noopener" rel="noopener">mailing list</a> or the <a data-icon="@web@" href="http://irc.slitaz.org/"
pascal@606 53 target="_blank" rel="noopener" rel="noopener">IRC channel</a>. The official SliTaz IRC channel is on
pascal@606 54 Freenode (note that you can use LostIRC, Xchat or Pidgin on SliTaz). Freenode also
pascal@606 55 provides a nice IRC <a data-icon="@web@" href="http://webchat.freenode.net/" target="_blank" rel="noopener" rel="noopener">web interface</a>.
pascal@606 56 </p>
pascal@606 57
pascal@606 58
pascal@606 59 <h3>Get involved</h3>
pascal@606 60
pascal@606 61 <p>
pascal@606 62 If you want to help and get involved in SliTaz, TazPanel maybe for you!
pascal@606 63 We need help in translating, styling, documenting and coding. If
pascal@606 64 you need more information or want to publish a new graphical style,
pascal@606 65 you can go to the SliTaz <a data-icon="@web@" href="http://scn.slitaz.org/" target="_blank" rel="noopener" rel="noopener">Community</a>
pascal@606 66 and post on the Devel forum or post an update with a PM to a SliTaz
pascal@606 67 contributor so that we can get in touch and include your work in TazPanel
pascal@606 68 or in an extra styles package.
pascal@606 69 </p>
pascal@606 70
pascal@606 71
pascal@606 72 <h3>Bugs and features</h3>
pascal@606 73
pascal@606 74 <p>
pascal@606 75 TazPanel is still a young application which will be improved and polished in
pascal@606 76 time. If you find a bug, please post on the SliTaz tracker:
pascal@606 77 <a data-icon="@web@" href="http://bugs.slitaz.org/" target="_blank" rel="noopener" rel="noopener">bugs.slitaz.org</a>. Tazpanel has a
pascal@606 78 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>
pascal@606 79 and also provides a <a data-icon="@info@" href="index.cgi?debug">debug page</a>.
pascal@606 80 </p>
pascal@606 81
pascal@606 82 </div>
pascal@606 83 </section>
pascal@606 84 </div>