Annotation of 2002/css-validator/documentation.html.nl, revision 1.15
1.1 ot 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
4: <head>
1.13 ot 5: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1.1 ot 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.15 ! ot 13: <meta name="revision" content="$Id: documentation.html.nl,v 1.14 2009/02/05 14:31:32 ot Exp $" />
! 14: <!-- SSI Template Version: $Id: documentation.html.nl,v 1.14 2009/02/05 14:31:32 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.11 ot 87: <ul id="lang_choice">
88:
1.15 ! ot 89: <li><a href="documentation.html.bg"
! 90: lang="bg"
! 91: xml:lang="bg"
! 92: hreflang="bg"
! 93: rel="alternate">Български</a></li>
! 94: <li><a href="documentation.html.de"
1.11 ot 95: lang="de"
96: xml:lang="de"
97: hreflang="de"
98: rel="alternate">Deutsch</a>
99: </li>
100:
101: <li><a href="documentation.html.en"
102: lang="en"
103: xml:lang="en"
104: hreflang="en"
105: rel="alternate">English</a>
106: </li>
107:
108: <li><a href="documentation.html.es"
109: lang="es"
110: xml:lang="es"
111: hreflang="es"
112: rel="alternate">Español</a>
113: </li>
114:
115: <li><a href="documentation.html.fr"
116: lang="fr"
117: xml:lang="fr"
118: hreflang="fr"
119: rel="alternate">Français</a>
120: </li>
121:
122: <li><a href="documentation.html.ko"
123: lang="ko"
124: xml:lang="ko"
125: hreflang="ko"
126: rel="alternate">한국어</a>
127: </li>
128:
129: <li><a href="documentation.html.it"
130: lang="it"
131: xml:lang="it"
132: hreflang="it"
133: rel="alternate">Italiano</a>
134: </li>
135:
136: <li><a href="documentation.html.nl"
137: lang="nl"
138: xml:lang="nl"
139: hreflang="nl"
140: rel="alternate">Nederlands</a>
141: </li>
142:
143: <li><a href="documentation.html.ja"
144: lang="ja"
145: xml:lang="ja"
146: hreflang="ja"
147: rel="alternate">日本語</a>
148: </li>
149:
150: <li><a href="documentation.html.pl-PL"
151: lang="pl-PL"
152: xml:lang="pl-PL"
153: hreflang="pl-PL"
154: rel="alternate">Polski</a>
155: </li>
156:
157: <li><a href="documentation.html.pt-BR"
158: lang="pt-BR"
159: xml:lang="pt-BR"
160: hreflang="pt-BR"
161: rel="alternate">Português</a>
162: </li>
163:
164: <li><a href="documentation.html.ru"
165: lang="ru"
166: xml:lang="ru"
167: hreflang="ru"
168: rel="alternate">Русский</a>
169: </li>
170:
171: <li><a href="documentation.html.sv"
172: lang="sv"
173: xml:lang="sv"
174: hreflang="sv"
175: rel="alternate">Svenska</a>
176: </li>
177:
178: <li><a href="documentation.html.zh-cn"
179: lang="zh-cn"
180: xml:lang="zh-cn"
181: hreflang="zh-cn"
182: rel="alternate">简体中文</a>
183: </li>
184: </ul>
1.9 ot 185:
1.2 ot 186:
187:
1.4 ot 188: <div id="footer">
1.1 ot 189: <p id="activity_logos">
1.4 ot 190:
1.1 ot 191: <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>
192: </p>
193:
194: <p id="support_logo">
1.12 ot 195: <a href="http://www.w3.org/QA/Tools/Donate">
196: <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
197: </a>
1.1 ot 198: </p>
199:
200: <p class="copyright">
201:
1.11 ot 202: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
1.1 ot 203: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
204:
205: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
206: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
207: <a href="http://www.keio.ac.jp/">Keio</a>),
208: Alle Rechten Voorbehouden.
209: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">aansprakelijkheid</a>,
210: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">handelsmerk</a>,
211: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document gebruik</a>
212:
213: en de <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licentie</a>
214:
215: regels zijn van toepassing. Je interacties met deze site zijn in overeenstemming
216: met onze <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publieke</a> en
217: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
218: verklaringen.
219: </p>
220:
1.4 ot 221: </div>
1.1 ot 222: </body>
223: </html>
224:
225:
Webmaster