Annotation of 2002/css-validator/README.html, revision 1.5

1.1       plehegar    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                      2:    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                      3: <html xmlns="http://www.w3.org/1999/xhtml" lang="en-fr" xml:lang="en-fr">
                      4:   <head>
                      5:     <title>CSS Validator Project</title>
                      6: 
                      7:     <link href="style/page.css" type="text/css" rel="STYLESHEET" />
                      8:     <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
                      9:     <link rel="STYLESHEET" title="default" media="screen"
                     10: href="style/general.css" type="text/css" />
                     11:     <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
                     12: </head>
                     13:   <body>
                     14:     <a class="left" href="http://www.w3.org">
                     15:       <img src="http://www.w3.org/Icons/w3c_home" border="0" alt="W3C" /></a>
                     16:     <a class="right" href="http://www.w3.org/Jigsaw/"><img
                     17:          src="http://jigsaw.w3.org/Icons/jigpower.gif" alt="Jigsaw Powered"
                     18:          border="0" width="94" height="52" /></a>
                     19:     <br />
                     20: 
                     21:     <div class="t1">CSS</div>
                     22:     <div class="t2">Validator</div>
                     23: 
                     24:     <h1 class="center">CSS Validator version 2.0</h1>
                     25:     
                     26:     <p>
                     27:       This is a CSS validator for <a
                     28:        href="http://www.w3.org/TR/REC-CSS2/">Cascading Style Sheets, level
                     29:        2</a>. See the <a href="COPYRIGHT.html">copyright notice</a>.
                     30:     </p>
                     31:     <p>
                     32:       You can run it on a web server, on the command line or use it in your new
                     33:       browser.
                     34:     </p>
                     35: 
                     36:     <p>
                     37:       If you have any questions or problems with the validator, send us an <a
1.3       plehegar   38:        href="Email.html">email</a>.
1.1       plehegar   39:     </p>
                     40: 
                     41:     <p>This directory contains:</p>
                     42:     <dl>
                     43:       <dt>
                     44:        <a href="org/w3c/css/parser/analyzer">org.w3c.css.parser.analyzer</a></dt>
                     45:       <dd>
                     46:        The parser generated with 
                     47:        <a href="http://www.suntest.com/JavaCC">JavaCC 0.7.1</a>.
                     48:        You'll probably not want to see this directory.</dd>
                     49:       <dt>
                     50:        <a href="org/w3c/css/parser">org.w3c.css.parser</a></dt>
                     51:       <dd>
                     52:        The front-end of the parser</dd>
                     53:       <dt>
                     54:        <a href="org/w3c/css/values">org.w3c.css.values</a></dt>
                     55:       <dd>
                     56:        All values for the parser to construct an expression.</dd>
                     57:       <dt>
                     58:        <a href="org/w3c/css/properties">org.w3c.css.properties</a></dt>
                     59:       <dd>
1.4       ylafon     60:        Configuration and profile properties files and classes handling their loading</dd>
                     61:          <dt>
                     62:        <a href="org/w3c/css/properties">org.w3c.css.properties.css1</a></dt>
                     63:       <dd>
                     64:        All cascading style sheet level 1 properties (+ css2 and some of css3).</dd>
1.1       plehegar   65:       <dt>
1.4       ylafon     66:        <a href="org/w3c/css/aural">org.w3c.css.properties.aural</a></dt>
1.1       plehegar   67:       <dd>
                     68:        For Aural properties.</dd>
                     69:       <dt>
1.4       ylafon     70:        <a href="org/w3c/css/table">org.w3c.css.properties.css2.table</a></dt>
1.1       plehegar   71:       <dd>
                     72:        All CSS2 table properties.</dd>
                     73:       <dt>
1.4       ylafon     74:        <a href="org/w3c/css/user">org.w3c.css.properties.css2.user</a></dt>
1.1       plehegar   75:       <dd>
                     76:        All CSS2 user properties.</dd>
                     77:       <dt>
1.4       ylafon     78:        <a href="org/w3c/css/font">org.w3c.css.properties.css2.font</a></dt>
1.1       plehegar   79:       <dd>
                     80:        All CSS2 font properties.</dd>
                     81:       <dt>
