django-feedmap

Use a register command to generate RSS and Atom feeds as well as a corresponding Sitemaps. Integrates easily with ShareThis
Download

django-feedmap Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Justin Quick
  • Publisher web site:
  • http://code.google.com/u/justquick/

django-feedmap Tags


django-feedmap Description

Use a register command to generate RSS and Atom feeds as well as a corresponding Sitemaps. Integrates easily with ShareThis django-feedmap is a syndication feeds and sitemaps generator for Django. Register the querysets only once with feedmap so it knows how to populate the feeds. Put this bit in your urls.py:from feedmap import feedmapfeedmap.register('entries', BlogEntry.objects.filter(is_public=True), feed_attrs = { 'title':'Recent Blog Entries', 'link':'/blog/', },)urlpatterns += feedmap.urlsThen it will generate syndication feeds in atom and rss2 formats as well as corresponding sitemaps:/sitemap.xml # Global Index/sitemap-feeds.xml # Index of syndication feeds/sitemap-entries.xml # Actual sitemap of recent blog entries/feeds/entries # RSS2 feed/feeds/entries/atom # Atom feed Requirements: · Python · Django


django-feedmap Related Software