slitaz-dev-tools rev 265

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Dec 12 21:42:12 2016 +0000 (2016-12-12)
parents b8d41d8263f2
children 8a6bda7892ad
files mirror-tools/slitaz/mirror/dvd/index.html tazdev/tazdev taztpd/taztpd.html tazyad/README
line diff
     1.1 --- a/mirror-tools/slitaz/mirror/dvd/index.html	Mon Dec 12 20:43:21 2016 +0100
     1.2 +++ b/mirror-tools/slitaz/mirror/dvd/index.html	Mon Dec 12 21:42:12 2016 +0000
     1.3 @@ -58,7 +58,7 @@
     1.4  		<p>
     1.5  			This tool will create a shell script. You should run this script
     1.6  			on your own SliTaz to build the DVD iso image. You can put this image on
     1.7 -			a DVD with <u>wodim</u> or on an USB key with <u>tazusb geniso2usb</u>.
     1.8 +			a DVD with <u>wodim</u> or on a USB key with <u>tazusb geniso2usb</u>.
     1.9  		</p>
    1.10  		<p>
    1.11  			GUI tools are also available: <u>burnbox</u> and <u>tazusbbox</u>.
     2.1 --- a/tazdev/tazdev	Mon Dec 12 20:43:21 2016 +0100
     2.2 +++ b/tazdev/tazdev	Mon Dec 12 21:42:12 2016 +0000
     2.3 @@ -124,7 +124,7 @@
     2.4  		status
     2.5  	fi
     2.6  	# Mount source so they can be shared between cooking/stable/undigest.
     2.7 -	# But do it only if it's a slitaz developement chroot.
     2.8 +	# But do it only if it's a slitaz development chroot.
     2.9  	fs=$rootfs/home/slitaz
    2.10  	if [ -d "$slitaz" ]; then
    2.11  		bind_chroot_dir $SLITAZ_HOME/src $fs/src
     3.1 --- a/taztpd/taztpd.html	Mon Dec 12 20:43:21 2016 +0100
     3.2 +++ b/taztpd/taztpd.html	Mon Dec 12 21:42:12 2016 +0000
     3.3 @@ -23,7 +23,7 @@
     3.4  	<p>
     3.5  		TazTPD is a very small Web Server written in Shell script which 
     3.6  		can be run in user space. TazTPD is not designed to be used in
     3.7 -		production but for fun, for testing, to easily serve static files 
     3.8 +		production but for fun, for testing, and to easily serve static files 
     3.9  		or dynamic content on demand with CGI scripts.
    3.10  	</p>
    3.11  	<h4>CGI testing</h4>
     4.1 --- a/tazyad/README	Mon Dec 12 20:43:21 2016 +0100
     4.2 +++ b/tazyad/README	Mon Dec 12 21:42:12 2016 +0000
     4.3 @@ -2,7 +2,7 @@
     4.4  ================================================================================
     4.5  
     4.6  
     4.7 -Yad is the new prefered way to create GUI boxes for the SliTaz desktop. We use
     4.8 +Yad is the new preferred way to create GUI boxes for the SliTaz desktop. We use
     4.9  Yad GTK boxes for all user and administrator interfaces that can't be handled
    4.10  by TazPanel (admin panel) or TazDE (desktop environment). Both are powered
    4.11  by CGI scripts and use xHTML 5 and CSS 3 for the UI. Yad is a powerful tool
    4.12 @@ -14,7 +14,7 @@
    4.13  reading :-)
    4.14  
    4.15  
    4.16 -Coding guidlines
    4.17 +Coding guidelines
    4.18  ----------------
    4.19  Use a function and a function_main for main= variable to keep data,
    4.20  that way we can have yad boxes commands separated from shell scripts.