diff options
author | veillard <veillard@localhost> | 2000-03-06 10:32:07 +0000 |
---|---|---|
committer | veillard <veillard@localhost> | 2000-03-06 10:32:07 +0000 |
commit | 786bb3ac1bf22213ef90863b74b773e28d8bbf4e (patch) | |
tree | 84719dd736d6d1aec0a99c0e11d57f0492ea97a2 /README.cvs | |
parent | 6b5ee4dc8be2cd800c3681eaf4d8f2d194285def (diff) | |
download | markup-validator-786bb3ac1bf22213ef90863b74b773e28d8bbf4e.zip markup-validator-786bb3ac1bf22213ef90863b74b773e28d8bbf4e.tar.gz markup-validator-786bb3ac1bf22213ef90863b74b773e28d8bbf4e.tar.bz2 |
Added a README.cvs for cvsweb infos, Daniel.
Diffstat (limited to 'README.cvs')
-rw-r--r-- | README.cvs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.cvs b/README.cvs new file mode 100644 index 0000000..51c006c --- /dev/null +++ b/README.cvs @@ -0,0 +1,20 @@ +<p> +This is the code for the HTML and links validators running on +<a href="http://validator.w3.org/">http://validator.w3.org/</a>.</p> +<p>To install and run it wyou will need the following software installed:</p> +<ul> +<li> a web server, <a href="http://www.apache.org">Apache</a> is the obvious +option. +<li> <a href="http://www.perl.org/">Perl</a>, version 5.005+ seems to work fine +<li> The <a href="http://www.jclark.com/sp/index.htm">sgml tools</a> from James Clark +<li> The p5-libwww Perl package and it's dependancies + <ul> + <li> p5-Data-Dumper + <li> p5-Digest-MD5 + <li> p5-HTML-Parser + <li> p5-MIME-Base64 + <li> p5-Net + <li> p5-URI + </ul> +</ul> + |