GitHub Pages

Component type

module

Categories

Maintenance status

Development status

Downloads

500

Component created

Component changed

Module allowing users to create a HTML version of a node and then push it to GitHub's free Pages hosting.

Based heavily on Kevin O'Brien's SaveToFTP module.

Inspired by the awesomeness of Mike Bostock, d3.js creator.

Installation

Untar or unzip the downloaded module to your module directory (e.g. sites/all/modules) and then enable on the admin modules page (/admin/modules).

Content Experiments

Component type

module

Maintenance status

Development status

Downloads

6070

Component created

Component changed

This module allows a Drupal site administrator to create Google Content Experiments within a Drupal site.

In short, this module allows an administrator to insert Google Content Experiments IDs into any nodes serving as control pages in an experiment. The module then automatically generates valid Google Content Experiments JavaScript in the header of each control page.

Per Node Flag Limit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows administrators to assign a maximum number of times a type of node can have a specific type of flag applied.

It includes a modified flag.tpl.php that will show a configurable message when the limit is reached, rather than the normal link to flag the content. The Unflag link will still display for users that have already flagged the node.

Bundle Terms

Component type

module

Categories

Maintenance status

Development status

Downloads

674

Component created

Component changed

What is this module all about?

The Bundle Terms module enables administrators to tag entity bundles with taxonomy terms. The idea may seem crazy, but before you take out your pitchforks, look at a use case!

You've created a bunch of node types:

Latest (Feeds Aggregator)

Component type

module

Categories

Maintenance status

Development status

Downloads

428

Component created

Component changed

This project uses the Feeds module to provide an RSS aggregator.

By basing the module on Feeds, the module has the ability to take a lot more functionality than the Aggregator in Drupal core.

The module defines two content types:
- Channel: A link to an RSS feed.
- Story: Nodes created by polling the RSS feed.

The Entity Reference module is used to maintain a link between the Story and the Channel.

Scald: SoundCloud

Component type

module

Maintenance status

Development status

Downloads

2758

Component created

Component changed

Scald: SoundCloud is an audio provider allowing Scald module users to add Media Atoms of type audio, using the Souncloud API. The PHP classes provided by SoundCloud are bundled into this module. Originally, this module was included in the main Scald suite, under the modules/providers/ directory, but should no longer live there. This is a D7 module only.

File Compressor field

Component type

module

Maintenance status

Development status

Downloads

1868

Component created

Component changed

This module provides a "File Compressor" field type that allows to archive and compress attached files to an entity into a single file.

Given that this file is inside a new field on the entity, this module provides full integration with the entity system out of the box. Entity revisions and multilingual features work out of the box.

This field is totally hidden during the entity creation process, and makes use of default File field formatters to display the compressed file.

Installation

Follow the normal Drupal module installation procedures.