-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# IIIF Presentation API | ||
|
||
CRKN module | ||
|
||
## Table of Contents | ||
|
||
1. [Description](#description) | ||
1. [Usage - Configuration options and additional functionality](#usage) | ||
1. [Limitations - OS compatibility, etc.](#limitations) | ||
1. [Development - Guide for contributing to the module](#development) | ||
|
||
## Description | ||
|
||
This API allows users to upload a IIIF manifest.json file to Swift containers and retrieve a manifest.json file by searching for a manifest ID. | ||
|
||
## Usage | ||
|
||
This module is used as the backend for the Digirati editor: https://github.com/crkn-rcdr/crkn-digirati-editor. | ||
|
||
## Limitations | ||
|
||
The uploaded manifest.json file must comply with the IIIF Presentation API requirements. The API includes a manifest.json validator from https://presentation-validator.iiif.io/. | ||
|
||
## Development | ||
|
||
The functionality of upload is udes only by CRKN. |