tazpanel diff README @ rev 381

More reliable menu.d calls
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 06 00:45:40 2014 +0100 (2014-01-06)
parents cd9f95004820
children 299f204b8f1f
line diff
     1.1 --- a/README	Sun Aug 14 00:12:36 2011 +0100
     1.2 +++ b/README	Mon Jan 06 00:45:40 2014 +0100
     1.3 @@ -39,9 +39,9 @@
     1.4  style. If you need more CSS markup and you are not a coder, please ask an 
     1.5  official developer for the best way to implement your idea. TazPanel is fully 
     1.6  themable and more than one theme can be installed, this will allow us to make 
     1.7 -packages in a TazPanel style! All the GUI is done with xHTML 5 and CSS 3, some
     1.8 +packages in a TazPanel style! All the GUI is done with xHTML 5 and CSS 3; some
     1.9  javascript can be used, but with precautions... one more time, it's better
    1.10 -to check with a main contributor before adding too much stuff, the goal is,
    1.11 +to check with a main contributor before adding too much stuff; the goal is,
    1.12  as for all the SliTaz projects: KISS
    1.13  
    1.14  
    1.15 @@ -63,7 +63,7 @@
    1.16  	* hardware.cgi  Devices drivers, firmware, printing
    1.17  	* help.cgi      Cat the html doc and this README file
    1.18  
    1.19 -For common functions have a look to lib/libtazpanel, you may found functions
    1.20 +For common functions have a look at lib/libtazpanel, where you may find functions
    1.21  you need already coded such as a xhtml_header to get the style header.html
    1.22  in your CGI script. For the loading message you can use loading_msg. When
    1.23  cat is used: `gettext "Text to translate"`