link-checker commit: Include config file.

changeset:   7:697833ae4156
user:        ville
date:        Mon Mar 22 21:39:16 2004 +0000
files:       MANIFEST docs/checklink.html etc/checklink.conf
description:
Include config file.


diff -r 9d12a7288f48 -r 697833ae4156 MANIFEST
--- a/MANIFEST	Mon Mar 22 21:35:12 2004 +0000
+++ b/MANIFEST	Mon Mar 22 21:39:16 2004 +0000
@@ -6,5 +6,6 @@
 bin/checklink           The link checker
 bin/checklink.pod       Manual page for the link checker
 META.yml
+etc/checklink.conf      Optional configuration file
 docs/checklink.html     Additional documentation
 docs/checklink.css      Cascading style sheet for the documentation
diff -r 9d12a7288f48 -r 697833ae4156 docs/checklink.html
--- a/docs/checklink.html	Mon Mar 22 21:35:12 2004 +0000
+++ b/docs/checklink.html	Mon Mar 22 21:39:16 2004 +0000
@@ -6,7 +6,7 @@
     <title>W3C Link Checker Documentation</title>
     <link rev="made" href="mailto:www-validator@w3.org" />
     <style type="text/css" media="all">@import "checklink.css";</style>
-    <meta name="revision" content="$Id: checklink.html,v 1.4 2004-03-22 21:35:12 ville Exp $" />
+    <meta name="revision" content="$Id: checklink.html,v 1.5 2004-03-22 21:39:16 ville Exp $" />
   </head>
 
   <body>
@@ -136,7 +136,7 @@
       </li>
       <li>
         Optionally install the link checker configuration file,
-        <code>checklink.conf</code> contained in the link checker
+        <code>etc/checklink.conf</code> contained in the link checker
         distribution package into <code>/etc/w3c/checklink.conf</code>
         or set the <code>W3C_CHECKLINK_CFG</code> environment variable to the
         location where you installed it.
@@ -203,7 +203,7 @@
         alt="Valid XHTML 1.0!" /></a>
       <a title="Send Feedback for the W3C Link Checker"
         href="http://validator.w3.org/feedback.html">The W3C Validator Team</a><br />
-      $Date: 2004-03-22 21:35:12 $
+      $Date: 2004-03-22 21:39:16 $
     </address>
     <p class="copyright">
       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2004
diff -r 9d12a7288f48 -r 697833ae4156 etc/checklink.conf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/checklink.conf	Mon Mar 22 21:39:16 2004 +0000
@@ -0,0 +1,31 @@
+#
+# Configuration file for the W3C Link Checker
+# $Id: checklink.conf,v 1.1 2004-03-22 21:39:16 ville Exp $
+#
+# See Config::General(3) for the syntax; 'SplitPolicy' is 'equalsign' here.
+#
+
+#
+# Trusted is a regular expression for matching "trusted" domains.  This is
+# used to restrict the domains where HTTP basic authentication will be sent.
+# This is matched case insensitively against resoures' hostnames.
+#
+# Not specifying a value here means that the basic authentication will only
+# be sent to the same host where the authentication was requested from.
+#
+# For example, the following would allow sending the authentication to any
+# host in the w3.org domain (and *only* there):
+# Trusted = \.w3\.org$
+
+
+#
+# Allow_Private_IPs is a boolean flag (1/0) for specifying whether checking of
+# links on non-public IP addresses is allowed.
+#
+# The default, ie. not specifying the value here means that checking links
+# on non-public IP addresses is disabled when checklink runs as a CGI script,
+# and allowed in command line mode.
+#
+# For example, the following would disallow private IP addresses regardless
+# of the mode:
+# Allow_Private_IPs = 0

Received on Thursday, 5 August 2010 14:46:56 UTC