# HG changeset patch # User Paul Issott # Date 1306699254 -3600 # Node ID db0df9e1b946a2be2038aa8704547ab447bf05fb # Parent 7dbafcad5c1d8dd12c0c4dc11bd7b2dd33585c6c Tiny edits diff -r 7dbafcad5c1d -r db0df9e1b946 README --- a/README Sun May 29 04:14:18 2011 +0200 +++ b/README Sun May 29 21:00:54 2011 +0100 @@ -30,7 +30,7 @@ * Depend on Hg but can use it to manage a wok * Do complex work like compiling the whole system from source in - one command, but can rebuild the full system step by step. + one command (but it can rebuild the full system step by step). * Check build deps for you, use: BUILD_DEPENDS If all deps are also build deps do: BUILD_DEPENDS="$DEPENDS" * The work of a Build Bot, unix philosophy: one tool for one task @@ -87,9 +87,9 @@ * installed* : Lists used to compare installed packages before and after a package is cooked so we can remove them -The Cooker we interface can by highly customized through the CSS style and via -an optionnal header.html file that must be in the same directory than the CGI -script, like for style.css and a custom favicon. Yoou can find a header.html +The Cooker web interface can by highly customized through the CSS style and via +an optional header.html file that must be in the same directory as the CGI +script, like for style.css and a custom favicon. You can find a header.html example in the data/ directory or in /usr/share/cook if cookutils are installed. diff -r 7dbafcad5c1d -r db0df9e1b946 web/cooker.cgi --- a/web/cooker.cgi Sun May 29 04:14:18 2011 +0200 +++ b/web/cooker.cgi Sun May 29 21:00:54 2011 +0100 @@ -22,7 +22,7 @@ cooknotes="$CACHE/cooknotes" wokrev="$CACHE/wokrev" -# We not logged and want time zone to display correct server date. +# We're not logged and want time zone to display correct server date. export TZ=$(cat /etc/TZ) #