Annotation of 2002/css-validator/documentation.html.fr, revision 1.14

1.1       ot          1: <?xml version="1.0" encoding="utf-8"?>
                      2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                      3:     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                      4: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
                      5: <head>
                      6: <title>La documentation du validateur CSS du W3C</title>
                      7: <link rev="made" href="mailto:www-validator-css@w3.org" />
                      8: <link rev="start" href="./" title="Accueil" />
                      9: <style type="text/css" media="all">
1.2       ot         10: @import "style/base.css";    
                     11: @import "style/docs.css";    
1.1       ot         12: </style>
1.14    ! ot         13: <meta name="revision" content="$Id: documentation.html.fr,v 1.13 2008/04/24 07:07:22 ot Exp $" />
        !            14: <!-- SSI Template Version: $Id: documentation.html.fr,v 1.13 2008/04/24 07:07:22 ot Exp $ -->
1.1       ot         15: </head>
                     16: 
                     17: <body>
1.9       ot         18:   <div id="banner">
                     19:    <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
                     20:    <a href="./"><span>Service de validation CSS</span></a></h1>
                     21:    <p id="tagline">
                     22:      Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
                     23:    </p>
                     24:   </div>
1.1       ot         25: 
                     26: <div id="main">
                     27: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
                     28: 
                     29: <div class="doc">
                     30: <h2>Index de la documentation du validateur CSS</h2>
                     31: 
                     32: <p id="skip"></p>
                     33: 
                     34: <h3 id="use">Les ressources de l'utilisateur</h3>
                     35: 
                     36: <dl>
                     37: <dt><a href="./manual.html">Le manuel de l'utilisateur</a></dt>
                     38: <dd>La documentation pour l'utilisation du validateur CSS</dd>
                     39: <dt><a href="about.html">À propos de ce service</a></dt>
                     40: <dd>Les informations concernant le validateur CSS et les réponses à quelques questions générales</dd>
                     41: <dt><a href="http://www.websitedev.de/css/validator-faq">FAQ du validateur CSS</a></dt>
                     42: <dd>Les réponses aux questions techniques fréquemment posées.</dd>
                     43: </dl>
                     44: 
                     45: <h3 id="devel">Les ressources du développeur</h3>
                     46: 
                     47: <dl>
                     48: <dt><a href="DOWNLOAD.html">Télécharger/Installer</a></dt>
                     49: <dd>Comment récupérer le code source du validateur CSS et l'exécuter, en tant que programme en ligne de commande ou bien en tant que servlet Web.</dd>
                     50: <dt><a href="README">Le « README » du développeur</a></dt>
                     51: <dd>Un aperçu du code du validateur CSS</dd>
                     52: <dt><a href="./api.html">L'API de service Web</a></dt>
                     53: <dd>La documentation de l'interface de validation SOAP 1.2</dd>
                     54: <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Les bogues</a></dt>
                     55: <dd>Les problèmes connus de la version actuelle du validateur, et une interface pour soumettre des bogues et problèmes nouveaux. 
1.8       ot         56: Voir également les <a href="Email.html">instructions pour laisser un commentaire</a>.</dd>
1.1       ot         57: </dl>
                     58: 
                     59: </div>
                     60: </div>
                     61: <!-- End of "main" DIV. -->
                     62: 
                     63: <ul class="navbar"  id="menu">
                     64: <li><strong><a href="./" title="Accueil du service de validation CSS du W3C">Accueil</a></strong> <span class="hideme">|</span></li>
                     65: <li><a href="about.html" title="À propos de ce service">À propos</a> <span class="hideme">|</span></li>
                     66: <li><a href="DOWNLOAD.html" title="Télécharger et installer le validateur CSS">Téléchargement</a> <span class="hideme">|</span></li>
                     67: <li><a href="Email.html" title="Donner un avis à propos de ce service">Commentaires</a> <span class="hideme">|</span></li>
                     68: <li><a href="thanks.html" title="Mentions et remerciements">Remerciements</a><span class="hideme">|</span></li>
                     69: </ul>
                     70: 
1.6       ot         71:  <ul id="lang_choice">
1.14    ! ot         72:      
        !            73:      <li><a href="$filename.de"
1.7       ot         74:          lang="de"
                     75:          xml:lang="de"
                     76:          hreflang="de"
1.14    ! ot         77:          rel="alternate">Deutsch</a>
        !            78:      </li>
        !            79:      
        !            80:      <li><a href="$filename.en"
1.7       ot         81:          lang="en"
                     82:          xml:lang="en"
