slitaz-pizza rev 43

Better help
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 27 11:57:39 2012 +0200 (2012-03-27)
parents 5d0d77c52c9f
children 15d286d476f4
files README doc/faq.en.html doc/help.en.html web/pizza.cgi
line diff
     1.1 --- a/README	Tue Mar 27 11:50:10 2012 +0200
     1.2 +++ b/README	Tue Mar 27 11:57:39 2012 +0200
     1.3 @@ -18,17 +18,6 @@
     1.4  	* RSS feed for all newly built flavors and summary on web interface
     1.5  
     1.6  
     1.7 -Build process
     1.8 --------------
     1.9 -First you have to choose the distro name, provide a short description, and
    1.10 -a valid email address so Pizza can notify you when ISOs are built or in
    1.11 -case the build failed. You must also choose a skeleton to base your
    1.12 -custom distro on. Then add some packages and follow the steps. When
    1.13 -validating the build, Pizza will create a tarball of your flavors and add
    1.14 -it to the build queue, so it can take some time before your ISO image
    1.15 -is generated.
    1.16 -
    1.17 -
    1.18  Installation and Administration
    1.19  -------------------------------
    1.20  Pizza uses a chroot to build ISOs and a web interface to create the flavor
     2.1 --- a/doc/faq.en.html	Tue Mar 27 11:50:10 2012 +0200
     2.2 +++ b/doc/faq.en.html	Tue Mar 27 11:57:39 2012 +0200
     2.3 @@ -2,7 +2,7 @@
     2.4  <h3>FAQ</h3>
     2.5  <ul>
     2.6  	<li>Is it long to build ?
     2.7 -		<p>By default Pizza builds a distro every 20 min but skips a run if 
     2.8 +		<p>By default Pizza builds a distro every 15 min but skips a run if 
     2.9  		another distro is still building. After it depends on the build queue,
    2.10  		and the size of your custom SliTaz distro.</p>
    2.11  	</li>
     3.1 --- a/doc/help.en.html	Tue Mar 27 11:50:10 2012 +0200
     3.2 +++ b/doc/help.en.html	Tue Mar 27 11:57:39 2012 +0200
     3.3 @@ -2,3 +2,16 @@
     3.4  <p>
     3.5  	SliTaz Pizza Help
     3.6  </p>
     3.7 +
     3.8 +<h3>Build process</h3>
     3.9 +
    3.10 +<p>
    3.11 +	First you have to choose the distro name, provide a short description,
    3.12 +	and a valid email address so Pizza can notify you when ISOs are built or
    3.13 +	in case the build failed. You must also choose a skeleton to base your
    3.14 +	custom distro on. Then add some packages and follow the steps. When
    3.15 +	validating the build, Pizza will create a tarball of your flavors and add
    3.16 +	it to the build queue, the tarball file can directly downloaded. When
    3.17 +	your flavor is built you will get a mail, it will be dispalyed on Pizza
    3.18 +	main page and in the RSS feed.
    3.19 +</p>
     4.1 --- a/web/pizza.cgi	Tue Mar 27 11:50:10 2012 +0200
     4.2 +++ b/web/pizza.cgi	Tue Mar 27 11:57:39 2012 +0200
     4.3 @@ -300,6 +300,7 @@
     4.4  		echo "<h2>$(gettext "Help")</h2>"
     4.5  		cat /usr/share/doc/pizza/help.en.html
     4.6  		cat /usr/share/doc/pizza/faq.en.html
     4.7 +		echo '<h3>README</h3>'
     4.8  		echo '<pre>'
     4.9  		cat /usr/share/doc/pizza/README
    4.10  		echo '</pre>' ;;