tazpanel rev 204

Edit docs and README
author Paul Issott <paul@slitaz.org>
date Sun Aug 14 00:12:36 2011 +0100 (2011-08-14)
parents 0c37a3022807
children e0d1571d49ba
files README data/tazpanel.conf doc/tazpanel.en.html
line diff
     1.1 --- a/README	Tue Aug 09 08:05:15 2011 +0200
     1.2 +++ b/README	Sun Aug 14 00:12:36 2011 +0100
     1.3 @@ -13,16 +13,16 @@
     1.4  You can clone the tazpanel repo into /var/www/tazpanel and work on this
     1.5  copy or clone it somewhere else and 'make install'. After, add tazpanel to
     1.6  your /etc/hosts, type './tazpanel start' to start the server and go to the
     1.7 -URL: http://tazpanel:82. Panel user and password is defined in httpd.conf
     1.8 -and default is root:root
     1.9 +URL: http://tazpanel:82. Panel user and password are defined in the 
    1.10 +httpd.conf and default is root:root
    1.11  
    1.12  
    1.13  i18n
    1.14  ----
    1.15  TazPanel has been coded from the beginning with gettext support. Please
    1.16  forget 'echo' and use gettext, but remember that gettext "" is equivalent
    1.17 -to echo -n. All scripts use the same TEXTDOMAIN and the same pot files, all
    1.18 -translations go in the po/ folder. To start a new translation please
    1.19 +to echo -n. All scripts use the same TEXTDOMAIN and the same pot files, and 
    1.20 +all translations go in the po/ folder. To start a new translation please
    1.21  use msginit from the pot file directory. Example for French/France
    1.22  locale (fr_FR):
    1.23  
    1.24 @@ -35,23 +35,23 @@
    1.25  
    1.26  User interface
    1.27  --------------
    1.28 -If you develop an official SliTaz GUI for TazPanel, please follow the style.
    1.29 -If you need more CSS markup and you are not a coder, please ask an official
    1.30 -developer for the best way to implement your idea. TazPanel is fully themable
    1.31 -and more than one theme can be installed, this will let us make packages
    1.32 -in a TazPanel style! All the GUI is done with xHTML 5 and CSS 3, some
    1.33 +If you develop an official SliTaz GUI for TazPanel, please follow the default 
    1.34 +style. If you need more CSS markup and you are not a coder, please ask an 
    1.35 +official developer for the best way to implement your idea. TazPanel is fully 
    1.36 +themable and more than one theme can be installed, this will allow us to make 
    1.37 +packages in a TazPanel style! All the GUI is done with xHTML 5 and CSS 3, some
    1.38  javascript can be used, but with precautions... one more time, it's better
    1.39  to check with a main contributor before adding too much stuff, the goal is,
    1.40 -as for the all SliTaz projects: KISS
    1.41 +as for all the SliTaz projects: KISS
    1.42  
    1.43  
    1.44  CGI template and files
    1.45  ----------------------
    1.46 -To start or test new function with TazPanel you will find a a file in
    1.47 +To start or test a new function with TazPanel you will find a file in
    1.48  utils/template.cgi that needs to be in the $PANEL root to work, all TazPanel
    1.49  CGI scripts are in that location. If you think your code is too big to fit
    1.50  in another script you can eventually create a new CGI page and update all
    1.51 -links, but please to talk to the AUTHORS before.
    1.52 +links, but please to talk to the AUTHORS beforehand.
    1.53  
    1.54  	* index.cgi     Main Tazpanel CGI script
    1.55  	* boot.cgi      All what happens before login
    1.56 @@ -77,7 +77,7 @@
    1.57  
    1.58  # httpd -p 82 u root -c /etc/slitaz/httpd.conf
    1.59  
    1.60 -Or use tazpanel cmdline:
    1.61 +Or use a tazpanel cmdline:
    1.62  
    1.63  # ./tazpanel start
    1.64  
     2.1 --- a/data/tazpanel.conf	Tue Aug 09 08:05:15 2011 +0200
     2.2 +++ b/data/tazpanel.conf	Sun Aug 14 00:12:36 2011 +0100
     2.3 @@ -7,7 +7,7 @@
     2.4  PANEL="/var/www/tazpanel"
     2.5  STYLE="default"
     2.6  
     2.7 -# Absolute path to images and xHTML skel from $PANEL
     2.8 +# Absolute paths to images and xHTML skel from $PANEL
     2.9  IMAGES="/styles/$STYLE/images"
    2.10  HEADER="/styles/$STYLE/header.html"
    2.11  FOOTER="/styles/$STYLE/footer.html"
     3.1 --- a/doc/tazpanel.en.html	Tue Aug 09 08:05:15 2011 +0200
     3.2 +++ b/doc/tazpanel.en.html	Sun Aug 14 00:12:36 2011 +0100
     3.3 @@ -7,24 +7,24 @@
     3.4  	you can control your entire system such as managing packages, adding 
     3.5  	or removing users, creating Live systems and much more. Navigation
     3.6  	is done with the toolbar at the top of the application window and
     3.7 -	in some cases with a submenu or a side bar like in the packages interface.
     3.8 +	in some cases with a submenu or a side bar as in the packages interface.
     3.9  </p>
    3.10  
    3.11  <p>
    3.12  	In most cases you will get a description and useful information with
    3.13  	the section concerned. TazPanel uses the latest XHTML 5 and CSS 3 technology
    3.14 -	to provide a clean and easy to use frontend for all administration tasks
    3.15 -	you can do on SliTaz. TazPanel has also been coded from the beginning
    3.16 +	to provide a clean and easy to use frontend for all the administration tasks
    3.17 +	that you can do on SliTaz. TazPanel has also been coded from the beginning
    3.18  	with speed and quality in mind and it also supports full
    3.19  	internationalization.
    3.20  </p>
    3.21  
    3.22  <p>
    3.23  	TazPanel is run as a web server on port 82 by default and can be used only
    3.24 -	from the local system. If you wish to control you system from a remote host
    3.25 -	you can change the server configuartion file to allow connections from a
    3.26 +	from the local system. If you wish to control your system from a remote host
    3.27 +	you can change the server configuration file to allow connections from a
    3.28  	local network or the entire world wide web, but in this last case make sure
    3.29 -	to set a strong password for the panel. The server configuration file is
    3.30 +	that you set a strong password for the panel. The server configuration file is
    3.31  	/etc/slitaz/httpd.conf.
    3.32  </p>
    3.33  
    3.34 @@ -44,7 +44,7 @@
    3.35  <p>
    3.36  	You can get support on the Slitaz <a href="http://forum.slitaz.org/">forum</a>,
    3.37  	the mailing list or the IRC channel. The official SliTaz IRC channel is on
    3.38 -	Freenode, you can use LostIRC, Xchat or Pidgin on SliTaz. Freenode also
    3.39 +	Freenode, note that you can use LostIRC, Xchat or Pidgin on SliTaz. Freenode also
    3.40  	provides a nice IRC <a href="http://webchat.freenode.net/">web interface</a>.
    3.41  </p>
    3.42  
    3.43 @@ -63,7 +63,7 @@
    3.44  <h3>Bugs and features</h3>
    3.45  
    3.46  <p>
    3.47 -	TazPanel is a young application which will be improved and polished in
    3.48 +	TazPanel is still a young application which will be improved and polished in
    3.49  	time. If you find a bug, please post on the SliTaz tracker:
    3.50  	<a href="http://bugs.slitaz.org/">bugs.slitaz.org</a>. Tazpanel has a
    3.51  	debug mode that can be enabled in the configuration file tazpanel.conf