项目作者: davidjimenez75

项目描述 :
Convert .md files to .xhtml to use in ebooks (EPUB)
高级语言: JavaScript
项目地址: git://github.com/davidjimenez75/txt2xhtml.git
创建时间: 2020-02-17T16:24:05Z
项目社区:https://github.com/davidjimenez75/txt2xhtml

开源协议:Apache License 2.0

下载


txt2xhtml

Mini PHP website to convert/print multiples TXT/MD files to XHTML or add to ebooks (EPUB3) with Calibre-Editor or Sigil.

INSTALL

Install dependencies with Composer:

  1. composer install --dev

On Linux, enable writing perms:

  1. chown www-data:www-data ./txt2xhtml/ -R