Posted by neclimdul on February 21, 2009 at 11:03pm
An extensible FeedAPI parser.
Developer Notes
This module is still under development and API's are subject to change. However things are slowing down and gearing up for a final 1.0 release.
If you are interested in using it for creating plugins, any feedback for improvments is welcome.
Description
The goal of this project is to provide a simple interface for building parsers for the FeedAPI module. It divides the process into several steps.
- Download plugins provide different methods for download. The bundled plugin uses the Drupal drupal_http_request() function to complete requests. Other options could include cURL or some other library and local files should be possible in the next release of FeedAPI.
- The first group of parsing plugins is the Type Plugin which is responsible for parsing out the structure of the feed.
- The second group, Namespace Plugins, build on top of Type Plugins and find data in provided structure to attach to the final object.
Notes:
- We now use a feature in ctools.module that was just added so currently you must use the 1.0 or later release for this module to work.
- Currently you must set the FeedAPI Extensible Parser as the primary parser for it to work. It will also likely break any other parsers you might enable on the feed. As the only parser on a feed.
Modules
For a brief history please see this issue
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Unknown
- Development status: Unknown
- Reported installs: 125 sites currently report using this module. View usage statistics.
- Last modified: September 2, 2009