From 66e987df6b6152f0cae7e8223edfccb4536fec47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81gis=20Robineau?= Date: Wed, 23 Aug 2023 11:31:37 +0200 Subject: [PATCH 1/2] Sort items in Discovery in alpha order --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index c56a6a3..99e55b8 100644 --- a/readme.md +++ b/readme.md @@ -106,7 +106,7 @@ These servers support the IIIF Image API. Some may also have support for the Pre - [TremendousIIIF](https://github.com/britishlibrary/TremendousIIIF) - A .NET C# IIIF Image API 2.1 server. -## Image Server Shims +## Image Server Shims As defined by Wikipedia a shim is a small library that transparently intercepts an API, changing the parameters passed, handling the operation itself, or redirecting the operation elsewhere. These shims allow you to use an image server that does not currently support IIIF. If you have not implemented an image server yet, this is probably not where you want to start. @@ -204,7 +204,7 @@ These shims allow you to use systems with presentation metadata (e.g. structure - [Brif](https://github.com/pierrz/brif) - A boilerplate tool based on Docker and FastAPI, designed to streamline the development and deployment of IIIF compliant platforms. Powering up muzai.io. See live [demo](https://brif-demo.muzai.io/dashboard). - [pdiiif](https://github.com/jbaiter/pdiiif) - a JavaScript library to create PDFs from IIIF manifests, completely client-side (with server-based fallback for unsupported browsers). -## Validators +## Validators - [Presentation API validator](https://iiif.io/api/presentation/validator/service/) - A service to validate a IIIF Presentation API resource against the specification. - [Image API validator](https://iiif.io/api/image/validator/) - A service to validate a IIIF Image API resource against the specification. @@ -292,10 +292,10 @@ Slide decks and presentation videos with a focus on IIIF. Links to help you discover IIIF resources that have been shared, demonstrations of IIIF discovery and useful discovery tools. -- [detektIIIF2](https://chrome.google.com/webstore/detail/detektiiif2/aaodcobgcadinjipaocibamdfcffpcpp) - a Chrome extension that automatically detects IIIF resources in web pages and offers users a convenient way to collect and reuse them. - [Biblissima IIIF-Collections](https://iiif.biblissima.fr/collections/) - Prototype application that allows you to search across IIIF-compliant manuscripts and rare books dated before 1800. -- [Europeana's IIIF filtered search](https://www.europeana.eu/portal/en/search?q=provider_aggregation_edm_isShownBy%3A*iiif*&view=grid) - Europeana provides a filter to identify all IIIF-enabled resources in its collections. - [Cultural Japan](https://cultural.jp/) - Discovery system for IIIF resources in Japan. +- [detektIIIF2](https://chrome.google.com/webstore/detail/detektiiif2/aaodcobgcadinjipaocibamdfcffpcpp) - a Chrome extension that automatically detects IIIF resources in web pages and offers users a convenient way to collect and reuse them. +- [Europeana's IIIF filtered search](https://www.europeana.eu/portal/en/search?q=provider_aggregation_edm_isShownBy%3A*iiif*&view=grid) - Europeana provides a filter to identify all IIIF-enabled resources in its collections. - [iiif-universe](https://github.com/ryanfb/iiif-universe) - Repository that includes links to known IIIF presentation manifest collections. - [iNQUIRE demo](http://inquire.armtest.uk/) - Open-source IIIF-compliant research and discovery platform. This is the IIIF-compliant version of the platform driving [Digital Bodleian] (http://digital.bodleian.ox.ac.uk/). - [iNQUIRE source](https://github.com/armadillo-systems/inquire) - Github repository for iNQUIRE. From a16fd57ff2fdba9b303a1ec8c2612dbb8f344143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81gis=20Robineau?= Date: Wed, 23 Aug 2023 11:59:32 +0200 Subject: [PATCH 2/2] Add museum-digital to Discovery --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 99e55b8..648c074 100644 --- a/readme.md +++ b/readme.md @@ -299,6 +299,7 @@ Links to help you discover IIIF resources that have been shared, demonstrations - [iiif-universe](https://github.com/ryanfb/iiif-universe) - Repository that includes links to known IIIF presentation manifest collections. - [iNQUIRE demo](http://inquire.armtest.uk/) - Open-source IIIF-compliant research and discovery platform. This is the IIIF-compliant version of the platform driving [Digital Bodleian] (http://digital.bodleian.ox.ac.uk/). - [iNQUIRE source](https://github.com/armadillo-systems/inquire) - Github repository for iNQUIRE. +- [museum-digital](https://global.museum-digital.org) - Portal that provides access to digital objects from many museums (mostly in Germany and Central Europe), some of which are IIIF-enabled. ### Import to Viewers