Gist

Component type

module

Maintenance status

Development status

Component created

Component changed

Integration with http://gist.github.com for easily and reliably embedding editable code snippets.

One of the risks with using Gist is that if Git ever goes out of business or shuts down or discontinues "gist" service, you will lose all your snippets. To mitigate this, the Drupal gist module uses embed, but also downloads snippets locally, as a backup.

igo

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal interface for the open source EidoGo sgf viewer.

The goal of this project is to easily upload, embed, edit and replay Go games online.
Utilizing the great open source Eidogo web-based JS system.

This module is primarily an attempt to learn Drupal 7 module development.
As such no Drupal 6 module is expected at this time.
Development cycle will be sporadic but all input will still be appreciated.

baduk

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal interface for the open source EidoGo sgf viewer.

The goal of this project is to easily upload, embed, edit and replay Go games online.
Utilizing the great open source Eidogo web-based JS system.

This module is primarily an attempt to learn Drupal 7 module development.
As such no Drupal 6 module is expected at this time.
Development cycle will be sporadic but all input will still be appreciated.

Taxonomy Formatter

Component type

module

Maintenance status

Development status

Downloads

12974

Component created

Component changed

This is a small module written to provide a custom formatter for taxonomy items. The default formatters both output the terms wrapped in divs. This module adds a new formatter that allows you to specify the element type, the wrapper type, classes for both, the separator used, and if they link to the term pages or not. This gives much more customizable layout options.

This project was started in Drupal 7 and will not be back ported unless a good number of requests come in.

OG Roles Email and Tokens

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This module extends rules by adding an action which allows any new node created in a group (or workflow change) to send notices to specific roles of that group. Additionally, two new tokens have been added [node:groups] and [node:group_names]. This module is good-to-go out of the box -- no specific configuration is required (one option -- see below). Just activate!

Blogsies

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Blogsies is a complete blogging platform that handles all content types, views, and basic styling of a blog section. Using Context, Blogsies automatically creates a blog section and page, complete with a blog roll, category, tag, and recent post blocks. Each blog post supports tags, categories, related posts, header/teaser image, inline images, and a host of other features.

Tic Tac Toe for Node.js

Component type

module

Maintenance status

Development status

Component created

Component changed

This is an example module that uses the Node.js integration module (nodejs) to implement a real-time, two-player Tic Tac Toe game on a Drupal site.

Live Demo

http://www.ar.ve.nnnxpd7j.vesrv.com/projects/tic/

Requirements

The Node.js integration module must be installed and configured.

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