View Single Post
Old 10-27-2009, 04:51 PM   #1
tjlytle
Junior Member
tjlytle began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Oct 2009
Device: Kindle DX
Converting Online Documentation

I'd like to convert the documentation I read online into ebook format. For example:

Zend Framework Reference
Doctrine Project

I've had moderate success grabbing documentation from the Zend source code (simpler HTML than the public site), and running that through Calibre as single book (from a directory of files). However, for documentation that isn't available in a 'plain' HTML format, I'm not quite sure what to do.

It seems that I might be able to treat it as a new source, and write a recipe that parses an 'index' page for all the 'chapters' and then strips all but the actual content from the individual pages.

Has anyone done this kind of recipe? Am I on the right track?

Also, is there any way to get a recipe to generate a multi-level TOC (main TOC links to individual section TOCs)?
tjlytle is offline   Reply With Quote