- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:00 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 89:1fcba563d3a8
user: ville
date: Tue Jun 08 21:45:58 2004 +0000
files: bin/checklink.pod
description:
Document Doc_URI and Style_URI.
diff -r 5810482869a0 -r 1fcba563d3a8 bin/checklink.pod
--- a/bin/checklink.pod Tue Jun 08 21:17:41 2004 +0000
+++ b/bin/checklink.pod Tue Jun 08 21:45:58 2004 +0000
@@ -1,4 +1,4 @@
-$Id: checklink.pod,v 1.11 2004-06-01 21:55:53 ville Exp $
+$Id: checklink.pod,v 1.12 2004-06-08 21:45:58 ville Exp $
=head1 NAME
@@ -165,7 +165,7 @@
Allow_Private_IPs = 0
C<Markup_Validator_URI> and C<CSS_Validator_URI> are formatted URIs to the
-respective validators. The %s in these will be replaced with the full
+respective validators. The C<%s> in these will be replaced with the full
"URI encoded" URI to the document being checked, and shown in the link
checker results view in the online/CGI version. The defaults are:
@@ -173,6 +173,13 @@
http://validator.w3.org/check?uri=%s
CSS_Validator_URI =
http://jigsaw.w3.org/css-validator/validator?uri=%s
+
+C<Doc_URI> and C<Style_URI> are URIs used for linking to the documentation
+and style sheet from the dynamically generated content of the link checker.
+The defaults are:
+
+ Doc_URI = http://validator.w3.org/docs/checklink.html
+ Style_URI = http://validator.w3.org/docs/linkchecker.css
=back
Received on Thursday, 5 August 2010 14:47:12 UTC