Skip to content

Commit 9cabc04

Browse files
authored
Update integration repo from roblib to islandora and version to 0.1.1. (#57)
* Update integration repo from roblib to islandora and version to 0.1.1. * Remove references to UPEI Robertson Library.
1 parent c238a0d commit 9cabc04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ a Plugin Not Found error.
4242
The module can use either an instance of Mirador Integration hosted
4343
on the web, or deployed locally.
4444

45-
The UPEI Robertson Library maintains a version of the Mirador library that includes image manipulation and text overlay plugins. This compiled library is available on the web at https://roblib.github.io/mirador-integration-islandora/islandora-mirador-0.1.0.js, and the github project is at https://github.com/roblib/mirador-integration-islandora.
45+
Islandora maintains a version of the Mirador library that includes image manipulation and text overlay plugins. This compiled library is available on the web at https://islandora.github.io/mirador-integration-islandora/islandora-mirador-0.1.1.js, and the github project is at https://github.com/islandora/mirador-integration-islandora.
4646

4747
If you have a local build, put it in
4848
your webroot at libraries/mirador/dist/main.js.
@@ -64,7 +64,7 @@ The Islandora Mirador configuration page is located at "Administration » Config
6464
library's location (see [Mirador library](#mirador-library) above).
6565

6666
- **Enabled Plugins:** You can also enable particular plugins. You need to know if the
67-
plugins are included in the particular build of Mirador Integration. The Robertson Library version of Mirador supports both the "Text Overlay" and "Mirador Image Tools" plugins.
67+
plugins are included in the particular build of Mirador Integration. The Islandora version of Mirador supports both the "Text Overlay" and "Mirador Image Tools" plugins.
6868

6969
- **IIIF Manifest URL:** You can set the URL pattern to retrieve the IIIF manifest for a piece of content. Default Islandora comes with a REST export view titled "IIIF Manifest", found at `/admin/structure/views/view/iiif_manifest`. The URL to provide can be found in the single page display's path settings.<br />![](docs/iiif_manifest_view_path_settings.png)
7070
<br />

islandora_mirador.libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mirador:
66
url: https://github.com/ProjectMirador/mirador/blob/master/LICENSE
77
gpl-compatible: true
88
js:
9-
https://cdn.jsdelivr.net/gh/roblib/mirador-integration-islandora@gh-pages/islandora-mirador-0.1.0.js:
9+
https://cdn.jsdelivr.net/gh/islandora/mirador-integration-islandora@gh-pages/islandora-mirador-0.1.1.js:
1010
type: external
1111
minified: true
1212
attributes:

src/Form/MiradorConfigForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
4242
'local'=> $this->t('Local library placed in /libraries inside your webroot.'),
4343
'remote' => $this->t('Default remote location'),
4444
],
45-
'#description' => $this->t("For local, put the output of 'npm run webpack' of <a href=\"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/roblib/mirador-integration-islandora\">Mirador Integration Islandora</a> into web/library/mirador/dist/ and ensure it's named main.js."),
45+
'#description' => $this->t("For local, put the output of 'npm run webpack' of <a href=\"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/islandora/mirador-integration-islandora\">Mirador Integration Islandora</a> into web/library/mirador/dist/ and ensure it's named main.js."),
4646
'#default_value' => $config->get('mirador_library_installation_type'),
4747
];
4848

0 commit comments

Comments
 (0)