Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
60 lines (48 loc) · 1.81 KB

README.md

File metadata and controls

60 lines (48 loc) · 1.81 KB

ems - Early Modern Songscapes

DOI

An Islandora module to help facilitate the loading of the music viewer to be used on a site presenting work from the Early Modern Songscapes Project

Requirements

This module requires the following modules/libraries:

Installation

Install the module dependencies and then enable the module.

Configuration

Please import the following context.

Context

$context = new stdClass();
$context->disabled = FALSE; /* Edit this to true to make a default context disabled initially */
$context->api_version = 3;
$context->name = 'ems';
$context->description = '';
$context->tag = '';
$context->conditions = array(
  'islandora_context_condition_content_models' => array(
    'values' => array(
      0 => TRUE,
    ),
    'options' => array(
      'islandora_cmodels' => array(
        'islandora:sp_simple_xml' => 'islandora:sp_simple_xml',
      ),
    ),
  ),
);
$context->reactions = array(
  'js_module' => array(
    'sites/all/modules/ems' => array(
      'sites/all/modules/ems/js/ems.js' => 'sites/all/modules/ems/js/ems.js',
      'sites/all/modules/ems/lib/verovio-toolkit.js' => 'sites/all/modules/ems/lib/verovio-toolkit.js',
    ),
  ),
);
$context->condition_mode = 0;

Maintainers/Sponsors

Software leads:

Sponsors:

License

GNU General Public License, version 3 or later.