- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:55 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 40:4f7bd32e68a5
user: ville
date: Sat Apr 03 10:31:29 2004 +0000
files: bin/checklink bin/checklink.pod
description:
Improve the "Trusted" domain documentation.
diff -r 1fd9cf4b6157 -r 4f7bd32e68a5 bin/checklink
--- a/bin/checklink Sat Apr 03 10:26:36 2004 +0000
+++ b/bin/checklink Sat Apr 03 10:31:29 2004 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 3.19 2004-04-03 10:26:36 ville Exp $
+# $Id: checklink,v 3.20 2004-04-03 10:31:29 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -92,7 +92,7 @@
$PROGRAM = 'W3C checklink';
($AGENT = $PROGRAM) =~ s/\s+/-/g;
$VERSION = '3.9.2';
- ($CVS_VERSION) = q$Revision: 3.19 $ =~ /(\d+[\d\.]*\.\d+)/;
+ ($CVS_VERSION) = q$Revision: 3.20 $ =~ /(\d+[\d\.]*\.\d+)/;
$REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C',
$VERSION, $CVS_VERSION);
@@ -454,7 +454,7 @@
document checked.
-t/--timeout secs Timeout for requests (in seconds).
-d/--domain domain Regular expression describing the domain to
- which the authentication information will be
+ which authentication information will be
sent$trust.
--masquerade \"base1 base2\" Masquerade base URI base1 as base2. See manual
page for more information.
diff -r 1fd9cf4b6157 -r 4f7bd32e68a5 bin/checklink.pod
--- a/bin/checklink.pod Sat Apr 03 10:26:36 2004 +0000
+++ b/bin/checklink.pod Sat Apr 03 10:31:29 2004 +0000
@@ -1,4 +1,4 @@
-$Id: checklink.pod,v 1.6 2004-04-03 09:46:35 ville Exp $
+$Id: checklink.pod,v 1.7 2004-04-03 10:31:29 ville Exp $
=head1 NAME
@@ -109,7 +109,8 @@
Perl regular expression describing the domain to which the authentication
information (if present) will be sent. The default value can be specified
-in the configuration file.
+in the configuration file. See the C<Trusted> entry in the configuration
+file description below for more information.
=item B<--masquerade> I<"local remote">
@@ -141,10 +142,13 @@
The main configuration file. You can use the L<W3C_CHECKLINK_CFG> environment
variable to override the default location.
-C<Trusted> specifies a regular expression for
-matching trusted domains (ie. domains where HTTP basic authentication, if
-any, will be sent). For example, the following configures only the w3.org
-domain as trusted:
+C<Trusted> specifies a regular expression for matching trusted domains
+(ie. domains where HTTP basic authentication, if any, will be sent).
+The regular expression will be matched case insensitively against host
+names. The default behavior (when unset, that is) is to send the
+authentication information only to the host which requests it; usually
+you don't want to change this. For example, the following configures
+I<only> the w3.org domain as trusted:
Trusted = \.w3\.org$
Received on Thursday, 5 August 2010 14:47:08 UTC