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

Fix devel path
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 20 17:52:26 2017 +0100 (2017-02-20)
parents 2ed2aa3f16a9
children
line diff
     1.1 --- a/tazyad/README	Fri Apr 29 11:03:18 2011 +0100
     1.2 +++ b/tazyad/README	Mon Feb 20 17:52:26 2017 +0100
     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.