document internlinks config option

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3431 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-09-15 09:39:33 +00:00
parent 9f39498abf
commit 89d70e65f3
2 changed files with 10 additions and 3 deletions

View file

@ -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

View file

@ -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),