Quote:
Originally Posted by metph86
It's hard to believe that the recipe authors code specifically for the kindle because i tried a couple and they all look like the paid subscriptions with sections page and sections title. I think the kindle automatically formats mobis that are marked as newspaper, does it?
in that case, how can i get the newspaper's logo on the top of the sections page instead of the calibre logo?
thx!
|
If your using the recipes in Calibre to grab your news then it is Calibre that is using its recipe to download, parse, and create the mobi file. All the kindle is doing is reading the created mobi book.
Unfortunately I have not tried to place a logo, but I do think you can place a cover on the book using
Code:
cover_url = u'http://www.forbes.com/media/current_covers/forbes_120_160.gif'
or maybe
get_cover_url(u'http://www.forbes.com/media/current_covers/forbes_120_160.gif')
You can check the manual starting
here, then
here, and
here to test your recipe without d/ling the entire feed.
Good Luck
&