diff options
author | gerald <gerald@localhost> | 1998-08-27 03:21:07 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1998-08-27 03:21:07 +0000 |
commit | 898e10223ca1f866bd34c78de2677fe4d66383f9 (patch) | |
tree | 8b77063a93082aca8da73ed57de0b086eb862151 | |
parent | fdd21513e76a1d0038acb7edadbc3b4ac17264a2 (diff) | |
download | markup-validator-898e10223ca1f866bd34c78de2677fe4d66383f9.zip markup-validator-898e10223ca1f866bd34c78de2677fe4d66383f9.tar.gz markup-validator-898e10223ca1f866bd34c78de2677fe4d66383f9.tar.bz2 |
added pointers to sgml-lib.tar.gz
-rwxr-xr-x | htdocs/source/index.html | 14 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 12 | ||||
-rwxr-xr-x | httpd/cgi-bin/check | 6 |
3 files changed, 24 insertions, 8 deletions
diff --git a/htdocs/source/index.html b/htdocs/source/index.html index 0f6fda0..93584b7 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.2 1998-08-05 22:30:01 gerald Exp $"> + content="$Id: index.html,v 1.3 1998-08-27 03:21:07 gerald Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -48,7 +48,8 @@ the most recent revision of each file.) </p> - <li><p>If you intend to actively mirror the code or and/or contribute + <li><p><a name="CVS">If you intend to actively mirror the code</a> + and/or contribute patches to the code, you should install and become familiar with <a href="http://www.cyclic.com/cvs/info.html">CVS</a>; this is the tool we use for revision control (it is also used by the <a @@ -103,6 +104,13 @@ likely be necessary if the output format has changed even slightly since version 1.2.1. + <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 + on your system since SP will retrieve them off the Web if you use URIs + in your doctypes, but you probably want them locally for efficiency. + (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 @@ -137,7 +145,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: 1998-08-05 22:30:01 $ + $Date: 1998-08-27 03:21:07 $ </address> </body> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 913b824..3dddff9 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -8,7 +8,7 @@ W3C HTML Validation Service, What's New"> <meta name="description" content="What's New with W3C's Validation Service."> <meta name="revision" - content="$Id: whatsnew.html,v 1.5 1998-08-05 22:41:17 gerald Exp $"> + content="$Id: whatsnew.html,v 1.6 1998-08-27 03:21:07 gerald Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -28,6 +28,14 @@ <dl> +<dt><a name="1998.08.26"><strong>August 26, 1998</strong></a>: +<dd> + <p> + Put a <a href="/sgml-lib.tar.gz">tarred and gzipped version</a> of <a + href="/sgml-lib/">the SGML library files</a> (DTDs etc.) on the Web. + </p> + +<p> <dt><a name="1998.08.05"><strong>August 5, 1998</strong></a>: <dd> <p> @@ -100,7 +108,7 @@ src="http://validator.w3.org/images/vh40.gif" height=31 width=88 align=right border=0 alt="Valid HTML 4.0!"></a> <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 1998-08-05 22:41:17 $ + $Date: 1998-08-27 03:21:07 $ </address> </body> diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 7878b56..5c5d07c 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -8,7 +8,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.7 1998-08-05 23:27:12 gerald Exp $ +# $Id: check,v 1.8 1998-08-27 03:21:07 gerald Exp $ ############################################################################# # Constant definitions @@ -1069,7 +1069,7 @@ $html40t_doctype <p> Welcome to the W3C HTML Validation Service! See <a href="whatsnew.html"><strong>what's new</strong></a>. (updated - August 5, 1998) + August 26, 1998) </p> $notice <p> @@ -1190,7 +1190,7 @@ sub output_closing { src="http://validator.w3.org/images/vh40.gif" height=31 width=88 align=right border=0 alt="Valid HTML 4.0!"></a> <a href="/feedback.html">Gerald Oskoboiny</A><br> - \$Date: 1998-08-05 23:27:12 $ \ + \$Date: 1998-08-27 03:21:07 $ \ </address> </body> |