Risto_Saarelma comments on Print ready version of The Sequences - Less Wrong

14 Post author: Jordan 06 November 2010 01:21AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (31)

You are viewing a single comment's thread. Show more comments above.

Comment author: Risto_Saarelma 10 November 2010 09:12:44PM *  1 point [-]

Made a script to do this.

Install the prerequisites: apt-get install wget calibre tidy, or whatever works on your favorite OS.

Then do

#!/bin/bash

TMPDIR=$(mktemp -d)
pushd $TMPDIR
wget -H -np -nd -k -p -r -l 1 http://pwnee.com/Sequences/list.html
tidy -m *.html
ebook-convert list.html lesswrong.epub
popd
cp $TMPDIR/lesswrong.epub .