cookutils rev 24

doc: add cooknotes explanation
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 06 00:50:00 2011 +0200 (2011-05-06)
parents a7f0d97a9ccc
children 0eb341935f31
files doc/cookutils.en.html
line diff
     1.1 --- a/doc/cookutils.en.html	Fri May 06 00:05:14 2011 +0200
     1.2 +++ b/doc/cookutils.en.html	Fri May 06 00:50:00 2011 +0200
     1.3 @@ -217,7 +217,20 @@
     1.4  Edit ~/Public/cgi-bin/cooker/cook.conf and you all done!
     1.5  </p>
     1.6  
     1.7 -<h3>Cooker CGI/Web</h3>
     1.8 +<h3>Cooknotes</h3>
     1.9 +<p>
    1.10 +	The cooknotes feature let you write small personnal notes about packaging
    1.11 +	and is usefull for collaboration. The cooknotes was coded to let SliTaz
    1.12 +	Cooker bot maintainer share notes between them self and other contributors.
    1.13 +	The Cooker can block packages build or recook packages manually, for example
    1.14 +	it's nice to make a note if a package is blocked so the maintainer know why
    1.15 +	admin did that. Cooknotes are displayed on the web interface and can be
    1.16 +	checked from cmdline:
    1.17 +</p>
    1.18 +<pre>
    1.19 +# cooker --note="Blocked pkgname due to heavy CPU load"
    1.20 +# cooker --notes
    1.21 +</pre>
    1.22  
    1.23  <!-- End content -->
    1.24  </div>