Annotation of 2002/css-validator/README.cvs.html, revision 1.1
1.1 ! dom 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
! 38: href="Email.html">email</a>.
! 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>
! 60: All cascading style sheet level 1 properties.</dd>
! 61: <dt>
! 62: <a href="org/w3c/css/aural">org.w3c.css.aural</a></dt>
! 63: <dd>
! 64: For Aural properties.</dd>
! 65: <dt>
! 66: <a href="org/w3c/css/table">org.w3c.css.table</a></dt>
! 67: <dd>
! 68: All CSS2 table properties.</dd>
! 69: <dt>
! 70: <a href="org/w3c/css/user">org.w3c.css.user</a></dt>
! 71: <dd>
! 72: All CSS2 user properties.</dd>
! 73: <dt>
! 74: <a href="org/w3c/css/font">org.w3c.css.font</a></dt>
! 75: <dd>
! 76: All CSS2 font properties.</dd>
! 77: <dt>
! 78: <a href="org/w3c/css/paged">org.w3c.css.paged</a></dt>
! 79: <dd>
! 80: All CSS2 paged properties.</dd>
! 81: <dt>
! 82: <a href="org/w3c/css/css">org.w3c.css.css</a> </dt>
! 83: <dd>
! 84: The validator is here !</dd>
! 85: <dt>
! 86: <a href="org/w3c/css/util">org.w3c.css.util</a></dt>
! 87: <dd>
! 88: some utilities for a lot of classes</dd>
! 89: <dt>
! 90: <a href="org/w3c/css/servlet">org.w3c.css.servlet</a></dt>
! 91: <dd>
! 92: The validator servlet.
! 93: <div class="box">
! 94: <p>
! 95: In servlet mode, URL like file are desactivated. Be careful with
! 96: URL, you can put a URL request so if your site have special
! 97: authorization to access web pages, it should be dangerous to run the
! 98: validator on it. You can desactivated all URL request with the init
! 99: parameter 'import'. Set this parameter to 'false' (default) means
! 100: any URL request (except file:) are authorized. see the <a
! 101: href="docs/org.w3c.css.servlet.CssValidator.html">javadoc documentation</a>
! 102: for more informations on the servlet.
! 103: </p>
! 104: </div></dd>
! 105: <dt>
! 106: docs</dt>
! 107: <dd>
! 108: the <a href="docs/packages.html">javadoc documentation</a>.</dd>
! 109: <dt>
! 110: <a href="HOWTO.html">HOWTO</a></dt>
! 111: <dd>
! 112: How can you add your owns properties ?</dd>
! 113: <dt>
! 114: <a href="RUN.html">RUN</a></dt>
! 115: <dd>
! 116: How to launch the validator on your local system.</dd>
! 117: </dl>
! 118:
! 119: <p>
! 120: You have a lot of configuration files in the validator (in Java, it means
! 121: properties).
! 122: </p>
! 123:
! 124: <ul>
! 125: <li>package org.w3c.css.parser
! 126: <dl>
! 127: <dt>
! 128: <a href="org/w3c/css/parser/Config.properties">Config.properties</a></dt>
! 129: <dd>
! 130: The default CssStyle to use when parsing a document.</dd>
! 131: <dt>
! 132: <a href="org/w3c/css/parser/Elements.dtd4">Elements.dtd4</a></dt>
! 133: <dd>
! 134: All HTML elements recognized by a selector.</dd>
! 135: </dl></li>
! 136: <li>package org.w3c.css.util
! 137: <dl>
! 138: <dt>
! 139: <a href="org/w3c/css/util/Messages.properties">Messages.properties</a></dt>
! 140: <dd>
! 141: All warning and error messages used by the parser.</dd>
! 142: </dl></li>
! 143: <li>package org.w3c.css.properties
! 144: <dl>
! 145: <dt>
! 146: <a href="org/w3c/css/properties/CSS1Default.properties">CSS1Default.properties</a></dt>
! 147: <dd>
! 148: Inheritance controls for all CSS1 properties.</dd>
! 149: <dt>
! 150: <a href="org/w3c/css/properties/CSS1Properties.properties">CSS1Properties.properties</a></dt>
! 151: <dd>
! 152: All CSS1 properties.</dd>
! 153: </dl></li>
! 154: <li>package org.w3c.css.aural
! 155: <dl>
! 156: <dt>
! 157: <a href="org/w3c/css/aural/ACSSDefault.properties">ACSSDefault.properties</a></dt>
! 158: <dd>
! 159: Inheritance controls for all aural properties.</dd>
! 160: <dt>
! 161: <a href="org/w3c/css/aural/AuralProperties.properties">AuralProperties.properties</a></dt>
! 162: <dd>
! 163: All CSS1 and 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: <dt>
! 172: <a href="org/w3c/css/font/Font.properties">Font.properties</a></dt>
! 173: <dd>
! 174: Inheritance controls for all font properties and configuration file for the parser.</dd>
! 175: </dl></li>
! 176: <li>package org.w3c.css.css
! 177: <dl>
! 178: <dt>
! 179: <a href="org/w3c/css/css/format.properties">format.properties</a></dt>
! 180: <dd>
! 181: Available output format for the validator</dd>
! 182: <dt>
! 183: <a href="org/w3c/css/css/text.properties">text.properties</a></dt>
! 184: <dd>
! 185: text output format.</dd>
! 186: <dt>
! 187: <a href="org/w3c/css/css/html.properties">html.properties</a></dt>
! 188: <dd>
! 189: html output properties.</dd>
! 190: </dl></li>
! 191: </ul>
! 192:
! 193: <hr class="large" />
! 194: <img src="images/mwcss.gif" alt="made with CSS" />
! 195: <address class="right"><a href="Email.html">validator-css</a></address>
! 196: </body>
! 197: </html>
Webmaster