# brokenlinks.properties custom brokenlinks configuration you can modify.

# use them with java - jar brokenlinks.jar .  brokenlink.properties must be in current directory.
# current directory presumed.
# For syntax rules, see http://mindprod.com/jgloss/properties.html#SYNTAX
# for Windows, file names can use either / or \\, but not \!

# how many days to forgive a non-responding external link before considering it broken.
# Forgiveness does not apply to broken local links.
brokenForgivenessDays=5

# time in days a link must remain broken since being seen
# good to be considered suspect. Site might be down
# temporarily. If you reduce it, and get too many suspects,
# you can crank it up again. It has no effect on the database,
# just how it is interpreted. Suspect links are links going
# bad.  We retest them. Making this smaller retests links
# sooner to make sure they are still good.
suspectForgivenessDays = 2

# local website URLs start like this in Xenu files, will start with file:///x:/ and end with /.
localWebsiteURL=file:///E:/mindprod/

# files have fixed names, all in current directory
# brokenlinks.properties
# history.bin
# permanentredirects.csv
# presumedgood.csv
# report.txt
# temporaryredirects.csv
# xenupage.csv