SimpleFeed
m3avrck - February 10, 2007 - 20:55
SimpleFeed - feed parsing the easy way :-)
Features
- uses SimplePie as the default feed parsing engine
- very simple and fast: everything is a node, use hook_nodeapi() to manipulate anything you want
- feed & feed items obey default node workflow + options (e.g., set if feed items should be published by default)
- auto-taxonomy, automatically add categories in feeds to Drupal's taxonomy system
- revisions support for both feeds & feed items
- automatically delete feed items after a certain amount of time
- automatically generate feed item titles if they don't exist in the feed
- optionally expire specific feed items by editing their expiration time
- edit any feed or feed item that comes in
- manually insert feed items into feeds
- customizable default input format for imported feeds (e.g., which tags to strip from feeds, if any)
- postgres support
- duplicate checking of both feeds & feed items
- granular feed permissions
- optional views support
- optional token support
- optionally verify feeds before adding to database
- optional stats collecting module for per-feed stats and global stats on feed usage
If you need more flexible API for parsing different types of things have a look at Feedapi.
More docs here: http://drupal.org/node/310470
Sites using SimpleFeed:
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-3.1 | 2008-Oct-08 | 23.33 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2008-Oct-15 | 23.96 KB | Download · Release notes | Development snapshot | |
