This project is under active development.

Betfair

PLACEHOLDER... Module coming soon - reserving page.

This module provides a means of communicating with the Betfair website using the PHP5 SoapClient library.

Printcasting

The Printcasting platform is designed to allow users to publish their own print-ready magazines.

A beta version of the codebase and importable database based around Drupal 5 is available for download at https://subversion.assembla.com/svn/printcasting-d5 .

World Bank API

This module provides integration with the http://open.worldbank.org datafeed API, including basic request handling and Views integration. Read the README.txt for a detailed description, and visit http://data.worldbank.org/developers for a detailed API specification. The World Bank API makes freely available through a simple HTTP GET interface much of the World Bank's current and past data on various important developmental, economic, and social indicators for hundreds of countries and regional groupings. Terms of use are located here.

The wbapi module provides a request handler that takes the supported arguments to the query and then formats them properly, sends on the GET request to the API server, and returns the result as a PHP array.

The included wbquery module builds Views 3 handlers atop this functionality, allowing basic views to be created through the standard interface, with the wbapi serving as the backend in lieu of the standard MySQL stack. This behavior was made possible by the pluggable query objects of Views 3, thus it doesn't work at all with Views 2; see that module and its READMEs and issue queues for more detail.

Benchmark Email integration

Overview

This module integrates the Benchmark Email system with Drupal. It handles user subscriptions and unsubscriptions seamlessly between Drupal and Benchmark, allowing Drupal users to subscribe during registration or at any time while at their Account Edit page.

Admins can choose which Contact Lists their users are allowed to subscribe to, as well as various title handline (for example, you can configure Drupal to call Contact Lists "Newsletters" if you prefer).

By default, subscription updates are processed during Cron runs, but this can be changed to process immediately via an XMLRPC (cURL) call to the Benchmark Email API. Make sure cURL is enabled for your server.

Installation

Simply download the module tarball to your modules directory (drush users, type drush dl benchmark_email) and enable.

Configuration

The first thing you'll want to do is visit admin/settings/benchmark_email and configure some things. You'll need to enter your Benchmark login and password to connect to the site and generate your first token.

Once this is done, you can choose to enable Contact Lists from Benchmark to be subscribed to by your users. (NOTE: The Contact Lists, at this point MUST be created in Benchmark. There is no mechanism for creating Contact Lists in Drupal... yet.)

Viral Discount

Viral Discount helps your products "go viral," bringing in hundreds or thousands of additional purchases without paid advertising.

Simple Meta

The Simple Meta module provides a flexible and easy method to set meta tags, such as page title, description and keywords for nodes, views and other different pages.

You don't need to edit each node page anymore. Just click on the "Meta" tab which appears after module installation and set meta data for the page.
You can set meta data not only for node pages, but for any page.

Pages

Subscribe with RSS Subscribe to RSS - Under active development