4teamwork / ftw.linkchecker

0 stars 0 forks source link

Fixes to find links (missing exceptions, exclude mailto: ...) #42

Closed busykoala closed 5 years ago

busykoala commented 5 years ago

Close #39 Close #37 Close #28 Close #29 Close #31 Close #15 Close #41

With this commit I fix unicode errors, missing exceptions and exclude some links we do not want to report like mailto:. Also an important change was to recursively yield through objects searching for PloneSites, since they are not all in the same directory sometimes.

Add logger and BrokenLink obj counter

busykoala commented 5 years ago

@maethu I fixed or referenced the things requested. Could you look at it again please?