slitaz-tools rev 13

Commit for Tools documentation
author Christophe Lincoln <pankso@slitaz.org>
date Sun Dec 02 21:02:41 2007 +0100 (2007-12-02)
parents 48ac90e80745
children 824e6610b8da
files doc/cooking-info.html doc/images/header.png doc/style.css doc/tazx.txt doc/template.html
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/cooking-info.html	Sun Dec 02 21:02:41 2007 +0100
     1.3 @@ -0,0 +1,52 @@
     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 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     1.7 +<head>
     1.8 +	<title>SliTaz GNU/Linux system - Documentation</title>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +	<meta name="description" content="Documentation contenue sur SliTaz GNU/Linux" />
    1.11 +	<meta name="expires" content="never" />
    1.12 +	<meta name="modified" content="2007-10-07 20:30:00" />
    1.13 +	<meta name="publisher" content="www.slitaz.org" />
    1.14 +	<meta name="author" content="Christophe Lincoln"/>
    1.15 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.16 +</head>
    1.17 +<body bgcolor="#ffffff">
    1.18 +<!-- Header -->
    1.19 +<div id="header">
    1.20 +	<a name="top"></a>
    1.21 +	<h1>SliTaz GNU/Linux - Doc (cooking)</h1>
    1.22 +</div>
    1.23 +
    1.24 +<!-- Content -->
    1.25 +<div id="content">
    1.26 +<h2><font color="#DF8F06">Index of /usr/share/doc/slitaz</font></h2>
    1.27 +<p>
    1.28 +La documentation n'est pas instalée sur ce système en cuisson "cooking",
    1.29 +vous pouvez vous référez à <a href="http://www.slitaz.org/doc/"
    1.30 +>la documentation sur www.slitaz.org</a>. Nous vous conseillons de commencer
    1.31 +par le <a href="http://www.slitaz.org/doc/handbook/">Handbook</a>. Merci de
    1.32 +nous faire part de vos suggestion et remarques via les informations de contact
    1.33 +se trouvant sur le site web de SliTaz.
    1.34 +</p>
    1.35 +<!-- End content -->
    1.36 +</div>
    1.37 +<hr />
    1.38 +
    1.39 +<!-- Footer -->
    1.40 +<div align="center" id="footer">
    1.41 +<p>
    1.42 +<font size="-1">
    1.43 +    <a href="#top">Haut de la page</a> | <a href="../">Index of /usr/share/doc</a>
    1.44 +</font>
    1.45 +</p>
    1.46 +<p>
    1.47 +<font size="-1">
    1.48 +    Copyright © 2007 <a href="http://www.slitaz.org/">SliTaz</a> -
    1.49 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a><br />
    1.50 +    Code <a href="http://validator.w3.org/">XHTML 1.0 valide</a>.
    1.51 +</font>
    1.52 +</p>
    1.53 +</div>
    1.54 +</body>
    1.55 +</html>
     2.1 Binary file doc/images/header.png has changed
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/doc/style.css	Sun Dec 02 21:02:41 2007 +0100
     3.3 @@ -0,0 +1,57 @@
     3.4 +/* CSS style for SliTaz GNU/Linux generic xHTML files. */
     3.5 +body {
     3.6 +    font: 90% sans-serif, vernada, arial;
     3.7 +    margin: 0;
     3.8 +    }
     3.9 +/* Header */
    3.10 +#header{
    3.11 +    background: #BFB06B url(images/header.png) repeat-x top;
    3.12 +    color: black;
    3.13 +    width: 100%;
    3.14 +    height: 50px ;
    3.15 +    border-top: 1px solid black;
    3.16 +    border-bottom: 1px solid black;
    3.17 +    }
    3.18 +#content {
    3.19 +	margin: 0px 50px 26px 50px;
    3.20 +	}
    3.21 +#footer {
    3.22 +	border-top: 1px solid black;
    3.23 +	}
    3.24 +a {
    3.25 +	text-decoration: underline;
    3.26 +	}
    3.27 +a:hover {
    3.28 +	text-decoration: none;
    3.29 +	}
    3.30 +h1 {
    3.31 +    margin: 10px 0px 0px 6px;
    3.32 +    }
    3.33 +h2 {
    3.34 +    margin: 12px 0;
    3.35 +    }
    3.36 +pre {
    3.37 +    padding: 5px;
    3.38 +    color: black;
    3.39 +    background: #e1e0b0;
    3.40 +    }
    3.41 +pre.script {
    3.42 +    padding: 10px;
    3.43 +    color: black;
    3.44 +    background: #e8e8e8;
    3.45 +    border: 1px inset #333333;
    3.46 +}
    3.47 +li {
    3.48 +    line-height: 1.4em;
    3.49 +    }
    3.50 +code {
    3.51 +    font-size: 100%;
    3.52 +    color: #669900;
    3.53 +    background: transparent;
    3.54 +    }
    3.55 +hr {
    3.56 +	color: white;
    3.57 +    background-color: white;
    3.58 +    height: 1px;
    3.59 +    border: 0;
    3.60 +	}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/doc/tazx.txt	Sun Dec 02 21:02:41 2007 +0100
     4.3 @@ -0,0 +1,27 @@
     4.4 +
     4.5 +
     4.6 + (°- { Le petit utilitaire 'tazx' est l'outil de configuration
     4.7 + //\   du serveur Xvesa sur votre système SliTaz. Ce programme
     4.8 + v_/_  est distribué sous licence libre GNU. }
     4.9 +
    4.10 +
    4.11 +Les boîtes de dialogues sont propulsées par dialog, il vous
    4.12 +suffit d'utiliser les flèches pour séléctionner une valeure, et
    4.13 +ensuite de valider votre choix en pressant sur <ENTER>. Vous
    4.14 +pouvez démarrer une session graphique en séléctionnant le mode
    4.15 +video, qui convient le mieux à votre matériel.
    4.16 +
    4.17 +Après la première exécution de startx, la configuration est
    4.18 +sauvegardée dans le fichier exécutable ~/.xsession, que vous
    4.19 +pouvez modifier avec un éditeur de texte. A noter que vous
    4.20 +pouvez aussi lancer un session manuellement avec la commande :
    4.21 +
    4.22 +    $ Xvesa -ac -shadow -screen 1024x768x16 & jwm
    4.23 +
    4.24 +Pour plus d'informations, vous trouverez la documentation de
    4.25 +SliTaz dans: /usr/share/doc/slitaz. Un page du Handbook est
    4.26 +dédiée à la configuration du système X. Sur le site Web de
    4.27 +SliTaz : http://www.slitaz.org/doc/handbook/
    4.28 +
    4.29 +
    4.30 +20071008 SliTaz
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/doc/template.html	Sun Dec 02 21:02:41 2007 +0100
     5.3 @@ -0,0 +1,51 @@
     5.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     5.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     5.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     5.7 +<head>
     5.8 +	<title>SliTaz distro style</title>
     5.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    5.10 +	<meta name="description" content="SliTaz documentation book" />
    5.11 +	<meta name="expires" content="never" />
    5.12 +	<meta name="modified" content="2007-10-07 20:30:00" />
    5.13 +	<meta name="publisher" content="www.slitaz.org" />
    5.14 +	<meta name="author" content="Christophe Lincoln"/>
    5.15 +	<link rel="stylesheet" type="text/css" href="style.css" />
    5.16 +</head>
    5.17 +<body bgcolor="#ffffff">
    5.18 +<!-- Header -->
    5.19 +<div id="header">
    5.20 +	<a name="top"></a>
    5.21 +	<h1>SliTaz GNU/Linux</h1>
    5.22 +</div>
    5.23 +
    5.24 +<!-- Content -->
    5.25 +<div id="content">
    5.26 +
    5.27 +<h2><font color="#DF8F06">Generic xHTML template</font></h2>
    5.28 +<!--
    5.29 +
    5.30 +    Here we go...
    5.31 +
    5.32 +    <h3><font color="#6c0023">H3 in color</font></h3>
    5.33 +
    5.34 +-->
    5.35 +</div>
    5.36 +<!-- End content -->
    5.37 +<hr />
    5.38 +<!-- Footer -->
    5.39 +<div align="center" id="footer">
    5.40 +<p>
    5.41 +<font size="-1">
    5.42 +    <a href="#top">Haut de la page</a>
    5.43 +</font>
    5.44 +</p>
    5.45 +<p>
    5.46 +<font size="-1">
    5.47 +    Copyright © 2007 <a href="http://www.slitaz.org/">SliTaz</a> -
    5.48 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a><br />
    5.49 +    Code <a href="http://validator.w3.org/">XHTML 1.0 valide</a>.
    5.50 +</font>
    5.51 +</p>
    5.52 +</div>
    5.53 +</body>
    5.54 +</html>