# HG changeset patch # User Paul Issott # Date 1481578932 0 # Node ID 6f82a9600893b57d17a2f1aaa90f21f9b35187f9 # Parent b8d41d8263f23faeea82fe8fcec22d170ad85830 Tiny edits diff -r b8d41d8263f2 -r 6f82a9600893 mirror-tools/slitaz/mirror/dvd/index.html --- a/mirror-tools/slitaz/mirror/dvd/index.html Mon Dec 12 20:43:21 2016 +0100 +++ b/mirror-tools/slitaz/mirror/dvd/index.html Mon Dec 12 21:42:12 2016 +0000 @@ -58,7 +58,7 @@

This tool will create a shell script. You should run this script on your own SliTaz to build the DVD iso image. You can put this image on - a DVD with wodim or on an USB key with tazusb geniso2usb. + a DVD with wodim or on a USB key with tazusb geniso2usb.

GUI tools are also available: burnbox and tazusbbox. diff -r b8d41d8263f2 -r 6f82a9600893 tazdev/tazdev --- a/tazdev/tazdev Mon Dec 12 20:43:21 2016 +0100 +++ b/tazdev/tazdev Mon Dec 12 21:42:12 2016 +0000 @@ -124,7 +124,7 @@ status fi # Mount source so they can be shared between cooking/stable/undigest. - # But do it only if it's a slitaz developement chroot. + # But do it only if it's a slitaz development chroot. fs=$rootfs/home/slitaz if [ -d "$slitaz" ]; then bind_chroot_dir $SLITAZ_HOME/src $fs/src diff -r b8d41d8263f2 -r 6f82a9600893 taztpd/taztpd.html --- a/taztpd/taztpd.html Mon Dec 12 20:43:21 2016 +0100 +++ b/taztpd/taztpd.html Mon Dec 12 21:42:12 2016 +0000 @@ -23,7 +23,7 @@

TazTPD is a very small Web Server written in Shell script which can be run in user space. TazTPD is not designed to be used in - production but for fun, for testing, to easily serve static files + production but for fun, for testing, and to easily serve static files or dynamic content on demand with CGI scripts.

CGI testing

diff -r b8d41d8263f2 -r 6f82a9600893 tazyad/README --- a/tazyad/README Mon Dec 12 20:43:21 2016 +0100 +++ b/tazyad/README Mon Dec 12 21:42:12 2016 +0000 @@ -2,7 +2,7 @@ ================================================================================ -Yad is the new prefered way to create GUI boxes for the SliTaz desktop. We use +Yad is the new preferred way to create GUI boxes for the SliTaz desktop. We use Yad GTK boxes for all user and administrator interfaces that can't be handled by TazPanel (admin panel) or TazDE (desktop environment). Both are powered by CGI scripts and use xHTML 5 and CSS 3 for the UI. Yad is a powerful tool @@ -14,7 +14,7 @@ reading :-) -Coding guidlines +Coding guidelines ---------------- Use a function and a function_main for main= variable to keep data, that way we can have yad boxes commands separated from shell scripts.