website diff en/doc/cookbook/template.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 | ec780b182951 |
children | 86c34ce79f94 |
line diff
1.1 --- a/en/doc/cookbook/template.html Sat Apr 12 03:04:41 2008 +0200 1.2 +++ b/en/doc/cookbook/template.html Fri Mar 27 21:55:33 2009 +0100 1.3 @@ -1,25 +1,25 @@ 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 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.7 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 1.8 <head> 1.9 - <title>SliTaz Cookbook (en) - Template</title> 1.10 - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.11 - <meta name="description" content="slitaz English cookbook" /> 1.12 - <meta name="expires" content="never" /> 1.13 - <meta name="modified" content="2008-02-26 18:30:00" /> 1.14 - <meta name="publisher" content="www.slitaz.org" /> 1.15 - <meta name="author" content="Christophe Lincoln"/> 1.16 - <link rel="shortcut icon" href="favicon.ico" /> 1.17 - <link rel="stylesheet" type="text/css" href="book.css" /> 1.18 + <title>SliTaz Cookbook (en) - Template</title> 1.19 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.20 + <meta name="description" content="slitaz English cookbook" /> 1.21 + <meta name="expires" content="never" /> 1.22 + <meta name="modified" content="2009-03-27 21:30:00" /> 1.23 + <meta name="publisher" content="www.slitaz.org" /> 1.24 + <meta name="author" content="SliTaz contributors"/> 1.25 + <link rel="shortcut icon" href="favicon.ico" /> 1.26 + <link rel="stylesheet" type="text/css" href="book.css" /> 1.27 </head> 1.28 <body bgcolor="#ffffff"> 1.29 1.30 <!-- Header and quick navigation --> 1.31 <div id="header"> 1.32 <div align="right" id="quicknav"> 1.33 - <a name="top"></a> 1.34 - <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> | 1.35 - <a href="index.html">Table of contents</a> 1.36 + <a name="top"></a> 1.37 + <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> | 1.38 + <a href="index.html">Table of contents</a> 1.39 </div> 1.40 <h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1> 1.41 </div> 1.42 @@ -46,11 +46,11 @@ 1.43 </div> 1.44 1.45 <div id="copy"> 1.46 - Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> - 1.47 - <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 1.48 - Documentation is under 1.49 - <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 1.50 - and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>. 1.51 + Copyright © 2009 <a href="http://www.slitaz.org/en/">SliTaz</a> - 1.52 + <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 1.53 + Documentation is under 1.54 + <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 1.55 + and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>. 1.56 </div> 1.57 1.58 </body>