-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOISSUE Fix/Update Link checker script and fix dead links (#255)
* NOISSUE [DevelopmentTools] Fix and extend link availability check Add the following features/fix the following mistakes: * Fake browser User-Agent in the header as some sites block scripts * Add parameter to search html files by pattern and default it to 'nl/' directories * Add parameter to exclude certain project names and let it default to 'org.jcryptool.core.nl' as this uses another link format. * Add parameter for an ignore file. The ignore file can contain links which are queried nevertheless. But if they fail they will not be counted as errors. A specific reason can be specified so it will only count as ignored if that reason is matched. It defaults to ./ignore_links.txt Add the ignored information to the summary * Add meaningful return value: 0 if all links reachable or ignored, 1 if any link was not reachable (failed). * Fix timeout case not being counted as timeout * Improve formatting * NOISSUE [OnlineHelp] Fix/Update dead links
- Loading branch information
1 parent
d6572f3
commit 7bba84a
Showing
13 changed files
with
186 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Some weird error with the servers DH key | ||
https://secg.org/sec1-v2.pdf dh key too small | ||
# Not queryable by script. | ||
https://www.eetimes.com/document.asp?doc_id=1274550 timed out |
Oops, something went wrong.