Skip to content

Added liiive Viewer support #618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _includes/viewer_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
https://theseusviewer.org/?iiif-content={{manifest_url |strip}}
{% endcapture %}
{% assign default_text="View in Theseus" %}
{% elsif include.type == 'liiive' %}
{% capture viewer_url %}
https://liiive.now/?iiif-content={{manifest_url |strip}}
{% endcapture %}
{% assign default_text="View in liiive" %}
{% else %}
{% capture default_text %}Unknown Viewer type '{{ include.type}}'{% endcapture %}
{% capture viewer_url %}{{manifest_url |strip}}{% endcapture %}
Expand Down
1 change: 1 addition & 0 deletions recipe/0001-mvm-image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ viewers:
- Glycerine Viewer
- Theseus
- Curation
- liiive
topic:
- basic
- image
Expand Down
3 changes: 2 additions & 1 deletion recipe/0005-image-service/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ viewers:
- Glycerine Viewer
- Theseus
- Curation
- liiive
topic:
- basic
- image
Expand Down Expand Up @@ -38,7 +39,7 @@ Though a version 3 Manifest may specify a service using the version 2 `@id` and

## Example

{% include manifest_links.html viewers="Mirador, Annona, Clover, Glycerine Viewer, Theseus, Curation" manifest="manifest.json" %}
{% include manifest_links.html viewers="Mirador, Annona, Clover, Glycerine Viewer, Theseus, Curation, liiive" manifest="manifest.json" %}

{% include jsonviewer.html src="manifest.json" config='data-line="36-42"' %}

Expand Down
3 changes: 2 additions & 1 deletion recipe/0007-string-formats/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ viewers:
- Glycerine Viewer
- Theseus
- Curation
- liiive
topic: property
property: label, summary, metadata, requiredStatement
code:
Expand All @@ -34,7 +35,7 @@ For security reasons, clients are expected to allow only `a`, `b`, `br`, `i`, `i

## Example

{% include manifest_links.html viewers="UV, Mirador, Annona, Clover, Glycerine Viewer, Theseus, Curation" manifest="manifest.json" %}
{% include manifest_links.html viewers="UV, Mirador, Annona, Clover, Glycerine Viewer, Theseus, Curation, liiive" manifest="manifest.json" %}

{% include jsonviewer.html src="manifest.json" config='data-line="7,12,24,38"' %}

Expand Down
3 changes: 2 additions & 1 deletion recipe/0021-tagging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ viewers:
- Annona
- Glycerine Viewer
- Theseus
- liiive
topic: annotation
code:
- iiif-prezi3
Expand All @@ -34,7 +35,7 @@ In this Manifest, we use a photograph of Göttingen from the 2019 IIIF annual co

Because the statue is not the sole or dominant element of the photo, we've targeted the tag to a portion of the photo using fragment selector syntax.

{% include manifest_links.html viewers="Mirador,Annona,Glycerine Viewer, Theseus" manifest="manifest.json" %}
{% include manifest_links.html viewers="Mirador,Annona,Glycerine Viewer, Theseus, liiive" manifest="manifest.json" %}

{% include jsonviewer.html src="manifest.json" config='data-line="44-63"' %}

Expand Down
3 changes: 2 additions & 1 deletion recipe/0261-non-rectangular-commenting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ viewers:
- Annona
- Glycerine Viewer
- Theseus
- liiive
topic: annotation
---

Expand Down Expand Up @@ -55,7 +56,7 @@ This approach should not be used to describe non-rotated rectangular regions.

In this Manifest, we are highlighting a fountain with a statue on top of it and imagining that we want to be fairly precise in our highlight. The client should not show the bounding box on the image.

{% include manifest_links.html viewers="Mirador,Annona,Glycerine Viewer, Theseus" manifest="manifest.json" %}
{% include manifest_links.html viewers="Mirador,Annona,Glycerine Viewer, Theseus, liiive" manifest="manifest.json" %}

{% include jsonviewer.html src="manifest.json" config='data-line="44-70"' %}

Expand Down
Loading