- From: Ville Skytta <ville@hutz.w3.org>
- Date: Tue, 06 Apr 2004 18:12:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv24977
Modified Files:
Tag: validator-0_6_0-branch
install.html
Log Message:
Typo fixes and other cosmetics.
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/Attic/install.html,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- install.html 6 Apr 2004 15:13:49 -0000 1.1.2.4
+++ install.html 6 Apr 2004 18:11:57 -0000 1.1.2.5
@@ -37,7 +37,7 @@
<h3 id="install-package">Installing on packaged systems</h3>
<p>The easiest way to install released versions of the Markup Validator is to use the packages created
- for some platforms by contributors: Debian GNU/Linux and Linux Redhat packages are
+ for some platforms by contributors: Debian GNU/Linux and Fedora Core / Red Hat Linux packages are
<a href="../source/">available</a> .</p>
<h3 id="install-fromsource">Installing from source (generic case)</h3>
@@ -58,7 +58,7 @@
we can not guarantee that it will. You will also need a working installation
of the Perl language (standard on most Web servers).</p></li>
- <li><p>Proceed with the <a href="../source/#prereq">Prerequisites</a> : Install openSP and
+ <li><p>Proceed with the <a href="../source/#prereq">Prerequisites</a> : Install OpenSP and
the listed Perl libraries. This can be made by using your Operating System's packaging
mechanism, the <a href="http://search.cpan.org/~jhi/perl-5.8.0/lib/CPAN.pm">CPAN installation
mechanism</a>, or simply download the modules and follow
@@ -154,9 +154,9 @@
<h4>The miracle debug options</h4>
<p>If the validator is misbehaving, you can try forcing various debug options by appending to
- the uri the following string: <kbd>&debug=1&errors=1&esis=1&verbose=1</kbd>.</p>
+ the URI the following string: <kbd>&debug=1&errors=1&esis=1&verbose=1</kbd>.</p>
<p>This can sometimes provide you with error messages that would not have appeared anywhere in
- non-debug mode, and can be helpflu o diagnose the problem</p>
+ non-debug mode, and can be helpful o diagnose the problem</p>
<h4>If all fails...</h4>
<p>Don't hesitate to contact the public mailing-list www-validator@w3.org with all the details
Received on Tuesday, 6 April 2004 14:12:05 UTC