Bot Leash

Component type

module

Maintenance status

Development status

Downloads

2076

Component created

Component changed

Any user on IRC who knows a bot's IRC handle can interact with the bot in a private chat. Bot Leash stops the bot from talking to strangers (users who are not in an IRC channel the bot itself is already on). This is useful if you use the bot in a private channel on a public IRC server, and other users on the server are not trusted.

Feeds Atom

Component type

module

Categories

Maintenance status

Development status

Downloads

3444

Component created

Component changed

This module provides a new Processor for the Feeds module. It allows for the consumption of Atom/NodeRDF feeds generated by the Views Atom module.

That's right, this pair of modules allows for full node replication between Drupal sites over Atom!

PGN Diagram Filter

Component type

module

Maintenance status

Development status

Downloads

3018

Component created

Component changed

An input filter allowing the insertion of dynamic or static PGN diagrams into any node or block for which it is enabled using the ChessTempo.com PGN Viewer.

Basic syntax is fairly simple: [pgn:PGN:your PGN here:endpgn] though further options are available. See documentation (below) or admin/help/pgn_diagram_filter after installation for more options.

Project Issue Availability

Component type

module

Categories

Maintenance status

Development status

Downloads

1212

Component created

Component changed

Extends project_issue module to allow users to designate their availability to be assigned issues.

  • Administrators can use taxonomy module to create a vocabulary of issues types which can be used to designate users as available only for certain types of issues.
  • A maximum number of active issues can be designated per user.
  • A "hiatus" can be enacted, preventing issues from being assigned to a user until after a future date.

Feeds JSONPath Parser

Component type

module

Maintenance status

Development status

Downloads

147870

Component created

Component changed

This project is in maintenance mode. No new features will be added. New installs should use Feeds extensible parsers instead.

Features

This is a parser for the Feeds module that allows parsing JSON using JSONPath. It is very similar to the Feeds XPath Parser module.

Installation

The file jsonpath.php must be downloaded and put in the 'sites/all/libraries/jsonpath' folder. After installing the module, clear your cache so that the parser will be available in Feeds.

Documentation

Documentation can be found at http://goessner.net/articles/JsonPath/, and http://code.google.com/p/jsonpath/wiki/PHP.
** The syntax is different for the @ operator. In the documentation, examples look like @.name. That syntax changes to @['name'] since this is PHP and not Javascript.

MeSH Vocabulary

Component type

module

Categories

Maintenance status

Development status

Downloads

1539

Component created

Component changed

I am seeking a co-maintainer for this project to help with future development. Please open an issue if you're interested!

The MeSH module allows sites to utilize the large Medical Subject Headings vocabulary provided by the National Library of Medicine. Because this vocabulary is exceptionally large (currently 50k+ terms), special considerations have to be made in order to import and work with this data set.