Change History (3)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
(In [5478]) References #1546: Publish news as a rss feed
Added servlet RssNewsFeed to serve rss document. It will cache the current news so it should not be too heavy even if clients update often.
The feed includes all public news and the broadcast message that the admin can set in the Administrate -> Broadcast message dialog.
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [5479]) Fixes #1546: Publish news as a rss feed
Added possibility to disable the RSS feed by commenting out the servlet definition in web.xml.