Alexander O'Neill
4ca6a0c88a
|
1 year ago | |
---|---|---|
.. | ||
config | 2 years ago | |
src | 1 year ago | |
CONTRIBUTING.md | 3 years ago | |
LICENSE | 5 years ago | |
README.md | 1 year ago | |
islandora_iiif.info.yml | 4 years ago | |
islandora_iiif.links.menu.yml | 5 years ago | |
islandora_iiif.module | 5 years ago | |
islandora_iiif.routing.yml | 4 years ago |
README.md
Islandora IIIF
Introduction
Provides IIIF manifests using views.
Requirements
islandora
andislandora_core_feature
- A IIIF image server (such as Cantaloupe)
Installation
For a full digital repository solution, see our installation documentation.
To download/enable just this module, use the following from the command line:
$ composer require islandora/islandora
$ drush en islandora_core_feature
$ drush mim islandora_tags
$ drush en islandora_iiif
Configuration
You can set the following configuration at admin/config/islandora/iiif
:
- IIIF Image server location
- The URL to your IIIF image server (without trailing slash).
Views Style Plugin
This module implements a Views Style plugin. It provides the following settings:
- Tile Source: A field that was added to the views list of fields with the image to be served. This should be a File or Image type field on a Media.
- Structured Text field: This lets you specify a file field where OCR text with positional data, e.g., hOCR can be found.
Documentation
Official documentation is available on the Islandora 8 documentation site.
Development
If you would like to contribute, please get involved by attending our weekly Tech Call. We love to hear from you!
If you would like to contribute code to the project, you need to be covered by an Islandora Foundation Contributor License Agreement or Corporate Contributor License Agreement. Please see the Contributors pages on Islandora.ca for more information.
We recommend using the islandora-playbook to get started.