From 9ecacf68b32919e0aef2661d18717569ae1dae52 Mon Sep 17 00:00:00 2001 From: Ben Companjen Date: Mon, 21 Aug 2023 15:43:27 +0200 Subject: [PATCH] Remove spaces, use hyphens in lists --- docs/user-documentation/iiif.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/user-documentation/iiif.md b/docs/user-documentation/iiif.md index fb624a1ec..f3fda15ec 100644 --- a/docs/user-documentation/iiif.md +++ b/docs/user-documentation/iiif.md @@ -15,10 +15,10 @@ At a practical level, because Islandora supports several of the IIIF specificati If you're not using one of our provisioning tools, you will need to: -* install and configure the Cantaloupe (or another IIIF-compliant) image server -* install a [viewer](../file-viewers) module and configure it to point to the IIIF Image server location -* if using the viewer to show single images, configure it as a file formatter in one of the display modes for your media. -* if using the viewer to show multi-paged content, install the [Islandora IIIF](https://github.com/Islandora/islandora/tree/2.x/modules/islandora_iiif) module and create a IIIF view (see the one in the Starter Site as an example), then configure the viewer's _block_ to show up where desired (see below for details on how it could be configured) +- install and configure the Cantaloupe (or another IIIF-compliant) image server +- install a [viewer](../file-viewers) module and configure it to point to the IIIF Image server location +- if using the viewer to show single images, configure it as a file formatter in one of the display modes for your media +- if using the viewer to show multi-paged content, install the [Islandora IIIF](https://github.com/Islandora/islandora/tree/2.x/modules/islandora_iiif) module and create a IIIF view (see the one in the Starter Site as an example), then configure the viewer's _block_ to show up where desired (see below for details on how it could be configured) ## Using IIIF in the Islandora Starter Site @@ -33,10 +33,10 @@ You can change how the paged content images are arranged in the OpenSeadragon vi 1. Visit `admin/config/media/openseadragon` 1. Scroll to the bottom, where you will see the "Collection Mode" options. 1. The "Enable Collection Mode" checkbox will be unchecked. This is normal (unless you have already checked it). The Open Seadragon Context automatically, and temporarily, puts OpenSeadragon in Collection mode when rendering a Paged Content object and then puts it back to Sequence mode (which is what mode it's in when the "Enable Collection Mode" checkbox is unchecked). _This means that in order for you to change options that apply to Collection Mode, you will need to check the "Enable Collection Mode" checkbox, change its options, save the form, then uncheck the "Enable Collection Mode" checkbox again._ Follow these steps, and it will work! - 1. Check the "Enable Collection Mode" checkbox. The Collection Mode options will appear. + 1. Check the "Enable Collection Mode" checkbox. The Collection Mode options will appear. 1. Adjust the options to what you want. 1. Click the "Save Configuration" button. - 1. After the form is saved, navigate back down to the "Collection Mode" options and _uncheck_ the "Enable Collection Mode" checkbox. + 1. After the form is saved, navigate back down to the "Collection Mode" options and _uncheck_ the "Enable Collection Mode" checkbox. 1. Click the "Save Configuration" button. ## Looking under the hood (and beyond) @@ -45,13 +45,12 @@ If you want to see the raw output of the IIIF API implementations in Islandora, The really neat thing is, IIIF-compliant viewers don't need to be embedded in Islandora websites. If a viewer on another website knows the URL of a IIIF manifest like the ones that Islandora can produce, that viewer can display the content described in the manifest. Some implementations of IIIF viewers that show off the potential to combine content from multiple IIIF servers include: -* [The Biblissima Project](http://demos.biblissima-condorcet.fr/mirador/) - brings together related content from different repositories. -* [diva.js](https://ddmal.music.mcgill.ca/diva.js/try/iiif-external.html) - select a source from the drop-down list at the top. +- [The Biblissima Project](https://demos.biblissima-condorcet.fr/mirador/) - brings together related content from different repositories. +- [diva.js](https://ddmal.music.mcgill.ca/diva.js/try/iiif-external.html) - select a source from the drop-down list at the top. These two examples have nothing to do with Islandora, but illustrate the potential for IIIF to build tools that extend beyond a given repository platform. ## Resources -To find resources on how to customize the IIIF interface check out IIIF's "[Guides to finding and working with IIIF materials](https://guides.iiif.io)" +To find resources on how to customize the IIIF interface check out IIIF's "[Guides to finding and working with IIIF materials](https://guides.iiif.io)". -For a list of [lists of awesome IIIF resources](https://github.com/IIIF/awesome-iiif) to see examples, tutorials, Digital Asset Management (DAMs), Image servers, Exhibits, Annotations, discovery, community involvement, [Online training courses](https://iiif.io/get-started/training), and more. - +There is also a [list of awesome IIIF resources](https://github.com/IIIF/awesome-iiif) that includes examples, tutorials, Digital Asset Management (DAMs), Image servers, Exhibits, Annotations, discovery, community involvement, [Online training courses](https://iiif.io/get-started/training), and more.