Skip to content

Commit

Permalink
Merge pull request #452 from IIIF/remove_tify
Browse files Browse the repository at this point in the history
Removing Tify as it was breaking the build
  • Loading branch information
glenrobson authored Jan 26, 2024
2 parents 3af4e04 + 643cfe7 commit e8f01c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions _includes/viewer_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
https://projectmirador.org/embed/?iiif-content={{manifest_url |strip}}
{% endcapture %}
{% assign default_text="View in Mirador" %}
{% elsif include.type == 'Tify' %}
{% capture viewer_url %}
https://demo.tify.rocks/demo.html?manifest={{manifest_url |strip}}
{% endcapture %}
{% assign default_text="View in Tify" %}
{% elsif include.type == 'Curation' %}
{% capture viewer_url %}
http://codh.rois.ac.jp/software/iiif-curation-viewer/demo/?manifest={{manifest_url |strip}}
Expand Down
2 changes: 1 addition & 1 deletion recipe/0000_template/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you don't know what the restrictions might be initially, just leave the follo
Describe the solution in prose and provide an example.
The example json document must be an external document, and imported with the following:

{% include manifest_links.html viewers="UV, Mirador, Tify, Curation" manifest="manifest.json" %}
{% include manifest_links.html viewers="UV, Mirador, Curation" manifest="manifest.json" %}

{% include jsonviewer.html src="manifest.json" %}

Expand Down

0 comments on commit e8f01c7

Please sign in to comment.