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/).
- Clone this module into Drupal's module directory and enable.
- Go to admin/islandora/tools/sc_manifest` and enter the URLs for the IIIF Image API server and Fedora.
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.
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
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.
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.