Import/export
Twitter Eparser
Twitter Eparser is an extension to the XML parser of feedapi_eparser. In combination with feedapi_eparser and feedapi, it allows twitter status updates to be imported as nodes.
RSS 2.0 Content Importer
This module will download all images in the description or content:encoded tag of an RSS feed and replace the images' src with the path to the local copy. This is necessary when the content body has relative image paths pointing to its own server, and a good idea if you don't want to depend on external servers for serving images.
It depends on feedapi_eparser's RSS 2.0 type plugin and feedapi_mapper
Feeds
#D7CX: I pledge that Feeds will have a full Drupal 7 release on the day that Drupal 7 is released.
Import or aggregate data into Drupal.
- Import RSS/Atom feeds
- Import CSV files
- Import OPML files
- Supports one-off imports and periodic aggregation of content
- Create nodes, simple database records, users, taxonomy terms from import
- Extensible to import any other kind of content
- Granular mapping of input elements to Drupal content elements
- Exportable configurations
For requirements and installation instructions, refer to the included README.txt file.
For a guide to using Feeds in site builds or how to develop for Feeds, refer to the Feeds documentation.
Feeds is the successor module of FeedAPI and Feed Element Mapper. It aims for easier usage and better extensibility. Read more in Good bye FeedAPI, hello Feeds.
FeedAPI Filter
FeedAPI and related modules provide lots of ways to get feed data into Drupal, especially into nodes. This module provides a way to set default values in node fields on a per feed basis (instead of per content type -- but this is also broken, see issue #XXXXX), as well as filter values from a PHP snippet on a per feed basis.
This project is sponsored by OpenBand on behalf of its clients.
Brightcove Eparser
eparser_brightcove is an extension to the JSON parser of feedapi_eparser. It is designed to parse a link field from a brightcove feed which can be used by the media_brightcove and emfield/emvideo modules.
Note: this module has only been tested with the playlist read API. For example, with this URL:
http://api.brightcove.com/services/library?command=find_playlist_by_id&p...
Please submit a patch if you can make it work with other brightcove API methods.
Read the README.txt for instructions
NOTE: To use the 1.0 version of this module you need the 6.x-1.2 version of ctools and 6.x-1.2 version of feedapi_eparser or greater.
Variable Dump
This module makes it easy to dump variables from a working site to add them to install profiles or .install files. Search for variables by pattern, like the module name, and get an export you can copy and paste elsewhere. The module also includes an import tab where you can paste the export to easily set the variables on a new site to match a dump from another site.
You can export the variables as variable_set() commands, as arrays, as functions, or in the Patterns XML format.
This module has been sponsored by Buzzr.
