feedcache
Wrapper for the Universal Feed Parser which caches the results
A class to wrap
Mark Pilgrim's Universal Feed Parser module so that parameters can be used to cache the feed results locally instead of fetching the feed every time it is requested. Uses both etag and modified times for caching. The cache is parameterized to use different backend storage options.
Version 1.1
Released: Tue Aug 21 19:28:25 2007
Download
Download version 1.1
New features based on a patch from Thomas Perl:
- Unicode handling for URLs.
- force_update flag
- offline mode flag