Annotation of 2002/css-validator/documentation.html.nl, revision 1.3

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

Webmaster