Feature #1521
closedRSS Feed
100%
Description
It would be nice to have a RSS feed (any version should do) besides the ATOM feed. A few of my colleagues are using feedreader which don't understand ATOM and converting thiem via a 3rd party tool is quite a hassle, especially when running many projects. So, please add a RSS feed :)
Files
Updated by Paul Rivier over 16 years ago
Any version won't do. RSS1 does not support per-entry author, which would be very problematic here. I think RSS2 can do it though.
You can probably implement it by looking at how Atom generation happens.
Updated by Henning Perl over 16 years ago
I wrote a small patch to support RSS2 in redmine. Right now, both feeds are selectable in the issues controller and included in the header.
In the future, it would seem to be wise to make this a settig option. Feedback is very welcome!
Updated by Henning Perl over 16 years ago
I now patched it against r1611.
Updated by Derek Montgomery over 16 years ago
Any news on putting RSS in redmine?
Updated by Benjamin Schunn about 8 years ago
I think this should be moved to a separate plugin and not in redmine itself.
Updated by Go MAEDA over 6 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
10 years have passed since this issue was opened. I don't think users need RSS support in addition to existing Atom support because there are few feed readers that don't support Atom now and RSS is not as popular as 10 years ago.