Annotation of 2002/css-validator/documentation.html.en, revision 1.4
1.1 ot 1: <?xml version="1.0"?>
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.4 ! ot 13: <meta name="revision" content="$Id: documentation.html.en,v 1.3 2006/06/30 04:52:44 ot Exp $" />
! 14: <!-- SSI Template Version: $Id: documentation.html.en,v 1.3 2006/06/30 04:52:44 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:
79: <p id="activity_logos">
80: <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>
81: </p>
82: <p id="support_logo">
83: Support this tool, become a<br />
84: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /></a>
85: </p>
86:
87: <p class="copyright">
88: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2006
89: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
90:
91: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
92: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
93: <a href="http://www.keio.ac.jp/">Keio</a>),
94: All Rights Reserved.
95: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
96: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
97: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
98: and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
99:
100: rules apply. Your interactions with this site are in accordance
101: with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
102: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
103: statements.
104: </p>
105:
106:
107: </body>
108: </html>
109:
110:
Webmaster