2017 © Pedro Peláez
 

library md2epub

Markdown to ePub converter

image

vtardia/md2epub

Markdown to ePub converter

  • Tuesday, February 6, 2018
  • by vtardia
  • Repository
  • 7 Watchers
  • 32 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Markdown to ePub Utility

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)

Installation

Copy the application directory in a shared path (eg /usr/local) and create a link to bin/md2epub., (*6)

Usage

From the command line type:, (*7)

md2epub /source/ebook/directory/ /dest/book.epub

Contributors

The Versions

06/02 2018

dev-master

9999999-dev https://github.com/vtardia/md2epub

Markdown to ePub converter

  Sources   Download

MIT GPL

The Requires