This is a prototype for an epublius extension which aims to use pandoc to output valid html files.
Main objectives for this extension are:
- letting pandoc take care of all the heavy lifting when combining many html files (prefix, suffix, body, header...) into one;
- setting up a system that natively accept and place metadata inside the tag;
- output html5 files instead of (delicate) xhtml.
Lastly but not less importantly: creating a simple piece of software, easy to read and to maintain.
To run this software you need installed on your system a copy of:
- make
- epublius
Simply, type make
at prompt.
GPL 3 - Luca Baffa lb803@mailbox.org