de.digitalcollections:iiif-server-demo

A standalone IIIF server demonstrating the features of the IIIF APIs (see http://iiif.io/technical-details/) and and showcasing different IIIF viewers.


Keywords
iiif, mirador, openseadragon
License
MIT

Documentation

IIIF Server Demo

Javadocs License GitHub release Maven Central

A standalone IIIF server demonstrating the features of the IIIF Image API (http://iiif.io/api/image/2.1/) and the IIIF Presentation API (http://iiif.io/api/presentation/2.1/) and showcasing different IIIF viewers.

Prerequisites

Run Demo Server

Build from source and run it

$ mvn package && java -jar target/iiif-server-demo-<version>-exec.jar

Screenshots

IIIF Image API URL Demo:

Image API URL Demo

OpenSeadragon zoom viewer Demo:

OpenSeadragon zoom viewer Demo

Mirador presentation viewer Demo:

Mirador presentation viewer Demo

About the Demo's architecture

The Demo IIIF server uses Spring Boot serving a Spring MVC + Thymeleaf-Templates webapplication.
(See https://spring.io/guides/gs/spring-boot/.)

Images are resolved by the demo specific classpath-access and currently only can serve the images with the identifiers "bsb00026283_0004x" (only packaged images in the demo). But you also could extend the resolvers for HTTP- or File-Protocol in the config-file "multiPatternResolving-PROD.yml".

License of images

The demo images are part of the "Ottheinrich-Bibel" presented by the Bavarian State Library here. They are under the "Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)"-License (see http://creativecommons.org/licenses/by-nc-sa/4.0/).