This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Builds epub book out of Paul Graham's essays: http://paulgraham.com/articles.html | |
Original script: Ola Sitarska <[email protected]> | |
Improved version: Cristian Dinu <[email protected]> | |
This script requires python-epub-library: http://code.google.com/p/python-epub-builder/ | |
The checking facility requires epubcheck: http://code.google.com/p/epubcheck/ | |
Embedding the 'Roots of Lisp' paper requires the programs ps2pdf and pdftoppm |