Skip to content

mickaelbaron/asciidoc-dvp-mavenbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

asciidoc-dvp-mavenbook

Asciidoc Backend for generating Developpez.com article from Apache Maven Book (https://github.com/ndeloof/apache-maven-book) content.

Prerequites

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)

Usage

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

About

Backend for Developpez.com format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published