graph TB classDef place stroke:#bd4512,fill:#bd4512,color:white,rx:5px,ry:5px; classDef object stroke:#2C5D98,fill:#2C5D98,color:white,rx:5px,ry:5px; classDef thing stroke:#2C5D98,fill:#D0E5FF,color:#2C5D98,rx:5px,ry:5px; classDef note stroke:#2C5D98,fill:#D8FDFF,color:#2C5D98,rx:5px,ry:5px; classDef actor stroke:#4e4403,fill:#fdde29,color:#4e4403,rx:5px,ry:5px; O0("Website") class O0 place; O1("Standard IIIF Viewers") class O1 object; O0["Website"] -- includes -->O1["Standard IIIF Viewers"] O2("Simple IIIF Discovery End-point") class O2 thing; O0["Website"] -- keyword search -->O2["Simple IIIF Discovery End-point"] O3("Lists of IIIF Resources") class O3 object; O2["Simple IIIF Discovery End-point"] -- outputs -->O3["Lists of IIIF Resources"] O4("#34;This type of end-point could be a stand alone system or it could just be acting as a simplified way of accessing an existing more complex API.#34;") class O4 note; O2["Simple IIIF Discovery End-point"] -- has note -->O4["#34;This type of end-point could be a stand alone system or
it could just be acting as a simplified way of accessing an
existing more complex API.#34;"] O5("Results formatter") class O5 actor; O3["Lists of IIIF Resources"] -- are processed using -->O5["Results formatter"] O6("#34;Results metadata along with a list of either IIIF manifest or info.json URLs#34;") class O6 note; O3["Lists of IIIF Resources"] -- has note -->O6["#34;Results metadata along with a list of either IIIF
manifest or info.json URLs#34;"] O5["Results formatter"] -- feeds results to -->O1["Standard IIIF Viewers"] O7("#34;A simple script capable of taking the produced lists of IIIF resources and reformatting them to be added directly into an available IIIF Viewer, either as part of the creation of the website or more dynamically within an already loaded page#34;") class O7 note; O5["Results formatter"] -- has note -->O7["#34;A simple script capable of taking the produced lists of
IIIF resources and reformatting them to be added directly
into an available IIIF Viewer, either as part of the
creation of the website or more dynamically within an
already loaded page#34;"] ;