Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1546 closed task (fixed)

Publish news as a rss feed

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 2.17
Component: web Version:
Keywords: Cc:

Description

It should be possible to get the list of news items that is showing on the login page as an rss feed.

Change History (3)

comment:1 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: newclosed

(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.

comment:2 by Nicklas Nordborg, 13 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 Nicklas Nordborg, 13 years ago

(In [5484]) References #1546: Publish news as a rss feed

Added <link> tag to index page that make browsers display an rss icon in the title bar (or similar).

Note: See TracTickets for help on using tickets.