slitaz-doc rev 98

Start migration to new style and fix labs link
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 30 21:04:48 2011 +0200 (2011-04-30)
parents 0eadc3894de4
children f283fa2caa93
files slitaz/book.css slitaz/images/css/header.png slitaz/images/locale.png slitaz/index.en.html slitaz/style.css slitaz/template.html
line diff
     1.1 --- a/slitaz/book.css	Thu Nov 04 18:28:10 2010 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,195 +0,0 @@
     1.4 -/* 
     1.5 -	CSS style for SliTaz GNU/Linux *book.
     1.6 -	Pankso 2007 - www.slitaz.org
     1.7 -*/
     1.8 -
     1.9 -html {
    1.10 -	height:  102%;
    1.11 -}
    1.12 -
    1.13 -body {
    1.14 -	font: 13px sans-serif, vernada, arial;
    1.15 -	background: #ffffff;
    1.16 -	color: black;
    1.17 -	margin: 0;
    1.18 -}
    1.19 -
    1.20 -#header {
    1.21 -	background: #f0ba08 url(images/css/header.png) repeat-x top;
    1.22 -	color: black;
    1.23 -	height: 50px;
    1.24 -	border-top: 1px solid black;
    1.25 -	border-bottom: 1px solid black;
    1.26 -}
    1.27 -
    1.28 -#header h1 {
    1.29 -	padding: 10px;
    1.30 -}
    1.31 -
    1.32 -#quicknav {
    1.33 -	text-align: right;
    1.34 -	font-size: 12px;
    1.35 -	color: #666666;
    1.36 -	background-color: #eaeaea;
    1.37 -	padding: 4px 2px;
    1.38 -	font-weight: bold;
    1.39 -}
    1.40 -
    1.41 -#quicknav a {
    1.42 -	color: #0F314E;
    1.43 -	background: inherit;
    1.44 -	text-decoration: none;
    1.45 -	padding: 0px 2px;
    1.46 -}
    1.47 -
    1.48 -#quicknav a:hover {
    1.49 -	color: #DF8F06;
    1.50 -	text-decoration: none;
    1.51 -}
    1.52 -
    1.53 -/*  content. */
    1.54 -
    1.55 -#content {
    1.56 -	padding: 20px;
    1.57 -	margin: 0px 50px 0px 50px;
    1.58 -	width: auto;
    1.59 -	text-align: justify;
    1.60 -}
    1.61 -
    1.62 -#content li {
    1.63 -	line-height: 1.5em;
    1.64 -	text-align: left;
    1.65 -}
    1.66 -
    1.67 -/*  Footer. */
    1.68 -
    1.69 -#footer {
    1.70 -	font-size: 11px;
    1.71 -	color: black;
    1.72 -	height: 20px;
    1.73 -	padding: 0px 0px 0px 10px;
    1.74 -	margin: 0px;
    1.75 -	width: auto;
    1.76 -	text-align: center ;
    1.77 -}
    1.78 -
    1.79 -#footer a {
    1.80 -	background: #ffffff;
    1.81 -	color: #0F314E;
    1.82 -}
    1.83 -
    1.84 -#footer a:hover {
    1.85 -	background: #ffffff;
    1.86 -	color: blue;
    1.87 -}
    1.88 -
    1.89 -/* Legal informations */
    1.90 -
    1.91 -#copy {
    1.92 -	font-size: 11px ;
    1.93 -	text-align: center ;
    1.94 -	background: transparent;
    1.95 -	color: #a8a8a8;
    1.96 -	padding-top: 10px;
    1.97 -}
    1.98 -
    1.99 -#copy a {
   1.100 -	background: inherit;
   1.101 -	color: #a8a8a8;
   1.102 -}
   1.103 -
   1.104 -#copy a:hover {
   1.105 -	background: inherit;
   1.106 -	color: blue;
   1.107 -}
   1.108 -
   1.109 -/* Clouds */
   1.110 -
   1.111 -#cloud {
   1.112 -	padding: 10px 120px 10px 120px;
   1.113 -	line-height: 3em;
   1.114 -	text-align: center;
   1.115 -}
   1.116 -#cloud a { padding: 4px; color: #956411; }
   1.117 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
   1.118 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
   1.119 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
   1.120 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
   1.121 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
   1.122 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
   1.123 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
   1.124 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
   1.125 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
   1.126 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
   1.127 -
   1.128 -/* Div for round corners. */
   1.129 -
   1.130 -.content-right, .footer-right {
   1.131 -	width: 16px;
   1.132 -	color: white;
   1.133 -	background-color: #333333;
   1.134 -}
   1.135 -.content-right {
   1.136 -	background: url(images/css/content-tr.png) no-repeat top right;
   1.137 -	height: 16px;
   1.138 -	right: 50px;
   1.139 -	top: 82px;
   1.140 -	position: absolute;
   1.141 -}
   1.142 -
   1.143 -.footer-right {
   1.144 -	background: url(images/css/footer-br.png) no-repeat bottom right;
   1.145 -	height: 20px;
   1.146 -	float: right;
   1.147 -}
   1.148 -
   1.149 -/* General HTML entities for  content. */
   1.150 -
   1.151 -h1 {
   1.152 -	margin: 0px 0px 0px 16px;
   1.153 -}
   1.154 -
   1.155 -h2 {
   1.156 -	margin: 12px 0;
   1.157 -	color: #484B7C;
   1.158 -	background: white;
   1.159 -}
   1.160 -
   1.161 -h3 {
   1.162 -	font-weight: bold;
   1.163 -	color: #6c0023;
   1.164 -	background: white;
   1.165 -}
   1.166 -
   1.167 -a {
   1.168 -	text-decoration: underline;
   1.169 -}
   1.170 -a:hover {
   1.171 -	text-decoration: none;
   1.172 -}
   1.173 -
   1.174 -pre {
   1.175 -	padding: 5px;
   1.176 -	color: black;
   1.177 -	background: #e1e0b0;
   1.178 -}
   1.179 -pre.script {
   1.180 -	padding: 10px;
   1.181 -	color: black;
   1.182 -	background: #e8e8e8;
   1.183 -	border: 1px inset #333333;
   1.184 -}
   1.185 -
   1.186 -code {
   1.187 -	font-size: 12px;
   1.188 -	color: #669900;
   1.189 -	background: transparent;
   1.190 -}
   1.191 -
   1.192 -li {
   1.193 -	line-height: 1.4em;
   1.194 -}
   1.195 -
   1.196 -hr {
   1.197 -	border: 0pt none;
   1.198 -}
     2.1 Binary file slitaz/images/css/header.png has changed
     3.1 Binary file slitaz/images/locale.png has changed
     4.1 --- a/slitaz/index.en.html	Thu Nov 04 18:28:10 2010 +0000
     4.2 +++ b/slitaz/index.en.html	Sat Apr 30 21:04:48 2011 +0200
     4.3 @@ -1,49 +1,43 @@
     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 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     4.7 +<!DOCTYPE html>
     4.8 +<html xmlns="http://www.w3.org/1999/xhtml">
     4.9  <head>
    4.10 -	<title>SliTaz - System doc</title>
    4.11 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.12 -	<meta name="description" content="slitaz doc system releases notes information cooking" />
    4.13 -	<meta name="expires" content="never" />
    4.14 -	<meta name="modified" content="2010-09-03 22:30:00" />
    4.15 -	<meta name="publisher" content="www.slitaz.org" />
    4.16 -	<meta name="author" content="Christophe Lincoln"/>
    4.17 +	<title>SliTaz - System doc (en)</title>
    4.18 +	<meta charset="utf-8" />
    4.19  	<link rel="shortcut icon" href="favicon.ico" />
    4.20 -	<link rel="stylesheet" type="text/css" href="book.css" />
    4.21 +	<link rel="stylesheet" type="text/css" href="style.css" />
    4.22  </head>
    4.23 -<body bgcolor="#ffffff">
    4.24 +<body>
    4.25  
    4.26 -<!-- Header and quick navigation -->
    4.27 +<!-- Header -->
    4.28  <div id="header">
    4.29 -	<a name="top"></a>
    4.30 -	<h1><font color="#3E1220">SliTaz - System doc</font></h1>
    4.31 +	<h1>SliTaz - System doc</h1>
    4.32  </div>
    4.33  
    4.34 -<div id="quicknav">
    4.35 -	SliTaz:
    4.36 -	<a href="http://www.slitaz.org/">Website</a>
    4.37 -	<a href="http://forum.slitaz.org/">Forum</a>
    4.38 -	<a href="http://doc.slitaz.org/">Documentation</a>
    4.39 -	<a href="http://pkgs.slitaz.org/">Packages</a>
    4.40 -	<a href="http://labs.slitaz.org/">Labs</a>
    4.41 +<!-- Languages -->
    4.42 +<div id="lang">
    4.43 +	<a href="http://www.slitaz.org/i18n.php">
    4.44 +		<img src="images/locale.png" alt="locale.png" /></a>
    4.45 +	<a href="index.cn.html">cn</a>
    4.46 +	<a href="index.de.html">de</a>
    4.47 +	<a href="index.en.html">en</a>
    4.48 +	<a href="index.fr.html">fr</a>
    4.49 +	<a href="index.hu.html">hu</a>
    4.50 +	<a href="index.pt.html">pt</a>
    4.51  </div>
    4.52  
    4.53  <!-- Content. -->
    4.54  <div id="content">
    4.55  
    4.56 -<h2><font color="#DF8F06">Documentation (en)</font></h2>
    4.57 -
    4.58 +<h2>Documentation (en)</h2>
    4.59  
    4.60  <p>
    4.61  The Cooking version doesn't provide any Release Notes, major changes are
    4.62 -announced on the web site and the <a href="http://labs.slitaz.org/">Labs</a>
    4.63 +announced on the web site and the <a href="http://scn.slitaz.org/">Blog</a>
    4.64  provide fresh news about the project's activity. Like the stable version, you
    4.65  will find <a href="http://doc.slitaz.org/">documentation</a> on the wiki site
    4.66  and support on the community <a href="http://forum.slitaz.org/">forum</a>.
    4.67  </p>
    4.68  
    4.69 -
    4.70  <!--<p>
    4.71  The SliTaz GNU/Linux stable release is published with the project tools,
    4.72  manuals and <a href="relnotes.en.html">Release Notes</a> installed on
    4.73 @@ -67,7 +61,7 @@
    4.74  </ul>
    4.75  
    4.76  <a name="start"></a>
    4.77 -<h2><font color="#DF8F06">Getting started</font></h2>
    4.78 +<h2>Getting started</h2>
    4.79  
    4.80  <a name="network"></a>
    4.81  <h3>Network connections</h3>
    4.82 @@ -167,23 +161,8 @@
    4.83  <!-- End of content -->
    4.84  </div>
    4.85  
    4.86 -<!-- Footer. -->
    4.87  <div id="footer">
    4.88 -	<a href="#top">Top of the page</a> - Languages:
    4.89 -	<a href="index.cn.html">cn</a> |
    4.90 -	<a href="index.de.html">de</a> |
    4.91 -	<a href="index.en.html">en</a> |
    4.92 -	<a href="index.fr.html">fr</a> |
    4.93 -	<a href="index.hu.html">hu</a> |
    4.94 -	<a href="index.pt.html">pt</a>
    4.95 -</div>
    4.96 -
    4.97 -<div id="copy">
    4.98 -	Copyright &copy; 2010 <a href="http://www.slitaz.org/">SliTaz</a> -
    4.99 -	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
   4.100 -	Documentation under
   4.101 -	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
   4.102 -	and valid <a href="http://validator.w3.org/">xHTML 1.0</a>.
   4.103 +	Copyright &copy; 2011 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
   4.104  </div>
   4.105  
   4.106  </body>
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/slitaz/style.css	Sat Apr 30 21:04:48 2011 +0200
     5.3 @@ -0,0 +1,47 @@
     5.4 +/* CSS style for SliTaz Doc */
     5.5 +
     5.6 +body { font: 88% sans-serif, vernada, arial; margin: 0; }
     5.7 +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
     5.8 +h2 { color: #d66018; } h3 { color: #666; font-size: 140%; }
     5.9 +a:hover { text-decoration: none; }
    5.10 +img { border: 0pt none; vertical-align: middle; }
    5.11 +pre {
    5.12 +	background-color: #f8f8f8;
    5.13 +	border: 1px solid #ddd;
    5.14 +	padding: 10px;
    5.15 +	border-radius: 4px;
    5.16 +}
    5.17 +
    5.18 +#header {
    5.19 +	background: #351a0a;
    5.20 +	height: 40px;
    5.21 +	border-bottom: 8px solid #d66018;
    5.22 +}
    5.23 +
    5.24 +#content {
    5.25 +	margin: 40px 80px;
    5.26 +	text-align: justify;
    5.27 +}
    5.28 +
    5.29 +#footer {
    5.30 +	text-align: center;
    5.31 +	padding: 20px;
    5.32 +	border-top: 1px solid #ddd;
    5.33 +}
    5.34 +
    5.35 +/* Languages */
    5.36 +
    5.37 +#lang {
    5.38 +	float: right;
    5.39 +	padding: 6px;
    5.40 +	font-size: 11px;
    5.41 +}
    5.42 +
    5.43 +#lang a {
    5.44 +	text-decoration: none;
    5.45 +	padding: 0 2px;
    5.46 +}
    5.47 +
    5.48 +#lang a:hover {
    5.49 +	text-decoration: underline;
    5.50 +}
     6.1 --- a/slitaz/template.html	Thu Nov 04 18:28:10 2010 +0000
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,63 +0,0 @@
     6.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     6.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     6.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     6.7 -<head>
     6.8 -	<title>SliTaz - System doc</title>
     6.9 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    6.10 -	<meta name="description" content="slitaz doc system releases notes information cooking" />
    6.11 -	<meta name="expires" content="never" />
    6.12 -	<meta name="modified" content="2010-09-03 22:30:00" />
    6.13 -	<meta name="publisher" content="www.slitaz.org" />
    6.14 -	<meta name="author" content="Christophe Lincoln"/>
    6.15 -	<link rel="shortcut icon" href="favicon.ico" />
    6.16 -	<link rel="stylesheet" type="text/css" href="book.css" />
    6.17 -</head>
    6.18 -<body bgcolor="#ffffff">
    6.19 -
    6.20 -<!-- Header and quick navigation -->
    6.21 -<div id="header">
    6.22 -<h1><font color="#3E1220">SliTaz - System doc</font></h1>
    6.23 -</div>
    6.24 -
    6.25 -<div id="quicknav">
    6.26 -	SliTaz:
    6.27 -	<a href="http://www.slitaz.org/">Website</a>
    6.28 -	<a href="http://forum.slitaz.org/">Forum</a>
    6.29 -	<a href="http://doc.slitaz.org/">Documentation</a>
    6.30 -	<a href="http://pkgs.slitaz.org/">Packages</a>
    6.31 -	<a href="http://labs.slitaz.org/">Labs</a>
    6.32 -</div>
    6.33 -
    6.34 -<!-- Content. -->
    6.35 -<div id="content">
    6.36 -<div class="content-right"></div>
    6.37 -
    6.38 -<h2><font color="#DF8F06">Template</font></h2>
    6.39 -
    6.40 -<p>
    6.41 -CONTENT
    6.42 -</p>
    6.43 -
    6.44 -<!-- End of content -->
    6.45 -</div>
    6.46 -
    6.47 -<!-- Footer. -->
    6.48 -<div id="footer">
    6.49 -	<a href="#top">Top of the page</a> - Languages:
    6.50 -	<a href="index.de.html">de</a> |
    6.51 -	<a href="index.en.html">en</a> |
    6.52 -	<a href="index.fr.html">fr</a> |
    6.53 -	<a href="index.hu.html">hu</a> |
    6.54 -	<a href="index.pt.html">pt</a>
    6.55 -</div>
    6.56 -
    6.57 -<div id="copy">
    6.58 -	Copyright &copy; 2010 <a href="http://www.slitaz.org/">SliTaz</a> -
    6.59 -	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
    6.60 -	Documentation under
    6.61 -	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
    6.62 -	and valid <a href="http://validator.w3.org/">xHTML 1.0</a>.
    6.63 -</div>
    6.64 -
    6.65 -</body>
    6.66 -</html>