source: ether_2012/web/cathy/css/blueprint-css/lib/blueprint/validate/README.html @ 319

Last change on this file since 319 was 319, checked in by vmipsl, 12 years ago

Import du projet Ether pour le nouveau look 2012

File size: 3.7 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <title>CSS Validator Binary Distribution - Illumit</title>
5    <link title="RSS Feed" type="application/rss+xml" rel="alternate" href="http://www.illumit.com/site.rss" />
6  </head>
7  <body>
8    <h1>CSS Validator Binary Distribution</h1>
9    <p>This a binary distribution of <a href="http://jigsaw.w3.org/css-validator">W3C CSS Validator</a>.
10    It was built from the <a href="http://dev.w3.org/cvsweb/2002/css-validator">source</a> on June 25, 2006.
11    No modifications were made.</p>
12   
13    <p>This distribution is provided <a href="README.html#asis">as is</a> to make testing a large number of CSS files easier.</p>
14   
15   
16    <h2>Requirements</h2>
17    <p>A Java 2 Virtual Machine is required to use the validator.
18      You can download one from <a href="http://java.sun.com/">Sun</a> if you do not have one installed.</p>
19     
20    <h2>Usage</h2>
21    <h2>Summary</h2>
22    <p><code>java -jar <samp>~/css-validator/</samp>css-validator.jar [-options] files URLs</code></p>
23    <h2>Sample</h2>
24    <pre>
25    java -jar ~/css-validator/css-validator.jar f1.css http://illumit.com/
26    </pre>
27    <h2>Options</h2>
28    <dl>
29      <dt>-e</dt><dd>Show errors only.</dd>
30      <dt>-html</dt><dd>Output HTML.</dd>
31      <dt>-css1 | -css2 | -css21 | -css3 | -svg | -svgbasic | -svgtiny</dt>
32      <dd>Specify CSS version. CSS2 is the default.</dd>
33    </dl>
34
35    <h2>Support</h2>
36   
37    <p>If you have questions about how this distribution is built or packaged,
38    <a href="mailto:contact@illumit.com">mailto:contact@illumit.com</a>.</p>
39
40    <p>Use the CSS Validator <a href="http://jigsaw.w3.org/css-validator/Email">Feedback</a>
41      page if you have any questions or problems with the validator itself.</p>
42
43    <p class="Footnote">Updates are announced on via
44        <a class="RSSLink" rel="alternate" type="application/rss+xml" href="http://www.illumit.com/site.rss">RSS</a></p>
45
46      <!--   
47    <h2>Contents</h2>
48    <ul>
49      <li><a href="css-validator.jar">css-validator.jar</a> Executable JAR package</li>
50      <li><a href="COPYRIGHT.html">COPYRIGHT.html</a> CSS Validator Copyright Notice</li>
51      <li><a href="css-validator-javadoc.jar">css-validator-javadoc.jar</a> CSS Validator API Docs</li>
52      <li>Required libraries:<ul>
53        <li><a href="jigsaw.jar">jigsaw.jar</a> and <a href="JIGSAW_COPYRIGHT">JIGSAW_COPYRIGHT</a></li>
54        <li><a href="xerces.jar">xerces.jar</a> and <a href="XERCES_COPYING.txt">XERCES_COPYING.txt</a></li>
55        </ul>
56      </li>
57    </ul>
58      -->
59   
60    <h2>Download</h2>
61   
62    <p>Download the css validator binary distribution <a href="css-validator.zip">css-validator.zip</a>. Extract the files (OS X and *ix users can use unzip).</p>
63   
64   
65    <h2><a name="asis">License Agreement</a></h2>
66   
67    <p>This is a binary distribution of <a href="http://jigsaw.w3.org/css-validator">W3C CSS Validator</a> Version 2.0
68    It was built from the <a href="http://dev.w3.org/cvsweb/2002/css-validator">source</a> on June 25, 2006.
69    No modifications were made to the source.</p>
70   
71    <p>THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND
72ILLUMIT L.L.C AND THE COPYRIGHT HOLDERS (W3C) MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
73IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
74MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
75USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD
76PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.</p>
77
78<p>ILLUMIT L.L.C AND THE COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT,
79SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE
80SOFTWARE OR DOCUMENTATION.</p>
81
82  </body>
83</html>
Note: See TracBrowser for help on using the repository browser.