From 89d70e65f3ead68481c6358ecbd9d5bbc1b2f8ef Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 15 Sep 2006 09:39:33 +0000 Subject: [PATCH] document internlinks config option git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3431 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 5 +++++ config/linkcheckerrc | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4251760..13e6a1aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ Type: bugfix Changed: cgi-bin/lconline/check.js + * Add "internlinks" documentation and example to the default config + file linkcheckerrc. + Type: documentation + Changed: config/linkcheckerrc + 4.3 "Brick" (released 17.8.2006) * Use RawConfigParser for config parsing, getting rid of the unused diff --git a/config/linkcheckerrc b/config/linkcheckerrc index b6cc6806..8f1ea81d 100644 --- a/config/linkcheckerrc +++ b/config/linkcheckerrc @@ -1,6 +1,5 @@ -# sample resource file -# see linkchecker -h for help on these options -# commandline options override these settings! +# Sample resource file; see linkchecker -h for help on these options. +# Commandline options override these settings. [output] # interactive operation @@ -154,6 +153,9 @@ # that prevent a valid URL from being logged. Note that the warning # will be logged in invalid URLs. #ignorewarnings=url-unnormed,url-unicode-domain,anchor-not-found +# Regular expression to add more URLs recognized as internal links. +# Default is that URLs given on the command line are internal. +#internlinks=^http://www\.my(other)?domain\.net/ # You can provide different user/password pairs for different link types. # Entries are a triple (link regular expression, username, password),