perl/modules/W3C/LinkChecker/etc checklink.conf,1.2,1.3

Update of /sources/public/perl/modules/W3C/LinkChecker/etc
In directory hutz:/tmp/cvs-serv9042/etc

Modified Files:
	checklink.conf 
Log Message:
New configuration parameter (Doc_URI) to aid local doc installations.

Index: checklink.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/etc/checklink.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- checklink.conf	23 Mar 2004 20:09:27 -0000	1.2
+++ checklink.conf	9 Apr 2004 16:26:52 -0000	1.3
@@ -38,5 +38,15 @@
 # checker results view in the online/CGI version.
 #
 # Defaults:
-# Markup_Validator_URI: http://validator.w3.org/check?uri=%s
-# CSS_Validator_URI: http://jigsaw.w3.org/css-validator/validator?uri=%s
+# Markup_Validator_URI = http://validator.w3.org/check?uri=%s
+# CSS_Validator_URI = http://jigsaw.w3.org/css-validator/validator?uri=%s
+
+
+#
+# Doc_URI is the URI to the link checker documentation, shown in the
+# results report in CGI mode, and the usage message in command line mode.
+# If you have installed the documentation locally somewhere, you may wish to
+# change this to point to that version.
+#
+# Default:
+# Doc_URI = http://www.w3.org/2000/07/checklink

Received on Friday, 9 April 2004 12:27:05 UTC