I use Calibre to download various newspaper and magazine feeds and then transer them to my original Nook.
This works fine, except for the LONDON REVIEW BLOG feed, 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'http://www.lrb.co.uk/blog/feed')]
For this feed, the blog articles are visible in full on the Calibre EPUB 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?