Hosting Webhooks

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides simple webhook endpoints for Aegir.

This module will provide endpoints that allow third party services (like GitHub) to trigger task creation (like git pull) in your Aegir or DevShop server.

The vision of this module is to be as simple as possible with no dependencies, that is meant solely for triggering tasks.

For a more robust API, see http://drupal.org/project/hosting_services.

SurferNetwork

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to output a link to play content from the SurferNetwork streaming service.

Credits / Contact

Currently maintained by Damien McKenna. Development is sponsored by The Batavian.

The best way to contact the authors is to submit an issue, be it a support request, a feature request or a bug report, in the project issue queue.

Field Quiz

Component type

module

Maintenance status

Development status

Downloads

4542

Component created

Component changed

Multiple Choice answer field

This module provides a simple field that can be used as a simple quiz or multiple choice questions. It provides a field with a textfield and a checkbox / radio selection combined. If added to any entity (node/content type, user, taxonomy term, ...) the editor of the entity can enter multiple answers in the textfields and determine which answers are correct.

This module is for everybody who does not want to use the whole complex system of the quiz module, but just a simple field for multiple choice questions.

Inline footnotes

Component type

module

Categories

Maintenance status

Development status

Downloads

1331

Component created

Component changed

Show footnotes inline with the text. An independent CKEditor plugin is included.

Footnotes of the standard footnote html format will be converted to responsive html.

old:

<fn value="label">Content</fn>

new:

<fn value="label">Content</fn>
<span>
  <span>
    <span>label</span>
    <span>Hide</span>
  </span>
  <span>
    Content
  </span>
</span>