mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-01 21:50:25 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@99 e7d03fd6-7b0d-0410-9947-9c21f3af8025
92 lines
1.8 KiB
Text
92 lines
1.8 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
|
|
|
|
# each Logger can have separate configuration parameters
|
|
# standard text logger
|
|
[text]
|
|
#filename=linkchecker-out.txt
|
|
|
|
# GML logger
|
|
[gml]
|
|
#filename=linkchecker-out.gml
|
|
|
|
# CSV logger
|
|
[csv]
|
|
#filename=linkchecker-out.csv
|
|
#separator=;
|
|
|
|
# SQL logger
|
|
[sql]
|
|
#filename=linkchecker-out.sql
|
|
#dbname=linksdb
|
|
#commandsep=;
|
|
|
|
# HTML logger
|
|
[html]
|
|
#filename=linkchecker-out.html
|
|
#colorbackground=
|
|
#colorurl=
|
|
#colorborder=
|
|
#colorlink=
|
|
#tablewarning=
|
|
#tableok=
|
|
#tableok=
|
|
#rowend=
|
|
#myfont=
|
|
|
|
# ANSI color logger
|
|
[colored]
|
|
#filename=linkchecker-out.ansi
|
|
#colorparent=
|
|
#colorurl=
|
|
#colorreal=
|
|
#colorbase=
|
|
#colorvalid=
|
|
#colorinvalid=
|
|
#colorinfo=
|
|
#colorwarning=
|
|
#colordltime=
|
|
#colorreset=
|
|
|
|
# blacklist logger
|
|
[blacklist]
|
|
#filename=~/.blacklist
|
|
|
|
# checking options
|
|
[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
|
|
|
|
# filtering options
|
|
# 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
|