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

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>
1.3       ot          6: <title>Documentación del Validador de CSS del W3C</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">
1.1       ot         10:     @import "style/base.css";    
                     11:     @import "style/docs.css";    
                     12:   </style>
1.10    ! ot         13: <meta name="revision" content="$Id: documentation.html.es,v 1.9 2008/04/24 07:07:22 ot Exp $"/>
        !            14: <!-- SSI Template Version: $Id: documentation.html.es,v 1.9 2008/04/24 07:07:22 ot Exp $ -->
1.1       ot         15: </head>
                     16: <body>
1.5       ot         17:   <div id="banner">
                     18:    <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
                     19:    <a href="./"><span>Servicio de Validaci&oacute;n de CSS</span></a></h1>
                     20:    <p id="tagline">
                     21:      Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
                     22:    </p>
                     23:   </div>
                     24: 
1.1       ot         25: <div id="main">
                     26: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
                     27: <div class="doc">
1.3       ot         28: <h2>&Iacute;ndice de documentaci&oacute;n del Validador de CSS</h2>
                     29: <p id="skip"/>
1.1       ot         30: <h3 id="use">Recursos para el Usuario</h3>
                     31: <dl>
1.3       ot         32: <dt>
                     33: <a href="./manual.html">Manual de Usuario</a>
                     34: </dt>
                     35: <dd>La documentaci&oacute;n sobre c&oacute;mo utilizar el validador de CSS</dd>
                     36: <dt>
                     37: <a href="about.html">Acerca de este servicio</a>
                     38: </dt>
                     39: <dd>Información sobre el Validador de CSS y respuestas a algunas preguntas generales</dd>
                     40: <dt>
                     41: <a href="http://www.websitedev.de/css/validator-faq">
                     42:        Preguntas frecuentes del Validador CSS
                     43:     </a>
                     44: </dt>
                     45: <dd>Respuestas a preguntas t&eacute;cnicas formuladas con frecuencia.</dd>
1.1       ot         46: </dl>
                     47: <h3 id="devel">Recursos para el Desarrollador</h3>
                     48: <dl>
1.3       ot         49: <dt>
                     50: <a href="DOWNLOAD.html">Descarga/Instalaci&oacute;n</a>
                     51: </dt>
                     52: <dd>C&oacute;mo obtener el código fuente del validador de CSS y ejecutarlo, bien como un programa en l&iacute;nea de comandos o como un Servlet Web.</dd>
                     53: <dt>
                     54: <a href="README">LEEME para el desarrollador</a>
                     55: </dt>
                     56: <dd>Una vista general del c&oacute;digo del Validador CSS</dd>
                     57: <dt>
                     58: <a href="./api.html">API del Servicio Web</a>
                     59: </dt>
                     60: <dd>Documentaci&oacute;n de la interfaz de validaci&oacute;n SOAP 1.2</dd>
                     61: <dt>
                     62: <a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Bugs</a>
                     63: </dt>
                     64: <dd>Incidencias conocidas en la versi&oacute;n actual del validador, y una interfaz para enviar nuevas incidencias o errores. 
1.4       ot         65:     Ver tambi&eacute;n <a href="Email.html">las instrucciones de feedback</a>.</dd>
1.1       ot         66: </dl>
                     67: </div>
                     68: </div>
                     69: <!-- End of "main" DIV. -->
1.3       ot         70: <ul class="navbar" id="menu">
                     71: <li>
                     72: <strong>
                     73: <a href="./" title="P&aacute;gina de inicio del Servicio de Validaci&oacute;n de CSS del W3C">Home</a>
                     74: </strong>
                     75: <span class="hideme">|</span>
                     76: </li>
                     77: <li>
                     78: <a href="about.html" title="Acerca de este servicio">Acerca de</a>
                     79: <span class="hideme">|</span>
                     80: </li>
                     81: <li>
                     82: <a href="DOWNLOAD.html" title="Descarga el validador CSS">Descarga</a>
                     83: <span class="hideme">|</span>
                     84: </li>
                     85: <li>
                     86: <a href="Email.html" title="&iquest;C&oacute;mo realizar comentarios sobre este  servicio">Comentarios</a>
                     87: <span class="hideme">|</span>
                     88: </li>
                     89: <li>
                     90: <a href="thanks.html" title="Cr&eacute;ditos y Agradecimientos">Cr&eacute;ditos</a>
                     91: <span class="hideme">|</span>
                     92: </li>
                     93: </ul>
                     94:  <ul id="lang_choice">
1.10    ! ot         95:      
        !            96:      <li><a href="$filename.de"
1.3       ot         97:          lang="de"
                     98:          xml:lang="de"
                     99:          hreflang="de"
1.10    ! ot        100:          rel="alternate">Deutsch</a>
        !           101:      </li>
        !           102:      
        !           103:      <li><a href="$filename.en"
1.3       ot        104:          lang="en"
                    105:          xml:lang="en"
