Search found 3 matches

by gdanen
Fri Aug 25, 2006 11:23 pm
Forum: Bugs
Topic: [bug] RSS 2.0 template
Replies: 8
Views: 4820

Re: [bug] RSS 2.0 template

garvinhicking wrote:AFAIK both MagpieRSS and Onyx support this! You might want to look at the serendipity sidebar plugin "Remote Feeds", which are able to parse foreign feeds...
Thank you, Garvin.

8)

Gerry
by gdanen
Fri Aug 25, 2006 10:45 pm
Forum: Bugs
Topic: [bug] RSS 2.0 template
Replies: 8
Views: 4820

Re: [bug] RSS 2.0 template

You could edit your feed*.tpl files to change that; adding a config option for this option is IMHO not required. Because, again, content:encoded does not impose any problem. It has worked perfectly sine the last 3 years in every RSS reader known to use.

Thanks for pointing out the channel vs ...
by gdanen
Thu Aug 24, 2006 9:37 pm
Forum: Bugs
Topic: [bug] RSS 2.0 template
Replies: 8
Views: 4820

Re: [bug] RSS 2.0 template

This is not a bug of the RSS feed; "content:encoded" is properly valid according to RSS specs.

The problem is that s9y wants to show HTML content. However, the "<description>" field is by definition NOT allowed to hold HTML code.

So by using <description> we would either need to strip all HTML ...