website 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 | c7de2cda6d83 |
children | 06ff692df9a8 |
files | en/doc/cookbook/index.html en/doc/cookbook/release-tasks.txt en/doc/cookbook/reltasks.html en/doc/cookbook/template.html |
line diff
1.1 --- a/en/doc/cookbook/index.html Fri Mar 27 19:33:54 2009 +0100 1.2 +++ b/en/doc/cookbook/index.html Fri Mar 27 21:55:33 2009 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.5 <meta name="description" content="slitaz English cookbook" /> 1.6 <meta name="expires" content="never" /> 1.7 - <meta name="modified" content="2008-02-26 18:30:00" /> 1.8 + <meta name="modified" content="2009-03-27 21:30:00" /> 1.9 <meta name="publisher" content="www.slitaz.org" /> 1.10 <meta name="author" content="Christophe Lincoln"/> 1.11 <link rel="shortcut icon" href="favicon.ico" /> 1.12 @@ -32,12 +32,12 @@ 1.13 <h3>Table of contents</h3> 1.14 1.15 <ul> 1.16 - <li><a href="wok-tools.html">Wok & Tools.</a> - SliTaz Package Tools.</li> 1.17 - <li><a href="receipts.html">Receipts.</a> - Receipts for creating SliTaz packages.</li> 1.18 - <li><a href="rootcd.html">Root cdrom (rootcd).</a> - Descriptions of files contained on the cdrom.</li> 1.19 - <li><a href="boot-scripts.html">Boot Scripts.</a> - The startup and shutdown scripts.</li> 1.20 - <li><a href="slitaz-tools.html">SliTaz Tools.</a> - The Toolbox.</li> 1.21 - <li><a href="release-tasks.txt">release-tasks.txt.</a> - List of things to do before publishing a new version (Cooking or stable).</li> 1.22 + <li><a href="wok-tools.html">Wok & Tools</a> - SliTaz Package Tools.</li> 1.23 + <li><a href="receipts.html">Receipts</a> - Receipts for creating SliTaz packages.</li> 1.24 + <li><a href="rootcd.html">Root cdrom (rootcd)</a> - Descriptions of files contained on the cdrom.</li> 1.25 + <li><a href="boot-scripts.html">Boot Scripts</a> - The startup and shutdown scripts.</li> 1.26 + <li><a href="slitaz-tools.html">SliTaz Tools</a> - The Toolbox.</li> 1.27 + <li><a href="reltasks.html">Release Tasks</a> - List of things to do before publishing a new version (Cooking or stable).</li> 1.28 </ul> 1.29 1.30 <h3>About this Cookbook</h3> 1.31 @@ -67,7 +67,7 @@ 1.32 </div> 1.33 1.34 <div id="copy"> 1.35 - Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> - 1.36 + Copyright © 2009 <a href="http://www.slitaz.org/en/">SliTaz</a> - 1.37 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 1.38 Documentation is under 1.39 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
2.1 --- a/en/doc/cookbook/release-tasks.txt Fri Mar 27 19:33:54 2009 +0100 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,39 +0,0 @@ 2.4 - SliTaz Cookbook - LiveCD release tasks 2.5 - ============================================================================== 2.6 - Things to do before publishing a new version. 2.7 - 2.8 - * Prepare the distribution tree and list of packages, generate a 2.9 - configuration file and then configure with Tazlito 2.10 - (tazlito gen-config && tazlito configure). 2.11 - 2.12 - * Check the Window manager menus so that all applications are available 2.13 - and that the screen is properly configured (/usr/share/images). Note 2.14 - that the window manager menu is installed by SliTaz tools. 2.15 - 2.16 - * Add the user hacker, with the addhacker script, copy files from addfiles/ 2.17 - and use examples from system tools (slitaz-tools). 2.18 - 2.19 - * Check that the SliTaz version specified in /etc/issue message is 2.20 - the same as displayed in the isolinux.msg file and the Tazpkg mirror 2.21 - configuration file /var/lib/tazpkg/mirror. 2.22 - 2.23 - * Edit the isolinux.msg file to change the date of publication/version 2.24 - and check it's in agreement with /etc/issue. 2.25 - 2.26 - * Chroot, in case we need to make any changes to rootfs. Note: we can 2.27 - rebuild the system with 'tazlito gen-initso'. 2.28 - 2.29 - * Add and check that documents and images are in the root of the CD - ie. 2.30 - README, index.html, style.css and the directory of images. All files are 2.31 - in the slitaz-tools archive; just copy the addfiles/ and 2.32 - regenerate the ISO. 2.33 - 2.34 - * Test, test, and test ... 2.35 - 2.36 - * Prepare the website announcement and RSS feeds, update the Handbook 2.37 - if needed and change the TODO list on the developers Wiki. 2.38 - 2.39 - ============================================================================== 2.40 - www.slitaz.org 2.41 - 2.42 -
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/en/doc/cookbook/reltasks.html Fri Mar 27 21:55:33 2009 +0100 3.3 @@ -0,0 +1,88 @@ 3.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3.5 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3.7 +<head> 3.8 + <title>SliTaz Cookbook (en) - Release tasks</title> 3.9 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 3.10 + <meta name="description" content="slitaz English cookbook" /> 3.11 + <meta name="expires" content="never" /> 3.12 + <meta name="modified" content="2009-03-27 21:30:00" /> 3.13 + <meta name="publisher" content="www.slitaz.org" /> 3.14 + <meta name="author" content="SliTaz contributors"/> 3.15 + <link rel="shortcut icon" href="favicon.ico" /> 3.16 + <link rel="stylesheet" type="text/css" href="book.css" /> 3.17 +</head> 3.18 +<body bgcolor="#ffffff"> 3.19 + 3.20 +<!-- Header and quick navigation --> 3.21 +<div id="header"> 3.22 +<div align="right" id="quicknav"> 3.23 + <a name="top"></a> 3.24 + <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> | 3.25 + <a href="index.html">Table of contents</a> 3.26 +</div> 3.27 +<h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1> 3.28 +</div> 3.29 + 3.30 +<!-- Content. --> 3.31 +<div id="content"> 3.32 +<div class="content-right"></div> 3.33 + 3.34 +<h2><font color="#DF8F06">Release tasks</font></h2> 3.35 + 3.36 +<p> 3.37 +Things to do before publishing a new version. 3.38 +</p> 3.39 + 3.40 +<h3>Check list</h3> 3.41 +<ul> 3.42 + <li>Release version is specified by /etc/slitaz-release, this file 3.43 + is contrĂ´led by slitaz-base-files. Base files are tageg just before 3.44 + a stable reale to chage the version string and let Tazpkg use the new 3.45 + pacpages.</li> 3.46 + <li>Check that the SliTaz version specified in /etc/issue message is 3.47 + the same as displayed in the isolinux.msg.</li> 3.48 + <li>Add and check that documents and images are in the root of the CD - ie. 3.49 + README, index.html, style.css and the directory of images. All files are 3.50 + in the slitaz-tools archive; just copy the addfiles/ and 3.51 + regenerate the ISO.</li> 3.52 + <li>Test, test, and test ...</li> 3.53 + <li>Prepare the website announcement and RSS feeds. Mailing list is used 3.54 + for translation and texte should be send 1 or 2 days before release.</li> 3.55 +</ul> 3.56 + 3.57 +<h3>Stable documentation</h3> 3.58 +<p> 3.59 +SliTaz stable release provide the release notes on the LiveCD trought 3.60 +the package <code>slitaz-doc</code>, the repos is tagged just before release 3.61 +and archived on the mirror. After the wok have been copied to wok-stable 3.62 +the doc are back to a cooking cycle and just provide and index with basic 3.63 +information. On the system doc are located in: /usr/share/doc/slitaz, a 3.64 +desktop file and icon are provide in the sources package and can be used 3.65 +to have a qick access to documentation. 3.66 +</p> 3.67 +<ul> 3.68 + <li><a href="http://hg.slitaz.org/slitaz-doc/">SliTaz Doc repo</a></li> 3.69 + <li><a href="">SliTaz Doc on the Labs</a></li> 3.70 +</ul> 3.71 + 3.72 +<!-- End of content --> 3.73 +</div> 3.74 + 3.75 +<!-- Footer. --> 3.76 +<div id="footer"> 3.77 + <div class="footer-right"></div> 3.78 + <a href="#top">Top of the page</a> | 3.79 + <a href="index.html">Table of contents</a> 3.80 +</div> 3.81 + 3.82 +<div id="copy"> 3.83 + Copyright © 2009 <a href="http://www.slitaz.org/en/">SliTaz</a> - 3.84 + <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 3.85 + Documentation is under 3.86 + <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 3.87 + and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>. 3.88 +</div> 3.89 + 3.90 +</body> 3.91 +</html>
4.1 --- a/en/doc/cookbook/template.html Fri Mar 27 19:33:54 2009 +0100 4.2 +++ b/en/doc/cookbook/template.html Fri Mar 27 21:55:33 2009 +0100 4.3 @@ -1,25 +1,25 @@ 4.4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4.5 - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4.6 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4.7 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 4.8 <head> 4.9 - <title>SliTaz Cookbook (en) - Template</title> 4.10 - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 4.11 - <meta name="description" content="slitaz English cookbook" /> 4.12 - <meta name="expires" content="never" /> 4.13 - <meta name="modified" content="2008-02-26 18:30:00" /> 4.14 - <meta name="publisher" content="www.slitaz.org" /> 4.15 - <meta name="author" content="Christophe Lincoln"/> 4.16 - <link rel="shortcut icon" href="favicon.ico" /> 4.17 - <link rel="stylesheet" type="text/css" href="book.css" /> 4.18 + <title>SliTaz Cookbook (en) - Template</title> 4.19 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 4.20 + <meta name="description" content="slitaz English cookbook" /> 4.21 + <meta name="expires" content="never" /> 4.22 + <meta name="modified" content="2009-03-27 21:30:00" /> 4.23 + <meta name="publisher" content="www.slitaz.org" /> 4.24 + <meta name="author" content="SliTaz contributors"/> 4.25 + <link rel="shortcut icon" href="favicon.ico" /> 4.26 + <link rel="stylesheet" type="text/css" href="book.css" /> 4.27 </head> 4.28 <body bgcolor="#ffffff"> 4.29 4.30 <!-- Header and quick navigation --> 4.31 <div id="header"> 4.32 <div align="right" id="quicknav"> 4.33 - <a name="top"></a> 4.34 - <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> | 4.35 - <a href="index.html">Table of contents</a> 4.36 + <a name="top"></a> 4.37 + <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> | 4.38 + <a href="index.html">Table of contents</a> 4.39 </div> 4.40 <h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1> 4.41 </div> 4.42 @@ -46,11 +46,11 @@ 4.43 </div> 4.44 4.45 <div id="copy"> 4.46 - Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> - 4.47 - <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 4.48 - Documentation is under 4.49 - <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 4.50 - and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>. 4.51 + Copyright © 2009 <a href="http://www.slitaz.org/en/">SliTaz</a> - 4.52 + <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 4.53 + Documentation is under 4.54 + <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 4.55 + and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>. 4.56 </div> 4.57 4.58 </body>