Annotation of 2002/css-validator/documentation.html.en, revision 1.22

1.8       ot          1: <?xml version="1.0" encoding="utf-8"?>
1.1       ot          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="en" lang="en">
                      5: <head>
1.22    ! ot          6:   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1.1       ot          7:   <title>Documentation for the W3C CSS Validator</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">
1.4       ot         11:     @import "style/base.css";    
                     12:     @import "style/docs.css";    
1.1       ot         13:   </style>
1.22    ! ot         14:   <meta name="revision" content="$Id: documentation.html.en,v 1.21 2009/01/08 22:40:33 ot Exp $" />
        !            15:   <!-- SSI Template Version: $Id: documentation.html.en,v 1.21 2009/01/08 22:40:33 ot Exp $ -->
1.1       ot         16: </head>
                     17: 
                     18: <body>
1.11      ot         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>CSS Validation Service</span></a></h1>
                     22:    <p id="tagline">
                     23:      Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
                     24:    </p>
                     25:   </div>
1.1       ot         26: 
                     27: 
                     28: <div id="main">
                     29: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
                     30: 
                     31: <div class="doc">
                     32: <h2>Documentation index for the CSS Validator</h2>
                     33: 
                     34: <p id="skip"></p>
                     35: 
                     36: <h3 id="use">User Resources</h3>
                     37: 
                     38: <dl>
                     39:     <dt><a href="./manual.html">User's Manual</a></dt>
                     40:     <dd>The documentation on how to use the CSS validator</dd>
1.3       ot         41:     <dt><a href="about.html">About this service</a></dt>
1.1       ot         42:     <dd>Informations about the CSS Validator, and answers to some general questions</dd>
                     43:     <dt><a href="http://www.websitedev.de/css/validator-faq">
                     44:        CSS Validator FAQ
                     45:     </a></dt>
                     46:     <dd>Answers to technical questions frequently asked.</dd>
                     47:     
                     48: </dl>
                     49: 
1.13      ot         50: <h3 id="translat">Translator's Corner</h3>
                     51: <dl>
                     52:     <dt><a href="http://qa-dev.w3.org:8001/css-validator/translations.html" title="CSS Validation Service Translation">Translation of the CSS Validator</a></dt>
                     53:     <dd>Table of the state of all current translations, translations needing help, and instructions on making the validator available in an additional language.</dd>
1.15      ot         54: </dl>
1.13      ot         55: 
1.1       ot         56: <h3 id="devel">Developper Resources</h3>
                     57: 
                     58: 
                     59: <dl>
1.3       ot         60:     <dt><a href="DOWNLOAD.html">Download/Install</a></dt>
1.1       ot         61:     <dd>How to retrieve the source of the CSS validator and run it, either as a command line program or a Web Servlet.</dd>
                     62:     
                     63:     <dt><a href="README">developer's README</a></dt>
                     64:     <dd>An overview of the code of the CSS Validator</dd>
                     65: 
                     66:     <dt><a href="./api.html">Web Service API</a></dt>
                     67:     <dd>SOAP 1.2 validation interface documentation</dd>
                     68:     
                     69:     <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Bugs</a></dt>
                     70:     <dd>Known issues in the current version of the validator, and an interface to submit new bugs and issues. 
1.10      ot         71:     See also <a href="Email.html">the feedback instructions</a>.</dd>
1.1       ot         72: 
                     73: </dl>
                     74: 
                     75: 
                     76: 
                     77: </div>
                     78: </div>
                     79: <!-- End of "main" DIV. -->
                     80: 
                     81:    <ul class="navbar"  id="menu">
                     82:        <li><strong><a href="./" title="Home page for the W3C CSS Validation Service">Home</a></strong> <span class="hideme">|</span></li>
1.2       ot         83:        <li><a href="about.html" title="About this service">About</a> <span class="hideme">|</span></li>
                     84:         <li><a href="DOWNLOAD.html" title="Download the CSS validator">Download</a> <span class="hideme">|</span></li>
                     85:         <li><a href="Email.html" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li>
                     86:         <li><a href="thanks.html" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li>
1.1       ot         87:       </ul>
                     88: 
1.9       ot         89:        <ul id="lang_choice">
1.18      ot         90:      
1.19      ot         91:      <li><a href="documentation.html.de"
1.18      ot         92:          lang="de"
                     93:          xml:lang="de"
                     94:          hreflang="de"
                     95:          rel="alternate">Deutsch</a>
                     96:      </li>
                     97:      
