Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

WARNING: WORK IN PROGRESS - THIS IS ONLY A TEMPLATE FOR THE DOCUMENTATION.
RELEASE DOCS ARE ON THE PROJECT WEBSITE

This #{version} release is just for testing docs and release system.

Maven

Josman is available on Maven Central. To use it, put this in the dependencies section of your pom.xml:

    <dependency>
        <groupId>eu.trentorise.opendata</groupId>
        <artifactId>josman</artifactId>
        <version>#{version}</version>            
    </dependency>

In case updates are available, version numbers follows semantic versioning rules.

NOTE: you are most probably interested in using the maven plugin of Josman.

Usage

At present the project is quite underdocumented. You can find some examples in tests page. Markdown to Html conversion is done by PegDown , and some further tweaks to the generated HTML are done with Jerry