I've been wanting a printable copy of the sequences to read through in meatspace. I wrote a quick scraper and uploaded the results here http://pwnee.com/Sequences/list.html
Inter-linking doesn't work, but I just wanted a printable version anyway.
One point about e-book versions of HTML files: with restricted screen space and slow page-turns, you want less space between paragraphs. The following CSS rule indents paragraph, print-style:
p { text-indent:2em; margin-top:0; margin-bottom:0; }
I've been wanting a printable copy of the sequences to read through in meatspace. I wrote a quick scraper and uploaded the results here http://pwnee.com/Sequences/list.html
Inter-linking doesn't work, but I just wanted a printable version anyway.