No commit activity in last 3 years
No release in over 3 years
Spotlight Resource Indexer for IIIF manifests or collections.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Build Status Coverage Status Dependency Status Gem Version

Spotlight::Resources::Iiif

Spotlight Resource Indexer for IIIF manifests or collections. A Rails engine gem for use in the blacklight-spotlight Rails engine gem.

Installation

Add this line to your blacklight-spotlight Rails application's Gemfile:

gem 'spotlight-resources-iiif'

And then execute:

$ bundle

Or install it yourself as:

$ gem install spotlight-resources-iiif

Then run the engine's generator:

$ bundle exec rails generate spotlight:resources:iiif:install

Usage

This is a Rails engine gem to be used along with blacklight-spotlight, another Rails engine gem used to build exhibits sites while leveraging the blacklight Rails engine gem.

This gem adds a new "Repository Item" form to your Spotlight application. This form allows curators to input one or more URLs to a IIIF Manifest or collection, and the contents of the feed will be harvested as new items in the Spotlight exhibit.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sul-dlss/spotlight-resources-iiif.

Contributing

  1. Fork it (https://help.github.com/articles/fork-a-repo/)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request (https://help.github.com/articles/using-pull-requests/)