django-planet

Django app to build a planet, RSS/Atom feeds aggregator
Download

django-planet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Matias Agustin Mendez
  • Publisher web site:
  • http://matagus.com.ar

django-planet Tags


django-planet Description

Django app to build a planet, RSS/Atom feeds aggregator django-planet is a generic application for Django projects aiming to provide a planet feed aggregator app.Django-planet is heavily based on Feedjack's models by Gustavo Picon and my Django app that extends it: feedjack-extension . Changes and addings to models were inspired by Mark Pilgrim's Feedparser . http://www.feedjack.org/ http://code.google.com/p/feedjack-extension/ http://www.feedparser.org/Summary of changes: * Link model was dropped. * Site models replaced by django.contrib.sites.Site model :) * Tag model replaced by tagging.Tag model. * Added Blog model (a Blog may have several related Feed objects). * Subscriber model renamed to Author, and was modifyed since a Blog may have several authors. Authors may be of two types: author or contributor. * Feed model was changed. New attributes added to store info provided by Feedparser. * Added FeedLink, PostLink, Enclosure and Generator models to store info provided by Feedparser. * Custom managers for each model. * New urls and detail and list views for each new model. * CSS theme based on the minimal and beautiful Mounty Lounge Industries blog's design (http://blog.montylounge.com/) * Full template tags set: tags cloud for a blog, a feed, an author and a global one; related tags list, authors list related to a tag and feeds list related to a tag. * Added indexed to models according to expected use. * Content cleaned (css styles and some duplicated/useless spaces). * simple demo project at sample_project: just follow sample_project/INSTALL instrucctionsINSTALLATION * For installation instructions, see the file INSTALL in this directory. Requirements: · Python · Django


django-planet Related Software