1.14    ! ot         83:          hreflang="en"
        !            84:          rel="alternate">English</a>
        !            85:      </li>
        !            86:      
        !            87:      <li><a href="$filename.es"
        !            88:          lang="es"
        !            89:          xml:lang="es"
        !            90:          hreflang="es"
        !            91:          rel="alternate">Español</a>
        !            92:      </li>
        !            93:      
        !            94:      <li><a href="$filename.fr"
        !            95:          lang="fr"
        !            96:          xml:lang="fr"
        !            97:          hreflang="fr"
        !            98:          rel="alternate">Français</a>
        !            99:      </li>
        !           100:      
        !           101:      <li><a href="$filename.ko"
1.13      ot        102:          lang="ko"
                    103:          xml:lang="ko"
                    104:          hreflang="ko"
1.14    ! ot        105:          rel="alternate">한국어</a>
        !           106:      </li>
        !           107:      
        !           108:      <li><a href="$filename.it"
1.6       ot        109:          lang="it"
                    110:          xml:lang="it"
                    111:          hreflang="it"
1.14    ! ot        112:          rel="alternate">Italiano</a>
        !           113:      </li>
        !           114:      
        !           115:      <li><a href="$filename.nl"
1.7       ot        116:          lang="nl"
                    117:          xml:lang="nl"
                    118:          hreflang="nl"
1.14    ! ot        119:          rel="alternate">Nederlands</a>
        !           120:      </li>
        !           121:      
        !           122:      <li><a href="$filename.ja"
1.6       ot        123:          lang="ja"
                    124:          xml:lang="ja"
                    125:          hreflang="ja"
1.14    ! ot        126:          rel="alternate">日本語</a>
        !           127:      </li>
        !           128:      
        !           129:      <li><a href="$filename.pl-PL"
        !           130:          lang="pl-PL"
        !           131:          xml:lang="pl-PL"
        !           132:          hreflang="pl-PL"
        !           133:          rel="alternate">Polski</a>
        !           134:      </li>
        !           135:      
        !           136:      <li><a href="$filename.pt-BR"
        !           137:          lang="pt-BR"
        !           138:          xml:lang="pt-BR"
        !           139:          hreflang="pt-BR"
        !           140:          rel="alternate">Português</a>
        !           141:      </li>
        !           142:      
        !           143:      <li><a href="$filename.ru"
        !           144:          lang="ru"
        !           145:          xml:lang="ru"
        !           146:          hreflang="ru"
        !           147:          rel="alternate">Русский</a>
        !           148:      </li>
        !           149:      
        !           150:      <li><a href="$filename.sv"
        !           151:          lang="sv"
        !           152:          xml:lang="sv"
        !           153:          hreflang="sv"
        !           154:          rel="alternate">Svenska</a>
        !           155:      </li>
        !           156:      
        !           157:      <li><a href="$filename.zh-cn"
        !           158:          lang="zh-cn"
        !           159:          xml:lang="zh-cn"
        !           160:          hreflang="zh-cn"
        !           161:          rel="alternate">简体中文</a>
        !           162:      </li>
1.6       ot        163: </ul>
1.5       ot        164: 
1.3       ot        165: 
1.14    ! ot        166: 
1.9       ot        167: <div id="footer">
                    168:    <p id="activity_logos">
                    169: 
1.1       ot        170: <a href="http://www.w3.org/QA/" title="L'activité Assurance Qualité du W3C vous offre des outils Web gratuits de qualité et plus encore"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="http://www.w3.org/Style/CSS/learning" title="Plus d'informations sur les feuilles de style en cascade"><img src="images/woolly-icon" alt="CSS" /></a>
                    171: </p>
                    172: 
                    173: <p id="support_logo">
                    174: Soutenez cet outil !<br />
                    175: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="Soutien du W3C" /></a>
                    176: </p>
                    177: 
                    178: <p class="copyright">
1.12      ot        179: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2008
1.1       ot        180: <a href="http://www.w3.org/"><abbr lang="en" title="World Wide Web Consortium">W3C</abbr></a>&reg;
                    181: (<a href="http://www.csail.mit.edu/"><abbr lang="en" title="Massachusetts Institute of Technology">MIT</abbr></a>,
                    182: <a href="http://www.ercim.org/"><abbr lang="en" title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
                    183: <a href="http://www.keio.ac.jp/">Keio</a>), tous droits réservés.
                    184: Les règles de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">responsabilité</a>,
                    185: de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">nom de marque</a>,
                    186: d'<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">utilisation des documents</a>
                    187: et d'<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">octroi de licences logicielles</a>
                    188: du W3C s'appliquent. Vos interactions avec ce site sont conformes à nos déclarations de confidentialité
                    189: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publiques</a> et vis-à-vis
                    190: de nos <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">membres</a>.
                    191: </p>
1.9       ot        192: </div>
1.1       ot        193: </body>
                    194: </html>

Webmaster