Asciidoc Backend for generating Developpez.com article from Apache Maven Book (https://github.com/ndeloof/apache-maven-book) content.
Install asciidoc tool (http://www.methods.co.nz/asciidoc/INSTALL.html)
Install recode for converting text files between character sets (UTF8 to ISO-8859-1)
Retrieve the maven.adoc file from the Apache Maven Book repository (https://github.com/ndeloof/apache-maven-book)
Execute the following instruction:
# asciidoc -a revdate=2014-02-20 -d book -f dvp.conf -o book-apachemaven.xml -v maven.adoc
This will produce the file book-apachemaven.xml from maven.adoc. -v parameter for printing processing information. revdate parameter for fixing the revision date.
Execute the following instruction for converting from UTF8 to ISO-8859-1 (Latin1)
#recode -v -d utf8..latin1 book-apachemaven.xml