Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/htmlchecker
Checker for HTML files
https://github.com/jmini/htmlchecker
dead-links html html-checker html-linter
Last synced: 13 days ago
JSON representation
Checker for HTML files
- Host: GitHub
- URL: https://github.com/jmini/htmlchecker
- Owner: jmini
- License: mit
- Created: 2017-07-10T19:40:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T04:27:09.000Z (over 2 years ago)
- Last Synced: 2024-10-06T03:05:20.762Z (about 1 month ago)
- Topics: dead-links, html, html-checker, html-linter
- Language: Java
- Homepage: https://jmini.github.io/htmlchecker/
- Size: 595 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: htmlchecker:project-name: htmlchecker
:git-branch: master
:twitter-handle: j2r2b
:license: https://opensource.org/licenses/MIT
:license-name: MIT License:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
Checker for HTML files
//end::header[]//tag::description[]
== DescriptionHtml checker is a java program that checks the content of your HTML pages and produces a report.
It focuses on the content (broken links) and not on the form (is your HTML well-formed?).
It is available as a command line tool or as a maven plugin.//end::description[]
Read more on the link:{homepage}[project home page].//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]