aperezdc / levi-asher-memoir

Tools to assemble an EPUB of Levi Asher's memoirs about the Internet boom and being a software developer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Levi Asher memoir EPUB creator

This is a Makefile and supporting tools and files to assemble an EPUB from the online articles that conform Levi Asher's memoirs. The original texts can be found at http://www.litkicks.com/AMemoirInProgress

Note that this is not the book itself: the HTML files will be downloaded from the above address, and used to assemble a document that can be used with e-book readers.

To build the output memoir.epub file, run:

make download && make

Requirements

If you are running a decent Unix-like system, most likely you will already have those (or easily available in your package manager):

  • GNU Make.
  • wget
  • Python 2.x
  • Command line zip tool from Info-Zip.
  • HTML Tidy

About

Tools to assemble an EPUB of Levi Asher's memoirs about the Internet boom and being a software developer.


Languages

Language:Python 88.4%Language:Makefile 11.6%