diff options
author | gerald <gerald@localhost> | 1999-04-09 00:35:20 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-04-09 00:35:20 +0000 |
commit | 170286c215a542f254dbfdd00cd0a922faddd6d4 (patch) | |
tree | adb2469a351759aa0b1f650bb948544362f93c48 /htdocs/source/index.html | |
parent | acf3083532f662bdeca6e1648bb8e016461eff20 (diff) | |
download | markup-validator-170286c215a542f254dbfdd00cd0a922faddd6d4.zip markup-validator-170286c215a542f254dbfdd00cd0a922faddd6d4.tar.gz markup-validator-170286c215a542f254dbfdd00cd0a922faddd6d4.tar.bz2 |
updated libwww-perl blurb to reflect the update to perl5's LWP module
Diffstat (limited to 'htdocs/source/index.html')
-rwxr-xr-x | htdocs/source/index.html | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/htdocs/source/index.html b/htdocs/source/index.html index 8f56171..b7bb467 100755 --- a/htdocs/source/index.html +++ b/htdocs/source/index.html @@ -8,7 +8,7 @@ W3C HTML Validation Service, Source Code"> <meta name="description" content="Source Code for W3C's Validation Service."> <meta name="revision" - content="$Id: index.html,v 1.6 1999-02-02 21:52:23 gerald Exp $"> + content="$Id: index.html,v 1.7 1999-04-09 00:35:20 gerald Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -115,9 +115,7 @@ <li><a href="http://www.jclark.com/sp/">SP version 1.2.1 or higher</a>. SP is the SGML parser used by the service. More recent versions than - 1.2.1 will likely work, but I haven't tried them yet. Patches will - likely be necessary if the output format has changed even slightly - since version 1.2.1. + 1.2.1 will also work; I am currently using version 1.3. <li><a href="/sgml-lib.tar.gz">A collection of DTDs and other SGML files</a> to validate against. You don't strictly <em>need</em> these @@ -126,25 +124,15 @@ (You don't need to download this tar ball if you mirror everything using <a href="#CVS">CVS</a>.) - <li><a - href="http://www.ics.uci.edu/pub/websoft/libwww-perl/">libwww-perl4</a>: - this is a perl library I use to retrieve documents from other Web sites - before validating them. I hacked this slightly before using it in the - validation service; I would really like to replace this with the more - modern <a href="http://www.linpro.no/lwp/">LWP module for Perl5</a>; - if anyone can do this and <a - href="/feedback.html">supply patches</a>, I would be very grateful! + <li>The <a href="http://www.linpro.no/lwp/">LWP Perl module</a> <li>A web server: I am currently running <a - href="http://www.apache.org/">Apache</a> version 1.3.1, but likely any + href="http://www.apache.org/">Apache</a> version 1.3.4, but likely any version will work, and other httpd's may work as well. <li><a href="http://www.perl.com/">Perl</a>: the <a href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/check">main - CGI script</a> that does everything is written in Perl; as far as - I know it will work with Perl 4 since my knowledge of Perl is currently - circa 1994, but you should really be using Perl 5. (My version of Perl - is 5.004_04 or higher.) + CGI script</a> that does everything is written in Perl. </ul> @@ -160,7 +148,7 @@ src="http://validator.w3.org/images/vh40.gif" height=31 width=88 align=right border=0 alt="Valid W3C HTML 4.0!"></a> <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 1999-02-02 21:52:23 $ + $Date: 1999-04-09 00:35:20 $ </address> </body> |