# sample resource file
# see linkchecker -h for help on these options
# commandline options override these settings!

[output]
# interactive operation
#interactive=0
# enable debug messages; see 'linkchecker -h' for valid debug names
#debug=all
# print status output
#status=1
# change the logging type
#log=xml
# turn on/off --verbose
#verbose=1
# turn on/off --warnings
#warnings=1
# turn on/off --quiet
#quiet=1
# additional file output
#fileoutput = text, html, gml, sql

# fields names:
# all       (for all fields)
# realurl   (the full url link)
# result    (valid or invalid, with messages)
# extern    (1 or 0, only in some logger types reported)
# base      (base href=...)
# name      (<a href=...>name</a> and <img alt="name">)
# parenturl (if any)
# info      (some additional info, e.g. FTP welcome messages)
# warning   (warnings)
# dltime    (download time)
# checktime (check time)
# url       (the original url name, can be relative)
# intro     (the blurb at the beginning, "starting at ...")
# outro     (the blurb at the end, "found x errors ...")

# each Logger can have separate configuration parameters

# standard text logger
[text]
#filename=linkchecker-out.txt
#fields=all
# colors for the various parts, syntax is <color> or <type>;<color>
# 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;yellow
#colordltime=default
#colorreset=default
#fields=all

# GML logger
[gml]
#filename=linkchecker-out.gml
#fields=all
# valid encodings are listed in http://docs.python.org/lib/node127.html
# default encoding is iso-8859-15
#encoding=utf_16

# DOT logger
[dot]
#filename=linkchecker-out.dot
#fields=all
# valid encodings are listed in http://docs.python.org/lib/node127.html
# default encoding is ascii since the original DOT format does not
# support other charsets
#encoding=iso-8859-15

# CSV logger
[csv]
#filename=linkchecker-out.csv
#separator=,
#quotechar="
#fields=all

# SQL logger
[sql]
#filename=linkchecker-out.sql
#dbname=linksdb
#separator=;
#fields=all

# HTML logger
[html]
#filename=linkchecker-out.html
# colors for the various parts
#colorbackground=#fff7e5
#colorurl=#dcd5cf
#colorborder=#000000
#colorlink=#191c83
#colorwarning=#e0954e
#colorerror=#db4930
#colorok=#3ba557
#fields=all

# blacklist logger
[blacklist]
#filename=~/.blacklist

# xml logger
[xml]
#encoding=iso-8859-1

# 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
# specify hosts to contact directly without a proxy
# value is a regular expression
#noproxy1=*\.intra
#noproxy2=.*myinternurl.*

# 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
