SKOS Explorer

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

974

Component created

Component changed

This module provides an interface for querying a SKOS vocabulary through a remote SPARQL endpoint.
It allows to:

- search for a specific term
- search for a term that matches (starting, exact) a given string
- search for a term which definition contains a given string
- show term definition (and uri)
- show related, broader and narrower terms for a selected term
- show other languages versions of a selected term
(compared to current interface language)

Exif Rules

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

What does this module offer:

  • Offers ways to erase Exif Metadata from files via Rules Module.
  • Allows one to customize different Exif Tools for those purposes (for now, just the Path to binaries).

What integration with Rules was done:

  • Removes exif metadata from all the fields of an entity (it will look-up image and file fields and in presave it will delete exif data)
  • Removes exif metadata from a file (it will delet

Nodemail

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

 
Delivers an email that contains an entire node's content.

As an alternative, this can be accomplished by creating an email and entering field tokens, but when you have a massive amount of fields, this can get redundant. This module adds a drupal_mail hook to send a rendered node via email. This also provides a rules action to send node content via email.

Slap

Component type

module

Maintenance status

Development status

Component created

Component changed

Slap (Seamless Advantage Package)
Brings a set of tools to be used for the Seamless theme.
Slap provides Skin entities which can be integrated with rules to provide powerful control over the look and feel of the site.
Seamless Admin is a new admin navigation menu that works to bring the seamless administration experience to life.

More to come...

Gate for login- and mail-process.

Component type

module

Maintenance status

Development status

Downloads

649

Component created

Component changed

This module provide functionality to improve security and mail handling.

Since the main module is hidden on "admin/modules" there is no UI to deactivate. You need a helper like Drush. This concept and code is copied from the module "paranoia" which is also recommended to improve security.

Rules Condition Site Variable

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

4212

Component created

Component changed

Currently a rule with a condition that relies on a site variable (i.e. variable_get('foo')) needs to have inline php code.

This module allows your rule to have a condition that explicitly references a variable by name, instead.

GameAnalytics.com

Component type

module

Maintenance status

Development status

Component created

Component changed

Module to integrate the GameAnalytics.com service with Rules.

GameAnalytics.com recently decided to open up their for free use, so this module is to integrate Rules with their API.

Download and install the module, create an account on GameAnalytics.com and create a Game. Enter the Build Id, Game Key, Secret Key, DATA API Key and API Version into the administration form at /admin/config/services/gameanalytics and you should then be able to create Rules Actions to log events to the GameAnalytics.com servers.

There are 4 types of event :

Session ID Token

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

A simple module to expose the current session as a token (for example, for consumption within the Rules module).

Created to support the gameanalyticscom module as session_id can be passed as a variable.