/rss_action
rss feed for specific days and topics

Sourcecode in Day/actions.js:
1:   function rss_action() {
2:     req.data.show = this._prototype;
3:     req.data[this._prototype] = this.groupname;
4:     path.Site.rss_action();
5:     return;
6:   }