Skip to content

davidjimenez75/txt2xhtml

Repository files navigation

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:

composer install --dev

On Linux, enable writing perms:

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