mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-25 10:20:23 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@52 e7d03fd6-7b0d-0410-9947-9c21f3af8025
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
# sample resource file
|
|
# see linkchecker -h for help on these options
|
|
|
|
[output]
|
|
#debug=0
|
|
#log=text
|
|
#verbose=0
|
|
#warnings=0
|
|
#quiet=0
|
|
#fileoutput = text colored html gml sql
|
|
|
|
[checking]
|
|
#threads=5
|
|
#anchors=0
|
|
#recursionlevel=1
|
|
#robotstxt=0
|
|
#strict=0
|
|
#proxy=www-proxy.uni-sb.de
|
|
#proxyport=3128
|
|
#warningregex="Request failed"
|
|
#nntpserver=news.uni-stuttgart.de
|
|
|
|
# for each extern link we can specify if it is strict or not
|
|
[filtering]
|
|
# strict avoid checking of local files
|
|
#extern1=^file:.* 1
|
|
#internlinks=
|
|
#allowdeny=0
|
|
|
|
# You can provide different user/password pairs for different link types.
|
|
# Entries are a triple with (link regular expression, username, password),
|
|
# separated by whitespace.
|
|
# If the regular expression matches, the given user/password pair is used
|
|
# for authentication. The commandline options -u,-p match every link
|
|
# and therefore override the entries given here. The first match wins.
|
|
# At the moment, authentication is used/needed for http[s] and ftp links.
|
|
[authentication]
|
|
#entry1=^http://treasure\.calvinsplayground\.de/~calvin/isnichmehr/.* lebowski lebowski
|
|
#entry2=^ftp://void.cs.uni-sb.de calvin hutzli
|