archival-IIIF / server

Archival IIIF server
https://archival-iiif.github.io
MIT License
9 stars 5 forks source link

Support IIIF v3 #25

Closed Sozialarchiv closed 4 years ago

kerim1 commented 5 years ago

Now that v3 has the official beta status and is intended for implementation (and is encouraged by the IIIF consortium to do so), we should consider supporting v3 in the viewer. The server application already provides support for v3 for the digitized content. How much work would it be for the viewer application to support v3?

Sozialarchiv commented 5 years ago

The viewer is using manifesto.js like universalviewer and the upcomming mirador.

I think manifesto.js can handle v3, but has some issues. I will test it.

kerim1 commented 4 years ago

Did you already do some tests?

I added initial support for V3 for the digital born material by adding ?v3 to the manifest or collection URL. So, for example https://iiif.socialhistory.org/iiif/presentation/collection/test for V2 and https://iiif.socialhistory.org/iiif/presentation/collection/test?v3 for V3. Could you see if that works with the viewer?

We are now running IIIF v3 in beta for digitized material and when we will be focussing on digital born material, I would like to move to V3 as well.

Sozialarchiv commented 4 years ago

Sounds really good. Thanks a lot. I will do test as soon as I can find the time.

kerim1 commented 4 years ago

Accidentally closed this!

kerim1 commented 4 years ago

Now that V3 is stable, I have made the V3 version of the digital born collections/manifest the default and I removed the V2 versions.

Sozialarchiv commented 4 years ago

great news