You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.0 KiB
50 lines
2.0 KiB
5 years ago
|
# Islandora IIIF
|
||
|
|
||
|
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?style=flat-square)](https://php.net/)
|
||
|
[![Contribution Guidelines](http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg)](./CONTRIBUTING.md)
|
||
|
[![LICENSE](https://img.shields.io/badge/license-GPLv2-blue.svg?style=flat-square)](./LICENSE)
|
||
|
|
||
|
## Introduction
|
||
|
|
||
|
Provides IIIF manifests using views.
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
- `islandora` and `islandora_core_feature`
|
||
|
- A IIIF image server (such as Cantaloupe)
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
For a full digital repository solution (including a Homarus microservice), see our [installation documentation](https://islandora.github.io/documentation/installation/).
|
||
|
|
||
|
To download/enable just this module, use the following from the command line:
|
||
|
|
||
|
```bash
|
||
|
$ 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).
|
||
|
|
||
|
## Documentation
|
||
|
|
||
|
Official documentation is available on the [Islandora 8 documentation site](https://islandora.github.io/documentation/).
|
||
|
|
||
|
## Development
|
||
|
|
||
|
If you would like to contribute, please get involved by attending our weekly [Tech Call](https://github.com/Islandora/documentation/wiki). 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](http://islandora.ca/sites/default/files/islandora_cla.pdf) or [Corporate Contributor License Agreement](http://islandora.ca/sites/default/files/islandora_ccla.pdf). Please see the [Contributors](http://islandora.ca/resources/contributors) pages on Islandora.ca for more information.
|
||
|
|
||
|
We recommend using the [islandora-playbook](https://github.com/Islandora-Devops/islandora-playbook) to get started.
|
||
|
|
||
|
## License
|
||
|
|
||
|
[GPLv2](http://www.gnu.org/licenses/gpl-2.0.txt)
|