summaryrefslogtreecommitdiffstats
path: root/htdocs/source
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/source')
-rwxr-xr-xhtdocs/source/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/htdocs/source/index.html b/htdocs/source/index.html
index a8bec65..54c365d 100755
--- a/htdocs/source/index.html
+++ b/htdocs/source/index.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: index.html,v 1.25 2002-12-08 14:39:26 ville Exp $"
---><!--#set var="date" value="\$Date: 2002-12-08 14:39:26 $"
+<!--#set var="revision" value="\$Id: index.html,v 1.26 2002-12-08 17:51:46 ville Exp $"
+--><!--#set var="date" value="\$Date: 2002-12-08 17:51:46 $"
--><!--#set var="title" value="Source Code Availability for The W3C MarkUp Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -26,16 +26,16 @@
<li>
<p>
If you just want to glance at the code, or see its revision
- history, you can <a
- href="http://dev.w3.org/cgi-bin/cvsweb/validator/">browse it on
+ history, you can
+ <a href="http://dev.w3.org/cvsweb/validator/">browse it on
the web</a>.
</p>
<p>
- The most interesting files are currently <a
- href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/check">a
+ The most interesting files are currently
+ <a href="http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check">a
CGI script called "check"</a> that does pretty much everything,
and possibly also <a
- href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/conf/httpd.conf">the
+ href="http://dev.w3.org/cvsweb/validator/httpd/conf/httpd.conf">the
httpd.conf</a>. (Select the topmost revision numbers on these
pages to see the most recent revision of each file.)
</p>
@@ -114,7 +114,7 @@
</li>
<li>
<a href="http://www.perl.org/">Perl</a>: the <a
- href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/check">main
+ href="http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check">main
CGI script</a> that does everything is written in Perl.
You'll need version 5.6.0 or newer. Additionally, the following
<a href="http://www.cpan.org/"><acronym