Trifid plugin to handle IIIF data
npm install lindas-trifid-plugin-iiif> [!IMPORTANT]
> This plugin is not used anymore and some things might be broken.
> If you have a specific use case for this plugin, please open an issue.
A trifid plugin to provide data about image and audio/visual files.
It provides data using the schema defined by the International Image Interoperability Framework
To install the plugin, run:
``sh`
npm install @zazuko/trifid-plugin-iiif
This is how you can configure the plugin:
`yaml`
plugins:
# […] your other plugins
iiif:
module: "@zazuko/trifid-plugin-iiif"
paths:
- /iiif/
config:
uriPrefix: https://website
endpointUrl: https://website/query
endpointUser: optional
endpointPassword: optional
Then, http://localhost:8080/data/1 will use the URI:
If no uriPrefix is given, the plugin will accept a uri` query parameter.