dev-master
9999999-dev https://github.com/vtardia/md2epubMarkdown to ePub converter
MIT GPL
The Requires
- php >=5.3
- ext-zip *
- ext-fileinfo *
- rain/raintpl 3.*
- dflydev/markdown 1.*
by md2epub
Wallogit.com
2017 © Pedro Peláez
Markdown to ePub converter
md2epub is a PHP script that converts a directory of markdown documents (*.md) and other resources to an electronic book compatible with the ePub 2.0.1 standard., (*1)
The instruction to compile the ebook must be entered in the book.json file., (*2)
The Markdown parser library is Michel Fortin's PHP Markdown Extra., (*3)
The template parser library is RainTPL., (*4)
More info on PHPMaster's article Building ePub with PHP and Markdown., (*5)
Copy the application directory in a shared path (eg /usr/local) and create a link to bin/md2epub., (*6)
From the command line type:, (*7)
md2epub /source/ebook/directory/ /dest/book.epub
Markdown to ePub converter
MIT GPL