Chat Catcher

Component type

module

Maintenance status

Development status

Downloads

3260

Component created

Component changed

As of November 1st, 2010, the Chat Catcher Service is no more

Given that there is no more Chat Catcher service, the module is obsolete.

This module connects to the Chat Catcher service, and posts comments on nodes which get mentioned on Twitter.

When a user in Twitter links to a node in your Drupal site - even if they use a URL shortener - the Chat Catcher service calls a URL created by this module to register the Twitter mention as a comment.

Amazon Store

Component type

module

Maintenance status

Development status

Downloads

32409

Component created

Component changed

An Amazon Store for Drupal. This is an implementation of the Amazon Product Advertising API (formerly Amazon Associates Web Service, or AAWS) for Drupal. You can install this and right away you have an Amazon Associates Store. Get yourself an Associates ID and then all purchases made through your store will result in a commission going to you. Allows searching, provides product pages, and manages a shopping cart.

Authorize.Net® Payment Webform

Component type

module

Maintenance status

Development status

Downloads

4764

Component created

Component changed

This module enables a site administrator to allow payments through a Webform submission through Authorize.Net. Please make sure that you read all of the instructions in INSTALL.txt when installing this module.

This module cannot be enabled on the same webform as the Salesforce Webform Web-to-Lead integration module. Both can be enabled on the site, but only one can be enabled for a single webform.

The initial development of this module was sponsored by Davis Applied Technology College.

Drupal Notifier

Component type

module

Downloads

4511

Component created

Component changed

Note: this model works for IPhone in conjunction with Drupal Notifier.

Module Drupal Notifier provides information on the status of installed and active modules for IPhone App Drupal Notifier.
With every request from IPhone App Drupal Notifier the website sends another request to update.drupal.org service and provides information in xml format.
This programm reflects status by modules for your website. It tells you which modules need to be updated and what new versions are available.

DiggBar Blocker

Component type

module

Maintenance status

Development status

Downloads

2321

Component created

Component changed

This module removes the DiggBar that Digg.com adds to outgoing links and changes the shortened URL to the actual URL. It can also optionally redirect to a specific page.

Logger

Component type

module

Maintenance status

Development status

Downloads

587

Component created

Component changed

Introduction

The Logger module provides event logging facilities that are decoupled from any particular storage backend. It is useful for module developers who want to instrument their code for monitoring and alerting without forcing their users to use a particular backend technology, like StatsD. The module doesn't provide any visible functionality out-of-the-box. You only need it if you're a module developer looking to instrument your code or if a module you're using depends on it.

cURL

Component type

module

Downloads

8770

Component created

Component changed

cURL module provides hook_requirements() implementation to show if cURL library is installed on status report page. Other modules that depend on cURL library shouldn't implement own hook_requirements() but should depend on cURL module.

cURL module also provides libcurlemu library if PHP cURL library is not installed.