slitaz-dev-tools diff tazyad/README @ rev 310

makegraphs: tune cpuinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 15 08:08:28 2021 +0000 (2021-01-15)
parents 2ed2aa3f16a9
children
line diff
     1.1 --- a/tazyad/README	Fri Apr 29 11:03:18 2011 +0100
     1.2 +++ b/tazyad/README	Fri Jan 15 08:08:28 2021 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ================================================================================
     1.5  
     1.6  
     1.7 -Yad is the new prefered way to create GUI boxes for the SliTaz desktop. We use
     1.8 +Yad is the new preferred way to create GUI boxes for the SliTaz desktop. We use
     1.9  Yad GTK boxes for all user and administrator interfaces that can't be handled
    1.10  by TazPanel (admin panel) or TazDE (desktop environment). Both are powered
    1.11  by CGI scripts and use xHTML 5 and CSS 3 for the UI. Yad is a powerful tool
    1.12 @@ -14,7 +14,7 @@
    1.13  reading :-)
    1.14  
    1.15  
    1.16 -Coding guidlines
    1.17 +Coding guidelines
    1.18  ----------------
    1.19  Use a function and a function_main for main= variable to keep data,
    1.20  that way we can have yad boxes commands separated from shell scripts.