RSS to HTML CGI
Main MenuArticles, Reports, and Documentation
AlphaMail Web mailMultimedia ToolsNetwork and Web Tools
| This is a simple CGI for converting from an RSS feed to HTML. 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 (for the template-based version): abstract_name|RSS Feed URL|template For the template version, use a direct URL to specify which page to show: http://server/cgi-bin/rssXLateJS.pl?source=abs_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"> which will embed an HTML table in place of the tag. The source is available as a tar/gzipped archive: rssxlate.tgz |