This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
gem 'blacklight', '~> 7.0' | |
gem 'geoblacklight', '~> 3.0' | |
gem 'webpacker' unless Rails.version.to_s.start_with? '6.1.' | |
gem 'sprockets', '< 4.0' # Use sprockets less than 4.0, let webpacker users set this up themselves | |
gem 'blacklight_range_limit', '~> 7.0.0' | |
gem 'geoblacklight_sidecar_images', '~> 0.8.1' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#gem 'rails', '>= 5.2.0' | |
# frozen_string_literal: true | |
gem 'blacklight', '>= 7.2.0' | |
gem 'geoblacklight', '~> 3.2.0' | |
gem 'blacklight_range_limit', '~> 7.0.0' | |
gem 'geoblacklight_sidecar_images' | |
gem 'mini_magick', '~> 4.9.4' | |
gem 'carrierwave', '~> 1.2' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $ rails _5.2.2_ new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight_sidecar_images/master/template.rb | |
gem 'blacklight', '>= 7.0' | |
gem 'geoblacklight', '>= 3.0' | |
gem 'statesman', '>= 3.4' | |
gem 'geoblacklight_sidecar_images', :git => "https://github.com/geoblacklight/geoblacklight_sidecar_images.git", :branch => "develop" | |
run 'bundle install' | |
generate 'blacklight:install', '--devise' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# gem 'rails', '~> 5.2.0' | |
# frozen_string_literal: true | |
gem 'blacklight', '~> 7.2.0' | |
gem 'geoblacklight', '~> 2.2.0' | |
gem 'blacklight_range_limit', '~> 7.0.0' | |
gem 'geoblacklight_sidecar_images', '~> 0.6.0' | |
gem 'mini_magick', '~> 4.9.4' | |
gem 'carrierwave', '~> 1.2' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://695104d6-93e2-45c4-9d80-a6aecda7aea5", | |
"@type": "sc:Manifest", | |
"label": "[Click to edit label]", | |
"metadata": [], | |
"description": [ | |
{ | |
"@value": "[Click to edit description]", | |
"@language": "en" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"label":"A custom manifest for IIIF practice.", | |
"description":"A short description", | |
"license":"Creative Commons 4.0 by-nc-sa", | |
"viewingDirection":"left-to-right", | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "https://example.com/my-manifest", | |
"@type": "sc:Manifest", | |
"sequences": [ | |
{ |