htmlSanityCheck
htmlSanityCheck copied to clipboard
Standalone (batch- and command-line) and Gradle-plugin html sanity checker - detects missing images, dead links and cross-references, duplicate link targets (anchors) and the like.
Links which ends with closing round brackets will lead to an error. e.g.: https://en.wikipedia.org/wiki/Qt_(software) will lead to: Error: https://en.wikipedia.org/wiki/Qt_(software returned statuscode 404.
``` Condition not satisfied: collector.getFindings().size() == 1 | | | | | [] 0 false Checking results for External Links Check 1 anchor href attribute checked, 0 finding(s) [] at...
When I run ```gradle generateLinkCheck -d``` it gets stuck with below trace. Windows: Gradle 6.6.1, [Git Bash v2.28](https://gitforwindows.org/) ` 2021-05-17T16:18:44.631+0200 [DEBUG] [sun.net.www.protocol.http.HttpURLConnection] Redirected from https://__DELETED__>/confluence/display/__DELETED__>/__DELETED__> to https://__DELETED__>/pkmsvouchfor?RB-SSO&https://__DELETED__>/confluence/display/__DELETED__>/__DELETED__> 2021-05-17T16:18:44.632+0200 [DEBUG] [sun.net.www.protocol.http.HttpURLConnection]...
https://jsoup.org/news/release-1.13.1 should be significantly faster now...
running the gradle plugin using gradle 6.8.1 results in: > Task ::htmlSanityCheck Property 'httpConnectionTimeout' @Input properties with primitive type 'int' cannot be @Optional. This behaviour has been deprecated and is...
for example similar to: https://dzone.com/articles/a-simple-maven-3- plugin [] create "glue code" [] create sample maven pom in htmlSanityCheck-Consumer repository
over at `docToolchain` a user asked if there is something resulting fomr an `htmlSanityCheck` which could be included in the docs. https://github.com/docToolchain/docToolchain/issues/456 A badge could be the easiest solution to...
is: (404) https://rawgit.com/aim42/htmlSanityCheck/gh-pages/hsc_arc42.html should be: https://hsc.aim42.org/documentation/hsc_arc42.html PR is coming in a moment
in the same way in which I can configure which http codes are failure, warning and success, I would like to configure a list of URLs which are excluded from...