Downloads
Release notes
Features:
# Install it on a PHP4 or PHP5 site with a MySQL or a PostgreSQL database
# Cache feed downloading to save bandwidth and time
# Turn feed items into nodes
# Turn feed items into lightweight items – use FeedAPI like the good old core aggregator
# Adjust cron processing of feeds based on elapsed time. No more php timeouts
# Get statistics about feed processing
# With Feed Element Mapper, map feed item elements to CCK fields or taxonomy
# Import your feeds from anywhere with OPML import
# Export OPML
# Inherit taxonomy and organic group settings from feeds to feed items
# Views support, having a predefined views for exploring feed items for a specific feed
# Content-type based configurable presets
# Promote items to the front page according to your settings
# 1-click feed creating block. Just supply the feed url and the feed is created
# Purge or not purge outdated feed items – it's your choice
# Automate tests (simpletest module yeay!) - easy checking for problems on your installation.
# Auto-detect feed URL, you do not have to know the RSS/ATOM link, you can just supply the site URL, for example http://drupal.org
# Access to a documented API, you can write parsers or processors and use FeedAPI’s power in feed management
# Ready-to-translate .po files in the package
Known issues:
- Under currently unknown circumstances, feedapi_inherit throws
error messages: http://drupal.org/node/206840 .
Main changes since the last beta:
- pot files were added. We're looking for translators :)
- Statistics performance tunes
- Improved help text / helper links
- Restored postgresql compatibility
- A number of bug fixes
FeedAPI stat values can possibly be modified or lost when you
upgrade from beta versions, so please make sure to back up your database.
There is a tested upgrade script, but backups are always your best friend.
I'd like to thank Alex Barth (http://drupal.org/user/53995) and
Jose Reyero (http://drupal.org/user/4299) for their help with patches
and suggestions.