1.4       ylafon     82:        <a href="org/w3c/css/paged">org.w3c.css.properties.paged</a></dt>
1.1       plehegar   83:       <dd>
                     84:        All CSS2 paged properties.</dd>
                     85:       <dt>
                     86:        <a href="org/w3c/css/css">org.w3c.css.css</a> </dt>
                     87:       <dd>
                     88:        The validator is here !</dd>
                     89:       <dt>
                     90:        <a href="org/w3c/css/util">org.w3c.css.util</a></dt>
                     91:       <dd>
                     92:        some utilities for a lot of classes</dd>
                     93:       <dt>
                     94:        <a href="org/w3c/css/servlet">org.w3c.css.servlet</a></dt>
                     95:       <dd>
                     96:        The validator servlet.
                     97:        <div class="box">
                     98:          <p>
                     99:            In servlet mode, URL like file are desactivated. Be careful with
                    100:            URL, you can put a URL request so if your site have special
                    101:            authorization to access web pages, it should be dangerous to run the
                    102:            validator on it. You can desactivated all URL request with the init
                    103:            parameter 'import'. Set this parameter to 'false' (default) means
                    104:            any URL request (except file:) are authorized.  see the <a
                    105:              href="docs/org.w3c.css.servlet.CssValidator.html">javadoc documentation</a>
                    106:            for more informations on the servlet.
                    107:            </p>
                    108:        </div></dd>
                    109:       <dt>
                    110:        docs</dt>
                    111:       <dd>
                    112:        the <a href="docs/packages.html">javadoc documentation</a>.</dd>
                    113:       <dt>
                    114:        <a href="HOWTO.html">HOWTO</a></dt>
                    115:       <dd>
1.5     ! ot        116:        How can you add your own properties?</dd>
1.1       plehegar  117:       <dt>
                    118:        <a href="RUN.html">RUN</a></dt>
                    119:       <dd>
                    120:        How to launch the validator on your local system.</dd>
                    121:     </dl>
                    122:     
                    123:     <p>
                    124:       You have a lot of configuration files in the validator (in Java, it means
                    125:       properties).
                    126:     </p>
                    127:       
                    128:     <ul>
                    129:       <li>package org.w3c.css.parser
                    130:        <dl>
                    131:          <dt>
1.4       ylafon    132:            <a href="org/w3c/css/properties/Config.properties">Config.properties</a></dt>
1.1       plehegar  133:          <dd>
                    134:            The default CssStyle to use when parsing a document.</dd>
                    135:          <dt>
                    136:            <a href="org/w3c/css/parser/Elements.dtd4">Elements.dtd4</a></dt>
                    137:          <dd>
                    138:            All HTML elements recognized by a selector.</dd>
                    139:        </dl></li>
                    140:       <li>package org.w3c.css.util
                    141:        <dl>
                    142:          <dt>
                    143:            <a href="org/w3c/css/util/Messages.properties">Messages.properties</a></dt>
                    144:          <dd>
                    145:            All warning and error messages used by the parser.</dd>
                    146:        </dl></li>
                    147:       <li>package org.w3c.css.properties
                    148:        <dl>
                    149:          <dt>
1.4       ylafon    150:            <a href="org/w3c/css/properties/css1/CSS1Default.properties">CSS1Default.properties</a></dt>
1.1       plehegar  151:          <dd>
                    152:            Inheritance controls for all CSS1 properties.</dd>
                    153:          <dt>
                    154:            <a href="org/w3c/css/properties/CSS1Properties.properties">CSS1Properties.properties</a></dt>
                    155:          <dd>
                    156:            All CSS1 properties.</dd>
                    157:        </dl></li>
                    158:       <li>package org.w3c.css.aural
                    159:        <dl>
                    160:          <dt>
1.4       ylafon    161:            <a href="org/w3c/css/properties/aural/ACSSDefault.properties">ACSSDefault.properties</a></dt>
1.1       plehegar  162:          <dd>
                    163:            Inheritance controls for all aural properties.</dd>
                    164:          <dt>
                    165:            <a href="org/w3c/css/aural/AuralDefault.properties">AuralDefault.properties</a></dt>
                    166:          <dd>
                    167:            Configuration for Aural browser.</dd>
                    168:        </dl></li>
                    169:       <li>package org.w3c.css.font
                    170:        <dl>
                    171:        </dl></li>
                    172:       <li>package org.w3c.css.css
                    173:        <dl>
                    174:          <dt>
                    175:            <a href="org/w3c/css/css/format.properties">format.properties</a></dt>
                    176:          <dd>
                    177:            Available output format for the validator</dd>
                    178:          <dt>
                    179:            <a href="org/w3c/css/css/text.properties">text.properties</a></dt>
                    180:          <dd>
                    181:            text output format.</dd>
                    182:          <dt>
                    183:            <a href="org/w3c/css/css/html.properties">html.properties</a></dt>
                    184:          <dd>
                    185:            html output properties.</dd>
                    186:        </dl></li>
                    187:     </ul>
                    188:     
                    189:     <hr class="large" />
                    190:     <img src="images/mwcss.gif" alt="made with CSS" />
1.3       plehegar  191:     <address class="right"><a href="Email.html">validator-css</a></address>
1.1       plehegar  192:   </body>
                    193: </html>

Webmaster