tify-iiif-viewer / tify

TIFY is a slim and mobile-friendly IIIF document viewer.
GNU Affero General Public License v3.0
104 stars 26 forks source link

Listing tify on the IIIF Cookbook site #145

Open hadro opened 1 year ago

hadro commented 1 year ago

Hello there -- the readme mentions support for IIIF Presentation API version 3 coming soon, which is very exciting. Once that is integrated into the codebase we would very much like to feature tify among the viewer options listed for the IIIF Cookbook.

You can see the general cookbook here: https://iiif.io/api/cookbook/

And there's a specific viewer matrix that compares viewer compatibility here: https://iiif.io/api/cookbook/recipe/matrix/

On any of the relevant recipes, we would love to add tify alongside the other viewer options listed there.

To be able to do this, in addition to supporting Prezi 3.0 we would need a basic public version of the viewer that can accept a GET parameter containing a Manifest, so that we can link directly to a cookbook recipe in the tify viewer.

Ideally it would use a iiif-content GET parameter to be compatible with the IIIF Content State API.

I'm copying @glenrobson here as well, and we'd be happy to advise or be of help any way we can.

And many thanks for your work on tify!

t11r commented 1 year ago

Hi @hadro, that sounds exciting!

In addition to TIFY’s website, we already have an instance which allows to supply a manifest via GET parameter, though currently it supports only IIIF version 2 and is not compatible with the Content State API.

I will get back to you once API version 3 is supported, presumably in the summer.

hadro commented 1 year ago

Excellent, sounds good, and as I said keep us posted if there's anything we can help advise on!

t11r commented 2 months ago

This took way longer than expected, but finally TIFY supports the IIIF Presentation and Image APIs 3.0.

Support for the IIIF Content State API is planned for the near future.