Skip to content

Commit

Permalink
Add clover and mirador
Browse files Browse the repository at this point in the history
  • Loading branch information
hadro committed Oct 20, 2023
1 parent 145df6e commit 13a56f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iiify/templates/helpers/audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ <h1>IIIF Presentation API Audio Helper</h1>

<p>The IIIF manifest URL is: <a href="https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json</a></p>

<h2>IIIF viewer options for this mediatype:</h2>
<h2>IIIF player options for this mediatype:</h2>
<ul>
<li><a href="https://uv-v4.netlify.app/#?manifest=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Universal Viewer</a></li>
<li><a href="https://projectmirador.org/embed/?iiif-content=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Mirador comparison viewer/player</a></li>
<li><a href="https://iiif-react-media-player.netlify.app//?iiif-content=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Ramp</a></li>
<li><a href="https://iiif.aviaryplatform.com/player?manifest=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Aviary</a></li>
<li><a href="https://samvera-labs.github.io/clover-iiif?iiif-content=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Clover</a></li>

</ul>

Expand Down
2 changes: 2 additions & 0 deletions iiify/templates/helpers/movies.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ <h1>IIIF Presentation API Movies Helper</h1>
<h2>IIIF viewer options for this mediatype:</h2>
<ul>
<li><a href="https://uv-v4.netlify.app/#?manifest=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Universal Viewer</a></li>
<li><a href="https://projectmirador.org/embed/?iiif-content=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Mirador comparison viewer</a></li>
<li><a href="https://iiif-react-media-player.netlify.app//?iiif-content=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Ramp</a></li>
<li><a href="https://iiif.aviaryplatform.com/player?manifest=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Aviary</a></li>
<li><a href="https://samvera-labs.github.io/clover-iiif?iiif-content=https://iiif.archive.org/iiif/3/{{ identifier }}/manifest.json">Clover</a></li>

</ul>

Expand Down

0 comments on commit 13a56f6

Please sign in to comment.