1.10    ! ot        106:          hreflang="en"
        !           107:          rel="alternate">English</a>
        !           108:      </li>
        !           109:      
        !           110:      <li><a href="$filename.es"
        !           111:          lang="es"
        !           112:          xml:lang="es"
        !           113:          hreflang="es"
        !           114:          rel="alternate">Español</a>
        !           115:      </li>
        !           116:      
        !           117:      <li><a href="$filename.fr"
        !           118:          lang="fr"
        !           119:          xml:lang="fr"
        !           120:          hreflang="fr"
        !           121:          rel="alternate">Français</a>
        !           122:      </li>
        !           123:      
        !           124:      <li><a href="$filename.ko"
1.9       ot        125:          lang="ko"
                    126:          xml:lang="ko"
                    127:          hreflang="ko"
1.10    ! ot        128:          rel="alternate">한국어</a>
        !           129:      </li>
        !           130:      
        !           131:      <li><a href="$filename.it"
1.3       ot        132:          lang="it"
                    133:          xml:lang="it"
                    134:          hreflang="it"
1.10    ! ot        135:          rel="alternate">Italiano</a>
        !           136:      </li>
        !           137:      
        !           138:      <li><a href="$filename.nl"
1.3       ot        139:          lang="nl"
                    140:          xml:lang="nl"
                    141:          hreflang="nl"
1.10    ! ot        142:          rel="alternate">Nederlands</a>
        !           143:      </li>
        !           144:      
        !           145:      <li><a href="$filename.ja"
1.3       ot        146:          lang="ja"
                    147:          xml:lang="ja"
                    148:          hreflang="ja"
1.10    ! ot        149:          rel="alternate">日本語</a>
        !           150:      </li>
        !           151:      
        !           152:      <li><a href="$filename.pl-PL"
        !           153:          lang="pl-PL"
        !           154:          xml:lang="pl-PL"
        !           155:          hreflang="pl-PL"
        !           156:          rel="alternate">Polski</a>
        !           157:      </li>
        !           158:      
        !           159:      <li><a href="$filename.pt-BR"
        !           160:          lang="pt-BR"
        !           161:          xml:lang="pt-BR"
        !           162:          hreflang="pt-BR"
        !           163:          rel="alternate">Português</a>
        !           164:      </li>
        !           165:      
        !           166:      <li><a href="$filename.ru"
        !           167:          lang="ru"
        !           168:          xml:lang="ru"
        !           169:          hreflang="ru"
        !           170:          rel="alternate">Русский</a>
        !           171:      </li>
        !           172:      
        !           173:      <li><a href="$filename.sv"
        !           174:          lang="sv"
        !           175:          xml:lang="sv"
        !           176:          hreflang="sv"
        !           177:          rel="alternate">Svenska</a>
        !           178:      </li>
        !           179:      
        !           180:      <li><a href="$filename.zh-cn"
        !           181:          lang="zh-cn"
        !           182:          xml:lang="zh-cn"
        !           183:          hreflang="zh-cn"
        !           184:          rel="alternate">简体中文</a>
        !           185:      </li>
1.3       ot        186: </ul>
                    187: 
1.10    ! ot        188: 
1.5       ot        189: <div id="footer">
                    190:    <p id="activity_logos">
                    191: 
1.3       ot        192: <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">
                    193: <img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA"/>
                    194: </a>
                    195: <a href="http://www.w3.org/Style/CSS/learning" title="Aprende m&aacute;s sobre Hojas de Estilo en Cascada">
                    196: <img src="images/woolly-icon" alt="CSS"/>
                    197: </a>
                    198: </p>
                    199: <p id="support_logo">
                    200: Apoya esta herramienta, convi&eacute;rtete en un <br/>
                    201: <a href="http://www.w3.org/Consortium/supporters">
                    202: <img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter"/>
                    203: </a>
                    204: </p>
                    205: <p class="copyright">
1.8       ot        206: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2008
1.3       ot        207:       <a href="http://www.w3.org/">
                    208: <acronym title="World Wide Web Consortium">W3C</acronym>
                    209: </a>&reg;
                    210: 
                    211:       (<a href="http://www.csail.mit.edu/">
                    212: <acronym title="Massachusetts Institute of Technology">MIT</acronym>
                    213: </a>,
                    214:       <a href="http://www.ercim.org/">
                    215: <acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym>
                    216: </a>,
1.1       ot        217:       <a href="http://www.keio.ac.jp/">Keio</a>),
                    218:       All Rights Reserved.
                    219:       W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
                    220:       <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
                    221:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
                    222:       and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
                    223: 
                    224:       rules apply. Your interactions with this site are in accordance
                    225:       with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
                    226:       <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
                    227:       statements.
                    228:     </p>
1.5       ot        229: </div>
1.3       ot        230: </body>
1.1       ot        231: </html>

Webmaster