TCB::RSS
Introduction
TCB::RSS is a series of scripts and small perl modules used for creating RSS feeds within the TCB group. Basic update information is stored in a file 'updates.txt'; this is then parsed and printed by other scripts.
Code and scripts:
- TCB/RSS.pm - Shared functions
- cgi-bin/rss.cgi - Get all information from updates.txt into an XML RSS page.
- cgi-bin/newrss.cgi - Add information to updates.txt
- cgi-bin/updated.cgi - Human-parsable lists of changes.
Full documentation is provided within the source code.
Prerequisites
You must have the following modules installed:- TCB::Internal v1.04
- XML::RSS v1.04 (from CPAN)
Contact
If you have questions please send email to tskirvin@ks.uiuc.edu
Download
- Download TCB-RSS-0.51.tar.gz (Source code distribution)