Annotation of 2002/css-validator/documentation.html.en, revision 1.8
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.8 ! ot 13: <meta name="revision" content="$Id: documentation.html.en,v 1.7 2006/11/13 07:15:35 ot Exp $" />
! 14: <!-- SSI Template Version: $Id: documentation.html.en,v 1.7 2006/11/13 07:15:35 ot Exp $ -->
1.1 ot 15: </head>
16:
17: <body>
18:
19: <div id="banner">
20: <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
21: <a href="./"><img src="images/css_validation_service.png" alt="CSS Validation Service" /></a></h1>
22: </div>
23:
24: <div id="main">
25: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
26:
27: <div class="doc">
28: <h2>Documentation index for the CSS Validator</h2>
29:
30: <p id="skip"></p>
31:
32: <h3 id="use">User Resources</h3>
33:
34: <dl>
35: <dt><a href="./manual.html">User's Manual</a></dt>
36: <dd>The documentation on how to use the CSS validator</dd>
1.3 ot 37: <dt><a href="about.html">About this service</a></dt>
1.1 ot 38: <dd>Informations about the CSS Validator, and answers to some general questions</dd>
39: <dt><a href="http://www.websitedev.de/css/validator-faq">
40: CSS Validator FAQ
41: </a></dt>
42: <dd>Answers to technical questions frequently asked.</dd>
43:
44: </dl>
45:
46: <h3 id="devel">Developper Resources</h3>
47:
48:
49: <dl>
1.3 ot 50: <dt><a href="DOWNLOAD.html">Download/Install</a></dt>
1.1 ot 51: <dd>How to retrieve the source of the CSS validator and run it, either as a command line program or a Web Servlet.</dd>
52:
53: <dt><a href="README">developer's README</a></dt>
54: <dd>An overview of the code of the CSS Validator</dd>
55:
56: <dt><a href="./api.html">Web Service API</a></dt>
57: <dd>SOAP 1.2 validation interface documentation</dd>
58:
59: <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Bugs</a></dt>
60: <dd>Known issues in the current version of the validator, and an interface to submit new bugs and issues.
61: See also <a href="email">the feedback instructions</a>.</dd>
62:
63: </dl>
64:
65:
66:
67: </div>
68: </div>
69: <!-- End of "main" DIV. -->
70:
71: <ul class="navbar" id="menu">
72: <li><strong><a href="./" title="Home page for the W3C CSS Validation Service">Home</a></strong> <span class="hideme">|</span></li>
1.2 ot 73: <li><a href="about.html" title="About this service">About</a> <span class="hideme">|</span></li>
74: <li><a href="DOWNLOAD.html" title="Download the CSS validator">Download</a> <span class="hideme">|</span></li>
75: <li><a href="Email.html" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li>
76: <li><a href="thanks.html" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li>
1.1 ot 77: </ul>
78:
1.8 ! ot 79: <ul id="lang_choice">
! 80: <li><a href="documentation.html.en"
! 81: lang="en"
! 82: xml:lang="en"
! 83: hreflang="en"
! 84: rel="alternate">English</a> </li>
! 85: <li><a href="documentation.html.fr"
! 86: lang="fr"
! 87: xml:lang="fr"
! 88: hreflang="fr"
! 89: rel="alternate">Français</a> </li>
! 90: <li><a href="documentation.html.it"
! 91: lang="it"
! 92: xml:lang="it"
! 93: hreflang="it"
! 94: rel="alternate">Italiano</a> </li>
! 95: <li><a href="documentation.html.ja"
! 96: lang="ja"
! 97: xml:lang="ja"
! 98: hreflang="ja"
! 99: rel="alternate">日本語</a> </li>
! 100: <li><a href="documentation.html.pl-PL"
! 101: lang="pl"
! 102: xml:lang="pl"
! 103: hreflang="pl"
! 104: rel="alternate">Polski</a> </li>
! 105: <li><a href="documentation.html.zh-cn"
! 106: lang="zh-hans"
! 107: xml:lang="zh-hans"
! 108: hreflang="zh-hans"
! 109: rel="alternate">中文</a></li>
! 110: </ul>
1.5 ot 111:
1.1 ot 112: <p id="activity_logos">
113: <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>
114: </p>
115: <p id="support_logo">
116: Support this tool, become a<br />
117: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /></a>
118: </p>
119:
120: <p class="copyright">
121: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2006
122: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
123:
124: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
125: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
126: <a href="http://www.keio.ac.jp/">Keio</a>),
127: All Rights Reserved.
128: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
129: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
130: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
131: and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
132:
133: rules apply. Your interactions with this site are in accordance
134: with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
135: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
136: statements.
137: </p>
138:
139:
140: </body>
141: </html>
142:
143:
Webmaster