website diff en/doc/cookbook/reltasks.html @ rev 340

en/cookbook: Moved releases tasks to xHTML and update info
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 27 21:55:33 2009 +0100 (2009-03-27)
parents
children 06ff692df9a8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/doc/cookbook/reltasks.html	Fri Mar 27 21:55:33 2009 +0100
     1.3 @@ -0,0 +1,88 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +<head>
     1.8 +	<title>SliTaz Cookbook (en) - Release tasks</title>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +	<meta name="description" content="slitaz English cookbook" />
    1.11 +	<meta name="expires" content="never" />
    1.12 +	<meta name="modified" content="2009-03-27 21:30:00" />
    1.13 +	<meta name="publisher" content="www.slitaz.org" />
    1.14 +	<meta name="author" content="SliTaz contributors"/>
    1.15 +	<link rel="shortcut icon" href="favicon.ico" />
    1.16 +	<link rel="stylesheet" type="text/css" href="book.css" />
    1.17 +</head>
    1.18 +<body bgcolor="#ffffff">
    1.19 +
    1.20 +<!-- Header and quick navigation -->
    1.21 +<div id="header">
    1.22 +<div align="right" id="quicknav">
    1.23 +	<a name="top"></a>
    1.24 +	<a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> |
    1.25 +	<a href="index.html">Table of contents</a>
    1.26 +</div>
    1.27 +<h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1>
    1.28 +</div>
    1.29 +
    1.30 +<!-- Content. -->
    1.31 +<div id="content">
    1.32 +<div class="content-right"></div>
    1.33 +
    1.34 +<h2><font color="#DF8F06">Release tasks</font></h2>
    1.35 +
    1.36 +<p>
    1.37 +Things to do before publishing a new version.
    1.38 +</p>
    1.39 +
    1.40 +<h3>Check list</h3>
    1.41 +<ul>
    1.42 +	<li>Release version is specified by /etc/slitaz-release, this file
    1.43 +	is contrĂ´led by slitaz-base-files. Base files are tageg just before
    1.44 +	a stable reale to chage the version string and let Tazpkg use the new
    1.45 +	pacpages.</li>
    1.46 +	<li>Check that the SliTaz version specified in /etc/issue message is 
    1.47 +	the same as displayed in the isolinux.msg.</li>
    1.48 +	<li>Add and check that documents and images are in the root of the CD - ie.
    1.49 +	README, index.html, style.css and the directory of images. All files are
    1.50 +	in the slitaz-tools archive; just copy the addfiles/ and        
    1.51 +	regenerate the ISO.</li>
    1.52 +	<li>Test, test, and test ...</li>
    1.53 +	<li>Prepare the website announcement and RSS feeds. Mailing list is used
    1.54 +	for translation and texte should be send 1 or 2 days before release.</li>
    1.55 +</ul>
    1.56 +
    1.57 +<h3>Stable documentation</h3>
    1.58 +<p>
    1.59 +SliTaz stable release provide the release notes on the LiveCD trought
    1.60 +the package <code>slitaz-doc</code>, the repos is tagged just before release
    1.61 +and archived on the mirror. After the wok have been copied to wok-stable
    1.62 +the doc are back to a cooking cycle and just provide and index with basic
    1.63 +information. On the system doc are located in: /usr/share/doc/slitaz, a 
    1.64 +desktop file and icon are provide in the sources package and can be used
    1.65 +to have a qick access to documentation.
    1.66 +</p>
    1.67 +<ul>
    1.68 +	<li><a href="http://hg.slitaz.org/slitaz-doc/">SliTaz Doc repo</a></li>
    1.69 +	<li><a href="">SliTaz Doc on the Labs</a></li>
    1.70 +</ul>
    1.71 +
    1.72 +<!-- End of content -->
    1.73 +</div>
    1.74 +
    1.75 +<!-- Footer. -->
    1.76 +<div id="footer">
    1.77 +	<div class="footer-right"></div>
    1.78 +	<a href="#top">Top of the page</a> | 
    1.79 +	<a href="index.html">Table of contents</a>
    1.80 +</div>
    1.81 +
    1.82 +<div id="copy">
    1.83 +	Copyright &copy; 2009 <a href="http://www.slitaz.org/en/">SliTaz</a> -
    1.84 +	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
    1.85 +	Documentation is under
    1.86 +	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
    1.87 +	and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
    1.88 +</div>
    1.89 +
    1.90 +</body>
    1.91 +</html>