Sports Scores

Component type

module

Maintenance status

Development status

Downloads

4719

Component created

Component changed

Sports Scores is a module that fetches scores from an external site for certain sports. The module stores the data returned in the database, and provides hooks for other modules to integrate with.

The original purpose of this module is to save me hand-entering scores each week into pickem. There is basic views functionality included.

Stats2Site

Component type

module

Maintenance status

Development status

Component created

Component changed

Stats2Site is a small module that will echo your Facebook status (or your friends for that matter) in your Drupal site as a block. You can display as many of your status updates as you like.

taxonomy_feed

Component type

module

Maintenance status

Development status

Downloads

767

Component created

Component changed

Short Story

This module allows you to create a RSS feed, based in terms from a vocabulary or vocabularies using Views module.

Long Story

This module create a new custom View Style called Taxonomy Feed, Only enabled for Views: Term type. Also this module create a new row style Taxonomy Term. Allowing you to use all standard features from Views module to generate your custom RSS list.

The RSS output items points to his own term URL feed.

Content push

Component type

module

Categories

Maintenance status

Development status

Downloads

2207

Component created

Component changed

Provides a simple system for distributing and updating nodes between different Drupal sites, using Transport and Services.

Once set up, simply check the remote sites to distribute a node to in the node edit form, and on saving, the node is created or updated remotely as well as locally.

Requirements

You need the latest version of Transport and its dependencies, listed on the project page.

Pinboard.in for Activity Module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows the Activity module to import bookmarks from Pinboard.in, an (un)social bookmarking service similar to del.icio.us.

Future versions will allow users to specify tags that should be imported rather than the entire public listing.

Data Services

Component type

module

Maintenance status

Development status

Downloads

345

Component created

Component changed

Data Services allows administrators to very quickly and easily expose any table in the current database as a Service. Tables can be queried for information via a simple syntax.

To list all data:
/my-endpoint/my_db_table.json

To search for data by the table's primary key:
/my-endpoint/my_db_table/38.json

To search for data using explicit field values:
/my-endpoint/my_db_table/field1:39,field2:something,field3:778899.json