Annotation of 2002/css-validator/documentation.html.nl, revision 1.5
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="nl" lang="nl">
5: <head>
6: <title>Documentatie voor de W3C CSS Validator</title>
7: <link rev="made" href="mailto:www-validator-css@w3.org" />
8: <link rev="start" href="./" title="Home Pagina" />
9: <style type="text/css" media="all">
10: @import "style/base.css";
11: @import "style/docs.css";
12: </style>
1.5 ! ot 13: <meta name="revision" content="$Id: documentation.html.nl,v 1.4 2007/10/31 15:30:59 ot Exp $" />
! 14: <!-- SSI Template Version: $Id: documentation.html.nl,v 1.4 2007/10/31 15:30:59 ot Exp $ -->
1.1 ot 15:
16: </head>
17:
18: <body>
1.4 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: <div id="main">
28: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
29:
30: <div class="doc">
31:
32: <h2>Documentatie index voor de CSS Validator</h2>
33:
34: <p id="skip"></p>
35:
36: <h3 id="use">Bronnen voor Gebruikers</h3>
37:
38: <dl>
39: <dt><a href="./manual.html">Gebruiksaanwijzing</a></dt>
40: <dd>Documentatie over het gebruik van de CSS Validator</dd>
41: <dt><a href="about.html">Over de service</a></dt>
42:
43: <dd>Informatie over de CSS Validator, en antwoorden op een aantal veelgestelde vragen</dd>
44: <dt><a href="http://www.websitedev.de/css/validator-faq">
45: CSS Validator FAQ
46: </a></dt>
47: <dd>Antwoorden op veelgestelde technische vragen</dd>
48:
49: </dl>
50:
51: <h3 id="devel">Bronnen voor Ontwikkelaars</h3>
52:
53: <dl>
54: <dt><a href="DOWNLOAD.html">Downloaden/Installeren</a></dt>
55: <dd>Hoe aan de code van de CSS Validator te komen en het als command line programma of als Web Servlet te gebruiken.</dd>
56:
57: <dt><a href="README">developer's README</a></dt>
58: <dd>Een overzicht van de CSS Validator code</dd>
59:
60: <dt><a href="./api.html">Web Service API</a></dt>
61:
62: <dd>SOAP 1.2 validation interface documentatie</dd>
63:
64: <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Bugs</a></dt>
65: <dd>Bekende problemen in de huidige validator versie, en een mogelijkheid om nieuwe problemen in te sturen.
1.3 ot 66: Zie ook <a href="Email.html">de feedback instructies</a>.</dd>
1.1 ot 67:
68: </dl>
69:
70:
71:
72: </div>
73:
74: </div>
75: <!-- End of "main" DIV. -->
76:
77: <ul class="navbar" id="menu">
78: <li><strong><a href="./" title="Home pagina van de W3C CSS Validatie Service">Home</a></strong> <span class="hideme">|</span></li>
79: <li><a href="about.html" title="Over deze service">Over</a> <span class="hideme">|</span></li>
80: <li><a href="documentation.html" title="Documentatie voor de W3C CSS Validatie Service">Documentatie</a> <span class="hideme">|</span></li>
81:
82: <li><a href="DOWNLOAD.html" title="Download de CSS validator">Download</a> <span class="hideme">|</span></li>
83: <li><a href="Email.html" title="Hoe reacties te geven over deze service">Reacties</a> <span class="hideme">|</span></li>
84: <li><a href="thanks.html" title="Credits en Erkenning">Credits</a><span class="hideme">|</span></li>
85: </ul>
86:
1.2 ot 87: <ul id="lang_choice">
88: <li><a href="documentation.html.de"
89: lang="de"
90: xml:lang="de"
91: hreflang="de"
92: rel="alternate">Deutsch</a></li>
93: <li><a href="documentation.html.en"
94: lang="en"
95: xml:lang="en"
96: hreflang="en"
97: rel="alternate">English</a> </li>
98: <li><a href="documentation.html.es"
99: lang="es" xml:lang="es" hreflang="es"
100: rel="alternate">Español</a></li>
101: <li><a href="documentation.html.fr"
102: lang="fr"
103: xml:lang="fr"
104: hreflang="fr"
105: rel="alternate">Français</a> </li>
106: <li><a href="documentation.html.it"
107: lang="it"
108: xml:lang="it"
109: hreflang="it"
110: rel="alternate">Italiano</a> </li>
111: <li><a href="documentation.html.nl"
112: lang="nl"
113: xml:lang="nl"
114: hreflang="nl"
115: rel="alternate">Nederlands</a> </li>
116: <li><a href="documentation.html.ja"
117: lang="ja"
118: xml:lang="ja"
119: hreflang="ja"
120: rel="alternate">日本語</a> </li>
121: <li><a href="documentation.html.pl-PL"
122: lang="pl"
123: xml:lang="pl"
124: hreflang="pl"
125: rel="alternate">Polski</a> </li>
126: <li><a href="documentation.html.zh-cn"
127: lang="zh-hans"
128: xml:lang="zh-hans"
129: hreflang="zh-hans"
130: rel="alternate">中文</a></li>
131: </ul>
132:
133:
1.4 ot 134: <div id="footer">
1.1 ot 135: <p id="activity_logos">
1.4 ot 136:
1.1 ot 137: <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, brengt je gratis Web kwaliteits tools en meer"><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="Leer meer over Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
138: </p>
139:
140: <p id="support_logo">
141: Steun deze tool, wordt een<br />
142: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /></a>
143: </p>
144:
145: <p class="copyright">
146:
1.5 ! ot 147: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2007
1.1 ot 148: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
149:
150: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
151: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
152: <a href="http://www.keio.ac.jp/">Keio</a>),
153: Alle Rechten Voorbehouden.
154: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">aansprakelijkheid</a>,
155: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">handelsmerk</a>,
156: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document gebruik</a>
157:
158: en de <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licentie</a>
159:
160: regels zijn van toepassing. Je interacties met deze site zijn in overeenstemming
161: met onze <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publieke</a> en
162: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
163: verklaringen.
164: </p>
165:
1.4 ot 166: </div>
1.1 ot 167: </body>
168: </html>
169:
170:
Webmaster