SMS Server Tools 3 Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides Integration with SMS server tools 3 software
"The SMS Server Tools 3 is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones."

Features:

  • Provides UI for add, remove and configure GSM Modems
  • Uses moule Rules to send and receive Sms
  • Facebook Application Framework

    Component type

    module

    Maintenance status

    Development status

    Downloads

    1575

    Component created

    Component changed

    Overview

    Facebook Application Framework (FBApp) is a set of modules designed to build Facebook Applications using Drupal. It provides an API to execute Graph API operations and FQL queries with built-in caching and support for Real-Time Updates and notifications. Includes also submodules for Rules and Views 3 integration and an OAuth 2.0 authentication mechanism that enables one-click registration and single sign-on. It is meant to be generic and compatible with other modules to allow for as many different use cases as possible. External modules that provide Social Plugins can be used with FBApp.

    Features

    • Lightweight and flexible architecture;
    • Highly configurable;
    • Compatible with modules that provide Social Plugins;
    • Free from FB's PHP SDK or any client-side javascript;
    • Supports Real-Time Updates and notifications.

    Webhooks

    Component type

    module

    Maintenance status

    Development status

    Downloads

    665

    Component created

    Component changed

    Webhooks are "user-defined HTTP callbacks". They are usually triggered by some event, such as pushing code to a repository or a comment being posted to a blog. When that event occurs, the source site makes an HTTP request to the URI configured for the webhook.

    – https://en.wikipedia.org/wiki/Webhook

    This module acts as both a Webhook dispatcher and a Webhook receiver.

    Email downloadable

    Component type

    module

    Maintenance status

    Development status

    Downloads

    1227

    Component created

    Component changed

    Description

    Super simple module that does 3 things:

    1. Provides a configurable “Download this node” link.
    2. Sends an email with a link to the download using a unique code.
    3. If the code is valid takes you to the download.

    What a download is it’s up to you. The module provides a basic edwd-node.tpl.php you can override it in your theme or your module to customize it.

    Rules token processor

    Component type

    module

    Categories

    RDF

    Maintenance status

    Development status

    Component created

    Component changed

    A small module for processing tokens containing in a field in a context of a node. Can be used, for example, for generating various documents from templates.

    Syndeploy

    Component type

    module

    Maintenance status

    Development status

    Downloads

    313

    Component created

    Component changed

    Let's say that you want to deploy content from your staging site to production, or more generally, from one site to another (or multiple) sites. You could use Deployment, but what if you prefer a pull model over a push model? Then Syndeploy is for you. Changes are published via a feed, and then other sites can slurp them in. The slurping portion is to be handled by a corresponding Feeds processor plug-in.

    maestro for drupal

    Component type

    module

    Maintenance status

    Development status

    Component created

    Component changed

    The purpose of this project is to enhance and improve the already useful and well developed Maestro Module (http://drupal.org/project/maestro). Specifically the goal is to use drupal coding standards and best practices and allow maestro workflows to be exported into code and overridden by the database, much the same way that views and features can be.

    Rules examples

    Component type

    module

    Categories

    Maintenance status

    Development status

    Downloads

    5374

    Component created

    Component changed

    This project contains example code for Rules 2 plugins:

    * Rules actions (including minimal example, an example with a required parameter, and an action that also provides a parameter)
    * Rules conditions, including using parameters
    * Declaring and invoking Rules events

    The example code does not contain any Rules data types, nor any simple tests. Sorry about that.