Annotation of 2002/css-validator/documentation.html.es, revision 1.2

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="es" lang="es">
                      5: <head>
                      6:   <title>Documentation for the W3C CSS Validator</title>
                      7:   <link rev="made" href="mailto:www-validator-css@w3.org" />
                      8:   <link rev="start" href="./" title="Home Page" />
                      9:   <style type="text/css" media="all">
                     10:     @import "style/base.css";    
                     11:     @import "style/docs.css";    
                     12:   </style>
1.2     ! ot         13:   <meta name="revision" content="$Id: documentation.html.es,v 1.1 2006/12/12 02:28:17 ot Exp $" />
        !            14:   <!-- SSI Template Version: $Id: documentation.html.es,v 1.1 2006/12/12 02:28:17 ot Exp $ -->
1.1       ot         15: </head>
                     16: 
                     17: <body>
                     18: 
                     19:    <div id="banner">
                     20:     <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
                     21:     <a href="./"><img src="images/css_validation_service.png" alt="Servicio de Validaci&oacute;n CSS" /></a></h1>
                     22:    </div>
                     23: 
                     24: <div id="main">
                     25: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
                     26: 
                     27: <div class="doc">
                     28: <h2>&Iacute;ndice de documentaci&oacute;n del Validador CSS</h2>
                     29: 
                     30: <p id="skip"></p>
                     31: 
                     32: <h3 id="use">Recursos para el Usuario</h3>
                     33: 
                     34: <dl>
                     35:     <dt><a href="./manual.html">Manual de Usuario</a></dt>
                     36:     <dd>La documentaci&oacute;n sobre c&oacute;mo utilizar el validador CSS</dd>
                     37:     <dt><a href="about.html">Acerca de este servicio</a></dt>
                     38:     <dd>Informaciones sobre el Validador CSS, y respuestas a algunas preguntas generales</dd>
                     39:     <dt><a href="http://www.websitedev.de/css/validator-faq">
                     40:        FAQ del Validador CSS
                     41:     </a></dt>
                     42:     <dd>Respuestas a preguntas t&eacute;cnicas formuladas con frecuencia.</dd>
                     43:     
                     44: </dl>
                     45: 
                     46: <h3 id="devel">Recursos para el Desarrollador</h3>
                     47: 
                     48: 
                     49: <dl>
                     50:     <dt><a href="DOWNLOAD.html">Descarga/Instalaci&oacute;n</a></dt>
                     51:     <dd>C&oacute;mo obtener la fuente del validador CSS y ejecutarlo, bien como un programa de l&iacute;nea de comando o como un Servlet Web.</dd>
                     52:     
                     53:     <dt><a href="README">LEEME para el desarrollador</a></dt>
                     54:     <dd>Una vista general del c&oacute;digo del Validador CSS</dd>
                     55: 
                     56:     <dt><a href="./api.html">API del Servicio Web</a></dt>
                     57:     <dd>Documentaci&oacute;n de la interfaz de validaci&oacute;n SOAP 1.2</dd>
                     58:     
                     59:     <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Bugs</a></dt>
                     60:     <dd>Incidencias conocidas en la versi&oacute;n actual del validador, y una interfaz para enviar nuevas incidencias o bugs. 
                     61:     Ver tambi&eacute;n <a href="email">las instrucciones de feedback</a>.</dd>
                     62: 
                     63: </dl>
                     64: 
                     65: 
                     66: 
                     67: </div>
                     68: </div>
                     69: <!-- End of "main" DIV. -->
                     70: 
                     71:    <ul class="navbar"  id="menu">
                     72:        <li><strong><a href="./" title="P&aacute;gina de inicio del Servicio de Validaci&oacute;n de CSS del W3C">Home</a></strong> <span class="hideme">|</span></li>
                     73:        <li><a href="about.html" title="Acerca de este servicio">Acerca de</a> <span class="hideme">|</span></li>
                     74:         <li><a href="DOWNLOAD.html" title="Descarga el validador CSS">Descarga</a> <span class="hideme">|</span></li>
                     75:         <li><a href="Email.html" title="&iquest;C&oacute;mo realizar comentarios sobre este  servicio">Comentarios</a> <span class="hideme">|</span></li>
                     76:         <li><a href="thanks.html" title="Cr&eacute;ditos y Agradecimientos">Cr&eacute;ditos</a><span class="hideme">|</span></li>
                     77:       </ul>
                     78: 
1.2     ! ot         79:        <ul id="lang_choice">
        !            80:            <li><a href="documentation.html.de"
        !            81:                lang="de"
        !            82:                xml:lang="de"
        !            83:                hreflang="de"
        !            84:                rel="alternate">Deutsch</a></li>
        !            85:            <li><a href="documentation.html.en"
        !            86:                lang="en"
        !            87:                xml:lang="en"
        !            88:            hreflang="en"
        !            89:            rel="alternate">English</a>  </li>
        !            90:            <li><a href="documentation.html.es"
        !            91:            lang="es" xml:lang="es" hreflang="es"
        !            92:            rel="alternate">Español</a></li>
        !            93:            <li><a href="documentation.html.fr"
        !            94:            lang="fr"
        !            95:            xml:lang="fr"
        !            96:            hreflang="fr"
        !            97:            rel="alternate">Français</a> </li>
        !            98:            <li><a href="documentation.html.it"
        !            99:                lang="it"
        !           100:                xml:lang="it"
        !           101:                hreflang="it"
        !           102:                rel="alternate">Italiano</a> </li>
        !           103:            <li><a href="documentation.html.nl"
        !           104:                lang="nl"
        !           105:                xml:lang="nl"
        !           106:                hreflang="nl"
        !           107:                rel="alternate">Nederlands</a> </li>
        !           108:            <li><a href="documentation.html.ja"
        !           109:                lang="ja"
        !           110:                xml:lang="ja"
        !           111:                hreflang="ja"
        !           112:                rel="alternate">日本語</a> </li>
        !           113:            <li><a href="documentation.html.pl-PL"
        !           114:                lang="pl"
        !           115:                xml:lang="pl"
        !           116:                hreflang="pl"
        !           117:                rel="alternate">Polski</a> </li>
        !           118:            <li><a href="documentation.html.zh-cn"
        !           119:                lang="zh-hans"
        !           120:                xml:lang="zh-hans"
        !           121:                hreflang="zh-hans"
        !           122:                rel="alternate">中文</a></li>
        !           123:       </ul>
1.1       ot        124: 
                    125:    <p id="activity_logos">
                    126:       <a href="http://www.w3.org/QA/" title="Actividad de Garant&iacute;a de Calidad del W3C, ofreci&eacute;ndote herramientas Web de calidad libres y m&aacute;s"><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="Aprende m&aacute;s sobre Hojas de Estilo en Cascada"><img src="images/woolly-icon" alt="CSS" /></a>
                    127:    </p>
                    128:    <p id="support_logo">
                    129: Apoya esta herramienta, convi&eacute;rtete en un <br />
                    130: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /></a>
                    131:    </p>
                    132: 
                    133:     <p class="copyright">
                    134:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2006
                    135:       <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
                    136: 
                    137:       (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
                    138:       <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
                    139:       <a href="http://www.keio.ac.jp/">Keio</a>),
                    140:       All Rights Reserved.
                    141:       W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
                    142:       <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
                    143:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
                    144:       and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
                    145: 
                    146:       rules apply. Your interactions with this site are in accordance
                    147:       with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
                    148:       <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
                    149:       statements.
                    150:     </p>
                    151: 
                    152: 
                    153:   </body>
                    154: </html>
                    155: 
                    156: 

Webmaster