BroadbeanFeed

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

An updated D7 version of the Broadbean sandbox project created by vaccinemedia. The module accepts a SOAP XML feed at /broadbean/add and uses the content from this to create nodes of type "job".

The username within the feed can be configured via the admin settings page.

Possible future enhancements
- Make node type configurable
- Allow configurable mapping from XML field name -> Drupal field name
- Accept plain XML feed

Sponsored by Versantus

Image Importer

Component type

module

Maintenance status

Development status

Downloads

2672

Component created

Component changed

Image Importer creates a procedure that reads a folder content and import images into Drupal system.

With this module you can perform mass imports directly to configurable content type image field.

You only have to upload, using your favorite FTP client, the desired folders and images to configurable base path. Apply a little configuration and execute import process from default administration content page.

Feeds Smart Parser

Component type

module

Categories

Maintenance status

Development status

Downloads

921

Component created

Component changed

Give an url, it could return the title and main content of the html page.

This module use http://code.fivefilters.org/php-readability to parse html, and return title and main content of the html.

Use case, you have an RSS feed, and want to import the full content of the feed item:
Use normal method import feed item.
use http fetcher + Feeds Smart Parser + Feeds Self Node Processor to fetch the full content.

Librivox Import

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Librivox Import

============

A Librivox feed importer for Drupal, extending the Feeds modules.

Features
========

- Imports Librivox XML audibook data from Librivox, by book ID, to the import
node type "Librivox Audiobook" using URLs like the following, where the final
element is the audiobook ID number:

https://librivox.org/api/feed/audiobooks/id/2343

Schema Kill

Component type

module

Maintenance status

Development status

Downloads

661

Component created

Component changed

When you're wrangling with databases from multiple instances, you'll frequently leave extra tables in your database. This module provides an administrative screen to which lists extra tables with the ability to drop them.