My Perl script returns valid RSS for items added in the last 7 days at any given SunCat library. I need to make it cache results and use the cache, or else I can't share the URL without getting our database slammed by broken RSS aggregators querying once per minute. But I've got valid RSS, which is a good start.
Next parts of the project:
- Get a
( Read more... )