cookutils rev 256

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun May 29 21:00:54 2011 +0100 (2011-05-29)
parents 7dbafcad5c1d
children 50314f267be7
files README web/cooker.cgi
line diff
     1.1 --- a/README	Sun May 29 04:14:18 2011 +0200
     1.2 +++ b/README	Sun May 29 21:00:54 2011 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4  
     1.5      * Depend on Hg but can use it to manage a wok
     1.6      * Do complex work like compiling the whole system from source in
     1.7 -      one command, but can rebuild the full system step by step.
     1.8 +      one command (but it can rebuild the full system step by step).
     1.9      * Check build deps for you, use: BUILD_DEPENDS
    1.10        If all deps are also build deps do: BUILD_DEPENDS="$DEPENDS"
    1.11      * The work of a Build Bot, unix philosophy: one tool for one task
    1.12 @@ -87,9 +87,9 @@
    1.13      * installed* : Lists used to compare installed packages before and after 
    1.14  		   a package is cooked so we can remove them
    1.15  
    1.16 -The Cooker we interface can by highly customized through the CSS style and via
    1.17 -an optionnal header.html file that must be in the same directory than the CGI
    1.18 -script, like for style.css and a custom favicon. Yoou can find a header.html
    1.19 +The Cooker web interface can by highly customized through the CSS style and via
    1.20 +an optional header.html file that must be in the same directory as the CGI
    1.21 +script, like for style.css and a custom favicon. You can find a header.html
    1.22  example in the data/ directory or in /usr/share/cook if cookutils are installed.
    1.23  
    1.24  
     2.1 --- a/web/cooker.cgi	Sun May 29 04:14:18 2011 +0200
     2.2 +++ b/web/cooker.cgi	Sun May 29 21:00:54 2011 +0100
     2.3 @@ -22,7 +22,7 @@
     2.4  cooknotes="$CACHE/cooknotes"
     2.5  wokrev="$CACHE/wokrev"
     2.6  
     2.7 -# We not logged and want time zone to display correct server date.
     2.8 +# We're not logged and want time zone to display correct server date.
     2.9  export TZ=$(cat /etc/TZ)
    2.10  
    2.11  #