Skip to content

SlaveryImages/Mirador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirador Module for Omeka S

An Omeka S module to install and launch Mirador for items.

A barebones implementation that gives you a new Mirador action for your items that will bring up an item in a new Mirador container page. It contains the final release of Mirador 2.

It is not intended for anyone who is not comfortable developing their own themes.

We're interested in making this a full Omeka-S module, including support for annotations stored in the Omeka-S database and welcome funded projects and collaborations to add these -- or other -- new features.

Installation

This module depends on the IIIF Server module, so please install that first.

Download the last release from the list of releases, uncompress it in the modules directory, and rename the module folder Mirador. Then install it like any other Omeka module.

Use

To call it within your theme you'll need to add the following to the item show page in your theme: <a href="<?php echo $item->url(); ?>/mirador" target="_blank">

(We chose to do it with a IIIF icon underneath the image, see this page for example and the item show page for implementation details.)