Annotation of 2002/css-validator/documentation.html.pt-BR, revision 1.3

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="pt-br" lang="pt-br">
                      5: <head>
                      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>
1.3     ! ot         13:   <meta name="revision" content="$Id: documentation.html.pt-BR,v 1.2 2008/07/08 15:59:57 ot Exp $" />
        !            14:   <!-- SSI Template Version: $Id: documentation.html.pt-BR,v 1.2 2008/07/08 15:59:57 ot Exp $ -->
1.1       ot         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: 
1.2       ot         80:        <ul id="lang_choice">
                     81:      
1.3     ! ot         82:      <li><a href="documentation.html.de"
1.2       ot         83:          lang="de"
                     84:          xml:lang="de"
                     85:          hreflang="de"
                     86:          rel="alternate">Deutsch</a>
                     87:      </li>
                     88:      
1.3     ! ot         89:      <li><a href="documentation.html.en"
1.2       ot         90:          lang="en"
                     91:          xml:lang="en"
                     92:          hreflang="en"
                     93:          rel="alternate">English</a>
                     94:      </li>
                     95:      
1.3     ! ot         96:      <li><a href="documentation.html.es"
1.2       ot         97:          lang="es"
                     98:          xml:lang="es"
                     99:          hreflang="es"
                    100:          rel="alternate">Español</a>
                    101:      </li>
                    102:      
1.3     ! ot        103:      <li><a href="documentation.html.fr"
1.2       ot        104:          lang="fr"
                    105:          xml:lang="fr"
                    106:          hreflang="fr"
                    107:          rel="alternate">Français</a>
                    108:      </li>
                    109:      
1.3     ! ot        110:      <li><a href="documentation.html.ko"
1.2       ot        111:          lang="ko"
                    112:          xml:lang="ko"
                    113:          hreflang="ko"
                    114:          rel="alternate">한국어</a>
                    115:      </li>
                    116:      
1.3     ! ot        117:      <li><a href="documentation.html.it"
1.2       ot        118:          lang="it"
                    119:          xml:lang="it"
                    120:          hreflang="it"
                    121:          rel="alternate">Italiano</a>
                    122:      </li>
                    123:      
1.3     ! ot        124:      <li><a href="documentation.html.nl"
1.2       ot        125:          lang="nl"
                    126:          xml:lang="nl"
                    127:          hreflang="nl"
                    128:          rel="alternate">Nederlands</a>
                    129:      </li>
                    130:      
1.3     ! ot        131:      <li><a href="documentation.html.ja"
1.2       ot        132:          lang="ja"
                    133:          xml:lang="ja"
                    134:          hreflang="ja"
                    135:          rel="alternate">日本語</a>
                    136:      </li>
                    137:      
1.3     ! ot        138:      <li><a href="documentation.html.pl-PL"
1.2       ot        139:          lang="pl-PL"
                    140:          xml:lang="pl-PL"
                    141:          hreflang="pl-PL"
                    142:          rel="alternate">Polski</a>
                    143:      </li>
                    144:      
1.3     ! ot        145:      <li><a href="documentation.html.pt-BR"
1.2       ot        146:          lang="pt-BR"
                    147:          xml:lang="pt-BR"
                    148:          hreflang="pt-BR"
                    149:          rel="alternate">Português</a>
                    150:      </li>
                    151:      
1.3     ! ot        152:      <li><a href="documentation.html.ru"
1.2       ot        153:          lang="ru"
                    154:          xml:lang="ru"
                    155:          hreflang="ru"
                    156:          rel="alternate">Русский</a>
                    157:      </li>
                    158:      
1.3     ! ot        159:      <li><a href="documentation.html.sv"
1.2       ot        160:          lang="sv"
                    161:          xml:lang="sv"
                    162:          hreflang="sv"
                    163:          rel="alternate">Svenska</a>
                    164:      </li>
                    165:      
1.3     ! ot        166:      <li><a href="documentation.html.zh-cn"
1.2       ot        167:          lang="zh-cn"
                    168:          xml:lang="zh-cn"
                    169:          hreflang="zh-cn"
                    170:          rel="alternate">简体中文</a>
                    171:      </li>
                    172: </ul>
                    173: 
1.1       ot        174: 
                    175:      
                    176:    <div id="footer">
                    177:    <p id="activity_logos">
                    178: 
                    179:       <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>
                    180:    </p>
                    181:    <p id="support_logo">
                    182: Dê suporte a essa ferramenta, torne-se um <br />
                    183: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="Suporte ao W3C" /></a>
                    184:    </p>
                    185: 
                    186:     <p class="copyright">
                    187:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2007
                    188:       <a href="http://www.w3.org/"><acronym title="Consórcio da World Wide Web">W3C</acronym></a>&reg;
                    189: 
                    190:       (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
                    191:       <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
                    192:       <a href="http://www.keio.ac.jp/">Keio</a>),
                    193:       All Rights Reserved.
                    194:       W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
                    195:       <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
                    196:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
                    197:       and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
                    198: 
                    199:       rules apply. Your interactions with this site are in accordance
                    200:       with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
                    201:       <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
                    202:       statements.
                    203:     </p>
                    204: 
                    205: </div>
                    206:   </body>
                    207: </html>
                    208: 
                    209: 

Webmaster