The Basics
Feedutil is a lightweight app for pulling RSS/Atom feeds onto your site with django template tags, or custom views. This is not a full feed aggregator like feedjack, but you could write one with it. This is more along the lines of the blogger plugin which allows you to have the latest 5 entries from an RSS feed appear on your sidebar. We use it on the PyCon website for the main about page which has summaries of the latest PyCon Blog entries via Atom, and on an organizer page which replicates a Trac RSS issue feed for open website bugs. This does not use any django models, and there is no database interaction. You could create your own models for managing your feeds, but that is not the purpose of feedutil.
Project Home – http://code.google.com/p/django-feedutil/Grab the Repository – svn checkout http://django-feedutil.googlecode.com/svn/trunk/
Recent Commits
-
4 was committed 2 months, 2 weeks ago.
fixed summary bug when feed had a ‘summary’ field.
-
3 was committed 2 months, 2 weeks ago.
made to work when there is no cache set but requires the FEEDUTIL_CACHE_MIN to be set to 0
-
2 was committed 5 months ago.
Initial import from PyCon-Tech
-
1 was committed 5 months ago.
Initial directory structure.