Public RSS feeds are produced by default for all Wesleyan “channels” that are defined in Channel Maker. You can add them to your page like this (the last parameter is the channel name):
-
Add a
linkto the documentheadfor feed autodiscovery:<link rel="alternate" type="text/xml" title="RSS .91" href="http://www.wesleyan.edu/cgi-bin/cdf_manager/channel_renderer.cgi/? rss=1&channel=gold_news" /> -
and a standard hyperlink on the page is also a good idea, e.g. GOLD News feed (RSS):
<a title="Subscribe to the GOLD News feed (RSS .91)" href="http://www.wesleyan.edu/cgi-bin/cdf_manager/channel_renderer.cgi/? rss=1&channel=gold_news">GOLD News feed (RSS)</a>
Note that you should escape the ampersand “&” in the feed URL by typing it as a HTML character entity, “&”.