Annotation of 2002/css-validator/documentation.html.nl, revision 1.8
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.8 ! ot 13: <meta name="revision" content="$Id: documentation.html.nl,v 1.7 2008/03/13 15:30:22 ot Exp $" />
! 14: <!-- SSI Template Version: $Id: documentation.html.nl,v 1.7 2008/03/13 15:30:22 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>
1.8 ! ot 106: <li><a href="documentation.html.ko"
! 107: lang="ko"
! 108: xml:lang="ko"
! 109: hreflang="ko"
! 110: rel="alternate">한국어</a> </li>
1.2 ot 111: <li><a href="documentation.html.it"
112: lang="it"
113: xml:lang="it"
114: hreflang="it"
115: rel="alternate">Italiano</a> </li>
116: <li><a href="documentation.html.nl"
117: lang="nl"
118: xml:lang="nl"
119: hreflang="nl"
120: rel="alternate">Nederlands</a> </li>
121: <li><a href="documentation.html.ja"
122: lang="ja"
123: xml:lang="ja"
124: hreflang="ja"
125: rel="alternate">日本語</a> </li>
126: <li><a href="documentation.html.pl-PL"
127: lang="pl"
128: xml:lang="pl"
129: hreflang="pl"
130: rel="alternate">Polski</a> </li>
131: <li><a href="documentation.html.zh-cn"
132: lang="zh-hans"
133: xml:lang="zh-hans"
134: hreflang="zh-hans"
1.6 ot 135: rel="alternate">简体中文</a></li>
1.2 ot 136: </ul>
137:
138:
1.4 ot 139: <div id="footer">
1.1 ot 140: <p id="activity_logos">
1.4 ot 141:
1.1 ot 142: <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>
143: </p>
144:
145: <p id="support_logo">
146: Steun deze tool, wordt een<br />
147: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /></a>
148: </p>
149:
150: <p class="copyright">
151:
1.7 ot 152: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2008
1.1 ot 153: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
154:
155: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
156: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
157: <a href="http://www.keio.ac.jp/">Keio</a>),
158: Alle Rechten Voorbehouden.
159: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">aansprakelijkheid</a>,
160: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">handelsmerk</a>,
161: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document gebruik</a>
162:
163: en de <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licentie</a>
164:
165: regels zijn van toepassing. Je interacties met deze site zijn in overeenstemming
166: met onze <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publieke</a> en
167: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
168: verklaringen.
169: </p>
170:
1.4 ot 171: </div>
1.1 ot 172: </body>
173: </html>
174:
175:
Webmaster