1.19      ot         98:      <li><a href="documentation.html.en"
1.18      ot         99:          lang="en"
                    100:          xml:lang="en"
                    101:          hreflang="en"
                    102:          rel="alternate">English</a>
                    103:      </li>
                    104:      
1.19      ot        105:      <li><a href="documentation.html.es"
1.18      ot        106:          lang="es"
                    107:          xml:lang="es"
                    108:          hreflang="es"
                    109:          rel="alternate">Español</a>
                    110:      </li>
                    111:      
1.19      ot        112:      <li><a href="documentation.html.fr"
1.18      ot        113:          lang="fr"
                    114:          xml:lang="fr"
                    115:          hreflang="fr"
                    116:          rel="alternate">Français</a>
                    117:      </li>
                    118:      
1.19      ot        119:      <li><a href="documentation.html.ko"
1.18      ot        120:          lang="ko"
                    121:          xml:lang="ko"
                    122:          hreflang="ko"
                    123:          rel="alternate">한국어</a>
                    124:      </li>
                    125:      
1.19      ot        126:      <li><a href="documentation.html.it"
1.18      ot        127:          lang="it"
                    128:          xml:lang="it"
                    129:          hreflang="it"
                    130:          rel="alternate">Italiano</a>
                    131:      </li>
                    132:      
1.19      ot        133:      <li><a href="documentation.html.nl"
1.18      ot        134:          lang="nl"
                    135:          xml:lang="nl"
                    136:          hreflang="nl"
                    137:          rel="alternate">Nederlands</a>
                    138:      </li>
                    139:      
1.19      ot        140:      <li><a href="documentation.html.ja"
1.18      ot        141:          lang="ja"
                    142:          xml:lang="ja"
                    143:          hreflang="ja"
                    144:          rel="alternate">日本語</a>
                    145:      </li>
                    146:      
1.19      ot        147:      <li><a href="documentation.html.pl-PL"
1.18      ot        148:          lang="pl-PL"
                    149:          xml:lang="pl-PL"
                    150:          hreflang="pl-PL"
                    151:          rel="alternate">Polski</a>
                    152:      </li>
                    153:      
1.19      ot        154:      <li><a href="documentation.html.pt-BR"
1.18      ot        155:          lang="pt-BR"
                    156:          xml:lang="pt-BR"
                    157:          hreflang="pt-BR"
                    158:          rel="alternate">Português</a>
                    159:      </li>
                    160:      
1.19      ot        161:      <li><a href="documentation.html.ru"
1.18      ot        162:          lang="ru"
                    163:          xml:lang="ru"
                    164:          hreflang="ru"
                    165:          rel="alternate">Русский</a>
                    166:      </li>
                    167:      
1.19      ot        168:      <li><a href="documentation.html.sv"
1.18      ot        169:          lang="sv"
                    170:          xml:lang="sv"
                    171:          hreflang="sv"
                    172:          rel="alternate">Svenska</a>
                    173:      </li>
                    174:      
1.19      ot        175:      <li><a href="documentation.html.zh-cn"
1.18      ot        176:          lang="zh-cn"
                    177:          xml:lang="zh-cn"
                    178:          hreflang="zh-cn"
                    179:          rel="alternate">简体中文</a>
                    180:      </li>
                    181: </ul>
                    182: 
1.5       ot        183: 
1.9       ot        184:      
1.11      ot        185:    <div id="footer">
1.1       ot        186:    <p id="activity_logos">
1.11      ot        187: 
1.1       ot        188:       <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"><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="Learn more about Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
                    189:    </p>
                    190:    <p id="support_logo">
1.21      ot        191:    <a href="http://www.w3.org/QA/Tools/Donate">
                    192:    <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
                    193:    </a>
1.1       ot        194:    </p>
                    195: 
                    196:     <p class="copyright">
1.20      ot        197:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2009
1.1       ot        198:       <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
                    199: 
                    200:       (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
                    201:       <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
                    202:       <a href="http://www.keio.ac.jp/">Keio</a>),
                    203:       All Rights Reserved.
                    204:       W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
                    205:       <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
                    206:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
                    207:       and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
                    208: 
                    209:       rules apply. Your interactions with this site are in accordance
                    210:       with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
                    211:       <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
                    212:       statements.
                    213:     </p>
                    214: 
1.11      ot        215: </div>
1.1       ot        216:   </body>
                    217: </html>
                    218: 
                    219: 

Webmaster