Alexandria is a framework for building and maintaining a library of ebooks. It is built around reStructuredText (reST), and allows for easy exporting of books into html and epub formats.
Building an epub from XHTML source:
- save xhtml 1.1 source as source.xhtml
- run 'make'
Building an epub from reST:
- rst2html.py book.txt source.xhtml
- make
Requirements:
- make
- php
- python
- html tidy
- bash
- zip
- unix-like system