# type can be bold, light, blink, invert
# color can be default, black, red, green, yellow, blue, purple, cyan, white,
# Black, Red, Green, Yellow, Blue, Purple, Cyan, White
#colorparent=white
#colorurl=default
#colorname=default
#colorreal=cyan
#colorbase=purple
#colorvalid=bold;green
#colorinvalid=bold;red
#colorinfo=default
#colorwarning=bold;yekkiw
#colordltime=default
#colorreset=default
#fields=all
# GML logger
[gml]
#filename=linkchecker-out.gml
#fields=all
# CSV logger
[csv]
#filename=linkchecker-out.csv
#separator=;
#fields=all
# SQL logger
[sql]
#filename=linkchecker-out.sql
#dbname=linksdb
#commandsep=;
#fields=all
# HTML logger
[html]
#filename=linkchecker-out.html
# colors for the various parts
#colorbackground=#fff7e5
#colorurl=#dcd5cf
#colorborder=#000000
#colorlink=#191c83
#tablewarning=|
#tableerror= |
#tableok= |
#fields=all
# blacklist logger
[blacklist]
#filename=~/.blacklist
# checking options
[checking]
# number of threads
#threads=5
# check anchors?
#anchors=0
#recursionlevel=1
# obey robots.txt exclusion?
#robotstxt=1
# overall strict checking. You can specify for each extern URL
# separately if its strict or not. See the [filtering] section
#strict=0
# supply a regular expression for which warnings are printed if found
# in any HTML files.
#warningregex=Oracle DB Error
# Basic NNTP server. Overrides NNTP_SERVER environment variable.
# warn if size info exceeds given maximum of bytes
#warnsizebytes=2000
#nntpserver=
# disable anchor caching
#noanchorcaching=1
# filtering options (see FAQ)
# for each extern link we can specify if it is strict or not
[filtering]
# everything with 'lconline' in the URL name is extern
# extern1=lconline 0
# everything with 'bookmark' in the URL name is strict
# extern2=bookmark 1
# links to our domain are intern
# internlinks=calvinsplayground\.de
# check only syntax of all mail adresses
# extern3=^mailto: 1
#denyallow=0
# You can provide different user/password pairs for different link types.
# Entries are a triple (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
|