Annotation of 2002/css-validator/documentation.html.pt-BR, revision 1.8
1.8 ! ylafon 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
! 2: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
! 3: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br">
! 4: <head>
! 5: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
! 6: <title>Documentação para o validador CSS do 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">
! 10: @import "style/base.css";
! 11: @import "style/docs.css";
! 12: </style>
! 13: <meta name="revision" content="$Id: documentation.html.pt-BR,v 1.7 2009-03-25 20:13:53 ot Exp $" />
! 14: <!-- SSI Template Version: $Id: documentation.html.pt-BR,v 1.7 2009-03-25 20:13:53 ot Exp $ -->
! 15: </head>
! 16:
! 17: <body>
! 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>Serviço de validação CSS</span></a></h1>
! 21: <p id="tagline">
! 22: Verifica folhas de estilo em cascata (CSS) e documentos (X)HTML com folhas de estilo
! 23: </p>
! 24: </div>
! 25:
! 26:
! 27: <div id="main">
! 28: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
! 29:
! 30: <div class="doc">
! 31:
! 32: <h2>Índice da documentação para o validador CSS </h2>
! 33:
! 34: <p id="skip"></p>
! 35:
! 36: <h3 id="use">Recursos para usuários </h3>
! 37:
! 38: <dl>
! 39: <dt><a href="./manual.html">Manual do usuário</a></dt>
! 40: <dd>Documento sobre o uso do validador.</dd>
! 41: <dt><a href="about.html">Sobre esse serviço </a></dt>
! 42: <dd>Informações sobre o validador CSS e respostas a algumas questões mais comuns. </dd>
! 43: <dt><a href="http://www.websitedev.de/css/validator-faq">
! 44: FAQ para o validador CSS
! 45: </a></dt>
! 46: <dd>Respostas à perguntas técnicas mais frequentes.</dd>
! 47:
! 48: </dl>
! 49:
! 50: <h3 id="devel">Recursos para o desenvolvedor </h3>
! 51:
! 52:
! 53: <dl>
! 54: <dt><a href="DOWNLOAD.html">Download/Instalação</a></dt>
! 55: <dd>Como baixar o código do validador CSS e rodá-lo tanto via uma linha de comando quanto como uma extensão do servidor (Web Servlet).</dd>
! 56:
! 57: <dt><a href="README">LEIA-ME do desenvolvedor </a></dt>
! 58: <dd>Uma visão geral do código do validador CSS.</dd>
! 59:
! 60: <dt><a href="./api.html">Serviço Web API</a></dt>
! 61: <dd>Documentação para a interface de validação SOAP 1.2.</dd>
! 62:
! 63: <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Bugs</a></dt>
! 64: <dd>Questões conhecidas sobre a versão corrente do validador e uma interface para reportar novos bugs e questões.
! 65: Ver também <a href="Email.html">instruções para feedback</a>.</dd>
! 66: </dl>
! 67:
! 68: </div>
! 69: </div>
! 70: <!-- End of "main" DIV. -->
! 71:
! 72: <ul class="navbar" id="menu">
! 73: <li><strong><a href="./" title="Home page do serviço de validação CSS do W3C">Home</a></strong> <span class="hideme">|</span></li>
! 74: <li><a href="about.html" title="Sobre esse serviço">Sobre</a> <span class="hideme">|</span></li>
! 75: <li><a href="DOWNLOAD.html" title="Download do validador CSS">Download</a> <span class="hideme">|</span></li>
! 76: <li><a href="Email.html" title="Como enviar seu feedback sobre esse serviço">Feedback</a> <span class="hideme">|</span></li>
! 77: <li><a href="thanks.html" title="Créditos e agradecimentos">Créditos</a><span class="hideme">|</span></li>
! 78: </ul>
! 79:
! 80: <ul id="lang_choice">
! 81:
! 82: <li><a href="documentation.html.bg"
! 83: lang="bg"
! 84: xml:lang="bg"
! 85: hreflang="bg"
! 86: rel="alternate">Български</a></li>
! 87: <li><a href="documentation.html.de"
! 88: lang="de"
! 89: xml:lang="de"
! 90: hreflang="de"
! 91: rel="alternate">Deutsch</a>
! 92: </li>
! 93:
! 94: <li><a href="documentation.html.en"
! 95: lang="en"
! 96: xml:lang="en"
! 97: hreflang="en"
! 98: rel="alternate">English</a>
! 99: </li>
! 100:
! 101: <li><a href="documentation.html.es"
! 102: lang="es"
! 103: xml:lang="es"
! 104: hreflang="es"
! 105: rel="alternate">Español</a>
! 106: </li>
! 107:
! 108: <li><a href="documentation.html.fr"
! 109: lang="fr"
! 110: xml:lang="fr"
! 111: hreflang="fr"
! 112: rel="alternate">Français</a>
! 113: </li>
! 114:
! 115: <li><a href="documentation.html.ko"
! 116: lang="ko"
! 117: xml:lang="ko"
! 118: hreflang="ko"
! 119: rel="alternate">한국어</a>
! 120: </li>
! 121:
! 122: <li><a href="documentation.html.it"
! 123: lang="it"
! 124: xml:lang="it"
! 125: hreflang="it"
! 126: rel="alternate">Italiano</a>
! 127: </li>
! 128:
! 129: <li><a href="documentation.html.nl"
! 130: lang="nl"
! 131: xml:lang="nl"
! 132: hreflang="nl"
! 133: rel="alternate">Nederlands</a>
! 134: </li>
! 135:
! 136: <li><a href="documentation.html.ja"
! 137: lang="ja"
! 138: xml:lang="ja"
! 139: hreflang="ja"
! 140: rel="alternate">日本語</a>
! 141: </li>
! 142:
! 143: <li><a href="documentation.html.pl-PL"
! 144: lang="pl-PL"
! 145: xml:lang="pl-PL"
! 146: hreflang="pl-PL"
! 147: rel="alternate">Polski</a>
! 148: </li>
! 149:
! 150: <li><a href="documentation.html.pt-BR"
! 151: lang="pt-BR"
! 152: xml:lang="pt-BR"
! 153: hreflang="pt-BR"
! 154: rel="alternate">Português</a>
! 155: </li>
! 156:
! 157: <li><a href="documentation.html.ru"
! 158: lang="ru"
! 159: xml:lang="ru"
! 160: hreflang="ru"
! 161: rel="alternate">Русский</a>
! 162: </li>
! 163:
! 164: <li><a href="documentation.html.sv"
! 165: lang="sv"
! 166: xml:lang="sv"
! 167: hreflang="sv"
! 168: rel="alternate">Svenska</a>
! 169: </li>
! 170:
! 171: <li><a href="documentation.html.zh-cn"
! 172: lang="zh-cn"
! 173: xml:lang="zh-cn"
! 174: hreflang="zh-cn"
! 175: rel="alternate">简体中文</a>
! 176: </li>
! 177: </ul>
! 178:
! 179:
! 180:
! 181: <div id="footer">
! 182: <p id="activity_logos">
! 183:
! 184: <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, trazendo até você ferramentas livres para qualidade web e muito mais"><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="Saiba mais sobre folhas de estilo em cascata"><img src="images/woolly-icon" alt="CSS" /></a>
! 185: </p>
! 186: <p id="support_logo">
! 187: <a href="http://www.w3.org/QA/Tools/Donate">
! 188: <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
! 189: </a>
! 190: </p>
! 191:
! 192: <p class="copyright">
! 193: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2007
! 194: <a href="http://www.w3.org/"><acronym title="Consórcio da World Wide Web">W3C</acronym></a>®
! 195:
! 196: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
! 197: <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
! 198: <a href="http://www.keio.ac.jp/">Keio</a>),
! 199: All Rights Reserved.
! 200: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
! 201: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
! 202: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
! 203: and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
! 204:
! 205: rules apply. Your interactions with this site are in accordance
! 206: with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
! 207: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
! 208: statements.
! 209: </p>
! 210:
! 211: </div>
! 212: </body>
! 213: </html>
! 214:
! 215:
Webmaster