- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:53 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 14:baf3ea6cc9c1
user: ville
date: Tue Mar 23 21:34:03 2004 +0000
files: bin/checklink.pod
description:
Document new *_Validator_URI config parameters.
diff -r 3df8b2412946 -r baf3ea6cc9c1 bin/checklink.pod
--- a/bin/checklink.pod Tue Mar 23 21:29:04 2004 +0000
+++ b/bin/checklink.pod Tue Mar 23 21:34:03 2004 +0000
@@ -1,4 +1,4 @@
-$Id: checklink.pod,v 1.1 2004-03-18 21:44:14 ville Exp $
+$Id: checklink.pod,v 1.2 2004-03-23 21:34:03 ville Exp $
=head1 NAME
@@ -149,6 +149,16 @@
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
+"URI encoded" URI to the document being checked, and shown in the link
+checker results view in the online/CGI version. The defaults are:
+
+ Markup_Validator_URI =
+ http://validator.w3.org/check?uri=%s
+ CSS_Validator_URI =
+ http://jigsaw.w3.org/css-validator/validator?uri=%s
+
=back
=head1 ENVIRONMENT
Received on Thursday, 5 August 2010 14:47:04 UTC