Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Generates IIIF ShardCanvas Manifests for Fedora objects

License

Notifications You must be signed in to change notification settings

utlib/islandora_sc_manifest

Repository files navigation

Islandora SharedCanvas Manifest Generator

Introduction

This module produces SharedCanvas Manifest Islandora datastreams for Islandora Book Solution Pack objects to be used by the Mirador Bookreader module.

This module development was supported by the The Andrew W. Mellon Foundation for the [French Renaissance Paleography website] (https://paleography.library.utoronto.ca/).

Install

  1. Clone this module into Drupal's module directory and enable.
  2. Go to admin/islandora/tools/sc_manifest` and enter the URLs for the IIIF Image API server and Fedora.

Usage

There are two ways to generate manifests: Drush or individual Book Solution Pack object. Both generate a new datastream called SC in their target objects.

Drush

On the command line, run the following drush command:

drush scgen PID_TO_REINDEX

where PID_TO_REINDEX is a single Book Solution Pack object. Run the following to reindex the entire repository:

drush scgen FULL

UI

Each Book Solution Pack object has a new SC Manifest option under Manage through the admin UI for each object. The option exists as a sub-menu item.

Clicking Re-generate SC Manifest will add a new SC datastream for the current object. Subsequent usage will refresh the datastream.

Current maintainers

Copyright and License

Copyright 2016 University of Toronto Libraries

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Generates IIIF ShardCanvas Manifests for Fedora objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages