Feeds User Extended Processor

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This Feeds User Extended Processor module extends the regular Feeds module by adding a new plugin for user processing. All users imported through this processor will be emailed notifications about their new accounts, provided that no password is set.

The notification sent out is the regular "An administrator created you an account" type email, which can be edited at /admin/config/people/accounts.

EPUB Export

Component type

module

Maintenance status

Development status

Downloads

3252

Component created

Component changed

Overview

This project builds content objects from drupal and bundles them into an
EPUB 3.0 document. Currently it will export a rendered entity seperate of all
of the page markup and gather all the referenced resources within the content
and bundle those into one EPUB document.

That is, this module looks at the content and determines what should be included
in the EPUB document. The actual build process takes place during cron, make
sure to run cron as a user that has access to the content necessary otherwise
the build will fail.

JpGraph

Component type

module

Maintenance status

Development status

Downloads

1595

Component created

Component changed

Indtroduction

JpGraph is a PHP library used to create charts, all kinds of charts.
This Drupal module provides a simple loader for this library.

Usage

drupal_load();                             // will load only jpgraph.php
drupal_load(array('jpgraph_regstat.php')); // will load jpgraph.php
                                          // and jpgraph_regstat.php

Dependencies

Forum Export

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows to export containers, forums and topic content from Drupal core forum (or Advanced Forum) into CSV files.

You may optionally filter posts you want to export by date.

Caution: when NOT using Advanced Forum, you may experience a double "Export" link on topics. This will be fixed (one day).

Feeds Spider

Component type

module

Categories

Maintenance status

Development status

Downloads

3146

Component created

Component changed

Yet another Feeds module. Give this a page and an xpath value that returns a list of urls, and it will import each url.

Better description later.

Feeds YouTube Fetcher

Component type

module

Maintenance status

Development status

Downloads

4275

Component created

Component changed

The Feeds YouTube Fetcher is a Feeds fetcher plugin that is able to fetch a feed from the YouTube Playlist API. This module handles the unique case where the feed is paginated and allows you to import your entire video series from YouTube where it would otherwise be limited from the max-results parameter from YouTube which has a limit of 50.