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

Update copyright year
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 21 09:53:47 2010 +0200 (2010-10-21)
parents b8788d938e18
children 0ae6cfc85e03
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>
paul@350 21 <a href="rootcd.html">Rootcd</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
paul@345 40 is controlled by slitaz-base-files. Base files are tagged just before
paul@345 41 a stable release to change the version string and let Tazpkg use the new
paul@345 42 packages.</li>
pankso@340 43 <li>Check that the SliTaz version specified in /etc/issue message is
paul@345 44 the same as displayed in 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>
paul@345 50 <li>Prepare the website announcement and RSS feeds. The Mailing list is used
paul@345 51 for translation and any text should be submitted 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>
paul@345 56 SliTaz stable release provides the release notes on the LiveCD through
paul@345 57 the package <code>slitaz-doc</code>, the repos are tagged just before release
paul@346 58 and are archived on the mirror. After the wok has been copied to wok-stable,
paul@345 59 the docs are back to a cooking cycle and just provide an index with basic
paul@545 60 information. On the system, docs are located in /usr/share/doc/slitaz, a
paul@345 61 desktop file and icon are provided in the sources package and can be used
paul@345 62 to have quick access to the 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>
pascal@550 75 <a href="reltasks.html#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">
pascal@665 80 Copyright &copy; 2010 <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>