An open API service indexing awesome lists of open source software.

https://github.com/jmini/htmltools

htmltools-maven-plugin
https://github.com/jmini/htmltools

Last synced: about 2 months ago
JSON representation

htmltools-maven-plugin

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 touch

Use 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[]
== License

link:{license}[{license-name}]
//end::license-section[]