View Single Post
Old 04-03-2007, 01:03 AM   #9
ashkulz
Addict
ashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enoughashkulz will become famous soon enough
 
ashkulz's Avatar
 
Posts: 350
Karma: 705
Join Date: Dec 2006
Location: Mumbai, India
Device: Kindle 1/REB 1200
I customized bloglines2html so that it would work for my REB1100. It does a lot of other things, namely downloads all the referenced images, blacklist some image domains, remove some unneeded links, and customizes the default templates to read and navigate properly on the ebook.

You will need to download these three files: bloglines2html and two required libraries: feedparser and BeautifulSoup. Put all of them in a single directory, and install Python if you don't have it installed.

Just run the command
Code:
python bloglines2html.py -u userid -p password -o <some-dir>
Point your creation utility at index.html in the directory. I typically use
Code:
rbmake -bef 1 -o feeds.rb index.html

Last edited by ashkulz; 04-03-2007 at 01:05 AM. Reason: fixed links
ashkulz is offline