https://github.com/jmini/htmltools
htmltools-maven-plugin
https://github.com/jmini/htmltools
Last synced: about 2 months ago
JSON representation
htmltools-maven-plugin
- Host: GitHub
- URL: https://github.com/jmini/htmltools
- Owner: jmini
- License: epl-1.0
- Created: 2015-09-15T04:48:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T09:48:17.000Z (over 7 years ago)
- Last Synced: 2024-10-06T03:03:59.921Z (8 months ago)
- Language: Java
- Size: 389 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: htmltools
:project-name: htmltools-maven-plugin
:branch: master
:twitter-handle: j2r2b
:license: http://www.eclipse.org/legal/epl-v10.html
:license-name: Eclipse Public License - v 1.0
:oomph-file: Htmltools.setup
:bintray_repo: https://bintray.com/jmini/maven
:bintraypage: {bintray_repo}/htmltools
:adoc_issue_858: https://github.com/asciidoctor/asciidoctor/issues/858:repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{repository}/issues
:oomph_setup: https://raw.githubusercontent.com/{repository}/{branch}/{oomph-file}
:src-folder-url: https://github.com/{repository}/tree/{branch}/{src-folder-name}
//end::vardef[]//tag::header[]
= {project-name}
Maven plugin to do some HTML manipulation tasks (based on JSoup).
//end::header[]//tag::description[]
== Description
This maven plugin can be used to validate and format HTML files.
It is usefull to work around some of the Asciidoctor limitations, in order to publish them somewhere.
//end::description[]Read more on the link:{homepage}[project home page] (detailed description, usage, code...).
//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[]