diff options
author | ville <ville@localhost> | 2005-04-28 06:13:22 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2005-04-28 06:13:22 +0000 |
commit | 53b4cb63e8c938a45511f7e916945978e0924196 (patch) | |
tree | 29c1edc8bc0d97e3a4e1c2e3863d460e82e474e5 /htdocs/docs | |
parent | 8743184800dcaa0a45380787bedc2078651d7c1a (diff) | |
download | markup-validator-53b4cb63e8c938a45511f7e916945978e0924196.zip markup-validator-53b4cb63e8c938a45511f7e916945978e0924196.tar.gz markup-validator-53b4cb63e8c938a45511f7e916945978e0924196.tar.bz2 |
Add warning about OpenSP < 1.5.
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/install.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index b85e7a8..a089c47 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.10 2005-01-09 19:46:19 ville Exp $" ---><!--#set var="date" value="\$Date: 2005-01-09 19:46:19 $" +<!--#set var="revision" value="\$Id: install.html,v 1.11 2005-04-28 06:13:22 ville Exp $" +--><!--#set var="date" value="\$Date: 2005-04-28 06:13:22 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -78,6 +78,10 @@ The SGML parser we're currently using is <code>OpenSP 1.5</code>, which can be found on the <a href="http://openjade.sourceforge.net/">OpenJade home page</a>. + Do <em>not</em> try to run the Validator with an earlier than 1.5 + version of OpenSP. It will not work. If one hacks it to "work" + with such a version, a potential security hole will also open. + Just use OpenSP 1.5 or later. </p> <h5>Perl Modules</h5> @@ -89,7 +93,7 @@ title="Comprehensive Perl Archive Network">CPAN</acronym></a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2005-01-09 19:46:19 $</code>. <tt>:-)</tt> + <code>$Date: 2005-04-28 06:13:22 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these |