├── .github └── workflows │ ├── linkrot.yml │ ├── live.yml │ └── preview.yml ├── .gitignore ├── .rspec ├── .ruby-version ├── CONTRIBUTING.md ├── Gemfile ├── README.md ├── Rakefile ├── _config.yml ├── image_sources ├── auth_diagrams.graffle ├── image │ ├── fullsize-bitonal.png │ ├── fullsize-crop.jpg │ ├── fullsize-gray-crop.jpg │ ├── fullsize-gray.jpg │ ├── fullsize.jpg │ ├── image-api-2.0.graffle │ │ ├── data.plist │ │ ├── image3.jpg │ │ ├── image4.jpg │ │ ├── image5.png │ │ ├── image7.jpg │ │ └── image8.jpg │ └── image-api-2.1.graffle │ │ ├── data.plist │ │ ├── image3.jpg │ │ ├── image4.jpg │ │ ├── image5.png │ │ ├── image7.jpg │ │ └── image8.jpg └── presentation_diagrams.graffle ├── invalid_content_to_save └── annotations.md ├── scripts ├── build_prezi21_tests.py ├── build_prezi2_errors.py ├── build_prezi2_tests.py ├── call_calendar_generator.rb ├── check_json.py ├── check_jsonld.py ├── check_mixedcontent.sh ├── framer.py ├── moderator_cal.ics └── ontologies │ ├── mk-image-ontology.py │ ├── mk-ontology.py │ ├── rdfObject.py │ └── rdfsObj.py ├── source ├── _data │ ├── acronyms.yml │ ├── apis.yml │ ├── navigation.yml │ └── rfc_words.yml ├── _drafts │ └── .keep ├── _includes │ ├── acronyms.md │ ├── api │ │ └── api-listing-table.html │ ├── beta.md │ ├── copyright.md │ ├── copyright2015.md │ ├── copyright2017.md │ ├── links.md │ ├── nav.html │ └── sub-page_header.html ├── annex │ ├── index.md │ ├── notes │ │ ├── apache.md │ │ ├── check_context.py │ │ ├── design_principles.md │ │ ├── disclaimer.md │ │ ├── iiif-rotated-img-size.png │ │ ├── index.html │ │ ├── jsonld.md │ │ ├── rotation.md │ │ └── semver.md │ ├── openannotation │ │ ├── context.json │ │ └── index.md │ ├── rest │ │ └── index.md │ └── services │ │ ├── index.md │ │ └── physdim │ │ └── 1 │ │ └── context.json ├── assets │ ├── images │ │ ├── auth2-client-flow.png │ │ ├── auth2-sequence.png │ │ ├── data-model.png │ │ ├── icon-toc.png │ │ ├── icons │ │ │ ├── metadata-api │ │ │ │ ├── not_allowed.png │ │ │ │ ├── optional.png │ │ │ │ ├── recommended.png │ │ │ │ └── required.png │ │ │ ├── not_allowed.png │ │ │ ├── optional.png │ │ │ ├── recommended.png │ │ │ └── required.png │ │ ├── iiif-objects-all.png │ │ ├── iiif-objects-metadata.png │ │ ├── iiif-objects.png │ │ ├── logo-iiif-34x30.png │ │ └── orcid_16x16.png │ └── js │ │ ├── anchor.js │ │ ├── main.js │ │ └── vendor │ │ ├── anchor.min.js │ │ ├── jquery-1.11.1.min.js │ │ ├── jquery-ui-1.8.17.custom.min.js │ │ ├── jquery.ddslick.min.js │ │ ├── jquery.iiif-demo.js │ │ ├── modernizr-2.6.2-respond-1.1.0.min.js │ │ └── slick.min.js ├── auth │ ├── 0 │ │ ├── clickthrough.md │ │ ├── context.json │ │ ├── external.md │ │ ├── kiosk.md │ │ ├── login.md │ │ └── token.md │ ├── 1 │ │ ├── clickthrough.md │ │ ├── context.json │ │ ├── external.md │ │ ├── kiosk.md │ │ ├── login.md │ │ └── token.md │ ├── 2 │ │ └── context.json │ ├── 0.9 │ │ ├── img │ │ │ ├── auth-flow-client-093.png │ │ │ ├── auth-flow-client.png │ │ │ └── auth-flow-server.png │ │ ├── implementation.md │ │ └── index.md │ ├── 1.0 │ │ ├── img │ │ │ └── auth-flow-client.png │ │ ├── implementation.md │ │ └── index.md │ └── 2.0 │ │ ├── change-log.md │ │ └── index.md ├── content-state │ ├── 0.1 │ │ └── index.md │ ├── 0.2 │ │ └── index.md │ ├── 0.3 │ │ └── index.md │ ├── 0.9 │ │ └── index.md │ └── 1.0 │ │ └── index.md ├── discovery │ ├── 0 │ │ └── context.json │ ├── 1 │ │ ├── context.json │ │ └── ontology.xml │ ├── 0.1 │ │ └── index.md │ ├── 0.2 │ │ └── index.md │ ├── 0.3 │ │ └── index.md │ ├── 0.4 │ │ └── index.md │ ├── 0.9 │ │ └── index.md │ └── 1.0 │ │ ├── .keep │ │ └── index.md ├── extension │ ├── .keep │ ├── georef │ │ ├── 1 │ │ │ └── context.json │ │ ├── images │ │ │ ├── README.md │ │ │ ├── greenpoint.jpg │ │ │ └── watergraafsmeer.jpg │ │ ├── index.md │ │ └── vocab │ │ │ └── georef-terms.md │ ├── index.md │ ├── navplace │ │ ├── context.json │ │ └── index.md │ └── text-granularity │ │ ├── context.json │ │ └── index.md ├── favicon.ico ├── image │ ├── 1 │ │ └── context.json │ ├── 2 │ │ ├── context.json │ │ ├── info_frame.json │ │ ├── level0.json │ │ ├── level1.json │ │ ├── level2.json │ │ └── ontology.xml │ ├── 3 │ │ ├── context.json │ │ ├── info_frame.json │ │ ├── level0.json │ │ ├── level1.json │ │ └── level2.json │ ├── 1.0 │ │ ├── compliance.md │ │ ├── images │ │ │ ├── iiif-order.png │ │ │ ├── iiif-quality.png │ │ │ ├── iiif-region.png │ │ │ ├── iiif-rotated-img-size.png │ │ │ ├── iiif-rotation.png │ │ │ └── iiif-size.png │ │ ├── index.html.old │ │ ├── index.md │ │ ├── rotation_calc.md │ │ └── xml │ │ │ ├── image-api.rng │ │ │ └── image-api.xsd │ ├── 1.1 │ │ ├── change-log.html │ │ ├── compliance.html │ │ ├── css │ │ │ ├── main.css │ │ │ ├── normalize.css │ │ │ └── normalize.min.css │ │ ├── img │ │ │ ├── iiif-order.png │ │ │ ├── iiif-quality.png │ │ │ ├── iiif-region.png │ │ │ ├── iiif-rotation.png │ │ │ └── iiif-size.png │ │ └── index.html │ ├── 2.0 │ │ ├── change-log.md │ │ ├── compliance.md │ │ ├── example │ │ │ └── .keep │ │ ├── img │ │ │ ├── bitonal.png │ │ │ ├── full.png │ │ │ ├── gray.png │ │ │ ├── mirror.png │ │ │ ├── mirror_180.png │ │ │ ├── region_pct.png │ │ │ ├── region_pct_over.png │ │ │ ├── region_px.png │ │ │ ├── region_px_over.png │ │ │ ├── rotate_180.png │ │ │ ├── rotate_22-5.png │ │ │ ├── rotate_90.png │ │ │ ├── size_bwch.png │ │ │ ├── size_ch.png │ │ │ ├── size_pct.png │ │ │ ├── size_wc.png │ │ │ ├── size_wch.png │ │ │ └── transformation.png │ │ └── index.md │ ├── 2.1 │ │ ├── change-log-211.md │ │ ├── change-log.md │ │ ├── compliance.md │ │ ├── img │ │ │ ├── bitonal.png │ │ │ ├── full.png │ │ │ ├── gray.png │ │ │ ├── mirror.png │ │ │ ├── mirror_180.png │ │ │ ├── region_pct.png │ │ │ ├── region_pct_over.png │ │ │ ├── region_px.png │ │ │ ├── region_px_over.png │ │ │ ├── region_square.png │ │ │ ├── rotate_180.png │ │ │ ├── rotate_22-5.png │ │ │ ├── rotate_90.png │ │ │ ├── size_bwch.png │ │ │ ├── size_ch.png │ │ │ ├── size_max.png │ │ │ ├── size_pct.png │ │ │ ├── size_wc.png │ │ │ ├── size_wch.png │ │ │ └── transformation.png │ │ └── index.md │ ├── 3.0 │ │ ├── change-log.md │ │ ├── compliance.md │ │ ├── img │ │ │ ├── bitonal.png │ │ │ ├── full.png │ │ │ ├── gray.png │ │ │ ├── mirror.png │ │ │ ├── mirror_180.png │ │ │ ├── region_pct.png │ │ │ ├── region_pct_over.png │ │ │ ├── region_px.png │ │ │ ├── region_px_over.png │ │ │ ├── region_square.png │ │ │ ├── rotate_180.png │ │ │ ├── rotate_22-5.png │ │ │ ├── rotate_90.png │ │ │ ├── size_bwch.png │ │ │ ├── size_ch.png │ │ │ ├── size_max.png │ │ │ ├── size_pct.png │ │ │ ├── size_up_bwch.png │ │ │ ├── size_up_max.png │ │ │ ├── size_up_wch.png │ │ │ ├── size_wc.png │ │ │ ├── size_wch.png │ │ │ └── transformation.png │ │ ├── implementation.md │ │ └── index.md │ └── validator │ │ ├── 67352ccc-d1b0-11e1-89ae-279075081939.jp2 │ │ ├── 67352ccc-d1b0-11e1-89ae-279075081939.png │ │ ├── css │ │ ├── cupertino │ │ │ ├── images │ │ │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png │ │ │ │ ├── ui-bg_flat_15_cd0a0a_40x100.png │ │ │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png │ │ │ │ ├── ui-bg_glass_50_3baae3_1x400.png │ │ │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png │ │ │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png │ │ │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_100_deedf7_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_25_ffef8f_1x100.png │ │ │ │ ├── ui-icons_2694e8_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_3d80b3_256x240.png │ │ │ │ ├── ui-icons_72a7cf_256x240.png │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ │ └── jquery-ui-1.8.17.custom.css │ │ └── iiif.css │ │ ├── download.html │ │ ├── img │ │ └── iiif-logo-60.png │ │ ├── index.html │ │ ├── js │ │ ├── results.js │ │ └── select.js │ │ └── results.html ├── index.md ├── metadata │ ├── 0.9 │ │ ├── images │ │ │ ├── iiif-objects-all.png │ │ │ ├── iiif-objects-metadata.png │ │ │ └── iiif-objects.png │ │ ├── index.html │ │ └── oa-spec.css │ └── 1.0 │ │ └── index.html ├── model │ └── shared-canvas │ │ ├── 1.0 │ │ ├── images │ │ │ ├── anno1.png │ │ │ ├── annotationList.png │ │ │ ├── canvas1.png │ │ │ ├── canvasAnnoPage.png │ │ │ ├── canvasToPage.png │ │ │ ├── cc-by-nc-sa.png │ │ │ ├── cc-by-sa-nc.png │ │ │ ├── choice1.png │ │ │ ├── manifest.png │ │ │ ├── orderedaggr.png │ │ │ ├── range.png │ │ │ ├── segment1.png │ │ │ ├── sequence.png │ │ │ ├── small-logo.png │ │ │ ├── svcbibl.png │ │ │ ├── zone-eg.png │ │ │ └── zone1.png │ │ ├── index.html │ │ └── sharedcanvas.css │ │ └── 2.0 │ │ └── index.md ├── presentation │ ├── 1 │ │ └── context.json │ ├── 2 │ │ ├── annotationList_frame.json │ │ ├── annotation_frame.json │ │ ├── canvas_frame.json │ │ ├── collection_frame.json │ │ ├── context.json │ │ ├── manifest_frame.json │ │ ├── ontology.xml │ │ ├── range_frame.json │ │ └── sequence_frame.json │ ├── 3 │ │ └── context.json │ ├── 2.0 │ │ ├── change-log.md │ │ ├── example │ │ │ ├── errors │ │ │ │ ├── 0 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 1 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 2 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 3 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 4 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 5 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 6 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 7 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 8 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 9 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 10 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 11 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 12 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 13 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 14 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 15 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 16 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 17 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 18 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 19 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 20 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 21 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 22 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 23 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 24 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 25 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 26 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 27 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 28 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 29 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 30 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 31 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 32 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 33 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 34 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 35 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 36 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 37 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 38 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 39 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 40 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 41 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 42 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 43 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 44 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 45 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 46 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 47 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 48 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 49 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 50 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 51 │ │ │ │ │ └── manifest.json │ │ │ │ └── collection.json │ │ │ └── fixtures │ │ │ │ ├── 1 │ │ │ │ └── manifest.json │ │ │ │ ├── 2 │ │ │ │ └── manifest.json │ │ │ │ ├── 3 │ │ │ │ └── manifest.json │ │ │ │ ├── 4 │ │ │ │ └── manifest.json │ │ │ │ ├── 5 │ │ │ │ └── manifest.json │ │ │ │ ├── 6 │ │ │ │ └── manifest.json │ │ │ │ ├── 7 │ │ │ │ └── manifest.json │ │ │ │ ├── 8 │ │ │ │ └── manifest.json │ │ │ │ ├── 9 │ │ │ │ └── manifest.json │ │ │ │ ├── 10 │ │ │ │ └── manifest.json │ │ │ │ ├── 11 │ │ │ │ └── manifest.json │ │ │ │ ├── 12 │ │ │ │ └── manifest.json │ │ │ │ ├── 13 │ │ │ │ └── manifest.json │ │ │ │ ├── 14 │ │ │ │ └── manifest.json │ │ │ │ ├── 15 │ │ │ │ └── manifest.json │ │ │ │ ├── 16 │ │ │ │ └── manifest.json │ │ │ │ ├── 17 │ │ │ │ └── manifest.json │ │ │ │ ├── 18 │ │ │ │ └── manifest.json │ │ │ │ ├── 19 │ │ │ │ └── manifest.json │ │ │ │ ├── 20 │ │ │ │ └── manifest.json │ │ │ │ ├── 21 │ │ │ │ └── manifest.json │ │ │ │ ├── 22 │ │ │ │ └── manifest.json │ │ │ │ ├── 23 │ │ │ │ └── manifest.json │ │ │ │ ├── 24 │ │ │ │ └── manifest.json │ │ │ │ ├── 25 │ │ │ │ └── manifest.json │ │ │ │ ├── 26 │ │ │ │ └── manifest.json │ │ │ │ ├── 27 │ │ │ │ └── manifest.json │ │ │ │ ├── 28 │ │ │ │ └── manifest.json │ │ │ │ ├── 29 │ │ │ │ └── manifest.json │ │ │ │ ├── 30 │ │ │ │ └── manifest.json │ │ │ │ ├── 31 │ │ │ │ └── manifest.json │ │ │ │ ├── 32 │ │ │ │ └── manifest.json │ │ │ │ ├── 33 │ │ │ │ └── manifest.json │ │ │ │ ├── 34 │ │ │ │ └── manifest.json │ │ │ │ ├── 35 │ │ │ │ └── manifest.json │ │ │ │ ├── 36 │ │ │ │ └── manifest.json │ │ │ │ ├── 37 │ │ │ │ └── manifest.json │ │ │ │ ├── 38 │ │ │ │ └── manifest.json │ │ │ │ ├── 39 │ │ │ │ └── manifest.json │ │ │ │ ├── 40 │ │ │ │ └── manifest.json │ │ │ │ ├── 41 │ │ │ │ └── manifest.json │ │ │ │ ├── 43 │ │ │ │ └── manifest.json │ │ │ │ ├── 44 │ │ │ │ └── manifest.json │ │ │ │ ├── 45 │ │ │ │ └── manifest.json │ │ │ │ ├── 46 │ │ │ │ └── manifest.json │ │ │ │ ├── 47 │ │ │ │ └── manifest.json │ │ │ │ ├── 48 │ │ │ │ └── manifest.json │ │ │ │ ├── 51 │ │ │ │ └── manifest.json │ │ │ │ ├── 52 │ │ │ │ └── manifest.json │ │ │ │ ├── 54 │ │ │ │ └── manifest.json │ │ │ │ ├── 61 │ │ │ │ └── manifest.json │ │ │ │ ├── 62 │ │ │ │ └── manifest.json │ │ │ │ ├── 63 │ │ │ │ └── manifest.json │ │ │ │ ├── 64 │ │ │ │ └── manifest.json │ │ │ │ ├── 65 │ │ │ │ └── manifest.json │ │ │ │ ├── collection.json │ │ │ │ ├── list │ │ │ │ ├── 43 │ │ │ │ │ └── list1.json │ │ │ │ ├── 44 │ │ │ │ │ └── list1.json │ │ │ │ ├── 45 │ │ │ │ │ └── list1.json │ │ │ │ ├── 46 │ │ │ │ │ └── list1.json │ │ │ │ ├── 47 │ │ │ │ │ └── list1.json │ │ │ │ ├── 48 │ │ │ │ │ └── list1.json │ │ │ │ ├── 51 │ │ │ │ │ └── list1.json │ │ │ │ ├── 52 │ │ │ │ │ └── list1.json │ │ │ │ ├── 54 │ │ │ │ │ └── list1.json │ │ │ │ └── 61 │ │ │ │ │ └── list1.json │ │ │ │ ├── resources │ │ │ │ ├── 67352ccc-d1b0-11e1-89ae-279075081939.png │ │ │ │ ├── detail.jpg │ │ │ │ ├── line1.txt │ │ │ │ ├── page1-full.png │ │ │ │ ├── page1.txt │ │ │ │ ├── page2-full.png │ │ │ │ └── test-components.graffle │ │ │ │ └── sequence │ │ │ │ └── 20 │ │ │ │ └── s1.json │ │ ├── img │ │ │ ├── cardinality.png │ │ │ ├── objects-all.png │ │ │ ├── objects.png │ │ │ └── objects.webp │ │ ├── index.md │ │ └── zones.md │ ├── 2.1 │ │ ├── change-log-211.md │ │ ├── change-log.md │ │ ├── example │ │ │ ├── errors │ │ │ │ ├── 0 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 1 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 2 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 3 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 4 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 5 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 6 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 7 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 8 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 9 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 10 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 11 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 12 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 13 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 14 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 15 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 16 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 17 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 18 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 19 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 20 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 21 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 22 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 23 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 24 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 25 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 26 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 27 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 28 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 29 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 30 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 31 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 32 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 33 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 34 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 35 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 36 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 37 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 38 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 39 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 40 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 41 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 42 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 43 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 44 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 45 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 46 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 47 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 48 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 49 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 50 │ │ │ │ │ └── manifest.json │ │ │ │ ├── 51 │ │ │ │ │ └── manifest.json │ │ │ │ └── collection.json │ │ │ └── fixtures │ │ │ │ ├── 1 │ │ │ │ └── manifest.json │ │ │ │ ├── 2 │ │ │ │ └── manifest.json │ │ │ │ ├── 3 │ │ │ │ └── manifest.json │ │ │ │ ├── 4 │ │ │ │ └── manifest.json │ │ │ │ ├── 5 │ │ │ │ └── manifest.json │ │ │ │ ├── 6 │ │ │ │ └── manifest.json │ │ │ │ ├── 7 │ │ │ │ └── manifest.json │ │ │ │ ├── 8 │ │ │ │ └── manifest.json │ │ │ │ ├── 9 │ │ │ │ └── manifest.json │ │ │ │ ├── 10 │ │ │ │ └── manifest.json │ │ │ │ ├── 11 │ │ │ │ └── manifest.json │ │ │ │ ├── 12 │ │ │ │ └── manifest.json │ │ │ │ ├── 13 │ │ │ │ └── manifest.json │ │ │ │ ├── 14 │ │ │ │ └── manifest.json │ │ │ │ ├── 15 │ │ │ │ └── manifest.json │ │ │ │ ├── 16 │ │ │ │ └── manifest.json │ │ │ │ ├── 17 │ │ │ │ └── manifest.json │ │ │ │ ├── 18 │ │ │ │ └── manifest.json │ │ │ │ ├── 19 │ │ │ │ └── manifest.json │ │ │ │ ├── 20 │ │ │ │ └── manifest.json │ │ │ │ ├── 21 │ │ │ │ └── manifest.json │ │ │ │ ├── 22 │ │ │ │ └── manifest.json │ │ │ │ ├── 23 │ │ │ │ └── manifest.json │ │ │ │ ├── 24 │ │ │ │ └── manifest.json │ │ │ │ ├── 25 │ │ │ │ └── manifest.json │ │ │ │ ├── 26 │ │ │ │ └── manifest.json │ │ │ │ ├── 27 │ │ │ │ └── manifest.json │ │ │ │ ├── 28 │ │ │ │ └── manifest.json │ │ │ │ ├── 29 │ │ │ │ └── manifest.json │ │ │ │ ├── 30 │ │ │ │ └── manifest.json │ │ │ │ ├── 31 │ │ │ │ └── manifest.json │ │ │ │ ├── 32 │ │ │ │ └── manifest.json │ │ │ │ ├── 33 │ │ │ │ └── manifest.json │ │ │ │ ├── 34 │ │ │ │ └── manifest.json │ │ │ │ ├── 35 │ │ │ │ └── manifest.json │ │ │ │ ├── 36 │ │ │ │ └── manifest.json │ │ │ │ ├── 37 │ │ │ │ └── manifest.json │ │ │ │ ├── 38 │ │ │ │ └── manifest.json │ │ │ │ ├── 39 │ │ │ │ └── manifest.json │ │ │ │ ├── 40 │ │ │ │ └── manifest.json │ │ │ │ ├── 41 │ │ │ │ └── manifest.json │ │ │ │ ├── 43 │ │ │ │ └── manifest.json │ │ │ │ ├── 44 │ │ │ │ └── manifest.json │ │ │ │ ├── 45 │ │ │ │ └── manifest.json │ │ │ │ ├── 46 │ │ │ │ └── manifest.json │ │ │ │ ├── 47 │ │ │ │ └── manifest.json │ │ │ │ ├── 48 │ │ │ │ └── manifest.json │ │ │ │ ├── 51 │ │ │ │ └── manifest.json │ │ │ │ ├── 52 │ │ │ │ └── manifest.json │ │ │ │ ├── 54 │ │ │ │ └── manifest.json │ │ │ │ ├── 61 │ │ │ │ └── manifest.json │ │ │ │ ├── 62 │ │ │ │ └── manifest.json │ │ │ │ ├── 63 │ │ │ │ └── manifest.json │ │ │ │ ├── 64 │ │ │ │ └── manifest.json │ │ │ │ ├── 65 │ │ │ │ └── manifest.json │ │ │ │ ├── collection.json │ │ │ │ ├── list │ │ │ │ ├── 43 │ │ │ │ │ └── list1.json │ │ │ │ ├── 44 │ │ │ │ │ └── list1.json │ │ │ │ ├── 45 │ │ │ │ │ └── list1.json │ │ │ │ ├── 46 │ │ │ │ │ └── list1.json │ │ │ │ ├── 47 │ │ │ │ │ └── list1.json │ │ │ │ ├── 48 │ │ │ │ │ └── list1.json │ │ │ │ ├── 51 │ │ │ │ │ └── list1.json │ │ │ │ ├── 52 │ │ │ │ │ └── list1.json │ │ │ │ ├── 54 │ │ │ │ │ └── list1.json │ │ │ │ └── 61 │ │ │ │ │ └── list1.json │ │ │ │ ├── resources │ │ │ │ ├── 67352ccc-d1b0-11e1-89ae-279075081939.png │ │ │ │ ├── detail.jpg │ │ │ │ ├── line1.txt │ │ │ │ ├── page1-full.png │ │ │ │ ├── page1.txt │ │ │ │ ├── page2-full.png │ │ │ │ └── test-components.graffle │ │ │ │ └── sequence │ │ │ │ └── 20 │ │ │ │ └── s1.json │ │ ├── img │ │ │ ├── cardinality.png │ │ │ ├── objects-all.png │ │ │ ├── objects-all.webp │ │ │ ├── objects.png │ │ │ └── objects.webp │ │ ├── index.md │ │ └── zones.md │ ├── 3.0 │ │ ├── change-log.md │ │ └── index.md │ ├── usecases.md │ └── validator │ │ └── service │ │ └── index.html ├── registry │ ├── behaviors │ │ └── index.md │ ├── image-extensions │ │ └── index.md │ ├── index.md │ ├── motivations │ │ └── index.md │ ├── process │ │ └── index.md │ ├── profiles │ │ └── index.md │ ├── rights │ │ └── index.md │ ├── selectors │ │ ├── context.json │ │ └── index.md │ ├── services │ │ └── index.md │ ├── timeModes │ │ └── index.md │ ├── types │ │ └── index.md │ └── viewingDirections │ │ └── index.md ├── robots.txt └── search │ ├── 0 │ └── context.json │ ├── 1 │ └── context.json │ ├── 2 │ └── context.json │ ├── 0.9 │ └── index.md │ ├── 1.0 │ └── index.md │ └── 2.0 │ ├── change-log.md │ └── index.md └── spec ├── source └── syntax_spec.rb └── spec_helper.rb /.github/workflows/linkrot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/.github/workflows/linkrot.yml -------------------------------------------------------------------------------- /.github/workflows/live.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/.github/workflows/live.yml -------------------------------------------------------------------------------- /.github/workflows/preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/.github/workflows/preview.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/.gitignore -------------------------------------------------------------------------------- /.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | --format documentation 4 | -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.1.0 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/Gemfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/Rakefile -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/_config.yml -------------------------------------------------------------------------------- /image_sources/auth_diagrams.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/auth_diagrams.graffle -------------------------------------------------------------------------------- /image_sources/image/fullsize-bitonal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/fullsize-bitonal.png -------------------------------------------------------------------------------- /image_sources/image/fullsize-crop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/fullsize-crop.jpg -------------------------------------------------------------------------------- /image_sources/image/fullsize-gray-crop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/fullsize-gray-crop.jpg -------------------------------------------------------------------------------- /image_sources/image/fullsize-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/fullsize-gray.jpg -------------------------------------------------------------------------------- /image_sources/image/fullsize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/fullsize.jpg -------------------------------------------------------------------------------- /image_sources/image/image-api-2.0.graffle/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.0.graffle/data.plist -------------------------------------------------------------------------------- /image_sources/image/image-api-2.0.graffle/image3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.0.graffle/image3.jpg -------------------------------------------------------------------------------- /image_sources/image/image-api-2.0.graffle/image4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.0.graffle/image4.jpg -------------------------------------------------------------------------------- /image_sources/image/image-api-2.0.graffle/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.0.graffle/image5.png -------------------------------------------------------------------------------- /image_sources/image/image-api-2.0.graffle/image7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.0.graffle/image7.jpg -------------------------------------------------------------------------------- /image_sources/image/image-api-2.0.graffle/image8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.0.graffle/image8.jpg -------------------------------------------------------------------------------- /image_sources/image/image-api-2.1.graffle/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.1.graffle/data.plist -------------------------------------------------------------------------------- /image_sources/image/image-api-2.1.graffle/image3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.1.graffle/image3.jpg -------------------------------------------------------------------------------- /image_sources/image/image-api-2.1.graffle/image4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.1.graffle/image4.jpg -------------------------------------------------------------------------------- /image_sources/image/image-api-2.1.graffle/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.1.graffle/image5.png -------------------------------------------------------------------------------- /image_sources/image/image-api-2.1.graffle/image7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.1.graffle/image7.jpg -------------------------------------------------------------------------------- /image_sources/image/image-api-2.1.graffle/image8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/image/image-api-2.1.graffle/image8.jpg -------------------------------------------------------------------------------- /image_sources/presentation_diagrams.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/image_sources/presentation_diagrams.graffle -------------------------------------------------------------------------------- /invalid_content_to_save/annotations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/invalid_content_to_save/annotations.md -------------------------------------------------------------------------------- /scripts/build_prezi21_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/build_prezi21_tests.py -------------------------------------------------------------------------------- /scripts/build_prezi2_errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/build_prezi2_errors.py -------------------------------------------------------------------------------- /scripts/build_prezi2_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/build_prezi2_tests.py -------------------------------------------------------------------------------- /scripts/call_calendar_generator.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/call_calendar_generator.rb -------------------------------------------------------------------------------- /scripts/check_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/check_json.py -------------------------------------------------------------------------------- /scripts/check_jsonld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/check_jsonld.py -------------------------------------------------------------------------------- /scripts/check_mixedcontent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/check_mixedcontent.sh -------------------------------------------------------------------------------- /scripts/framer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/framer.py -------------------------------------------------------------------------------- /scripts/moderator_cal.ics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/moderator_cal.ics -------------------------------------------------------------------------------- /scripts/ontologies/mk-image-ontology.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/ontologies/mk-image-ontology.py -------------------------------------------------------------------------------- /scripts/ontologies/mk-ontology.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/ontologies/mk-ontology.py -------------------------------------------------------------------------------- /scripts/ontologies/rdfObject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/ontologies/rdfObject.py -------------------------------------------------------------------------------- /scripts/ontologies/rdfsObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/scripts/ontologies/rdfsObj.py -------------------------------------------------------------------------------- /source/_data/acronyms.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_data/acronyms.yml -------------------------------------------------------------------------------- /source/_data/apis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_data/apis.yml -------------------------------------------------------------------------------- /source/_data/navigation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_data/navigation.yml -------------------------------------------------------------------------------- /source/_data/rfc_words.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_data/rfc_words.yml -------------------------------------------------------------------------------- /source/_drafts/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/_includes/acronyms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_includes/acronyms.md -------------------------------------------------------------------------------- /source/_includes/api/api-listing-table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_includes/api/api-listing-table.html -------------------------------------------------------------------------------- /source/_includes/beta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_includes/beta.md -------------------------------------------------------------------------------- /source/_includes/copyright.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_includes/copyright.md -------------------------------------------------------------------------------- /source/_includes/copyright2015.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_includes/copyright2015.md -------------------------------------------------------------------------------- /source/_includes/copyright2017.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_includes/copyright2017.md -------------------------------------------------------------------------------- /source/_includes/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_includes/links.md -------------------------------------------------------------------------------- /source/_includes/nav.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/_includes/sub-page_header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/_includes/sub-page_header.html -------------------------------------------------------------------------------- /source/annex/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/index.md -------------------------------------------------------------------------------- /source/annex/notes/apache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/notes/apache.md -------------------------------------------------------------------------------- /source/annex/notes/check_context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/notes/check_context.py -------------------------------------------------------------------------------- /source/annex/notes/design_principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/notes/design_principles.md -------------------------------------------------------------------------------- /source/annex/notes/disclaimer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/notes/disclaimer.md -------------------------------------------------------------------------------- /source/annex/notes/iiif-rotated-img-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/notes/iiif-rotated-img-size.png -------------------------------------------------------------------------------- /source/annex/notes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/notes/index.html -------------------------------------------------------------------------------- /source/annex/notes/jsonld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/notes/jsonld.md -------------------------------------------------------------------------------- /source/annex/notes/rotation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/notes/rotation.md -------------------------------------------------------------------------------- /source/annex/notes/semver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/notes/semver.md -------------------------------------------------------------------------------- /source/annex/openannotation/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/openannotation/context.json -------------------------------------------------------------------------------- /source/annex/openannotation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/openannotation/index.md -------------------------------------------------------------------------------- /source/annex/rest/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/rest/index.md -------------------------------------------------------------------------------- /source/annex/services/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/services/index.md -------------------------------------------------------------------------------- /source/annex/services/physdim/1/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/annex/services/physdim/1/context.json -------------------------------------------------------------------------------- /source/assets/images/auth2-client-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/auth2-client-flow.png -------------------------------------------------------------------------------- /source/assets/images/auth2-sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/auth2-sequence.png -------------------------------------------------------------------------------- /source/assets/images/data-model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/data-model.png -------------------------------------------------------------------------------- /source/assets/images/icon-toc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/icon-toc.png -------------------------------------------------------------------------------- /source/assets/images/icons/metadata-api/not_allowed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/icons/metadata-api/not_allowed.png -------------------------------------------------------------------------------- /source/assets/images/icons/metadata-api/optional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/icons/metadata-api/optional.png -------------------------------------------------------------------------------- /source/assets/images/icons/metadata-api/recommended.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/icons/metadata-api/recommended.png -------------------------------------------------------------------------------- /source/assets/images/icons/metadata-api/required.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/icons/metadata-api/required.png -------------------------------------------------------------------------------- /source/assets/images/icons/not_allowed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/icons/not_allowed.png -------------------------------------------------------------------------------- /source/assets/images/icons/optional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/icons/optional.png -------------------------------------------------------------------------------- /source/assets/images/icons/recommended.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/icons/recommended.png -------------------------------------------------------------------------------- /source/assets/images/icons/required.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/icons/required.png -------------------------------------------------------------------------------- /source/assets/images/iiif-objects-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/iiif-objects-all.png -------------------------------------------------------------------------------- /source/assets/images/iiif-objects-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/iiif-objects-metadata.png -------------------------------------------------------------------------------- /source/assets/images/iiif-objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/iiif-objects.png -------------------------------------------------------------------------------- /source/assets/images/logo-iiif-34x30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/logo-iiif-34x30.png -------------------------------------------------------------------------------- /source/assets/images/orcid_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/images/orcid_16x16.png -------------------------------------------------------------------------------- /source/assets/js/anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/js/anchor.js -------------------------------------------------------------------------------- /source/assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/js/main.js -------------------------------------------------------------------------------- /source/assets/js/vendor/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/js/vendor/anchor.min.js -------------------------------------------------------------------------------- /source/assets/js/vendor/jquery-1.11.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/js/vendor/jquery-1.11.1.min.js -------------------------------------------------------------------------------- /source/assets/js/vendor/jquery-ui-1.8.17.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/js/vendor/jquery-ui-1.8.17.custom.min.js -------------------------------------------------------------------------------- /source/assets/js/vendor/jquery.ddslick.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/js/vendor/jquery.ddslick.min.js -------------------------------------------------------------------------------- /source/assets/js/vendor/jquery.iiif-demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/js/vendor/jquery.iiif-demo.js -------------------------------------------------------------------------------- /source/assets/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js -------------------------------------------------------------------------------- /source/assets/js/vendor/slick.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/assets/js/vendor/slick.min.js -------------------------------------------------------------------------------- /source/auth/0.9/img/auth-flow-client-093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0.9/img/auth-flow-client-093.png -------------------------------------------------------------------------------- /source/auth/0.9/img/auth-flow-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0.9/img/auth-flow-client.png -------------------------------------------------------------------------------- /source/auth/0.9/img/auth-flow-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0.9/img/auth-flow-server.png -------------------------------------------------------------------------------- /source/auth/0.9/implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0.9/implementation.md -------------------------------------------------------------------------------- /source/auth/0.9/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0.9/index.md -------------------------------------------------------------------------------- /source/auth/0/clickthrough.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0/clickthrough.md -------------------------------------------------------------------------------- /source/auth/0/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0/context.json -------------------------------------------------------------------------------- /source/auth/0/external.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0/external.md -------------------------------------------------------------------------------- /source/auth/0/kiosk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0/kiosk.md -------------------------------------------------------------------------------- /source/auth/0/login.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0/login.md -------------------------------------------------------------------------------- /source/auth/0/token.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/0/token.md -------------------------------------------------------------------------------- /source/auth/1.0/img/auth-flow-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/1.0/img/auth-flow-client.png -------------------------------------------------------------------------------- /source/auth/1.0/implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/1.0/implementation.md -------------------------------------------------------------------------------- /source/auth/1.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/1.0/index.md -------------------------------------------------------------------------------- /source/auth/1/clickthrough.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/1/clickthrough.md -------------------------------------------------------------------------------- /source/auth/1/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/1/context.json -------------------------------------------------------------------------------- /source/auth/1/external.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/1/external.md -------------------------------------------------------------------------------- /source/auth/1/kiosk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/1/kiosk.md -------------------------------------------------------------------------------- /source/auth/1/login.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/1/login.md -------------------------------------------------------------------------------- /source/auth/1/token.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/1/token.md -------------------------------------------------------------------------------- /source/auth/2.0/change-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/2.0/change-log.md -------------------------------------------------------------------------------- /source/auth/2.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/2.0/index.md -------------------------------------------------------------------------------- /source/auth/2/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/auth/2/context.json -------------------------------------------------------------------------------- /source/content-state/0.1/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/content-state/0.1/index.md -------------------------------------------------------------------------------- /source/content-state/0.2/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/content-state/0.2/index.md -------------------------------------------------------------------------------- /source/content-state/0.3/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/content-state/0.3/index.md -------------------------------------------------------------------------------- /source/content-state/0.9/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/content-state/0.9/index.md -------------------------------------------------------------------------------- /source/content-state/1.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/content-state/1.0/index.md -------------------------------------------------------------------------------- /source/discovery/0.1/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/discovery/0.1/index.md -------------------------------------------------------------------------------- /source/discovery/0.2/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/discovery/0.2/index.md -------------------------------------------------------------------------------- /source/discovery/0.3/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/discovery/0.3/index.md -------------------------------------------------------------------------------- /source/discovery/0.4/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/discovery/0.4/index.md -------------------------------------------------------------------------------- /source/discovery/0.9/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/discovery/0.9/index.md -------------------------------------------------------------------------------- /source/discovery/0/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/discovery/0/context.json -------------------------------------------------------------------------------- /source/discovery/1.0/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/discovery/1.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/discovery/1.0/index.md -------------------------------------------------------------------------------- /source/discovery/1/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/discovery/1/context.json -------------------------------------------------------------------------------- /source/discovery/1/ontology.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/discovery/1/ontology.xml -------------------------------------------------------------------------------- /source/extension/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/extension/georef/1/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/georef/1/context.json -------------------------------------------------------------------------------- /source/extension/georef/images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/georef/images/README.md -------------------------------------------------------------------------------- /source/extension/georef/images/greenpoint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/georef/images/greenpoint.jpg -------------------------------------------------------------------------------- /source/extension/georef/images/watergraafsmeer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/georef/images/watergraafsmeer.jpg -------------------------------------------------------------------------------- /source/extension/georef/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/georef/index.md -------------------------------------------------------------------------------- /source/extension/georef/vocab/georef-terms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/georef/vocab/georef-terms.md -------------------------------------------------------------------------------- /source/extension/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/index.md -------------------------------------------------------------------------------- /source/extension/navplace/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/navplace/context.json -------------------------------------------------------------------------------- /source/extension/navplace/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/navplace/index.md -------------------------------------------------------------------------------- /source/extension/text-granularity/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/text-granularity/context.json -------------------------------------------------------------------------------- /source/extension/text-granularity/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/extension/text-granularity/index.md -------------------------------------------------------------------------------- /source/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/favicon.ico -------------------------------------------------------------------------------- /source/image/1.0/compliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/compliance.md -------------------------------------------------------------------------------- /source/image/1.0/images/iiif-order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/images/iiif-order.png -------------------------------------------------------------------------------- /source/image/1.0/images/iiif-quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/images/iiif-quality.png -------------------------------------------------------------------------------- /source/image/1.0/images/iiif-region.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/images/iiif-region.png -------------------------------------------------------------------------------- /source/image/1.0/images/iiif-rotated-img-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/images/iiif-rotated-img-size.png -------------------------------------------------------------------------------- /source/image/1.0/images/iiif-rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/images/iiif-rotation.png -------------------------------------------------------------------------------- /source/image/1.0/images/iiif-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/images/iiif-size.png -------------------------------------------------------------------------------- /source/image/1.0/index.html.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/index.html.old -------------------------------------------------------------------------------- /source/image/1.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/index.md -------------------------------------------------------------------------------- /source/image/1.0/rotation_calc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/rotation_calc.md -------------------------------------------------------------------------------- /source/image/1.0/xml/image-api.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/xml/image-api.rng -------------------------------------------------------------------------------- /source/image/1.0/xml/image-api.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.0/xml/image-api.xsd -------------------------------------------------------------------------------- /source/image/1.1/change-log.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/change-log.html -------------------------------------------------------------------------------- /source/image/1.1/compliance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/compliance.html -------------------------------------------------------------------------------- /source/image/1.1/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/css/main.css -------------------------------------------------------------------------------- /source/image/1.1/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/css/normalize.css -------------------------------------------------------------------------------- /source/image/1.1/css/normalize.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/css/normalize.min.css -------------------------------------------------------------------------------- /source/image/1.1/img/iiif-order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/img/iiif-order.png -------------------------------------------------------------------------------- /source/image/1.1/img/iiif-quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/img/iiif-quality.png -------------------------------------------------------------------------------- /source/image/1.1/img/iiif-region.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/img/iiif-region.png -------------------------------------------------------------------------------- /source/image/1.1/img/iiif-rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/img/iiif-rotation.png -------------------------------------------------------------------------------- /source/image/1.1/img/iiif-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/img/iiif-size.png -------------------------------------------------------------------------------- /source/image/1.1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1.1/index.html -------------------------------------------------------------------------------- /source/image/1/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/1/context.json -------------------------------------------------------------------------------- /source/image/2.0/change-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/change-log.md -------------------------------------------------------------------------------- /source/image/2.0/compliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/compliance.md -------------------------------------------------------------------------------- /source/image/2.0/example/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/image/2.0/img/bitonal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/bitonal.png -------------------------------------------------------------------------------- /source/image/2.0/img/full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/full.png -------------------------------------------------------------------------------- /source/image/2.0/img/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/gray.png -------------------------------------------------------------------------------- /source/image/2.0/img/mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/mirror.png -------------------------------------------------------------------------------- /source/image/2.0/img/mirror_180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/mirror_180.png -------------------------------------------------------------------------------- /source/image/2.0/img/region_pct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/region_pct.png -------------------------------------------------------------------------------- /source/image/2.0/img/region_pct_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/region_pct_over.png -------------------------------------------------------------------------------- /source/image/2.0/img/region_px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/region_px.png -------------------------------------------------------------------------------- /source/image/2.0/img/region_px_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/region_px_over.png -------------------------------------------------------------------------------- /source/image/2.0/img/rotate_180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/rotate_180.png -------------------------------------------------------------------------------- /source/image/2.0/img/rotate_22-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/rotate_22-5.png -------------------------------------------------------------------------------- /source/image/2.0/img/rotate_90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/rotate_90.png -------------------------------------------------------------------------------- /source/image/2.0/img/size_bwch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/size_bwch.png -------------------------------------------------------------------------------- /source/image/2.0/img/size_ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/size_ch.png -------------------------------------------------------------------------------- /source/image/2.0/img/size_pct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/size_pct.png -------------------------------------------------------------------------------- /source/image/2.0/img/size_wc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/size_wc.png -------------------------------------------------------------------------------- /source/image/2.0/img/size_wch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/size_wch.png -------------------------------------------------------------------------------- /source/image/2.0/img/transformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/img/transformation.png -------------------------------------------------------------------------------- /source/image/2.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.0/index.md -------------------------------------------------------------------------------- /source/image/2.1/change-log-211.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/change-log-211.md -------------------------------------------------------------------------------- /source/image/2.1/change-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/change-log.md -------------------------------------------------------------------------------- /source/image/2.1/compliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/compliance.md -------------------------------------------------------------------------------- /source/image/2.1/img/bitonal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/bitonal.png -------------------------------------------------------------------------------- /source/image/2.1/img/full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/full.png -------------------------------------------------------------------------------- /source/image/2.1/img/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/gray.png -------------------------------------------------------------------------------- /source/image/2.1/img/mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/mirror.png -------------------------------------------------------------------------------- /source/image/2.1/img/mirror_180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/mirror_180.png -------------------------------------------------------------------------------- /source/image/2.1/img/region_pct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/region_pct.png -------------------------------------------------------------------------------- /source/image/2.1/img/region_pct_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/region_pct_over.png -------------------------------------------------------------------------------- /source/image/2.1/img/region_px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/region_px.png -------------------------------------------------------------------------------- /source/image/2.1/img/region_px_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/region_px_over.png -------------------------------------------------------------------------------- /source/image/2.1/img/region_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/region_square.png -------------------------------------------------------------------------------- /source/image/2.1/img/rotate_180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/rotate_180.png -------------------------------------------------------------------------------- /source/image/2.1/img/rotate_22-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/rotate_22-5.png -------------------------------------------------------------------------------- /source/image/2.1/img/rotate_90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/rotate_90.png -------------------------------------------------------------------------------- /source/image/2.1/img/size_bwch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/size_bwch.png -------------------------------------------------------------------------------- /source/image/2.1/img/size_ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/size_ch.png -------------------------------------------------------------------------------- /source/image/2.1/img/size_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/size_max.png -------------------------------------------------------------------------------- /source/image/2.1/img/size_pct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/size_pct.png -------------------------------------------------------------------------------- /source/image/2.1/img/size_wc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/size_wc.png -------------------------------------------------------------------------------- /source/image/2.1/img/size_wch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/size_wch.png -------------------------------------------------------------------------------- /source/image/2.1/img/transformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/img/transformation.png -------------------------------------------------------------------------------- /source/image/2.1/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2.1/index.md -------------------------------------------------------------------------------- /source/image/2/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2/context.json -------------------------------------------------------------------------------- /source/image/2/info_frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2/info_frame.json -------------------------------------------------------------------------------- /source/image/2/level0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2/level0.json -------------------------------------------------------------------------------- /source/image/2/level1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2/level1.json -------------------------------------------------------------------------------- /source/image/2/level2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2/level2.json -------------------------------------------------------------------------------- /source/image/2/ontology.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/2/ontology.xml -------------------------------------------------------------------------------- /source/image/3.0/change-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/change-log.md -------------------------------------------------------------------------------- /source/image/3.0/compliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/compliance.md -------------------------------------------------------------------------------- /source/image/3.0/img/bitonal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/bitonal.png -------------------------------------------------------------------------------- /source/image/3.0/img/full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/full.png -------------------------------------------------------------------------------- /source/image/3.0/img/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/gray.png -------------------------------------------------------------------------------- /source/image/3.0/img/mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/mirror.png -------------------------------------------------------------------------------- /source/image/3.0/img/mirror_180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/mirror_180.png -------------------------------------------------------------------------------- /source/image/3.0/img/region_pct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/region_pct.png -------------------------------------------------------------------------------- /source/image/3.0/img/region_pct_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/region_pct_over.png -------------------------------------------------------------------------------- /source/image/3.0/img/region_px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/region_px.png -------------------------------------------------------------------------------- /source/image/3.0/img/region_px_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/region_px_over.png -------------------------------------------------------------------------------- /source/image/3.0/img/region_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/region_square.png -------------------------------------------------------------------------------- /source/image/3.0/img/rotate_180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/rotate_180.png -------------------------------------------------------------------------------- /source/image/3.0/img/rotate_22-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/rotate_22-5.png -------------------------------------------------------------------------------- /source/image/3.0/img/rotate_90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/rotate_90.png -------------------------------------------------------------------------------- /source/image/3.0/img/size_bwch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/size_bwch.png -------------------------------------------------------------------------------- /source/image/3.0/img/size_ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/size_ch.png -------------------------------------------------------------------------------- /source/image/3.0/img/size_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/size_max.png -------------------------------------------------------------------------------- /source/image/3.0/img/size_pct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/size_pct.png -------------------------------------------------------------------------------- /source/image/3.0/img/size_up_bwch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/size_up_bwch.png -------------------------------------------------------------------------------- /source/image/3.0/img/size_up_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/size_up_max.png -------------------------------------------------------------------------------- /source/image/3.0/img/size_up_wch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/size_up_wch.png -------------------------------------------------------------------------------- /source/image/3.0/img/size_wc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/size_wc.png -------------------------------------------------------------------------------- /source/image/3.0/img/size_wch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/size_wch.png -------------------------------------------------------------------------------- /source/image/3.0/img/transformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/img/transformation.png -------------------------------------------------------------------------------- /source/image/3.0/implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/implementation.md -------------------------------------------------------------------------------- /source/image/3.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3.0/index.md -------------------------------------------------------------------------------- /source/image/3/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3/context.json -------------------------------------------------------------------------------- /source/image/3/info_frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3/info_frame.json -------------------------------------------------------------------------------- /source/image/3/level0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3/level0.json -------------------------------------------------------------------------------- /source/image/3/level1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3/level1.json -------------------------------------------------------------------------------- /source/image/3/level2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/3/level2.json -------------------------------------------------------------------------------- /source/image/validator/67352ccc-d1b0-11e1-89ae-279075081939.jp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/67352ccc-d1b0-11e1-89ae-279075081939.jp2 -------------------------------------------------------------------------------- /source/image/validator/67352ccc-d1b0-11e1-89ae-279075081939.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/67352ccc-d1b0-11e1-89ae-279075081939.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-bg_glass_50_3baae3_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-bg_glass_50_3baae3_1x400.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-icons_2694e8_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-icons_2694e8_256x240.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-icons_3d80b3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-icons_3d80b3_256x240.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-icons_72a7cf_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-icons_72a7cf_256x240.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /source/image/validator/css/cupertino/jquery-ui-1.8.17.custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/cupertino/jquery-ui-1.8.17.custom.css -------------------------------------------------------------------------------- /source/image/validator/css/iiif.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/css/iiif.css -------------------------------------------------------------------------------- /source/image/validator/download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/download.html -------------------------------------------------------------------------------- /source/image/validator/img/iiif-logo-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/img/iiif-logo-60.png -------------------------------------------------------------------------------- /source/image/validator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/index.html -------------------------------------------------------------------------------- /source/image/validator/js/results.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/js/results.js -------------------------------------------------------------------------------- /source/image/validator/js/select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/js/select.js -------------------------------------------------------------------------------- /source/image/validator/results.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/image/validator/results.html -------------------------------------------------------------------------------- /source/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/index.md -------------------------------------------------------------------------------- /source/metadata/0.9/images/iiif-objects-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/metadata/0.9/images/iiif-objects-all.png -------------------------------------------------------------------------------- /source/metadata/0.9/images/iiif-objects-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/metadata/0.9/images/iiif-objects-metadata.png -------------------------------------------------------------------------------- /source/metadata/0.9/images/iiif-objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/metadata/0.9/images/iiif-objects.png -------------------------------------------------------------------------------- /source/metadata/0.9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/metadata/0.9/index.html -------------------------------------------------------------------------------- /source/metadata/0.9/oa-spec.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/metadata/0.9/oa-spec.css -------------------------------------------------------------------------------- /source/metadata/1.0/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/metadata/1.0/index.html -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/anno1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/anno1.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/annotationList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/annotationList.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/canvas1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/canvas1.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/canvasAnnoPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/canvasAnnoPage.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/canvasToPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/canvasToPage.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/cc-by-nc-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/cc-by-nc-sa.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/cc-by-sa-nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/cc-by-sa-nc.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/choice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/choice1.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/manifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/manifest.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/orderedaggr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/orderedaggr.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/range.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/segment1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/segment1.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/sequence.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/small-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/small-logo.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/svcbibl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/svcbibl.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/zone-eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/zone-eg.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/images/zone1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/images/zone1.png -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/index.html -------------------------------------------------------------------------------- /source/model/shared-canvas/1.0/sharedcanvas.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/1.0/sharedcanvas.css -------------------------------------------------------------------------------- /source/model/shared-canvas/2.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/model/shared-canvas/2.0/index.md -------------------------------------------------------------------------------- /source/presentation/1/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/1/context.json -------------------------------------------------------------------------------- /source/presentation/2.0/change-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/change-log.md -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/0/manifest.json: -------------------------------------------------------------------------------- 1 | asdf -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/1/manifest.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/10/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/10/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/11/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/11/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/12/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/12/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/13/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/13/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/14/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/14/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/15/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/15/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/16/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/16/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/17/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/17/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/18/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/18/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/19/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/19/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/2/manifest.json: -------------------------------------------------------------------------------- 1 | {"@id":"foo"} -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/20/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/20/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/21/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/21/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/22/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/22/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/23/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/23/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/24/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/24/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/25/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/25/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/26/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/26/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/27/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/27/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/28/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/28/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/29/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/29/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/3/manifest.json: -------------------------------------------------------------------------------- 1 | {"@context":""} -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/30/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/30/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/31/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/31/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/32/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/32/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/33/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/33/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/34/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/34/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/35/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/35/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/36/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/36/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/37/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/37/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/38/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/38/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/39/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/39/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/4/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/4/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/40/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/40/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/41/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/41/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/42/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/42/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/43/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/43/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/44/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/44/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/45/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/45/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/46/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/46/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/47/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/47/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/48/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/48/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/49/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/49/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/5/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/5/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/50/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/50/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/51/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/51/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/6/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/6/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/7/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/7/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/8/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/8/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/9/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/9/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/errors/collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/errors/collection.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/1/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/1/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/10/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/10/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/11/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/11/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/12/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/12/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/13/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/13/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/14/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/14/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/15/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/15/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/16/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/16/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/17/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/17/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/18/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/18/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/19/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/19/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/2/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/2/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/20/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/20/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/21/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/21/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/22/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/22/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/23/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/23/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/24/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/24/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/25/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/25/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/26/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/26/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/27/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/27/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/28/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/28/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/29/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/29/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/3/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/3/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/30/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/30/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/31/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/31/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/32/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/32/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/33/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/33/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/34/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/34/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/35/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/35/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/36/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/36/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/37/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/37/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/38/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/38/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/39/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/39/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/4/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/4/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/40/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/40/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/41/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/41/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/43/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/43/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/44/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/44/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/45/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/45/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/46/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/46/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/47/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/47/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/48/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/48/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/5/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/5/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/51/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/51/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/52/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/52/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/54/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/54/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/6/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/6/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/61/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/61/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/62/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/62/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/63/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/63/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/64/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/64/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/65/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/65/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/7/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/7/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/8/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/8/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/9/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/9/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/collection.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/43/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/43/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/44/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/44/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/45/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/45/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/46/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/46/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/47/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/47/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/48/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/48/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/51/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/51/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/52/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/52/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/54/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/54/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/list/61/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/list/61/list1.json -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/resources/67352ccc-d1b0-11e1-89ae-279075081939.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/resources/67352ccc-d1b0-11e1-89ae-279075081939.png -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/resources/detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/resources/detail.jpg -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/resources/line1.txt: -------------------------------------------------------------------------------- 1 | Top of First Page to Display -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/resources/page1-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/resources/page1-full.png -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/resources/page1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/resources/page1.txt -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/resources/page2-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/resources/page2-full.png -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/resources/test-components.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/resources/test-components.graffle -------------------------------------------------------------------------------- /source/presentation/2.0/example/fixtures/sequence/20/s1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/example/fixtures/sequence/20/s1.json -------------------------------------------------------------------------------- /source/presentation/2.0/img/cardinality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/img/cardinality.png -------------------------------------------------------------------------------- /source/presentation/2.0/img/objects-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/img/objects-all.png -------------------------------------------------------------------------------- /source/presentation/2.0/img/objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/img/objects.png -------------------------------------------------------------------------------- /source/presentation/2.0/img/objects.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/img/objects.webp -------------------------------------------------------------------------------- /source/presentation/2.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/index.md -------------------------------------------------------------------------------- /source/presentation/2.0/zones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.0/zones.md -------------------------------------------------------------------------------- /source/presentation/2.1/change-log-211.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/change-log-211.md -------------------------------------------------------------------------------- /source/presentation/2.1/change-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/change-log.md -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/0/manifest.json: -------------------------------------------------------------------------------- 1 | asdf -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/1/manifest.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/10/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/10/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/11/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/11/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/12/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/12/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/13/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/13/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/14/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/14/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/15/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/15/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/16/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/16/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/17/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/17/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/18/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/18/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/19/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/19/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/2/manifest.json: -------------------------------------------------------------------------------- 1 | {"@id":"foo"} -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/20/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/20/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/21/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/21/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/22/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/22/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/23/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/23/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/24/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/24/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/25/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/25/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/26/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/26/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/27/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/27/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/28/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/28/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/29/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/29/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/3/manifest.json: -------------------------------------------------------------------------------- 1 | {"@context":""} -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/30/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/30/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/31/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/31/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/32/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/32/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/33/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/33/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/34/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/34/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/35/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/35/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/36/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/36/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/37/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/37/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/38/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/38/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/39/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/39/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/4/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/4/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/40/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/40/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/41/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/41/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/42/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/42/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/43/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/43/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/44/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/44/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/45/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/45/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/46/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/46/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/47/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/47/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/48/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/48/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/49/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/49/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/5/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/5/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/50/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/50/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/51/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/51/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/6/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/6/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/7/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/7/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/8/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/8/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/9/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/9/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/errors/collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/errors/collection.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/1/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/1/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/10/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/10/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/11/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/11/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/12/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/12/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/13/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/13/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/14/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/14/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/15/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/15/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/16/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/16/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/17/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/17/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/18/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/18/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/19/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/19/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/2/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/2/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/20/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/20/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/21/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/21/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/22/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/22/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/23/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/23/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/24/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/24/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/25/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/25/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/26/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/26/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/27/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/27/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/28/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/28/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/29/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/29/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/3/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/3/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/30/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/30/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/31/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/31/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/32/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/32/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/33/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/33/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/34/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/34/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/35/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/35/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/36/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/36/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/37/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/37/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/38/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/38/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/39/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/39/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/4/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/4/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/40/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/40/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/41/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/41/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/43/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/43/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/44/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/44/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/45/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/45/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/46/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/46/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/47/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/47/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/48/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/48/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/5/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/5/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/51/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/51/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/52/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/52/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/54/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/54/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/6/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/6/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/61/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/61/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/62/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/62/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/63/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/63/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/64/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/64/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/65/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/65/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/7/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/7/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/8/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/8/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/9/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/9/manifest.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/collection.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/43/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/43/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/44/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/44/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/45/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/45/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/46/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/46/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/47/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/47/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/48/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/48/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/51/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/51/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/52/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/52/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/54/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/54/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/list/61/list1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/list/61/list1.json -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/resources/67352ccc-d1b0-11e1-89ae-279075081939.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/resources/67352ccc-d1b0-11e1-89ae-279075081939.png -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/resources/detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/resources/detail.jpg -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/resources/line1.txt: -------------------------------------------------------------------------------- 1 | Top of First Page to Display -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/resources/page1-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/resources/page1-full.png -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/resources/page1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/resources/page1.txt -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/resources/page2-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/resources/page2-full.png -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/resources/test-components.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/resources/test-components.graffle -------------------------------------------------------------------------------- /source/presentation/2.1/example/fixtures/sequence/20/s1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/example/fixtures/sequence/20/s1.json -------------------------------------------------------------------------------- /source/presentation/2.1/img/cardinality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/img/cardinality.png -------------------------------------------------------------------------------- /source/presentation/2.1/img/objects-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/img/objects-all.png -------------------------------------------------------------------------------- /source/presentation/2.1/img/objects-all.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/img/objects-all.webp -------------------------------------------------------------------------------- /source/presentation/2.1/img/objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/img/objects.png -------------------------------------------------------------------------------- /source/presentation/2.1/img/objects.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/img/objects.webp -------------------------------------------------------------------------------- /source/presentation/2.1/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/index.md -------------------------------------------------------------------------------- /source/presentation/2.1/zones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2.1/zones.md -------------------------------------------------------------------------------- /source/presentation/2/annotationList_frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2/annotationList_frame.json -------------------------------------------------------------------------------- /source/presentation/2/annotation_frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2/annotation_frame.json -------------------------------------------------------------------------------- /source/presentation/2/canvas_frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2/canvas_frame.json -------------------------------------------------------------------------------- /source/presentation/2/collection_frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2/collection_frame.json -------------------------------------------------------------------------------- /source/presentation/2/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2/context.json -------------------------------------------------------------------------------- /source/presentation/2/manifest_frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2/manifest_frame.json -------------------------------------------------------------------------------- /source/presentation/2/ontology.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2/ontology.xml -------------------------------------------------------------------------------- /source/presentation/2/range_frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2/range_frame.json -------------------------------------------------------------------------------- /source/presentation/2/sequence_frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/2/sequence_frame.json -------------------------------------------------------------------------------- /source/presentation/3.0/change-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/3.0/change-log.md -------------------------------------------------------------------------------- /source/presentation/3.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/3.0/index.md -------------------------------------------------------------------------------- /source/presentation/3/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/3/context.json -------------------------------------------------------------------------------- /source/presentation/usecases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/usecases.md -------------------------------------------------------------------------------- /source/presentation/validator/service/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/presentation/validator/service/index.html -------------------------------------------------------------------------------- /source/registry/behaviors/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/behaviors/index.md -------------------------------------------------------------------------------- /source/registry/image-extensions/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/image-extensions/index.md -------------------------------------------------------------------------------- /source/registry/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/index.md -------------------------------------------------------------------------------- /source/registry/motivations/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/motivations/index.md -------------------------------------------------------------------------------- /source/registry/process/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/process/index.md -------------------------------------------------------------------------------- /source/registry/profiles/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/profiles/index.md -------------------------------------------------------------------------------- /source/registry/rights/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/rights/index.md -------------------------------------------------------------------------------- /source/registry/selectors/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/selectors/context.json -------------------------------------------------------------------------------- /source/registry/selectors/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/selectors/index.md -------------------------------------------------------------------------------- /source/registry/services/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/services/index.md -------------------------------------------------------------------------------- /source/registry/timeModes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/timeModes/index.md -------------------------------------------------------------------------------- /source/registry/types/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/types/index.md -------------------------------------------------------------------------------- /source/registry/viewingDirections/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/registry/viewingDirections/index.md -------------------------------------------------------------------------------- /source/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/robots.txt -------------------------------------------------------------------------------- /source/search/0.9/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/search/0.9/index.md -------------------------------------------------------------------------------- /source/search/0/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/search/0/context.json -------------------------------------------------------------------------------- /source/search/1.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/search/1.0/index.md -------------------------------------------------------------------------------- /source/search/1/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/search/1/context.json -------------------------------------------------------------------------------- /source/search/2.0/change-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/search/2.0/change-log.md -------------------------------------------------------------------------------- /source/search/2.0/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/search/2.0/index.md -------------------------------------------------------------------------------- /source/search/2/context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/source/search/2/context.json -------------------------------------------------------------------------------- /spec/source/syntax_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/spec/source/syntax_spec.rb -------------------------------------------------------------------------------- /spec/spec_helper.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IIIF/api/HEAD/spec/spec_helper.rb --------------------------------------------------------------------------------