Feature #26
[PATCH] RSS sidebar
| Status : | Closed | Start : | ||
| Priority : | High | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | sidebars | |||
| Target version : | 2.5 | |||
| Resolution : | invalid |
Description
This is a simple RSS reader sidebar. I initially created it to read in the Last.fm stream because I wasn't happy with the existing audioscrobbler plugin. This plugin displays all of its content from the feed so it doesn't enforce a title like a few of the others other. It's basically a copy of the del.icio.us plugin from v.2.5.6.
Associated revisions
- Merged spamprot changesets [155] and [156] since they affect trunk as well
* Prefix relative path with :controller => since url_for just returns the passed relative path if we don't do that (fixes
#26)
History
12/08/2005 03:44 AM - ernieoporto-yahoo-com -
Having more than one RSS feed sidebar item makes the page uncompliant with XHTML 1.0 because the div id=rss is used twice. It should be something like div id=rssFeedTitle
