Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shlomif/docmake

Docmake is an automated builder from DocBook/XML to its output formats (e.g XHTML5 or PDF). It aims to be a saner replacement for xmlto.
https://github.com/shlomif/docmake

docbook docbook5 hacktoberfest open-source xml

Last synced: 4 months ago
JSON representation

Docmake is an automated builder from DocBook/XML to its output formats (e.g XHTML5 or PDF). It aims to be a saner replacement for xmlto.

Awesome Lists containing this project

README

        

Docmake is an automated builder from https://en.wikipedia.org/wiki/DocBook[DocBook/XML] to its output formats (e.g XHTML5 or PDF).
It aims to be a saner replacement for https://pagure.io/xmlto/[xmlto].

( Note that xmlto's development has stagnated somewhat right before the
release of the first version of docmake. )

See:

* http://www.shlomifish.org/open-source/projects/docmake/[Docmake's Homepage]
* https://metacpan.org/release/App-XML-DocBook-Builder[MetaCPAN Record]
* https://github.com/shlomif/cookiecutter--shlomif-latemp-sites/tree/master/%7B%7Bcookiecutter.project_slug%7D%7D/lib/make/docbook[A higher level framework for rendering DocBook]

To install use:

----
cpanm App::Docmake
# Less preferable:
cpan App::Docmake
----