cookutils diff README @ rev 255

cook: remove .hg dir when clonig from Hg
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 29 04:14:18 2011 +0200 (2011-05-29)
parents 1e9981880495
children db0df9e1b946
line diff
     1.1 --- a/README	Mon May 23 20:09:53 2011 +0100
     1.2 +++ b/README	Sun May 29 04:14:18 2011 +0200
     1.3 @@ -29,7 +29,8 @@
     1.4  Cook does not:
     1.5  
     1.6      * Depend on Hg but can use it to manage a wok
     1.7 -    * Do complex work like compiling the whole system from source
     1.8 +    * Do complex work like compiling the whole system from source in
     1.9 +      one command, but can rebuild the full system step by step.
    1.10      * Check build deps for you, use: BUILD_DEPENDS
    1.11        If all deps are also build deps do: BUILD_DEPENDS="$DEPENDS"
    1.12      * The work of a Build Bot, unix philosophy: one tool for one task
    1.13 @@ -86,6 +87,11 @@
    1.14      * installed* : Lists used to compare installed packages before and after 
    1.15  		   a package is cooked so we can remove them
    1.16  
    1.17 +The Cooker we interface can by highly customized through the CSS style and via
    1.18 +an optionnal header.html file that must be in the same directory than the CGI
    1.19 +script, like for style.css and a custom favicon. Yoou can find a header.html
    1.20 +example in the data/ directory or in /usr/share/cook if cookutils are installed.
    1.21 +
    1.22  
    1.23  Toolchain
    1.24  --------------------------------------------------------------------------------