There are two versions of this. One uses a template, the other allows you to embed the feed using a JavaScript tag. These are CGI scripts written in Perl. The config file has the format:
abstract_name|RSS Feed URL|template (for the template-based version)
For the template version, use a direct URL to specify which page to show: http://server/cgi-bin/rssXLateJS.pl?source=abstract_name, and see the sample template for an example.
For the JavaScript version, embed a JavaScript tag like this:
<script src="rssXLateJS.pl?source=abstract_name" language="javascript"> </script>which will embed an HTML table in place of the tag.
The source for this available using:
svn co http://splunge.cs.uoregon.edu/public/src/rssxlate