Annotation of 2002/css-validator/documentation.html.es, revision 1.1
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>
! 13: <meta name="revision" content="$Id: documentation.html.en,v 1.8 2006/11/24 02:39:34 ot Exp $" />
! 14: <!-- SSI Template Version: $Id: documentation.html.en,v 1.8 2006/11/24 02:39:34 ot Exp $ -->
! 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ó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>Índice de documentació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ón sobre có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é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ón</a></dt>
! 51: <dd>Cómo obtener la fuente del validador CSS y ejecutarlo, bien como un programa de lí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ódigo del Validador CSS</dd>
! 55:
! 56: <dt><a href="./api.html">API del Servicio Web</a></dt>
! 57: <dd>Documentación de la interfaz de validació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ón actual del validador, y una interfaz para enviar nuevas incidencias o bugs.
! 61: Ver tambié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ágina de inicio del Servicio de Validació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="¿Cómo realizar comentarios sobre este servicio">Comentarios</a> <span class="hideme">|</span></li>
! 76: <li><a href="thanks.html" title="Créditos y Agradecimientos">Créditos</a><span class="hideme">|</span></li>
! 77: </ul>
! 78:
! 79: <ul id="lang_choice">
! 80: <li><a href="documentation.html.en"
! 81: lang="en"
! 82: xml:lang="en"
! 83: hreflang="en"
! 84: rel="alternate">English</a> </li>
! 85: <li><a href="documentation.html.es"
! 86: lang="es"
! 87: xml:lang="es"
! 88: hreflang="es"
! 89: rel="alternate">Español</a> </li>
! 90: <li><a href="documentation.html.fr"
! 91: lang="fr"
! 92: xml:lang="fr"
! 93: hreflang="fr"
! 94: rel="alternate">Français</a> </li>
! 95: <li><a href="documentation.html.it"
! 96: lang="it"
! 97: xml:lang="it"
! 98: hreflang="it"
! 99: rel="alternate">Italiano</a> </li>
! 100: <li><a href="documentation.html.ja"
! 101: lang="ja"
! 102: xml:lang="ja"
! 103: hreflang="ja"
! 104: rel="alternate">日本語</a> </li>
! 105: <li><a href="documentation.html.pl-PL"
! 106: lang="pl"
! 107: xml:lang="pl"
! 108: hreflang="pl"
! 109: rel="alternate">Polski</a> </li>
! 110: <li><a href="documentation.html.zh-cn"
! 111: lang="zh-hans"
! 112: xml:lang="zh-hans"
! 113: hreflang="zh-hans"
! 114: rel="alternate">中文</a></li>
! 115: </ul>
! 116:
! 117: <p id="activity_logos">
! 118: <a href="http://www.w3.org/QA/" title="Actividad de Garantía de Calidad del W3C, ofreciéndote herramientas Web de calidad libres y má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ás sobre Hojas de Estilo en Cascada"><img src="images/woolly-icon" alt="CSS" /></a>
! 119: </p>
! 120: <p id="support_logo">
! 121: Apoya esta herramienta, conviértete en un <br />
! 122: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /></a>
! 123: </p>
! 124:
! 125: <p class="copyright">
! 126: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2006
! 127: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
! 128:
! 129: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
! 130: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
! 131: <a href="http://www.keio.ac.jp/">Keio</a>),
! 132: All Rights Reserved.
! 133: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
! 134: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
! 135: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
! 136: and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
! 137:
! 138: rules apply. Your interactions with this site are in accordance
! 139: with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
! 140: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
! 141: statements.
! 142: </p>
! 143:
! 144:
! 145: </body>
! 146: </html>
! 147:
! 148:
Webmaster