Gustavo Picon is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tabo / feedjack http://feedjack.org/

Clone this repository (size: 157.1 KB): HTTPS / SSH
hg clone https://bitbucket.org/tabo/feedjack
hg clone ssh://hg@bitbucket.org/tabo/feedjack

feedjack overview

Recent commits See more »

Author Revision Comments Message Labels Date
Gustavo Picon 0d57e4c04009 update tags
Gustavo Picon 49367d241bdf 0.9.16 release
Tag
0.9.16
Gustavo Picon 3b4372a9f5f1 taking old code from django to get pagination working again
Gustavo Picon 6c8b5a464bb3 feedjack is now newforms-admin compliant
Gustavo Picon 89c0c71f7bb2 wip
Feedjack is a feed aggregator writen in Python using the Django web development
framework.

Like the Planet feed aggregator:

    * It downloads feeds and aggregate their contents in a single site
    * The new aggregated site has a feed of its own (atom and rss)
    * It uses Mark Pilgrim’s excelent FeedParser
    * The subscribers list can be exported as OPML and FOAF

But FeedJack also has some advantages:

    * It handles historical data, you can read old posts
    * It parses a lot more info, including post categories
    * It generates pages with posts of a certain category
    * It generates pages with posts from a certain subscriber
    * It generates pages with posts of a certain category from a certain
       subcriber
    * A cloud tag/folksonomy (hype 2.0 compliant) for every page and every
      subscriber
    * It uses Django templates
    * The administration is done via web (using Django's kickass autogenerated
      and magical admin site), and can handle multiple planets
    * Extensive use of django’s internal cache engine. Most of the time you
      will have no database hits when serving pages.

Web site is http://www.feedjack.org/