On Mon, Aug 06, 2012 at 11:45:51AM +0200, Hiltjo Posthuma wrote: > On Mon, Aug 6, 2012 at 12:26 AM, Nick <suckless-...@njw.me.uk> wrote: > > Took a quick look, one thing I noticed is that sfeed doesn't output > > the 'content' tag. I would find that useful. I generally prefer > > reading articles directly from RSS, so the content is very important > > to me. > > > > It should support the content tag (called 'description' in RSS). In my > documentation I describe it as the description field, but I'll change > this to content to avoid confusion.
Hmm. Some of my feeds use a tag called 'content:encoded', which contain the full content of the article, whereas the 'description' tag only contains the first 'before the cut' part. The example I know is wordpress based. I haven't looked in more depth at how other sites do things... Perhaps you could prioritise content:encoded where it exists over description?