Bug #139
RSS 2.0 feeds are invalid
| Status : | Closed | Start : | ||
| Priority : | High | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | frontend | |||
| Target version : | 4.0 | |||
| Resolution : | fixed |
Description
There are two issues with the RSS 2.0 feeds.
First, the author element should be of this format:
<author>lawyer@boyer.net (Lawyer Boyer)</author>
Not:
<author>Lawyer Boyer</author>
And second, the guid element needs isPermaLink="false" as an attribute. The attribute is optional, but its default value is true and the guids specified by Typo aren't permalinks.
Associated revisions
fixed comments posting javascript and restructured things a bit. fixes #139
bogus checkin (closes #139)