...
Announcements available via RSS
Keith Zantow of Virginia Tech has contributed enhancements to make Announcements available as RSS:
Here are the only needed modifications to generate RSS feeds from the CU Announcements channel. Simply overwrite the CAnnouncements.jsp and copy TopicToRSS.xsl to the same directory. Or, untar the file in the directory with your CAnnouncements.jsp. This should be the uPortal context root directory (e.g. webapps/uPortal under tomcat).
You may generate RSS from any remotely available Topic source by simply adding the parameter type=rss to the URL. For example, to get topic 16 as RSS, you would use the URL: http://my.server/my-uportal-context/CAnnouncements.jsp?topicID=16&type=rss without the type=rss, the jsp page behaves as it did before.
...