tazpanel diff README @ rev 313

new locale chooser
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 17 15:03:15 2012 +0300 (2012-05-17)
parents f054918e093c
children 831e551d12d4
line diff
     1.1 --- a/README	Fri Jun 10 22:09:36 2011 +0200
     1.2 +++ b/README	Thu May 17 15:03:15 2012 +0300
     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