wok rev 830

Syslinux: fix keymap generation
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 18 09:43:21 2008 +0000 (2008-05-18)
parents 97526a91fabb
children 89081567bb86
files syslinux/receipt syslinux/stuff/slitaz.css syslinux/stuff/slitaz.html syslinux/stuff/tools/keytab-lilo.pl.u syslinux/stuff/tools/slitaz.css syslinux/stuff/tools/slitaz.html
line diff
     1.1 --- a/syslinux/receipt	Sat May 17 21:03:22 2008 +0000
     1.2 +++ b/syslinux/receipt	Sun May 18 09:43:21 2008 +0000
     1.3 @@ -14,6 +14,7 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 +    patch -p1 < ../stuff/tools/keytab-lilo.pl.u
     1.8      for i in /usr/share/kbd/keymaps/i386/*/*.map.gz; do
     1.9          [ "$(basename $(dirname $i))" = "include" ] && continue
    1.10          j=$(basename $i)
    1.11 @@ -29,7 +30,7 @@
    1.12      cp -a $src/isolinux.bin $fs/boot/isolinux
    1.13      cp -a $src/com32/modules/reboot.c32 $fs/boot/isolinux
    1.14      cp stuff/* $fs/boot/isolinux
    1.15 -    rm -r $fs/boot/isolinux/slitaz.* $fs/boot/isolinux/*.kbd 2> /dev/null
    1.16 +    rm -rf $fs/boot/isolinux/tools $fs/boot/isolinux/*.kbd 2> /dev/null
    1.17      grep kbd$ $fs/boot/isolinux/*.cfg | while read cfg kbd; do
    1.18          cfg=$(basename ${cfg%.cfg:*})
    1.19  	sed -i "s/$kbd/$cfg.kbd/" $fs/boot/isolinux/$cfg.cfg
     2.1 --- a/syslinux/stuff/slitaz.css	Sat May 17 21:03:22 2008 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,345 +0,0 @@
     2.4 -/*
     2.5 -	CSS style for SliTaz GNU/Linux website
     2.6 -	www.slitaz.org - (c) 2007 Pankso
     2.7 -*/
     2.8 -
     2.9 -body {
    2.10 -	background: #222222;
    2.11 -	color: black;
    2.12 -	font: 13px sans-serif, vernada, arial;
    2.13 -	margin: 0;
    2.14 -/*	padding-bottom: 100%;*/
    2.15 -}
    2.16 -
    2.17 -/* Accessibility */
    2.18 -
    2.19 -#access {
    2.20 -	position: absolute;
    2.21 -	top: 1px;
    2.22 -	right: 6px;
    2.23 -	text-align: right;
    2.24 -	width: 100%;
    2.25 -	margin: 0;
    2.26 -	font-size: 12px;
    2.27 -	font-weight: bold;
    2.28 -}
    2.29 -
    2.30 -#access a {
    2.31 -	background: inherit;
    2.32 -	color: #222222;
    2.33 -	text-decoration: none;
    2.34 -}
    2.35 -
    2.36 -#access a:hover {
    2.37 -	background: inherit;
    2.38 -	color: #EDEDED;
    2.39 -}
    2.40 -
    2.41 -/* Header and title */
    2.42 -
    2.43 -#header{
    2.44 -	background: #f0ba08 url(http://www.slitaz.org/pics/website/header.png) repeat-x top;
    2.45 -	color: black;
    2.46 -	width: 100%;
    2.47 -	height: 50px ;
    2.48 -	border-top: 1px solid black;
    2.49 -	border-bottom: 1px solid black;
    2.50 -	margin-bottom: 30px;
    2.51 -}
    2.52 -
    2.53 -#titre{
    2.54 -	font-size: 16px;
    2.55 -	font-weight: bolder ;
    2.56 -	margin-left: 232px;
    2.57 -	margin-top: 4px;
    2.58 -	padding-top: 25px ;
    2.59 -}
    2.60 -
    2.61 -#logo {
    2.62 -	position: absolute;
    2.63 -	float: left;
    2.64 -	margin-left: 32px;
    2.65 -	margin-right: 20px;
    2.66 -	margin-top: 0px;
    2.67 -}
    2.68 -
    2.69 -/* Navigation */
    2.70 -
    2.71 -#nav {
    2.72 -	position: absolute;
    2.73 -	top: 100px;
    2.74 -	right: 6px;
    2.75 -	background: #eaeaea url(http://www.slitaz.org/pics/website/nav-tr.png) no-repeat top right;
    2.76 -	color: black;
    2.77 -	float: right;
    2.78 -	width: 152px;
    2.79 -	line-height: 1.3em;
    2.80 -	text-align: center;
    2.81 -	font-size: 12px;
    2.82 -	font-weight: bold;
    2.83 -}
    2.84 -
    2.85 -#nav_top {
    2.86 -	background: transparent url(http://www.slitaz.org/pics/website/nav-tl.png) no-repeat top left;
    2.87 -	height: 12px;
    2.88 -}
    2.89 -
    2.90 -#nav_bottom {
    2.91 -	background: transparent url(http://www.slitaz.org/pics/website/nav-bl.png) no-repeat bottom left;
    2.92 -	height: 12px;
    2.93 -}
    2.94 -
    2.95 -#nav_bottom_img {
    2.96 -	background: transparent url(http://www.slitaz.org/pics/website/nav-br.png) no-repeat bottom right;
    2.97 -	height: 12px;
    2.98 -}
    2.99 -
   2.100 -#nav ul{
   2.101 -	list-style-type: none;
   2.102 -	margin: 0px 0px 0px 6px;
   2.103 -	padding: 2px;
   2.104 -}
   2.105 -
   2.106 -#nav li {
   2.107 -	display: inline;
   2.108 -}
   2.109 -
   2.110 -#nav a {
   2.111 -	color: #3E1220;
   2.112 -	background: inherit;
   2.113 -	display: block;
   2.114 -	padding: 0.5px;
   2.115 -	text-decoration: none;
   2.116 -}
   2.117 -
   2.118 -#nav a:hover {
   2.119 -	color: #DF8F06;
   2.120 -	text-decoration: none;
   2.121 -	display: block;
   2.122 -}
   2.123 -
   2.124 -#nav i {
   2.125 -	color: #DF8F06;
   2.126 -}
   2.127 -
   2.128 -/* Page content */
   2.129 -
   2.130 -#content, #content_bottom, #content_top {
   2.131 -	background: white;
   2.132 -	color: black;
   2.133 -	text-align: justify;
   2.134 -}
   2.135 -
   2.136 -#content_top {
   2.137 -	height: 14px;
   2.138 -	margin: 0px 70px 0px 70px;
   2.139 -}
   2.140 -
   2.141 -#content {
   2.142 -	height: auto;
   2.143 -	margin: -6px 70px 0px 70px;
   2.144 -	padding: 0px 72px 1px 72px;
   2.145 -	/*background: white;
   2.146 -	color: #333333;*/
   2.147 -}
   2.148 -
   2.149 -#content_bottom {
   2.150 -	height: 14px;
   2.151 -	margin: 0px 70px 0px 70px;
   2.152 -	/*clear: both;*/
   2.153 -}
   2.154 -
   2.155 -#content li {
   2.156 -	line-height: 1.5em;
   2.157 -	text-align: left;
   2.158 -}
   2.159 -
   2.160 -/* Legal informations */
   2.161 -
   2.162 -#copy {
   2.163 -	font-size: 11px ;
   2.164 -	text-align: center ;
   2.165 -	background: transparent;
   2.166 -	color: #a8a8a8;
   2.167 -	padding-top: 10px;
   2.168 -}
   2.169 -
   2.170 -#copy a {
   2.171 -	background: inherit;
   2.172 -	color: #a8a8a8;
   2.173 -}
   2.174 -
   2.175 -#copy a:hover {
   2.176 -	background: inherit;
   2.177 -	color: #EDEDED;
   2.178 -}
   2.179 -
   2.180 -/* Footer */
   2.181 -
   2.182 -#bottom {
   2.183 -	float: none;
   2.184 -	background: inherit;
   2.185 -	color: black;
   2.186 -	width: auto;
   2.187 -	clear: both;
   2.188 -	padding: 0;
   2.189 -	margin: 0;
   2.190 -	text-align: center;
   2.191 -	vertical-align: middle;
   2.192 -}
   2.193 -
   2.194 -#news li {
   2.195 -	list-style-type: square;
   2.196 -	border-bottom: 1px dotted #BEBEBE;
   2.197 -	margin-left: -25px;
   2.198 -	padding: 4px 0px 4px 0px;
   2.199 -}
   2.200 -#gallery {
   2.201 -	text-align: center;
   2.202 -}
   2.203 -
   2.204 -/* CSS class. */
   2.205 -
   2.206 -.top_left, .top_right, .bottom_left, .bottom_right {
   2.207 -	height: 14px;
   2.208 -	width: 14px;
   2.209 -	color: white;
   2.210 -	background-color: #333333;
   2.211 -	background-repeat: no-repeat;
   2.212 -}
   2.213 -
   2.214 -.top_left {
   2.215 -	background-image: url(http://www.slitaz.org/pics/website/content-tl.png);
   2.216 -	background-position: left top;
   2.217 -	position: absolute;
   2.218 -}
   2.219 -
   2.220 -.top_right {
   2.221 -	background-image: url(http://www.slitaz.org/pics/website/content-tr.png);
   2.222 -	float: right;
   2.223 -}
   2.224 -
   2.225 -.bottom_left {
   2.226 -	background-image: url(http://www.slitaz.org/pics/website/content-bl.png);
   2.227 -	position: absolute;
   2.228 -}
   2.229 -
   2.230 -.bottom_right {
   2.231 -	background-image: url(http://www.slitaz.org/pics/website/content-br.png);
   2.232 -	float: right;
   2.233 -}
   2.234 -
   2.235 -/* HTML styles */
   2.236 -
   2.237 -h1 {
   2.238 -	color: #3E1220;
   2.239 -	background: inherit;
   2.240 -	text-align: left;
   2.241 -	margin: 0px 0px 8px -58px;
   2.242 -}
   2.243 -
   2.244 -h2 {
   2.245 -    color: #DF8F06;
   2.246 -    border-left: 10px solid #F3F3F3;
   2.247 -    padding: 0px 0px 0px 4px;
   2.248 -    margin: 0;
   2.249 -}
   2.250 -
   2.251 -h3 {
   2.252 -	font-weight: bold;
   2.253 -	color: #6c0023;
   2.254 -	background: inherit;
   2.255 -}
   2.256 -
   2.257 -a {
   2.258 -	text-decoration: underline;
   2.259 -	color: #0F314E;
   2.260 -	background: inherit;
   2.261 -}
   2.262 -
   2.263 -a:hover {
   2.264 -	text-decoration: none;
   2.265 -	color: blue;
   2.266 -	background: inherit;
   2.267 -}
   2.268 -
   2.269 -code {
   2.270 -	font-size: 12px;
   2.271 -	color: #669900;
   2.272 -	background: inherit;
   2.273 -}
   2.274 -
   2.275 -tt {
   2.276 -	color: #15EE15;
   2.277 -	background: inherit;
   2.278 -}
   2.279 -
   2.280 -img {
   2.281 -	border: 0pt none;
   2.282 -}
   2.283 -
   2.284 -fieldset {
   2.285 -	background: #E2ECf6;
   2.286 -	color: black;
   2.287 -	margin-top: 25px;
   2.288 -	border: 1px solid black;
   2.289 -}
   2.290 -
   2.291 -legend {
   2.292 -	border: 1px solid black;
   2.293 -	color: #6c0023;
   2.294 -	background: #eaeaea;
   2.295 -	font-weight: bold;
   2.296 -}
   2.297 -
   2.298 -pre {
   2.299 -	padding: 5px;
   2.300 -	color: black;
   2.301 -	background: #E1E0B0;
   2.302 -}
   2.303 -
   2.304 -pre.script {
   2.305 -	padding: 10px;
   2.306 -	color: black;
   2.307 -	background: #E8E8E8;
   2.308 -	border: 1px inset #606060;
   2.309 -}
   2.310 -
   2.311 -textarea {
   2.312 -	background: #E5E5E5;
   2.313 -	margin-top: 12px;
   2.314 -}
   2.315 -
   2.316 -input[type=submit] {
   2.317 -	background: #E5E5E5;
   2.318 -	color: black;
   2.319 -	border: 1px outset #111111;
   2.320 -	font-weight: bold;
   2.321 -}
   2.322 -
   2.323 -input[type=submit]:hover {
   2.324 -	background: #F3F3F3;
   2.325 -	color: black;
   2.326 -}
   2.327 -
   2.328 -/* Packages pages */
   2.329 -
   2.330 -.pkg_nav {
   2.331 -	border-top: 1px solid black;
   2.332 -	margin-top: 10px;
   2.333 -	padding-top: 10px;
   2.334 -}
   2.335 -
   2.336 -pre.package {
   2.337 -	padding: 0px;
   2.338 -	color: black;
   2.339 -	background: white;
   2.340 -}
   2.341 -
   2.342 -p.get {
   2.343 -	text-align: center;
   2.344 -	padding: 10px;
   2.345 -	color: black;
   2.346 -	background: #F3F3F3;
   2.347 -	border: 1px solid #DEDEDE;
   2.348 -}
     3.1 --- a/syslinux/stuff/slitaz.html	Sat May 17 21:03:22 2008 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,99 +0,0 @@
     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="fr" lang="fr">
     3.7 -<head>
     3.8 -    <title>SliTaz GNU/Linux</title>
     3.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.10 -    <meta name="description" content="SliTaz GNU/Linux LiveCD système libre autonome rapide linux cdrom vif gratuit" />
    3.11 -    <meta name="keywords" lang="fr" content="Système, libre, gnu, linux, logiciels opensource, livecd, swiss made" />
    3.12 -    <meta name="robots" content="index, follow, all" />
    3.13 -    <meta name="revisit-after" content="7 days" />
    3.14 -    <meta name="expires" content="never" />
    3.15 -    <meta name="modified" content="2008-03-22 21:00:00" />
    3.16 -    <meta name="author" content="Christophe Lincoln"/>
    3.17 -    <meta name="publisher" content="www.slitaz.org" />
    3.18 -    <meta name="verify-v1" content="qieECDfB5l+EBkG8QMNuHOGfol0/MEe4U22/4iVupNw=" />
    3.19 -    <link rel="shortcut icon" href="http://www.slitaz.org/pics/website/favicon.ico" />
    3.20 -    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    3.21 -</head>
    3.22 -<body bgcolor="#ffffff">
    3.23 -
    3.24 -<!-- Header -->
    3.25 -<div id="header">
    3.26 -    <a name="top"></a>
    3.27 -<!-- Access -->
    3.28 -    <a href="javascript:void(0);" onClick="window.open('slitaz.html','popup','width=640,height=370')"><img id="logo"
    3.29 -    src="http://www.slitaz.org/pics/website/logo.png" title="www.slitaz.org" alt="www.slitaz.org"
    3.30 -    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
    3.31 -    <p id="titre">#!/LiveCD/boot</p>
    3.32 -</div>
    3.33 -
    3.34 -<!-- Navigation menu -->
    3.35 -<div id="nav">
    3.36 -<div id="nav_top"></div>
    3.37 -<p>
    3.38 -Hit <i>ENTER</i> to start or<br>
    3.39 -<i>F5</i> for help 
    3.40 -</p>
    3.41 -<p>
    3.42 -You may select your keyboard with <i>be</i>, <i>ca</i>, <i>de</i>,
    3.43 -<i>en</i>, <i>es</i>, <i>fi</i>, <i>fr</i>, <i>fr_CH</i>, <i>hu</i>,
    3.44 -<i>it</i>, <i>jp</i> or <i>us</i>.
    3.45 -</p>
    3.46 -<p>
    3.47 -Login: <i>hacker</i> or <i>root</i>, password <i>root</i> 
    3.48 -</p>
    3.49 -<div id="nav_bottom">
    3.50 -<div id="nav_bottom_img"></div>
    3.51 -</div>
    3.52 -</div>
    3.53 -
    3.54 -<!-- Content top. -->
    3.55 -<div id="content_top">
    3.56 -<div class="top_left"></div>
    3.57 -<div class="top_right"></div>
    3.58 -</div>
    3.59 -
    3.60 -<!-- Content -->
    3.61 -<div id="content">
    3.62 -<a name="content"></a>
    3.63 -
    3.64 -<h1><font color="black">Bienvenue - Welcome !</font></h1>
    3.65 -<h2><font color="#DF8F06">Comment démarrer ?</font></h2>
    3.66 -
    3.67 -<p>
    3.68 -<b>ENTER</b> pour booter, <b>F1</b> pour afficher la page d'aide.
    3.69 -<br>
    3.70 -[login] <b><i>hacker</i></b> ou <b><i>root</i></b> avec le mot de
    3.71 -passe <b><i>root</i></b>.
    3.72 -</p>
    3.73 -
    3.74 -<h2><font color="#DF8F06">Exemple, clavier français :</font></h2>
    3.75 -
    3.76 -<p>
    3.77 - boot: <b>fr &lt;ENTER&gt;</b>
    3.78 -<br>
    3.79 - boot: <b>&lt;ENTER&gt;</b>
    3.80 -</p>
    3.81 -
    3.82 -</div>
    3.83 -
    3.84 -<!-- End of content with round corner -->
    3.85 -</div>
    3.86 -<div id="content_bottom">
    3.87 -<div class="bottom_left"></div>
    3.88 -<div class="bottom_right"></div>
    3.89 -</div>
    3.90 -
    3.91 -<!-- Start of footer and copy notice -->
    3.92 -<div id="copy" color="white">
    3.93 -<p>
    3.94 -SliTaz GNU/linux - Simple Light Incredible Temporary Autonomous Zone
    3.95 -<br>
    3.96 -Copyright &copy; 2008 SliTaz - http://www.slitaz.org/
    3.97 -</p>
    3.98 -<!-- End of copy -->
    3.99 -</div>
   3.100 -
   3.101 -</body>
   3.102 -</html>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/syslinux/stuff/tools/keytab-lilo.pl.u	Sun May 18 09:43:21 2008 +0000
     4.3 @@ -0,0 +1,10 @@
     4.4 +--- syslinux-3.63/keytab-lilo.pl
     4.5 ++++ syslinux-3.63/keytab-lilo.pl
     4.6 +@@ -66,5 +66,5 @@
     4.7 + 	chop;
     4.8 +-	if (/^u_short\s+(\S+)_map\[\S+\]\s+=\s+{\s*$/) {
     4.9 ++	if (/^(static\s+)?u_short\s+(\S+)_map\[\S+\]\s+=\s+{\s*$/) {
    4.10 + 	    die "active at beginning of map" if defined $current;
    4.11 +-	    $current = $pfx.":".$1;
    4.12 ++	    $current = $pfx.":".$2;
    4.13 + 	    next;
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/syslinux/stuff/tools/slitaz.css	Sun May 18 09:43:21 2008 +0000
     5.3 @@ -0,0 +1,345 @@
     5.4 +/*
     5.5 +	CSS style for SliTaz GNU/Linux website
     5.6 +	www.slitaz.org - (c) 2007 Pankso
     5.7 +*/
     5.8 +
     5.9 +body {
    5.10 +	background: #222222;
    5.11 +	color: black;
    5.12 +	font: 13px sans-serif, vernada, arial;
    5.13 +	margin: 0;
    5.14 +/*	padding-bottom: 100%;*/
    5.15 +}
    5.16 +
    5.17 +/* Accessibility */
    5.18 +
    5.19 +#access {
    5.20 +	position: absolute;
    5.21 +	top: 1px;
    5.22 +	right: 6px;
    5.23 +	text-align: right;
    5.24 +	width: 100%;
    5.25 +	margin: 0;
    5.26 +	font-size: 12px;
    5.27 +	font-weight: bold;
    5.28 +}
    5.29 +
    5.30 +#access a {
    5.31 +	background: inherit;
    5.32 +	color: #222222;
    5.33 +	text-decoration: none;
    5.34 +}
    5.35 +
    5.36 +#access a:hover {
    5.37 +	background: inherit;
    5.38 +	color: #EDEDED;
    5.39 +}
    5.40 +
    5.41 +/* Header and title */
    5.42 +
    5.43 +#header{
    5.44 +	background: #f0ba08 url(http://www.slitaz.org/pics/website/header.png) repeat-x top;
    5.45 +	color: black;
    5.46 +	width: 100%;
    5.47 +	height: 50px ;
    5.48 +	border-top: 1px solid black;
    5.49 +	border-bottom: 1px solid black;
    5.50 +	margin-bottom: 30px;
    5.51 +}
    5.52 +
    5.53 +#titre{
    5.54 +	font-size: 16px;
    5.55 +	font-weight: bolder ;
    5.56 +	margin-left: 232px;
    5.57 +	margin-top: 4px;
    5.58 +	padding-top: 25px ;
    5.59 +}
    5.60 +
    5.61 +#logo {
    5.62 +	position: absolute;
    5.63 +	float: left;
    5.64 +	margin-left: 32px;
    5.65 +	margin-right: 20px;
    5.66 +	margin-top: 0px;
    5.67 +}
    5.68 +
    5.69 +/* Navigation */
    5.70 +
    5.71 +#nav {
    5.72 +	position: absolute;
    5.73 +	top: 100px;
    5.74 +	right: 6px;
    5.75 +	background: #eaeaea url(http://www.slitaz.org/pics/website/nav-tr.png) no-repeat top right;
    5.76 +	color: black;
    5.77 +	float: right;
    5.78 +	width: 152px;
    5.79 +	line-height: 1.3em;
    5.80 +	text-align: center;
    5.81 +	font-size: 12px;
    5.82 +	font-weight: bold;
    5.83 +}
    5.84 +
    5.85 +#nav_top {
    5.86 +	background: transparent url(http://www.slitaz.org/pics/website/nav-tl.png) no-repeat top left;
    5.87 +	height: 12px;
    5.88 +}
    5.89 +
    5.90 +#nav_bottom {
    5.91 +	background: transparent url(http://www.slitaz.org/pics/website/nav-bl.png) no-repeat bottom left;
    5.92 +	height: 12px;
    5.93 +}
    5.94 +
    5.95 +#nav_bottom_img {
    5.96 +	background: transparent url(http://www.slitaz.org/pics/website/nav-br.png) no-repeat bottom right;
    5.97 +	height: 12px;
    5.98 +}
    5.99 +
   5.100 +#nav ul{
   5.101 +	list-style-type: none;
   5.102 +	margin: 0px 0px 0px 6px;
   5.103 +	padding: 2px;
   5.104 +}
   5.105 +
   5.106 +#nav li {
   5.107 +	display: inline;
   5.108 +}
   5.109 +
   5.110 +#nav a {
   5.111 +	color: #3E1220;
   5.112 +	background: inherit;
   5.113 +	display: block;
   5.114 +	padding: 0.5px;
   5.115 +	text-decoration: none;
   5.116 +}
   5.117 +
   5.118 +#nav a:hover {
   5.119 +	color: #DF8F06;
   5.120 +	text-decoration: none;
   5.121 +	display: block;
   5.122 +}
   5.123 +
   5.124 +#nav i {
   5.125 +	color: #DF8F06;
   5.126 +}
   5.127 +
   5.128 +/* Page content */
   5.129 +
   5.130 +#content, #content_bottom, #content_top {
   5.131 +	background: white;
   5.132 +	color: black;
   5.133 +	text-align: justify;
   5.134 +}
   5.135 +
   5.136 +#content_top {
   5.137 +	height: 14px;
   5.138 +	margin: 0px 70px 0px 70px;
   5.139 +}
   5.140 +
   5.141 +#content {
   5.142 +	height: auto;
   5.143 +	margin: -6px 70px 0px 70px;
   5.144 +	padding: 0px 72px 1px 72px;
   5.145 +	/*background: white;
   5.146 +	color: #333333;*/
   5.147 +}
   5.148 +
   5.149 +#content_bottom {
   5.150 +	height: 14px;
   5.151 +	margin: 0px 70px 0px 70px;
   5.152 +	/*clear: both;*/
   5.153 +}
   5.154 +
   5.155 +#content li {
   5.156 +	line-height: 1.5em;
   5.157 +	text-align: left;
   5.158 +}
   5.159 +
   5.160 +/* Legal informations */
   5.161 +
   5.162 +#copy {
   5.163 +	font-size: 11px ;
   5.164 +	text-align: center ;
   5.165 +	background: transparent;
   5.166 +	color: #a8a8a8;
   5.167 +	padding-top: 10px;
   5.168 +}
   5.169 +
   5.170 +#copy a {
   5.171 +	background: inherit;
   5.172 +	color: #a8a8a8;
   5.173 +}
   5.174 +
   5.175 +#copy a:hover {
   5.176 +	background: inherit;
   5.177 +	color: #EDEDED;
   5.178 +}
   5.179 +
   5.180 +/* Footer */
   5.181 +
   5.182 +#bottom {
   5.183 +	float: none;
   5.184 +	background: inherit;
   5.185 +	color: black;
   5.186 +	width: auto;
   5.187 +	clear: both;
   5.188 +	padding: 0;
   5.189 +	margin: 0;
   5.190 +	text-align: center;
   5.191 +	vertical-align: middle;
   5.192 +}
   5.193 +
   5.194 +#news li {
   5.195 +	list-style-type: square;
   5.196 +	border-bottom: 1px dotted #BEBEBE;
   5.197 +	margin-left: -25px;
   5.198 +	padding: 4px 0px 4px 0px;
   5.199 +}
   5.200 +#gallery {
   5.201 +	text-align: center;
   5.202 +}
   5.203 +
   5.204 +/* CSS class. */
   5.205 +
   5.206 +.top_left, .top_right, .bottom_left, .bottom_right {
   5.207 +	height: 14px;
   5.208 +	width: 14px;
   5.209 +	color: white;
   5.210 +	background-color: #333333;
   5.211 +	background-repeat: no-repeat;
   5.212 +}
   5.213 +
   5.214 +.top_left {
   5.215 +	background-image: url(http://www.slitaz.org/pics/website/content-tl.png);
   5.216 +	background-position: left top;
   5.217 +	position: absolute;
   5.218 +}
   5.219 +
   5.220 +.top_right {
   5.221 +	background-image: url(http://www.slitaz.org/pics/website/content-tr.png);
   5.222 +	float: right;
   5.223 +}
   5.224 +
   5.225 +.bottom_left {
   5.226 +	background-image: url(http://www.slitaz.org/pics/website/content-bl.png);
   5.227 +	position: absolute;
   5.228 +}
   5.229 +
   5.230 +.bottom_right {
   5.231 +	background-image: url(http://www.slitaz.org/pics/website/content-br.png);
   5.232 +	float: right;
   5.233 +}
   5.234 +
   5.235 +/* HTML styles */
   5.236 +
   5.237 +h1 {
   5.238 +	color: #3E1220;
   5.239 +	background: inherit;
   5.240 +	text-align: left;
   5.241 +	margin: 0px 0px 8px -58px;
   5.242 +}
   5.243 +
   5.244 +h2 {
   5.245 +    color: #DF8F06;
   5.246 +    border-left: 10px solid #F3F3F3;
   5.247 +    padding: 0px 0px 0px 4px;
   5.248 +    margin: 0;
   5.249 +}
   5.250 +
   5.251 +h3 {
   5.252 +	font-weight: bold;
   5.253 +	color: #6c0023;
   5.254 +	background: inherit;
   5.255 +}
   5.256 +
   5.257 +a {
   5.258 +	text-decoration: underline;
   5.259 +	color: #0F314E;
   5.260 +	background: inherit;
   5.261 +}
   5.262 +
   5.263 +a:hover {
   5.264 +	text-decoration: none;
   5.265 +	color: blue;
   5.266 +	background: inherit;
   5.267 +}
   5.268 +
   5.269 +code {
   5.270 +	font-size: 12px;
   5.271 +	color: #669900;
   5.272 +	background: inherit;
   5.273 +}
   5.274 +
   5.275 +tt {
   5.276 +	color: #15EE15;
   5.277 +	background: inherit;
   5.278 +}
   5.279 +
   5.280 +img {
   5.281 +	border: 0pt none;
   5.282 +}
   5.283 +
   5.284 +fieldset {
   5.285 +	background: #E2ECf6;
   5.286 +	color: black;
   5.287 +	margin-top: 25px;
   5.288 +	border: 1px solid black;
   5.289 +}
   5.290 +
   5.291 +legend {
   5.292 +	border: 1px solid black;
   5.293 +	color: #6c0023;
   5.294 +	background: #eaeaea;
   5.295 +	font-weight: bold;
   5.296 +}
   5.297 +
   5.298 +pre {
   5.299 +	padding: 5px;
   5.300 +	color: black;
   5.301 +	background: #E1E0B0;
   5.302 +}
   5.303 +
   5.304 +pre.script {
   5.305 +	padding: 10px;
   5.306 +	color: black;
   5.307 +	background: #E8E8E8;
   5.308 +	border: 1px inset #606060;
   5.309 +}
   5.310 +
   5.311 +textarea {
   5.312 +	background: #E5E5E5;
   5.313 +	margin-top: 12px;
   5.314 +}
   5.315 +
   5.316 +input[type=submit] {
   5.317 +	background: #E5E5E5;
   5.318 +	color: black;
   5.319 +	border: 1px outset #111111;
   5.320 +	font-weight: bold;
   5.321 +}
   5.322 +
   5.323 +input[type=submit]:hover {
   5.324 +	background: #F3F3F3;
   5.325 +	color: black;
   5.326 +}
   5.327 +
   5.328 +/* Packages pages */
   5.329 +
   5.330 +.pkg_nav {
   5.331 +	border-top: 1px solid black;
   5.332 +	margin-top: 10px;
   5.333 +	padding-top: 10px;
   5.334 +}
   5.335 +
   5.336 +pre.package {
   5.337 +	padding: 0px;
   5.338 +	color: black;
   5.339 +	background: white;
   5.340 +}
   5.341 +
   5.342 +p.get {
   5.343 +	text-align: center;
   5.344 +	padding: 10px;
   5.345 +	color: black;
   5.346 +	background: #F3F3F3;
   5.347 +	border: 1px solid #DEDEDE;
   5.348 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/syslinux/stuff/tools/slitaz.html	Sun May 18 09:43:21 2008 +0000
     6.3 @@ -0,0 +1,99 @@
     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 GNU/Linux</title>
     6.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    6.10 +    <meta name="description" content="SliTaz GNU/Linux LiveCD système libre autonome rapide linux cdrom vif gratuit" />
    6.11 +    <meta name="keywords" lang="fr" content="Système, libre, gnu, linux, logiciels opensource, livecd, swiss made" />
    6.12 +    <meta name="robots" content="index, follow, all" />
    6.13 +    <meta name="revisit-after" content="7 days" />
    6.14 +    <meta name="expires" content="never" />
    6.15 +    <meta name="modified" content="2008-03-22 21:00:00" />
    6.16 +    <meta name="author" content="Christophe Lincoln"/>
    6.17 +    <meta name="publisher" content="www.slitaz.org" />
    6.18 +    <meta name="verify-v1" content="qieECDfB5l+EBkG8QMNuHOGfol0/MEe4U22/4iVupNw=" />
    6.19 +    <link rel="shortcut icon" href="http://www.slitaz.org/pics/website/favicon.ico" />
    6.20 +    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    6.21 +</head>
    6.22 +<body bgcolor="#ffffff">
    6.23 +
    6.24 +<!-- Header -->
    6.25 +<div id="header">
    6.26 +    <a name="top"></a>
    6.27 +<!-- Access -->
    6.28 +    <a href="javascript:void(0);" onClick="window.open('slitaz.html','popup','width=640,height=370')"><img id="logo"
    6.29 +    src="http://www.slitaz.org/pics/website/logo.png" title="www.slitaz.org" alt="www.slitaz.org"
    6.30 +    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
    6.31 +    <p id="titre">#!/LiveCD/boot</p>
    6.32 +</div>
    6.33 +
    6.34 +<!-- Navigation menu -->
    6.35 +<div id="nav">
    6.36 +<div id="nav_top"></div>
    6.37 +<p>
    6.38 +Hit <i>ENTER</i> to start or<br>
    6.39 +<i>F5</i> for help 
    6.40 +</p>
    6.41 +<p>
    6.42 +You may select your keyboard with <i>be</i>, <i>ca</i>, <i>de</i>,
    6.43 +<i>en</i>, <i>es</i>, <i>fi</i>, <i>fr</i>, <i>fr_CH</i>, <i>hu</i>,
    6.44 +<i>it</i>, <i>jp</i> or <i>us</i>.
    6.45 +</p>
    6.46 +<p>
    6.47 +Login: <i>hacker</i> or <i>root</i>, password <i>root</i> 
    6.48 +</p>
    6.49 +<div id="nav_bottom">
    6.50 +<div id="nav_bottom_img"></div>
    6.51 +</div>
    6.52 +</div>
    6.53 +
    6.54 +<!-- Content top. -->
    6.55 +<div id="content_top">
    6.56 +<div class="top_left"></div>
    6.57 +<div class="top_right"></div>
    6.58 +</div>
    6.59 +
    6.60 +<!-- Content -->
    6.61 +<div id="content">
    6.62 +<a name="content"></a>
    6.63 +
    6.64 +<h1><font color="black">Bienvenue - Welcome !</font></h1>
    6.65 +<h2><font color="#DF8F06">Comment démarrer ?</font></h2>
    6.66 +
    6.67 +<p>
    6.68 +<b>ENTER</b> pour booter, <b>F1</b> pour afficher la page d'aide.
    6.69 +<br>
    6.70 +[login] <b><i>hacker</i></b> ou <b><i>root</i></b> avec le mot de
    6.71 +passe <b><i>root</i></b>.
    6.72 +</p>
    6.73 +
    6.74 +<h2><font color="#DF8F06">Exemple, clavier français :</font></h2>
    6.75 +
    6.76 +<p>
    6.77 + boot: <b>fr &lt;ENTER&gt;</b>
    6.78 +<br>
    6.79 + boot: <b>&lt;ENTER&gt;</b>
    6.80 +</p>
    6.81 +
    6.82 +</div>
    6.83 +
    6.84 +<!-- End of content with round corner -->
    6.85 +</div>
    6.86 +<div id="content_bottom">
    6.87 +<div class="bottom_left"></div>
    6.88 +<div class="bottom_right"></div>
    6.89 +</div>
    6.90 +
    6.91 +<!-- Start of footer and copy notice -->
    6.92 +<div id="copy" color="white">
    6.93 +<p>
    6.94 +SliTaz GNU/linux - Simple Light Incredible Temporary Autonomous Zone
    6.95 +<br>
    6.96 +Copyright &copy; 2008 SliTaz - http://www.slitaz.org/
    6.97 +</p>
    6.98 +<!-- End of copy -->
    6.99 +</div>
   6.100 +
   6.101 +</body>
   6.102 +</html>