I am looking to modify recipe for london review of books blog at
http://www.lrb.co.uk/blog/feeds.
class AdvancedUserRecipe1294629935(BasicNewsRecipe):
title = u'LRB BLOG'
oldest_article = 14
max_articles_per_feed = 96
feeds= [(u'LRB BLOG FEED', u'http://www.lrb.co.uk/blog/feed')]
This results in the blog articles being visible in full on the Calibre reader; but on the Nook the entries are truncated after about 1 paragraph. The pages appear to be present on the Nook, but it is not possible to navigate to them (e.g., if the Nook indicates the blog contains 50 pages, one might be able to navigate only to pages 1, 8, 19, 30, and 42 on the Nook).
Any way to get entire articles visible on Nook?