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

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

Webmaster