website annotate en/doc/cookbook/reltasks.html @ rev 341

cookbook+handbook: fix url and up e17 art website
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 27 22:03:09 2009 +0100 (2009-03-27)
parents 3d9f64be3f62
children 864829b32e9a
rev   line source
pankso@340 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
pankso@340 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@340 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@340 4 <head>
pankso@340 5 <title>SliTaz Cookbook (en) - Release tasks</title>
pankso@340 6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
pankso@340 7 <meta name="description" content="slitaz English cookbook" />
pankso@340 8 <meta name="expires" content="never" />
pankso@340 9 <meta name="modified" content="2009-03-27 21:30:00" />
pankso@340 10 <meta name="publisher" content="www.slitaz.org" />
pankso@340 11 <meta name="author" content="SliTaz contributors"/>
pankso@340 12 <link rel="shortcut icon" href="favicon.ico" />
pankso@340 13 <link rel="stylesheet" type="text/css" href="book.css" />
pankso@340 14 </head>
pankso@340 15 <body bgcolor="#ffffff">
pankso@340 16
pankso@340 17 <!-- Header and quick navigation -->
pankso@340 18 <div id="header">
pankso@340 19 <div align="right" id="quicknav">
pankso@340 20 <a name="top"></a>
pankso@340 21 <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> |
pankso@340 22 <a href="index.html">Table of contents</a>
pankso@340 23 </div>
pankso@340 24 <h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1>
pankso@340 25 </div>
pankso@340 26
pankso@340 27 <!-- Content. -->
pankso@340 28 <div id="content">
pankso@340 29 <div class="content-right"></div>
pankso@340 30
pankso@340 31 <h2><font color="#DF8F06">Release tasks</font></h2>
pankso@340 32
pankso@340 33 <p>
pankso@340 34 Things to do before publishing a new version.
pankso@340 35 </p>
pankso@340 36
pankso@340 37 <h3>Check list</h3>
pankso@340 38 <ul>
pankso@340 39 <li>Release version is specified by /etc/slitaz-release, this file
pankso@340 40 is contrĂ´led by slitaz-base-files. Base files are tageg just before
pankso@340 41 a stable reale to chage the version string and let Tazpkg use the new
pankso@340 42 pacpages.</li>
pankso@340 43 <li>Check that the SliTaz version specified in /etc/issue message is
pankso@340 44 the same as displayed in the isolinux.msg.</li>
pankso@340 45 <li>Add and check that documents and images are in the root of the CD - ie.
pankso@340 46 README, index.html, style.css and the directory of images. All files are
pankso@340 47 in the slitaz-tools archive; just copy the addfiles/ and
pankso@340 48 regenerate the ISO.</li>
pankso@340 49 <li>Test, test, and test ...</li>
pankso@340 50 <li>Prepare the website announcement and RSS feeds. Mailing list is used
pankso@340 51 for translation and texte should be send 1 or 2 days before release.</li>
pankso@340 52 </ul>
pankso@340 53
pankso@340 54 <h3>Stable documentation</h3>
pankso@340 55 <p>
pankso@340 56 SliTaz stable release provide the release notes on the LiveCD trought
pankso@340 57 the package <code>slitaz-doc</code>, the repos is tagged just before release
pankso@340 58 and archived on the mirror. After the wok have been copied to wok-stable
pankso@340 59 the doc are back to a cooking cycle and just provide and index with basic
pankso@340 60 information. On the system doc are located in: /usr/share/doc/slitaz, a
pankso@340 61 desktop file and icon are provide in the sources package and can be used
pankso@340 62 to have a qick access to documentation.
pankso@340 63 </p>
pankso@340 64 <ul>
pankso@340 65 <li><a href="http://hg.slitaz.org/slitaz-doc/">SliTaz Doc repo</a></li>
pankso@341 66 <li><a href="http://labs.slitaz.org/wiki/slitaz-doc">SliTaz Doc on the Labs</a></li>
pankso@340 67 </ul>
pankso@340 68
pankso@340 69 <!-- End of content -->
pankso@340 70 </div>
pankso@340 71
pankso@340 72 <!-- Footer. -->
pankso@340 73 <div id="footer">
pankso@340 74 <div class="footer-right"></div>
pankso@340 75 <a href="#top">Top of the page</a> |
pankso@340 76 <a href="index.html">Table of contents</a>
pankso@340 77 </div>
pankso@340 78
pankso@340 79 <div id="copy">
pankso@340 80 Copyright &copy; 2009 <a href="http://www.slitaz.org/en/">SliTaz</a> -
pankso@340 81 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
pankso@340 82 Documentation is under
pankso@340 83 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
pankso@340 84 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
pankso@340 85 </div>
pankso@340 86
pankso@340 87 </body>
pankso@340 88 </html>