Use a third-party CSS or JS Framework, a self-hosted service like a CRM, or a third-party service with the site.

Chamilo integration

Logo Chamilo

Integrates Drupal with Chamilo LMS by providing ways to see Chamilo resources into Drupal blocks.

Http Client

Http Client is a library for making Http-requests. It has pluggable authentication methods and data formats.

Webform Simplenews Component

This module provides a Webform component called "Newsletter e-mail" that allows to link webform nodes to one or more Simplenews newsletter subscriptions.

Ubercart / Salesforce Integration

This module makes it possible to export Ubercart customer and order data to the Salesforce.com CRM (using the Salesforce API module).

Note that this module is no longer supported now that Drupal 6 has reached end of life, except for on a few sites where the developer installed it.

It includes support for:

  • Exporting Ubercart Orders to Salesforce
  • Exporting Ubercart Order Products to Salesforce
  • Creating OpportunityContactRole objects and exporting them to Salesforce (they link Opportunities (orders) to Contacts)
  • Experimental: Exporting Ubercart purchaser information separately as Contact
  • Experimental: Exporting Ubercart purchaser information as Account
  • Experimental: Integration with Extra Fields, Ubercart Discount Coupons, and Attributes
  • In dev only: Ability to export values from product-specific fields on an Ubercart product node

Amazon S3 Stream Wrapper

amazon S3 api

Similar work has been completed with Media : Amazon
http://drupal.org/project/media_amazon

Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.

Amazon S3 has a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits to developers.

Amazon S3 PHP class

This class is a standalone Amazon S3 REST implementation for PHP 5.2.x (using CURL), that supports large file uploads and doesn't require PEAR.
Checkout the latest

S3 Api guide

<?php
/**
* @param object $file
* example :
* $file = new stdClass();
* $file->uid = $user->uid;
* $file->filename = $filename;
* $file->filepath = $filepath;
* $file->filemime = file_get_mimetype($filename);
* $file->filesize = filesize($filepath)
* $file->timestamp = time();
*
*/

/**
* sends file to s3
* @param array $file standard file object
* @returns string completed file string
*
*/
s3_api_put_file($file);

/**

Issuu integration

This module let you interact with issuu.com API.

6.x-1.x

This module let you interact with issuu.com API through a drupal interface using CCK.

Provides a CCK widget that upload content from your drupal to issuu.com and some CCK formatters to let show a thumbnail and the issuu embed(as presentation or as page flip). It is inspired on imagefield and scribdfield interaction with filefield.

This branch is on maintainance-mode only.

6.x-1.x documentation

Features

  • Upload documents to issuu.com using filefield for manage upload and an own cck widget.
  • Two CCK formatters to show an issuu document as: page flip and thumbnail.

7.x-1.x

7.x-1.x documentation

Warning: This branch is in development, do not use it unless you know what you are doing.
This is the branch where will be D7 port, it will probably be a major change. See related issues for more information.

Pages

Subscribe with RSS Subscribe to RSS - Integrations