cookutils rev 89

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun May 08 11:15:57 2011 +0100 (2011-05-08)
parents 68447a52614f
children a0d3ea0fe886
files doc/cookutils.en.html web/cooker.cgi
line diff
     1.1 --- a/doc/cookutils.en.html	Sun May 08 03:22:58 2011 +0200
     1.2 +++ b/doc/cookutils.en.html	Sun May 08 11:15:57 2011 +0100
     1.3 @@ -159,8 +159,8 @@
     1.4  
     1.5  <h3>Search</h3>
     1.6  <p>
     1.7 -	Cook provide a simple search function to quickly find a package in the
     1.8 -	wok. It use grep and so support regular expressions:
     1.9 +	Cook provides a simple search function to quickly find a package in the
    1.10 +	wok. It uses grep and so supports regular expressions:
    1.11  </p>
    1.12  <pre>
    1.13  # cook search busybox
    1.14 @@ -253,8 +253,8 @@
    1.15  # cooker cat [category]
    1.16  </pre>
    1.17  <p>
    1.18 -	The Cooker let you also recook a specific Hg revision. It usefull in
    1.19 -	production so if the Build Bot was interupted while cooking commits, you
    1.20 +	The Cooker lets you also recook a specific Hg revision. It useful in
    1.21 +	production so that if the Build Bot was interrupted while cooking commits, you
    1.22  	can then cook packages manually:
    1.23  </p>
    1.24  <pre>
     2.1 --- a/web/cooker.cgi	Sun May 08 03:22:58 2011 +0200
     2.2 +++ b/web/cooker.cgi	Sun May 08 11:15:57 2011 +0100
     2.3 @@ -121,7 +121,7 @@
     2.4  			echo "<pre>No log: $pkg</pre>"
     2.5  		fi ;;
     2.6  	file=*)
     2.7 -		# Dont allown all files on the system for security reason.
     2.8 +		# Dont allow all files on the system for security reasons.
     2.9  		file=${QUERY_STRING#file=}
    2.10  		case "$file" in
    2.11  			activity|cooknotes)