Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glenrobson/github_iiif
IIIF storage on github
https://github.com/glenrobson/github_iiif
Last synced: about 1 month ago
JSON representation
IIIF storage on github
- Host: GitHub
- URL: https://github.com/glenrobson/github_iiif
- Owner: glenrobson
- License: mit
- Created: 2020-12-17T01:36:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T00:46:12.000Z (about 1 year ago)
- Last Synced: 2023-09-30T03:50:50.159Z (about 1 year ago)
- Language: Java
- Size: 1.75 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub IIIF
This is a WebApp that allows users to store IIIF images, manifests, collections and annotations on their own GitHub repository. Users login with their GitHub account and create a Jekyll Repository automatically configured to deploy to a GitHub pages site.
This can allow users to publish manifests and images which are accessible with the correct CORS headers and https support. The image support is provided by creating a level0 set of tiles that work with most modern IIIF viewers.
This project is heavily inspired by the excellent [AudiAnnotate](https://github.com/hipstas/AudiAnnotate) project which works in a similar way for hosting Audio annotations and [Annonatate](https://github.com/dnoneill/annonatate) which allows you to create Annotations hosted on GitHub.
## User Documentation
This project is being used to support the IIIF training and there are the following guides:
* [Uploading Images](https://training.iiif.io/iiif-online-workshop/day-two/image-servers/level0-workbench.html)
* [Uploading Manifests](https://training.iiif.io/iiif-online-workshop/day-three/workbench/)
* [Uploading Annotations](https://training.iiif.io/iiif-online-workshop/day-four/workbench.html)## Example Projects
You can see the projects that people have created using this tool by browsing the following topic:
* [iiif-training-workbench](https://github.com/topics/iiif-training-workbench)