Maintainers strive to actively monitor issues and respond in a timely manner.

ShoutEm

ShoutEm

ShoutEm is a web platform that allows you to turn your website into a full-featured mobile app in minutes. Add your existing RSS feeds, YouTube videos, podcasts and more to have all your content available in a single app! Structure your feeds into categories, promote certain categories on your home screen, and build a full featured browsing app for your users. Users will be able to comment, like and share your content to Facebook, Twitter and Foursquare with links that lead back to your website and help build traffic.

ShoutEm API Drupal module allows you to bring your Drupal-based site to the growing population of users who read content from mobile devices like iPhones, iPods, iPads or Android based phones.

ShoutEm API module serves as a connector between your Drupal web site and the mobile application you build on ShoutEm. It exposes a REST API that allows your users to read blog posts from your site and comment them directly from your mobile application.

Customization options allow you, the Drupal site owner, to choose content types that will be exposed through the API.

Installation

Just activate the module then go to the the ShoutEm API configuration admin/settings/shoutemapi

Recommended modules

Comment and Taxonomy (Drupal core modules)

UC Alertpay Integration

Update

The version 7.x-1.x provides support for Payza payment gateway as AlertPay was acquired by Payza.

Yahoo Query Language API

The Yahoo Query Language (YQL) API Module only provides a mechanism for module developers to query the Yahoo's YQL databases. It is mainly intended as a launch point for developers to create plugin modules that harness the YQL API.

GitHub Repo is here https://github.com/sfstate/yql-drupal/tree/master/yql

To learn more about YQL check out: http://developer.yahoo.com/yql/
Also try out the YQL Console: http://developer.yahoo.com/yql/console/

A working example module is included with this package, yql_autotagging. In addition, a block is provided to test your YQL queries. The block itself contains an example query for textual extraction. The YQL autotagging module harnesses the power of the YQL API to provide term suggestions to the autotagging (http://drupal.org/project/autotagging) module. In this way, nodes can have taxonomy terms created automatically based on contextual analysis of their contents.

In order to use these modules, you will first need to enable them as usual. For instance, go to Site Building -> Modules and check the boxes for these two modules.

User Registration Mail

This module enables admin to send out different emails to different users when they register with different roles.

Transport

A transport layer for Drupal-to-Drupal data, which aims to provide a common base on which to build services-based applications between Drupal sites.

In (reasonably) plain English:

  • with Services, you can make XMLRPC calls to a remote Drupal site and get back data, provided you first connect, log in, and pass keys and hashes and tokens and so on in ever call.
  • with Clients, you can just make a remote method call of, say, 'node.load' with a parameter of X and get back data, much like calling a normal function; all the complex stuff with Services is done for you.
  • with Transport, you need only say 'get me node X from Client Y', and you not only get the node, but the user who authored it, its attached files, taxonomy terms, and comments (well the last two are TODO, but that's a minor point). Transport does the work of calling the right methods, figuring out dependencies, saving everything it retrieves, and maintaining a record of correspondences between local and remote object IDs. Transport can work with multiple remote sites, and is agnostic of Drupal version: Transport on a Drupal 6 site can retrieve nodes from either a Drupal 5 or 6 site.

Views plugin examples

The idea behind this project is to follow the great example of Examples module, but for

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained