Feedjack RSS聚合器

程序名称:Feedjack

授权协议: BSD

操作系统: 跨平台

开发语言: Python

Feedjack 介绍

Feedjack 是一个RSS的聚合器,使用 Python 开发,基于 Django
框架。

主要特点:

  • 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 FOAF

更多优点:

  • 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, feed)
  • It generates pages/feeds with posts from a certain subscriber (example, feed)
  • It generates pages/feeds with posts of a certain category from a certain subcriber (example, feed)
  • 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.

Feedjack 官网

http://www.feedjack.org/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