Summer is here, while laying on the beach, you can use the time to learn new programming language or get some overview on the framework of your interest. Possibly the things you had no time left for over the year.
I bought myself Kindle, my beach holiday is just a day away, so it’s time to fill the reader with content.
Goal
Get an online html docs to Kindle for offline reading.
Required software
Process
- find the docs you’re interested in (I’ll refer to
<http://your-manual.com>
as the url of the docs of my interest) - download it (I used wget to do so, inspired by stackoverflow answer, please note this is expecting all docs no one domain only):
wget --recursive --timestamping -l inf --no-remove-listing --page-requisites <http://your-manual.com>
- start calibre
- drag&drop the downloaded index (main) page to calibre
- convert to mobi format (via right click on the book and choosing
Convert Books
->Convert individually
afterwards editing metadata and choosingmobi
as theOutput format
) - connect your kindle (via usb)
- send ebook to device - via right clicking the ebook and choosing:
Send to device
->Send to main memory
- done!
The valuable part
Well, the challenging part is for me always to actually digest the docs. So go ahead and read it (if it’s worth it). Self-discipline, I need to work on that, I guess.