# default.properties custom brokenlinks configuration you can look at. # Don't modify it. modify brokenlinks.properties instead. # This lets you know the defaults for keywords you leave out. # 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=7 # 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 = 3 # where we export broken links for website display, empty if you don't want an HTML report. exportToHTMLFile=brokenlinks.html # where we store our history of link status. # Place it somewhere it won't accidentally be deleted between Brokenlinks runs historyStoreFile=history.bin # local website URLs start like this in Xenu files, will start with file:///x:/ and end with /. localWebsiteURL=file:///E:/mindprod/ # where we import presumed good URLs, overrides. presumedGoodImportCSVFile=presumedgood.csv # do we export permanent redirects for automatic patching. doPermanentRedirects = yes # where we export permanent redirects for automatic patching. permanentRedirectsFile = permanentRedirects.csv # do we export temporary redirects for automatic patching. doTemporaryRedirects = yes # where we export temporary redirects for automatic patching. temporaryRedirectsFile = temporaryRedirects.csv # where to write a summary report as a simple text file. Empty if you don't want one. summaryReportFile=report.txt # where we import latest status of links from XENU xenuImportCSVFile=xenupage.csv