PDA

View Full Version : Replace Planet ?



CoolGoose
February 6th, 2007, 03:13 PM
Well i think you know what django (http://www.djangoproject.com/) is.
Well someone made a planet like application called Feedjack (http://www.feedjack.org/).
From their description:


Like the Planet (http://www.planetplanet.org/) 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 subscriber list can be exported as OPML and FOAFBut 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/feeds with posts of a certain category (example (http://www.chichaplanet.org/tag/django/), feed (http://www.chichaplanet.org/feed/tag/django/))
It generates pages/feeds with posts from a certain subscriber (example (http://www.chichaplanet.org/user/1/), feed (http://www.chichaplanet.org/feed/user/1/))
It generates pages/feeds with posts of a certain category from a certain subcriber (example (http://www.chichaplanet.org/user/1/tag/django/), feed (http://www.chichaplanet.org/feed/user/1/tag/django/))
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.It seems interesting. So what do you think. Should there be a request for changing the planet with feedjack ?

Brunellus
February 6th, 2007, 03:31 PM
"hype 2.0 compliant".

I'm a fan.