- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Jan 2007 05:58:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv32523
Modified Files:
DOWNLOAD.html.en manual.html.en
Log Message:
typos and mistakes fixed. Reported by Nemeth Balazs
Index: DOWNLOAD.html.en
===================================================================
RCS file: /sources/public/2002/css-validator/DOWNLOAD.html.en,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- DOWNLOAD.html.en 9 Jan 2007 18:08:55 -0000 1.15
+++ DOWNLOAD.html.en 31 Jan 2007 05:58:56 -0000 1.16
@@ -66,7 +66,7 @@
<ul class="instructions">
<li>servlet.jar
(which, if you have Tomcat installed in [<span class="const">TOMCAT_DIR</span>],
- you should find in [<span class="const">TOMCAT_DIR</span>]/common/lib/, possibly
+ you should find in [<span class="const">TOMCAT_DIR</span>]/common/lib/) possibly
under the name servlet-api.jar. If not, get it at
<a href="http://java.sun.com/products/servlet/download.html">java.sun.com</a></li>
<li><a href="http://jigsaw.w3.org/Devel/classes-2.2/20060329/">jigsaw.jar</a></li>
@@ -80,7 +80,7 @@
Download validator as explained <a href="#source">above</a>.
</li>
<li>Copy the whole source folder ("<span class="dir">.../css-validator/</span>") to the <span class="dir">webapps</span>
- directory within your installation of tomcat. usually, this will be
+ directory within your installation of Tomcat. usually, this will be
<span class="dir">[<span class="const">TOMCAT_DIR</span>]/webapps/</span>.
The Validator's sources are now in <span class="dir">[<span class="const">TOMCAT_DIR</span>]/webapps/css-validator</span>,
which we will now call <span class="dir">[<span class="const">VALIDATOR_DIR</span>]</span>.
@@ -124,7 +124,7 @@
'validator', please rename it. It is important that this 'alias' is always
named 'validator'.</li>
-<li>Finally, start jigsaw and run the validator. Check which HTML you want to
+<li>Finally, start Jigsaw and run the validator. Check which HTML you want to
invoke. Usually your URL will look like this:<br />
http://localhost:8001/css-validator/validator.html</li>
</ol>
Index: manual.html.en
===================================================================
RCS file: /sources/public/2002/css-validator/manual.html.en,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- manual.html.en 8 Dec 2006 09:16:32 -0000 1.5
+++ manual.html.en 31 Jan 2007 05:58:56 -0000 1.6
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -68,7 +68,7 @@
<h4 id="url">Validation by URL</h4>
<p>
- Simply enter the URL of the doument you want to validate.
+ Simply enter the URL of the document you want to validate.
This document can be HTML or CSS one.
</p>
<img style="display: block; margin-left:auto; margin-right: auto;"
@@ -175,7 +175,7 @@
<p>If you want to use W3C's public validation server, use the parameters
below in conjunction with the following base URI:<br />
<kbd>http://jigsaw.w3.org/css-validator/validator</kbd><br />
-(replace with the address of your own server if you want to call a private
+replace with the address of your own server if you want to call a private
instance of the validator.</p>
<p><strong>Note</strong>: If you wish to call the validator programmatically
@@ -223,7 +223,7 @@
document, Content-Type: application/soap+xml),
<code>text/plain</code> and <code>text</code> (text document,
Content-Type: text/plain),
- everything else (XHTML document, Content-Type: text/plain)
+ everything else (XHTML document, Content-Type: text/html)
</td>
<td>html</td>
</tr>
@@ -241,7 +241,8 @@
<th>lang</th>
<td>The language used for the response, currently, <code>en</code>,
<code>fr</code>, <code>ja</code>, <code>es</code>,
- <code>zh-cn</code>, <code>nl</code>, <code>de</code>.</td>
+ <code>zh-cn</code>, <code>nl</code>, <code>de</code>, <code>it</code>,
+ <code>pl</code>.</td>
<td>English (<code>en</code>).</td>
</tr>
<tr>
Received on Wednesday, 31 January 2007 05:59:12 UTC