Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shlomif/docmake
- Owner: shlomif
- License: mit
- Created: 2018-10-22T12:42:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T10:23:11.000Z (7 months ago)
- Last Synced: 2024-10-11T21:44:39.632Z (4 months ago)
- Topics: docbook, docbook5, hacktoberfest, open-source, xml
- Language: Perl
- Homepage: https://www.shlomifish.org/open-source/projects/docmake/
- Size: 118 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
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
----