├── .github ├── ISSUE_TEMPLATE │ ├── recipe-correction.md │ └── recipe-issue-template.md ├── bin │ └── addURL.sh └── workflows │ ├── live.yml │ └── preview.yml ├── .gitignore ├── .ruby-version ├── Gemfile ├── Gemfile.lock ├── README.md ├── Rakefile ├── _config.yml ├── _data ├── navigation.yml ├── organization.yml ├── topics.yml └── viewer_ignore.yml ├── _includes ├── acronyms.md ├── code_link.html ├── code_links.html ├── content-state-viewers.html ├── jsonviewer.html ├── links.md ├── manifest_links.html └── viewer_link.html ├── _layouts └── recipe.md ├── _plugins └── json_generator.rb ├── assets └── images │ └── icons │ ├── no.png │ ├── optional.png │ ├── partial.png │ └── yes.png ├── css ├── prism.css └── style.css ├── favicon.ico ├── index.md ├── js └── prism.js ├── recipe ├── 0000_template │ ├── index.md │ └── manifest.json ├── 0001-mvm-image │ ├── index.md │ └── manifest.json ├── 0002-mvm-audio │ ├── index.md │ └── manifest.json ├── 0003-mvm-video │ ├── index.md │ └── manifest.json ├── 0004-canvas-size │ ├── index.md │ └── manifest.json ├── 0005-image-service │ ├── index.md │ └── manifest.json ├── 0006-text-language │ ├── index.md │ └── manifest.json ├── 0007-string-formats │ ├── index.md │ └── manifest.json ├── 0008-rights │ ├── index.md │ └── manifest.json ├── 0009-book-1 │ ├── index.md │ └── manifest.json ├── 0010-book-2-viewing-direction │ ├── index.md │ ├── manifest-rtl.json │ └── manifest-ttb.json ├── 0011-book-3-behavior │ ├── index.md │ ├── manifest-continuous.json │ └── manifest-individuals.json ├── 0013-placeholderCanvas │ ├── index.md │ └── manifest.json ├── 0014-accompanyingcanvas │ ├── index.md │ └── manifest.json ├── 0015-start │ ├── index.md │ └── manifest.json ├── 0017-transcription-av │ ├── index.md │ └── manifest.json ├── 0019-html-in-annotations │ ├── index.md │ └── manifest.json ├── 0021-tagging │ ├── index.md │ └── manifest.json ├── 0022-linking-with-a-hotspot │ ├── index.md │ └── manifest.json ├── 0024-book-4-toc │ ├── index.md │ └── manifest.json ├── 0026-toc-opera │ ├── index.md │ └── manifest.json ├── 0027-alternative-page-order │ ├── index.md │ └── manifest.json ├── 0029-metadata-anywhere │ ├── index.md │ └── manifest.json ├── 0030-multi-volume │ ├── collection.json │ ├── index.md │ ├── manifest_v1.json │ └── manifest_v2.json ├── 0031-bound-multivolume │ ├── index.md │ └── manifest.json ├── 0032-collection │ ├── collection.json │ ├── index.md │ ├── manifest-01.json │ └── manifest-02.json ├── 0033-choice │ ├── choice-flap.png │ ├── image_registration.png │ ├── index.md │ └── manifest.json ├── 0035-foldouts │ ├── foldout.png │ ├── index.md │ ├── layout_example1.jpg │ └── manifest.json ├── 0036-composition-from-multiple-images │ ├── chateauroux.jpg │ ├── combined.png │ ├── detail.png │ ├── index.md │ └── manifest.json ├── 0040-image-rotation-service │ ├── index.md │ ├── manifest-css.json │ └── manifest-service.json ├── 0045-css │ ├── index.md │ ├── manifest.json │ └── style.css ├── 0046-rendering │ ├── index.md │ └── manifest.json ├── 0047-homepage │ ├── index.md │ └── manifest.json ├── 0053-seeAlso │ ├── ezukushi.xml │ ├── index.md │ └── manifest.json ├── 0057-publishing-v2-and-v3 │ ├── index.md │ ├── manifest-v2.json │ └── manifest-v3.json ├── 0064-opera-one-canvas │ ├── index.md │ └── manifest.json ├── 0065-opera-multiple-canvases │ ├── index.md │ └── manifest.json ├── 0068-newspaper │ ├── .gitignore │ ├── index.md │ ├── newspaper_issue_1-alto_p1.xml │ ├── newspaper_issue_1-alto_p2.xml │ ├── newspaper_issue_1-anno_p1.json │ ├── newspaper_issue_1-anno_p2.json │ ├── newspaper_issue_1-manifest.json │ ├── newspaper_issue_2-alto_p1.xml │ ├── newspaper_issue_2-alto_p2.xml │ ├── newspaper_issue_2-anno_p1.json │ ├── newspaper_issue_2-anno_p2.json │ ├── newspaper_issue_2-manifest.json │ └── newspaper_title-collection.json ├── 0074-multiple-language-captions │ ├── Per_voi_signore_Modelli_francesi_en.vtt │ ├── Per_voi_signore_Modelli_francesi_it.vtt │ ├── index.md │ └── manifest.json ├── 0103-poetry-reading-annotations │ ├── index.md │ └── manifest.json ├── 0117-add-image-thumbnail │ ├── index.md │ └── manifest.json ├── 0118-multivalue │ ├── index.md │ └── manifest.json ├── 0135-annotating-point-in-canvas │ ├── index.md │ └── manifest.json ├── 0139-geolocate-canvas-fragment │ ├── images │ │ ├── leaflet_example.png │ │ └── piece2.png │ ├── index.md │ └── manifest.json ├── 0154-geo-extension │ ├── index.md │ └── manifest.json ├── 0202-start-canvas │ ├── index.md │ └── manifest.json ├── 0219-using-caption-file │ ├── index.md │ └── manifest.json ├── 0229-behavior-ranges │ ├── index.md │ └── manifest.json ├── 0230-navdate │ ├── index.md │ ├── navdate-collection.json │ ├── navdate_map_1-manifest.json │ └── navdate_map_2-manifest.json ├── 0231-transcript-meta-recipe │ └── index.md ├── 0232-image-thumbnail-canvas │ ├── index.md │ ├── manifest-av.json │ └── manifest-image.json ├── 0234-provider │ ├── index.md │ └── manifest.json ├── 0240-navPlace-on-canvases │ ├── index.md │ └── manifest.json ├── 0258-tagging-external-resource │ ├── index.md │ └── manifest.json ├── 0261-non-rectangular-commenting │ ├── index.md │ └── manifest.json ├── 0266-full-canvas-annotation │ ├── index.md │ └── manifest.json ├── 0269-embedded-or-referenced-annotations │ ├── annotationpage.json │ ├── index.md │ └── manifest.json ├── 0283-missing-image │ ├── index.md │ └── manifest.json ├── 0299-region │ ├── index.md │ └── manifest.json ├── 0306-linking-annotations-to-manifests │ ├── annotationpage.json │ ├── index.md │ └── manifest.json ├── 0309-annotation-collection │ ├── anno_coll.json │ ├── anno_p1.json │ ├── anno_p2.json │ ├── diagram-309.graffle │ ├── diagram-309.png │ ├── index.md │ └── manifest.json ├── 0318-navPlace-navDate │ ├── collection.json │ ├── index.md │ ├── manifest-1.json │ ├── manifest-2.json │ ├── manifest-3.json │ ├── manifest-4.json │ └── manifest-5.json ├── 0326-annotating-image-layer │ ├── index.md │ ├── layerannotation.png │ └── manifest.json ├── 0346-multilingual-annotation-body │ ├── index.md │ └── manifest.json ├── 0377-image-in-annotation │ ├── index.md │ └── manifest.json ├── 0434-choice-av │ ├── index.md │ └── manifest.json ├── 0464-reuse-manifest │ ├── index.md │ └── manifest.json ├── 0466-link-for-loading-manifest │ └── index.md ├── 0485-contentstate-canvas-region │ ├── annotation.json │ ├── index.md │ └── page.jpg ├── 0489-multimedia-canvas │ ├── index.md │ └── manifest.json ├── 0540-link-for-opening-multiple-canvases │ ├── annotation.json │ ├── canvases_sides_by_side.jpeg │ ├── index.md │ ├── manifest-2.json │ └── manifest.json ├── 0560-resources-on-a-timeline │ ├── index.md │ └── manifest.json ├── 0561-text-on-image │ ├── image_visible_text.png │ ├── index.md │ └── manifest.json ├── all.md ├── code.md ├── index.md └── matrix.md └── scripts ├── requirements.txt ├── validate.py └── validate.sh /.github/ISSUE_TEMPLATE/recipe-correction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/.github/ISSUE_TEMPLATE/recipe-correction.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/recipe-issue-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/.github/ISSUE_TEMPLATE/recipe-issue-template.md -------------------------------------------------------------------------------- /.github/bin/addURL.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | echo "url: $URL" >> _config.yml 4 | -------------------------------------------------------------------------------- /.github/workflows/live.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/.github/workflows/live.yml -------------------------------------------------------------------------------- /.github/workflows/preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/.github/workflows/preview.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/.gitignore -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.1.0 2 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/Rakefile -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_config.yml -------------------------------------------------------------------------------- /_data/navigation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_data/navigation.yml -------------------------------------------------------------------------------- /_data/organization.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_data/organization.yml -------------------------------------------------------------------------------- /_data/topics.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_data/topics.yml -------------------------------------------------------------------------------- /_data/viewer_ignore.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_data/viewer_ignore.yml -------------------------------------------------------------------------------- /_includes/acronyms.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_includes/code_link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_includes/code_link.html -------------------------------------------------------------------------------- /_includes/code_links.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_includes/code_links.html -------------------------------------------------------------------------------- /_includes/content-state-viewers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_includes/content-state-viewers.html -------------------------------------------------------------------------------- /_includes/jsonviewer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_includes/jsonviewer.html -------------------------------------------------------------------------------- /_includes/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_includes/links.md -------------------------------------------------------------------------------- /_includes/manifest_links.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_includes/manifest_links.html -------------------------------------------------------------------------------- /_includes/viewer_link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_includes/viewer_link.html -------------------------------------------------------------------------------- /_layouts/recipe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_layouts/recipe.md -------------------------------------------------------------------------------- /_plugins/json_generator.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/_plugins/json_generator.rb -------------------------------------------------------------------------------- /assets/images/icons/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/assets/images/icons/no.png -------------------------------------------------------------------------------- /assets/images/icons/optional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/assets/images/icons/optional.png -------------------------------------------------------------------------------- /assets/images/icons/partial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/assets/images/icons/partial.png -------------------------------------------------------------------------------- /assets/images/icons/yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/assets/images/icons/yes.png -------------------------------------------------------------------------------- /css/prism.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/css/prism.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/css/style.css -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/favicon.ico -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/index.md -------------------------------------------------------------------------------- /js/prism.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/js/prism.js -------------------------------------------------------------------------------- /recipe/0000_template/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0000_template/index.md -------------------------------------------------------------------------------- /recipe/0000_template/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0000_template/manifest.json -------------------------------------------------------------------------------- /recipe/0001-mvm-image/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0001-mvm-image/index.md -------------------------------------------------------------------------------- /recipe/0001-mvm-image/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0001-mvm-image/manifest.json -------------------------------------------------------------------------------- /recipe/0002-mvm-audio/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0002-mvm-audio/index.md -------------------------------------------------------------------------------- /recipe/0002-mvm-audio/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0002-mvm-audio/manifest.json -------------------------------------------------------------------------------- /recipe/0003-mvm-video/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0003-mvm-video/index.md -------------------------------------------------------------------------------- /recipe/0003-mvm-video/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0003-mvm-video/manifest.json -------------------------------------------------------------------------------- /recipe/0004-canvas-size/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0004-canvas-size/index.md -------------------------------------------------------------------------------- /recipe/0004-canvas-size/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0004-canvas-size/manifest.json -------------------------------------------------------------------------------- /recipe/0005-image-service/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0005-image-service/index.md -------------------------------------------------------------------------------- /recipe/0005-image-service/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0005-image-service/manifest.json -------------------------------------------------------------------------------- /recipe/0006-text-language/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0006-text-language/index.md -------------------------------------------------------------------------------- /recipe/0006-text-language/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0006-text-language/manifest.json -------------------------------------------------------------------------------- /recipe/0007-string-formats/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0007-string-formats/index.md -------------------------------------------------------------------------------- /recipe/0007-string-formats/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0007-string-formats/manifest.json -------------------------------------------------------------------------------- /recipe/0008-rights/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0008-rights/index.md -------------------------------------------------------------------------------- /recipe/0008-rights/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0008-rights/manifest.json -------------------------------------------------------------------------------- /recipe/0009-book-1/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0009-book-1/index.md -------------------------------------------------------------------------------- /recipe/0009-book-1/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0009-book-1/manifest.json -------------------------------------------------------------------------------- /recipe/0010-book-2-viewing-direction/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0010-book-2-viewing-direction/index.md -------------------------------------------------------------------------------- /recipe/0010-book-2-viewing-direction/manifest-rtl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0010-book-2-viewing-direction/manifest-rtl.json -------------------------------------------------------------------------------- /recipe/0010-book-2-viewing-direction/manifest-ttb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0010-book-2-viewing-direction/manifest-ttb.json -------------------------------------------------------------------------------- /recipe/0011-book-3-behavior/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0011-book-3-behavior/index.md -------------------------------------------------------------------------------- /recipe/0011-book-3-behavior/manifest-continuous.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0011-book-3-behavior/manifest-continuous.json -------------------------------------------------------------------------------- /recipe/0011-book-3-behavior/manifest-individuals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0011-book-3-behavior/manifest-individuals.json -------------------------------------------------------------------------------- /recipe/0013-placeholderCanvas/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0013-placeholderCanvas/index.md -------------------------------------------------------------------------------- /recipe/0013-placeholderCanvas/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0013-placeholderCanvas/manifest.json -------------------------------------------------------------------------------- /recipe/0014-accompanyingcanvas/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0014-accompanyingcanvas/index.md -------------------------------------------------------------------------------- /recipe/0014-accompanyingcanvas/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0014-accompanyingcanvas/manifest.json -------------------------------------------------------------------------------- /recipe/0015-start/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0015-start/index.md -------------------------------------------------------------------------------- /recipe/0015-start/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0015-start/manifest.json -------------------------------------------------------------------------------- /recipe/0017-transcription-av/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0017-transcription-av/index.md -------------------------------------------------------------------------------- /recipe/0017-transcription-av/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0017-transcription-av/manifest.json -------------------------------------------------------------------------------- /recipe/0019-html-in-annotations/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0019-html-in-annotations/index.md -------------------------------------------------------------------------------- /recipe/0019-html-in-annotations/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0019-html-in-annotations/manifest.json -------------------------------------------------------------------------------- /recipe/0021-tagging/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0021-tagging/index.md -------------------------------------------------------------------------------- /recipe/0021-tagging/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0021-tagging/manifest.json -------------------------------------------------------------------------------- /recipe/0022-linking-with-a-hotspot/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0022-linking-with-a-hotspot/index.md -------------------------------------------------------------------------------- /recipe/0022-linking-with-a-hotspot/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0022-linking-with-a-hotspot/manifest.json -------------------------------------------------------------------------------- /recipe/0024-book-4-toc/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0024-book-4-toc/index.md -------------------------------------------------------------------------------- /recipe/0024-book-4-toc/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0024-book-4-toc/manifest.json -------------------------------------------------------------------------------- /recipe/0026-toc-opera/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0026-toc-opera/index.md -------------------------------------------------------------------------------- /recipe/0026-toc-opera/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0026-toc-opera/manifest.json -------------------------------------------------------------------------------- /recipe/0027-alternative-page-order/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0027-alternative-page-order/index.md -------------------------------------------------------------------------------- /recipe/0027-alternative-page-order/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0027-alternative-page-order/manifest.json -------------------------------------------------------------------------------- /recipe/0029-metadata-anywhere/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0029-metadata-anywhere/index.md -------------------------------------------------------------------------------- /recipe/0029-metadata-anywhere/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0029-metadata-anywhere/manifest.json -------------------------------------------------------------------------------- /recipe/0030-multi-volume/collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0030-multi-volume/collection.json -------------------------------------------------------------------------------- /recipe/0030-multi-volume/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0030-multi-volume/index.md -------------------------------------------------------------------------------- /recipe/0030-multi-volume/manifest_v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0030-multi-volume/manifest_v1.json -------------------------------------------------------------------------------- /recipe/0030-multi-volume/manifest_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0030-multi-volume/manifest_v2.json -------------------------------------------------------------------------------- /recipe/0031-bound-multivolume/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0031-bound-multivolume/index.md -------------------------------------------------------------------------------- /recipe/0031-bound-multivolume/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0031-bound-multivolume/manifest.json -------------------------------------------------------------------------------- /recipe/0032-collection/collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0032-collection/collection.json -------------------------------------------------------------------------------- /recipe/0032-collection/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0032-collection/index.md -------------------------------------------------------------------------------- /recipe/0032-collection/manifest-01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0032-collection/manifest-01.json -------------------------------------------------------------------------------- /recipe/0032-collection/manifest-02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0032-collection/manifest-02.json -------------------------------------------------------------------------------- /recipe/0033-choice/choice-flap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0033-choice/choice-flap.png -------------------------------------------------------------------------------- /recipe/0033-choice/image_registration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0033-choice/image_registration.png -------------------------------------------------------------------------------- /recipe/0033-choice/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0033-choice/index.md -------------------------------------------------------------------------------- /recipe/0033-choice/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0033-choice/manifest.json -------------------------------------------------------------------------------- /recipe/0035-foldouts/foldout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0035-foldouts/foldout.png -------------------------------------------------------------------------------- /recipe/0035-foldouts/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0035-foldouts/index.md -------------------------------------------------------------------------------- /recipe/0035-foldouts/layout_example1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0035-foldouts/layout_example1.jpg -------------------------------------------------------------------------------- /recipe/0035-foldouts/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0035-foldouts/manifest.json -------------------------------------------------------------------------------- /recipe/0036-composition-from-multiple-images/chateauroux.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0036-composition-from-multiple-images/chateauroux.jpg -------------------------------------------------------------------------------- /recipe/0036-composition-from-multiple-images/combined.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0036-composition-from-multiple-images/combined.png -------------------------------------------------------------------------------- /recipe/0036-composition-from-multiple-images/detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0036-composition-from-multiple-images/detail.png -------------------------------------------------------------------------------- /recipe/0036-composition-from-multiple-images/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0036-composition-from-multiple-images/index.md -------------------------------------------------------------------------------- /recipe/0036-composition-from-multiple-images/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0036-composition-from-multiple-images/manifest.json -------------------------------------------------------------------------------- /recipe/0040-image-rotation-service/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0040-image-rotation-service/index.md -------------------------------------------------------------------------------- /recipe/0040-image-rotation-service/manifest-css.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0040-image-rotation-service/manifest-css.json -------------------------------------------------------------------------------- /recipe/0040-image-rotation-service/manifest-service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0040-image-rotation-service/manifest-service.json -------------------------------------------------------------------------------- /recipe/0045-css/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0045-css/index.md -------------------------------------------------------------------------------- /recipe/0045-css/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0045-css/manifest.json -------------------------------------------------------------------------------- /recipe/0045-css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0045-css/style.css -------------------------------------------------------------------------------- /recipe/0046-rendering/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0046-rendering/index.md -------------------------------------------------------------------------------- /recipe/0046-rendering/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0046-rendering/manifest.json -------------------------------------------------------------------------------- /recipe/0047-homepage/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0047-homepage/index.md -------------------------------------------------------------------------------- /recipe/0047-homepage/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0047-homepage/manifest.json -------------------------------------------------------------------------------- /recipe/0053-seeAlso/ezukushi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0053-seeAlso/ezukushi.xml -------------------------------------------------------------------------------- /recipe/0053-seeAlso/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0053-seeAlso/index.md -------------------------------------------------------------------------------- /recipe/0053-seeAlso/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0053-seeAlso/manifest.json -------------------------------------------------------------------------------- /recipe/0057-publishing-v2-and-v3/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0057-publishing-v2-and-v3/index.md -------------------------------------------------------------------------------- /recipe/0057-publishing-v2-and-v3/manifest-v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0057-publishing-v2-and-v3/manifest-v2.json -------------------------------------------------------------------------------- /recipe/0057-publishing-v2-and-v3/manifest-v3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0057-publishing-v2-and-v3/manifest-v3.json -------------------------------------------------------------------------------- /recipe/0064-opera-one-canvas/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0064-opera-one-canvas/index.md -------------------------------------------------------------------------------- /recipe/0064-opera-one-canvas/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0064-opera-one-canvas/manifest.json -------------------------------------------------------------------------------- /recipe/0065-opera-multiple-canvases/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0065-opera-multiple-canvases/index.md -------------------------------------------------------------------------------- /recipe/0065-opera-multiple-canvases/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0065-opera-multiple-canvases/manifest.json -------------------------------------------------------------------------------- /recipe/0068-newspaper/.gitignore: -------------------------------------------------------------------------------- 1 | /.project 2 | -------------------------------------------------------------------------------- /recipe/0068-newspaper/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/index.md -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_1-alto_p1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_1-alto_p1.xml -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_1-alto_p2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_1-alto_p2.xml -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_1-anno_p1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_1-anno_p2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_1-anno_p2.json -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_1-manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_1-manifest.json -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_2-alto_p1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_2-alto_p1.xml -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_2-alto_p2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_2-alto_p2.xml -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_2-anno_p1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_2-anno_p1.json -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_2-anno_p2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_2-anno_p2.json -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_issue_2-manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_issue_2-manifest.json -------------------------------------------------------------------------------- /recipe/0068-newspaper/newspaper_title-collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0068-newspaper/newspaper_title-collection.json -------------------------------------------------------------------------------- /recipe/0074-multiple-language-captions/Per_voi_signore_Modelli_francesi_en.vtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0074-multiple-language-captions/Per_voi_signore_Modelli_francesi_en.vtt -------------------------------------------------------------------------------- /recipe/0074-multiple-language-captions/Per_voi_signore_Modelli_francesi_it.vtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0074-multiple-language-captions/Per_voi_signore_Modelli_francesi_it.vtt -------------------------------------------------------------------------------- /recipe/0074-multiple-language-captions/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0074-multiple-language-captions/index.md -------------------------------------------------------------------------------- /recipe/0074-multiple-language-captions/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0074-multiple-language-captions/manifest.json -------------------------------------------------------------------------------- /recipe/0103-poetry-reading-annotations/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0103-poetry-reading-annotations/index.md -------------------------------------------------------------------------------- /recipe/0103-poetry-reading-annotations/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0103-poetry-reading-annotations/manifest.json -------------------------------------------------------------------------------- /recipe/0117-add-image-thumbnail/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0117-add-image-thumbnail/index.md -------------------------------------------------------------------------------- /recipe/0117-add-image-thumbnail/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0117-add-image-thumbnail/manifest.json -------------------------------------------------------------------------------- /recipe/0118-multivalue/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0118-multivalue/index.md -------------------------------------------------------------------------------- /recipe/0118-multivalue/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0118-multivalue/manifest.json -------------------------------------------------------------------------------- /recipe/0135-annotating-point-in-canvas/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0135-annotating-point-in-canvas/index.md -------------------------------------------------------------------------------- /recipe/0135-annotating-point-in-canvas/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0135-annotating-point-in-canvas/manifest.json -------------------------------------------------------------------------------- /recipe/0139-geolocate-canvas-fragment/images/leaflet_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0139-geolocate-canvas-fragment/images/leaflet_example.png -------------------------------------------------------------------------------- /recipe/0139-geolocate-canvas-fragment/images/piece2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0139-geolocate-canvas-fragment/images/piece2.png -------------------------------------------------------------------------------- /recipe/0139-geolocate-canvas-fragment/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0139-geolocate-canvas-fragment/index.md -------------------------------------------------------------------------------- /recipe/0139-geolocate-canvas-fragment/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0139-geolocate-canvas-fragment/manifest.json -------------------------------------------------------------------------------- /recipe/0154-geo-extension/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0154-geo-extension/index.md -------------------------------------------------------------------------------- /recipe/0154-geo-extension/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0154-geo-extension/manifest.json -------------------------------------------------------------------------------- /recipe/0202-start-canvas/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0202-start-canvas/index.md -------------------------------------------------------------------------------- /recipe/0202-start-canvas/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0202-start-canvas/manifest.json -------------------------------------------------------------------------------- /recipe/0219-using-caption-file/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0219-using-caption-file/index.md -------------------------------------------------------------------------------- /recipe/0219-using-caption-file/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0219-using-caption-file/manifest.json -------------------------------------------------------------------------------- /recipe/0229-behavior-ranges/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0229-behavior-ranges/index.md -------------------------------------------------------------------------------- /recipe/0229-behavior-ranges/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0229-behavior-ranges/manifest.json -------------------------------------------------------------------------------- /recipe/0230-navdate/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0230-navdate/index.md -------------------------------------------------------------------------------- /recipe/0230-navdate/navdate-collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0230-navdate/navdate-collection.json -------------------------------------------------------------------------------- /recipe/0230-navdate/navdate_map_1-manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0230-navdate/navdate_map_1-manifest.json -------------------------------------------------------------------------------- /recipe/0230-navdate/navdate_map_2-manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0230-navdate/navdate_map_2-manifest.json -------------------------------------------------------------------------------- /recipe/0231-transcript-meta-recipe/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0231-transcript-meta-recipe/index.md -------------------------------------------------------------------------------- /recipe/0232-image-thumbnail-canvas/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0232-image-thumbnail-canvas/index.md -------------------------------------------------------------------------------- /recipe/0232-image-thumbnail-canvas/manifest-av.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0232-image-thumbnail-canvas/manifest-av.json -------------------------------------------------------------------------------- /recipe/0232-image-thumbnail-canvas/manifest-image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0232-image-thumbnail-canvas/manifest-image.json -------------------------------------------------------------------------------- /recipe/0234-provider/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0234-provider/index.md -------------------------------------------------------------------------------- /recipe/0234-provider/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0234-provider/manifest.json -------------------------------------------------------------------------------- /recipe/0240-navPlace-on-canvases/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0240-navPlace-on-canvases/index.md -------------------------------------------------------------------------------- /recipe/0240-navPlace-on-canvases/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0240-navPlace-on-canvases/manifest.json -------------------------------------------------------------------------------- /recipe/0258-tagging-external-resource/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0258-tagging-external-resource/index.md -------------------------------------------------------------------------------- /recipe/0258-tagging-external-resource/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0258-tagging-external-resource/manifest.json -------------------------------------------------------------------------------- /recipe/0261-non-rectangular-commenting/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0261-non-rectangular-commenting/index.md -------------------------------------------------------------------------------- /recipe/0261-non-rectangular-commenting/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0261-non-rectangular-commenting/manifest.json -------------------------------------------------------------------------------- /recipe/0266-full-canvas-annotation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0266-full-canvas-annotation/index.md -------------------------------------------------------------------------------- /recipe/0266-full-canvas-annotation/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0266-full-canvas-annotation/manifest.json -------------------------------------------------------------------------------- /recipe/0269-embedded-or-referenced-annotations/annotationpage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0269-embedded-or-referenced-annotations/annotationpage.json -------------------------------------------------------------------------------- /recipe/0269-embedded-or-referenced-annotations/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0269-embedded-or-referenced-annotations/index.md -------------------------------------------------------------------------------- /recipe/0269-embedded-or-referenced-annotations/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0269-embedded-or-referenced-annotations/manifest.json -------------------------------------------------------------------------------- /recipe/0283-missing-image/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0283-missing-image/index.md -------------------------------------------------------------------------------- /recipe/0283-missing-image/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0283-missing-image/manifest.json -------------------------------------------------------------------------------- /recipe/0299-region/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0299-region/index.md -------------------------------------------------------------------------------- /recipe/0299-region/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0299-region/manifest.json -------------------------------------------------------------------------------- /recipe/0306-linking-annotations-to-manifests/annotationpage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0306-linking-annotations-to-manifests/annotationpage.json -------------------------------------------------------------------------------- /recipe/0306-linking-annotations-to-manifests/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0306-linking-annotations-to-manifests/index.md -------------------------------------------------------------------------------- /recipe/0306-linking-annotations-to-manifests/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0306-linking-annotations-to-manifests/manifest.json -------------------------------------------------------------------------------- /recipe/0309-annotation-collection/anno_coll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0309-annotation-collection/anno_coll.json -------------------------------------------------------------------------------- /recipe/0309-annotation-collection/anno_p1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0309-annotation-collection/anno_p1.json -------------------------------------------------------------------------------- /recipe/0309-annotation-collection/anno_p2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0309-annotation-collection/anno_p2.json -------------------------------------------------------------------------------- /recipe/0309-annotation-collection/diagram-309.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0309-annotation-collection/diagram-309.graffle -------------------------------------------------------------------------------- /recipe/0309-annotation-collection/diagram-309.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0309-annotation-collection/diagram-309.png -------------------------------------------------------------------------------- /recipe/0309-annotation-collection/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0309-annotation-collection/index.md -------------------------------------------------------------------------------- /recipe/0309-annotation-collection/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0309-annotation-collection/manifest.json -------------------------------------------------------------------------------- /recipe/0318-navPlace-navDate/collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0318-navPlace-navDate/collection.json -------------------------------------------------------------------------------- /recipe/0318-navPlace-navDate/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0318-navPlace-navDate/index.md -------------------------------------------------------------------------------- /recipe/0318-navPlace-navDate/manifest-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0318-navPlace-navDate/manifest-1.json -------------------------------------------------------------------------------- /recipe/0318-navPlace-navDate/manifest-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0318-navPlace-navDate/manifest-2.json -------------------------------------------------------------------------------- /recipe/0318-navPlace-navDate/manifest-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0318-navPlace-navDate/manifest-3.json -------------------------------------------------------------------------------- /recipe/0318-navPlace-navDate/manifest-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0318-navPlace-navDate/manifest-4.json -------------------------------------------------------------------------------- /recipe/0318-navPlace-navDate/manifest-5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0318-navPlace-navDate/manifest-5.json -------------------------------------------------------------------------------- /recipe/0326-annotating-image-layer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0326-annotating-image-layer/index.md -------------------------------------------------------------------------------- /recipe/0326-annotating-image-layer/layerannotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0326-annotating-image-layer/layerannotation.png -------------------------------------------------------------------------------- /recipe/0326-annotating-image-layer/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0326-annotating-image-layer/manifest.json -------------------------------------------------------------------------------- /recipe/0346-multilingual-annotation-body/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0346-multilingual-annotation-body/index.md -------------------------------------------------------------------------------- /recipe/0346-multilingual-annotation-body/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0346-multilingual-annotation-body/manifest.json -------------------------------------------------------------------------------- /recipe/0377-image-in-annotation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0377-image-in-annotation/index.md -------------------------------------------------------------------------------- /recipe/0377-image-in-annotation/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0377-image-in-annotation/manifest.json -------------------------------------------------------------------------------- /recipe/0434-choice-av/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0434-choice-av/index.md -------------------------------------------------------------------------------- /recipe/0434-choice-av/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0434-choice-av/manifest.json -------------------------------------------------------------------------------- /recipe/0464-reuse-manifest/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0464-reuse-manifest/index.md -------------------------------------------------------------------------------- /recipe/0464-reuse-manifest/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0464-reuse-manifest/manifest.json -------------------------------------------------------------------------------- /recipe/0466-link-for-loading-manifest/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0466-link-for-loading-manifest/index.md -------------------------------------------------------------------------------- /recipe/0485-contentstate-canvas-region/annotation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0485-contentstate-canvas-region/annotation.json -------------------------------------------------------------------------------- /recipe/0485-contentstate-canvas-region/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0485-contentstate-canvas-region/index.md -------------------------------------------------------------------------------- /recipe/0485-contentstate-canvas-region/page.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0485-contentstate-canvas-region/page.jpg -------------------------------------------------------------------------------- /recipe/0489-multimedia-canvas/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0489-multimedia-canvas/index.md -------------------------------------------------------------------------------- /recipe/0489-multimedia-canvas/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0489-multimedia-canvas/manifest.json -------------------------------------------------------------------------------- /recipe/0540-link-for-opening-multiple-canvases/annotation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0540-link-for-opening-multiple-canvases/annotation.json -------------------------------------------------------------------------------- /recipe/0540-link-for-opening-multiple-canvases/canvases_sides_by_side.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0540-link-for-opening-multiple-canvases/canvases_sides_by_side.jpeg -------------------------------------------------------------------------------- /recipe/0540-link-for-opening-multiple-canvases/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0540-link-for-opening-multiple-canvases/index.md -------------------------------------------------------------------------------- /recipe/0540-link-for-opening-multiple-canvases/manifest-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0540-link-for-opening-multiple-canvases/manifest-2.json -------------------------------------------------------------------------------- /recipe/0540-link-for-opening-multiple-canvases/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0540-link-for-opening-multiple-canvases/manifest.json -------------------------------------------------------------------------------- /recipe/0560-resources-on-a-timeline/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0560-resources-on-a-timeline/index.md -------------------------------------------------------------------------------- /recipe/0560-resources-on-a-timeline/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0560-resources-on-a-timeline/manifest.json -------------------------------------------------------------------------------- /recipe/0561-text-on-image/image_visible_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0561-text-on-image/image_visible_text.png -------------------------------------------------------------------------------- /recipe/0561-text-on-image/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0561-text-on-image/index.md -------------------------------------------------------------------------------- /recipe/0561-text-on-image/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/0561-text-on-image/manifest.json -------------------------------------------------------------------------------- /recipe/all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/all.md -------------------------------------------------------------------------------- /recipe/code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/code.md -------------------------------------------------------------------------------- /recipe/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/index.md -------------------------------------------------------------------------------- /recipe/matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/recipe/matrix.md -------------------------------------------------------------------------------- /scripts/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/scripts/requirements.txt -------------------------------------------------------------------------------- /scripts/validate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/scripts/validate.py -------------------------------------------------------------------------------- /scripts/validate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/cookbook-recipes/HEAD/scripts/validate.sh --------------------------------------------------------------------------------