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

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

Webmaster