From 0542ab50cba619809c6f1d337f6046540245ab59 Mon Sep 17 00:00:00 2001 From: Jon Stroop Date: Fri, 5 Feb 2016 15:43:27 -0800 Subject: [PATCH] rake to do everything --- .travis.yml | 2 +- README.md | 10 ++++++++-- Rakefile | 20 +++++++++++++++++--- dev.sh | 4 ---- spec/source/syntax_spec.rb | 4 ++-- test.sh | 16 ---------------- tmp/.htmlproofer/cache.log | 2 +- 7 files changed, 29 insertions(+), 29 deletions(-) delete mode 100755 dev.sh delete mode 100755 test.sh diff --git a/.travis.yml b/.travis.yml index e35ef9c2e..68c01638a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - bundle install - npm install grunt grunt-html --save-dev -script: "./test.sh" +script: rake ci # environment language: ruby diff --git a/README.md b/README.md index b6af848ee..a2e9974ea 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,13 @@ Markdown Source of specifications documents 1. `bundle install` - 2. Run `$ ./dev.sh` to compile the site and run a dev server on [http://localhost:4000](http://localhost:4000). + 2. Run `rake dev` to compile the site and run a dev server on [http://localhost:4000](http://localhost:4000). + +## To Run the Tests + +``` +rake ci +``` ## To Publish the Site to iiif.io @@ -25,4 +31,4 @@ Will deploy to the iiif.io site if you have permission. * Much of the site data is in the YAML files in `_data/` (e.g. member institutions, server impls, demos, etc.) make edits there. * The latest versions of the APIs are set in `_config.yml`. Change there will get pushed to `.htaccess`, `technical-details/`, and any other links. - * Always use the \[link text\]\[ref\] method of creating links. `ref` must consist only of a-zA-Z0-9_- and the first character must be a-zA-Z \ No newline at end of file + * Always use the \[link text\]\[ref\] method of creating links. `ref` must consist only of a-zA-Z0-9_- and the first character must be a-zA-Z diff --git a/Rakefile b/Rakefile index 91425c7db..487cfb387 100644 --- a/Rakefile +++ b/Rakefile @@ -3,10 +3,24 @@ require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) -task :test do - sh "bundle exec jekyll build" unless Dir.exists?('./_site') +def rebuild + sh 'rm -rf ./_site' if Dir.exists?('./_site') + sh 'bundle exec jekyll build' +end + +'Run the Markdown specs and HTML Proofer' +task :ci do + rebuild + sh 'grunt test' Rake::Task['spec'].invoke HTML::Proofer.new('./_site', cache: { timeframe: '2w' } ).run end -task default: :test +'Run the site locally on localhost:4000' +task :dev do + rebuild + sh 'rm -rf ./_site' if Dir.exists?('./_site') + sh 'jekyll serve --watch --drafts' +end + +task default: :ci diff --git a/dev.sh b/dev.sh deleted file mode 100755 index 5fc3bf108..000000000 --- a/dev.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -# Clean the _site directory and run the embedded dev server (port 4000) -rm -r _site -jekyll serve --watch --drafts diff --git a/spec/source/syntax_spec.rb b/spec/source/syntax_spec.rb index 7efd9f6df..1f48081db 100644 --- a/spec/source/syntax_spec.rb +++ b/spec/source/syntax_spec.rb @@ -1,10 +1,10 @@ require 'spec_helper' require 'kramdown/document' -describe 'Editors' do +describe 'Editors' do they 'tend to screw up markdown' do - + report = {} # template = 'cat %s | kramdown 2>&1 >/dev/null | grep "link ID \'[a-zA-Z][_0-9a-zA-Z-]*\'"' glob_pattern = File.join(File.expand_path('../../../source', __FILE__), '**/*.md') diff --git a/test.sh b/test.sh deleted file mode 100755 index de4232271..000000000 --- a/test.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# -# Run the tests -# - -# make this script exit as soon as any command exits with >0 -set -ev - -# Without this, deleted pages will stick around in the next build -rm -rf ./_site - -# Build the site with draft news posts -bundle exec jekyll build --drafts - -grunt test -bundle exec rake test diff --git a/tmp/.htmlproofer/cache.log b/tmp/.htmlproofer/cache.log index c8e03c517..62d0902e7 100644 --- a/tmp/.htmlproofer/cache.log +++ b/tmp/.htmlproofer/cache.log @@ -1 +1 @@ -{"http://fonts.googleapis.com/css?family=Raleway:100,300,500":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/2.0/index.html"],"status":200,"message":""},"http://creativecommons.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://creativecommons.org/licenses/by-nc-sa/3.0":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://creativecommons.org/licenses/by/4.0":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://ddmal.github.io/diva.js":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://iiif.io":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://iiif.io/api/image/2.0/#image-information":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/23/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/api/image/2.0":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://iiif.io/api/image/1.1":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/#linking-properties":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/#ranges":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/validator":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/example/fixtures/collection.json":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/#choice-of-alternative-resources":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/api/image/validator":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/#content-details":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/news/2015/06/17/iiif-consortium":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://iiif.io/technical-details":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://iiif.io/api/image/validator/service/list_tests":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/validator/download/index.html"],"status":200,"message":""},"http://digilib.sourceforge.net":{"time":"2016-02-05 15:09:25 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://en.wikipedia.org/wiki/XPointer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://dp.la":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://en.wikipedia.org/wiki/JSONP":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://geojson.org/vocab":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/services/index.html"],"status":200,"message":""},"http://geojson.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/services/index.html"],"status":200,"message":""},"http://iipimage.sourceforge.net/demo":{"time":"2016-02-05 15:09:25 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://enable-cors.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/technical-details/index.html"],"status":200,"message":""},"http://iipimage.sourceforge.net/documentation/server":{"time":"2016-02-05 15:09:25 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://openseadragon.github.io":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://mejackreed.github.io/Leaflet-IIIF/examples/example.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://groups.google.com/group/sharedcanvas":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://kakadusoftware.com/wp-content/uploads/2014/06/Usage_Examples.txt":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/change-log/index.html"],"status":200,"message":""},"http://iiif.io/api/image/2.0/example/reference/67352ccc-d1b0-11e1-89ae-279075081939":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://iiifghent2015.sched.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://libimages.princeton.edu/osd-demo":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://library.princeton.edu":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/e-codices.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/fractals.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://pillow.readthedocs.org/en/latest/handbook/image-file-formats.html#image-file-formats":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/change-log/index.html"],"status":200,"message":""},"http://httpd.apache.org/docs/2.2/en/mod/core.html#allowencodedslashes":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.1/index.html"],"status":200,"message":""},"http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/apache/index.html"],"status":200,"message":""},"http://showcase.iiif.io/viewer/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/ycba.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://json-ld.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.1/change-log/index.html"],"status":200,"message":""},"http://json-ld.org/spec/latest/json-ld-framing":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"http://demos.biblissima-condorcet.fr/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://semver.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.0/change-log/index.html"],"status":200,"message":""},"http://semver.org/spec/v2.0.0.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://library.stanford.edu/iiif/image-api/compliance.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.0/index.html"],"status":200,"message":""},"http://linkeddata.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://dfg-viewer.de/demo":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://sourceforge.net/projects/djatoka":{"time":"2016-02-05 09:34:38 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://github.com/IIIF/image-api":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/validator/download/index.html"],"status":200,"message":""},"http://github.com/IIIF/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://il-cortile-nl.restofactory.com/contact":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://github.com/IIIF/metadata-api":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/validator/index.html"],"status":200,"message":""},"http://sanddragon.bl.uk/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://lib.ugent.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/loris.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://europeana.eu":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.biblissima-condorcet.fr":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://wellcomelibrary.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.bl.uk/conferencecentre/conference.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2014/london_wg/index.html"],"status":200,"message":""},"http://www.accorhotels.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.bedandbreakfast-gent.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.iana.org/assignments/uri-schemes/prov/resource":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"http://www.diamm.ac.uk":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.cogapp.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.courstgeorges.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.cafeparti.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.ietf.org/rfc/rfc2617":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.1/index.html"],"status":200,"message":""},"http://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.ietf.org/rfc/rfc3986":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.1/index.html"],"status":200,"message":""},"http://ghent-river-hotel.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.imagemagick.org/script/command-line-processing.php#output":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/change-log/index.html"],"status":200,"message":""},"http://www.casadelastapas.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://dublincore.org/documents/dces":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://dublincore.org/documents/dcmi-terms":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/mirador.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/osd.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://www.openannotation.org/spec/core":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.openannotation.org/spec/core/core.html#BodyTargetType":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.openannotation.org/spec/core/core.html#Motivations":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/metadata/1.0/index.html"],"status":200,"message":""},"http://www.fsi-viewer.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://dfg-viewer.de/show/?tx_dlf[id]=http://dbs.hab.de/oai/wdb?verb=GetRecord&metadataPrefix=mets&identifier=oai:diglib.hab.de:ppn_549837965":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://www.castelnou.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.eetkaffee-delieve.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.openannotation.org/spec/core/multiplicity.html#Choice":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.json-ld.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://www.openarchives.org/ore":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.klokantech.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.eetkaffee-multatuli.be/contact":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.e-codices.unifr.ch":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.marriottghent.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.cafetheatre.be/en/contact":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.foyerntgent.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.w3.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/metadata/0.9/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.15":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Consortium/Legal/2015/doc-license":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/disclaimer/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://iiif-ghent-2015.eventbrite.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://wellcomeplayer-examples.azurewebsites.net/journal.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/23/call-notes/index.html"],"status":200,"message":""},"http://www.mellon.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.2":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Provider/Style/URI.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.0/change-log/index.html"],"status":200,"message":""},"http://www.w3.org/TR/CSS":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/Content-in-RDF10":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.w3.org/TR/SVG":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/cors":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/cors/#access-control-allow-methods-response-header":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/TR/json-ld-api/#compaction-algorithms":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.digirati.co.uk":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc5988":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/json-ld":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/json-ld/#interpreting-json-as-json-ld":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.0/index.html"],"status":200,"message":""},"http://www.w3.org/TR/rdf-primer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.w3.org/TR/webarch":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/rdf-schema":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.w3.org/TR/rdf11-concepts/#section-blank-nodes":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/media-frags/#naming-space":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/rdf-schema/#ch_list":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"https://en.wikipedia.org/wiki/Service_Location_Protocol#Adoption":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"http://www.nh-hotels.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.ugent.be/het-pand/en":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"https://developers.google.com/speed/webp":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/change-log/index.html"],"status":200,"message":""},"http://www.wdl.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://github.com/DMSTech/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/technical-details/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif-stories/issues":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc3986":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc5646":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.novotel.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.pakhuis.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/368":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/uv.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/iipimage-viewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc6570":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/klokantech-iiifviewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc2617":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/477":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/mirador-viewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc6750":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.0/index.html"],"status":200,"message":""},"http://www.keizershof.net":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc4122":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc2119":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc2609":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc6266":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://www.textandbytes.com/en":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/044da46a2eea17374f2604036bd4c066788cf95b":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/522f1664f244d3a6f35b05db4d66a7833b9b6bd2":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/b2d6bfe59bd3fdbe3147c88333d2c922f4caf1d6":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/478":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"https://github.com/UniversalViewer/manifesto":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/15c8445403d8ed72f300f8a3da6de2ce05cc8475":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/456":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/dd54d7dfaf4bd2b5ade8b1ab16b8ada8687eb7bb":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/93869af7e4fee290c044392e0858d1805cf26e80":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://github.com/pulibrary/loris":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/09/11/version-2-published/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/295":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/801e9e1628f34c77001d2b151df8efb88e1c688a":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/496":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/501":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!forum/iiif-announce":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!topic/iiif-discuss/AnXBvw_gVI0":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!topic/iiif-discuss/J7u9cyKZKU4":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!forum/iiif-discuss":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://github.com/jhu-digital-manuscripts/rosa/tree/master/rosa-iiif-endpoint":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://github.com/IIIF/image-api/tree/master/translators/ContentDM":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!topic/iiif-discuss/YOAAcALqoAE":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!topic/iiif-discuss/k2Lu6INn5KM":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/d/forum/iiif-discuss":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/technical-details/index.html"],"status":200,"message":""},"https://github.com/UniversalViewer/universalviewer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"https://www.ietf.org/rfc/rfc2119.txt":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://github.com/jronallo/djatoka":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://www.w3.org/community/openannotation":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"https://github.com/universalviewer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://pypi.python.org/pypi/PyLD":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"https://github.com/mejackreed/Leaflet-IIIF":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"https://github.com/ruven/iipmooviewer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://github.com/ruven/iipsrv":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/e-codices.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/fractals.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/iip.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/georeferencer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://www.qnl.qa":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/georeferencer.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/yale-ycba-iipmooviewer.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/klokantechiiifviewer.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/leaflet.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/loris-server.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://www.restkareldestoute.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/leaflet-iiif-viewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/osd-viewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/uv.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/f94fda233731b4140a922ee673f09fd2f04dc053":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/d/msg/iiif-discuss/4rp3OvK0jtI/Gow0pF45bMIJ":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/pull/297":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://www.shared-canvas.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/metadata/1.0/index.html"],"status":200,"message":""},"http://www.sandton.eu/gent":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"https://www.eventbrite.com/e/shared-images-of-global-cultural-heritage-tickets-12961304611":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2014/london_wg/index.html"],"status":200,"message":""},"https://www.airbnb.com/s/Ghent--Belgium?guests=&checkin=12/07/2015&checkout=12/09/2015&ss_id=zfnanfkw&source=bb":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.contentdm.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://gado-gado.gent/contact":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"https://www.eventbrite.com/e/sharing-images-of-global-culture-tickets-15546122872":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/washington/index.html"],"status":200,"message":""},"https://iiif-winter-2015.eventbrite.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://www.visitgent.be/en":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"https://drive.google.com/drive/u/0/folders/0B8APFBow4sHvUHBtVmh3VE01OW8":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"https://www.youtube.com/channel/UClcQIkLdYra7ZnOmMJnC5OA":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/05/20/call-notes/index.html"],"status":200,"message":""},"https://www.youtube.com/watch?v=jtlwRbVyOKE":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/05/20/call-notes/index.html"],"status":200,"message":""},"http://www.polona.pl/item/717521/50":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/05/20/call-notes/index.html"],"status":200,"message":""}} \ No newline at end of file +{"http://fonts.googleapis.com/css?family=Raleway:100,300,500":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/2.0/index.html"],"status":200,"message":""},"http://creativecommons.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://creativecommons.org/licenses/by-nc-sa/3.0":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://creativecommons.org/licenses/by/4.0":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://ddmal.github.io/diva.js":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://iiif.io":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://iiif.io/api/image/2.0/#image-information":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/23/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/api/image/2.0":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://iiif.io/api/image/1.1":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/#linking-properties":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/#ranges":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/validator":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/example/fixtures/collection.json":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/#choice-of-alternative-resources":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/api/image/validator":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://iiif.io/api/presentation/2.0/#content-details":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://iiif.io/news/2015/06/17/iiif-consortium":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://iiif.io/technical-details":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://iiif.io/api/image/validator/service/list_tests":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/validator/download/index.html"],"status":200,"message":""},"http://digilib.sourceforge.net":{"time":"2016-02-05 15:09:25 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://en.wikipedia.org/wiki/XPointer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://dp.la":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://en.wikipedia.org/wiki/JSONP":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://geojson.org/vocab":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/services/index.html"],"status":200,"message":""},"http://geojson.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/services/index.html"],"status":200,"message":""},"http://iipimage.sourceforge.net/demo":{"time":"2016-02-05 15:09:25 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://enable-cors.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/technical-details/index.html"],"status":200,"message":""},"http://iipimage.sourceforge.net/documentation/server":{"time":"2016-02-05 15:09:25 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://openseadragon.github.io":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://mejackreed.github.io/Leaflet-IIIF/examples/example.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://groups.google.com/group/sharedcanvas":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://kakadusoftware.com/wp-content/uploads/2014/06/Usage_Examples.txt":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/change-log/index.html"],"status":200,"message":""},"http://iiif.io/api/image/2.0/example/reference/67352ccc-d1b0-11e1-89ae-279075081939":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://iiifghent2015.sched.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://libimages.princeton.edu/osd-demo":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://library.princeton.edu":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/e-codices.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/fractals.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://pillow.readthedocs.org/en/latest/handbook/image-file-formats.html#image-file-formats":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/change-log/index.html"],"status":200,"message":""},"http://httpd.apache.org/docs/2.2/en/mod/core.html#allowencodedslashes":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.1/index.html"],"status":200,"message":""},"http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/apache/index.html"],"status":200,"message":""},"http://showcase.iiif.io/viewer/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/ycba.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://json-ld.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.1/change-log/index.html"],"status":200,"message":""},"http://json-ld.org/spec/latest/json-ld-framing":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"http://demos.biblissima-condorcet.fr/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://semver.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.0/change-log/index.html"],"status":200,"message":""},"http://semver.org/spec/v2.0.0.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://library.stanford.edu/iiif/image-api/compliance.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.0/index.html"],"status":200,"message":""},"http://linkeddata.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://dfg-viewer.de/demo":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://sourceforge.net/projects/djatoka":{"time":"2016-02-05 09:34:38 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://github.com/IIIF/image-api":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/validator/download/index.html"],"status":200,"message":""},"http://github.com/IIIF/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://il-cortile-nl.restofactory.com/contact":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://github.com/IIIF/metadata-api":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/validator/index.html"],"status":200,"message":""},"http://sanddragon.bl.uk/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://lib.ugent.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/loris.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://europeana.eu":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.biblissima-condorcet.fr":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://wellcomelibrary.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.bl.uk/conferencecentre/conference.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2014/london_wg/index.html"],"status":200,"message":""},"http://www.accorhotels.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.bedandbreakfast-gent.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.iana.org/assignments/uri-schemes/prov/resource":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"http://www.diamm.ac.uk":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.cogapp.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.courstgeorges.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.cafeparti.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.ietf.org/rfc/rfc2617":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.1/index.html"],"status":200,"message":""},"http://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.ietf.org/rfc/rfc3986":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.1/index.html"],"status":200,"message":""},"http://ghent-river-hotel.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.imagemagick.org/script/command-line-processing.php#output":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/change-log/index.html"],"status":200,"message":""},"http://www.casadelastapas.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://dublincore.org/documents/dces":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://dublincore.org/documents/dcmi-terms":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/mirador.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/osd.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://www.openannotation.org/spec/core":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.openannotation.org/spec/core/core.html#BodyTargetType":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.openannotation.org/spec/core/core.html#Motivations":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/metadata/1.0/index.html"],"status":200,"message":""},"http://www.fsi-viewer.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://dfg-viewer.de/show/?tx_dlf[id]=http://dbs.hab.de/oai/wdb?verb=GetRecord&metadataPrefix=mets&identifier=oai:diglib.hab.de:ppn_549837965":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/06/call-notes/index.html"],"status":200,"message":""},"http://www.castelnou.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.eetkaffee-delieve.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.openannotation.org/spec/core/multiplicity.html#Choice":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.json-ld.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://www.openarchives.org/ore":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.klokantech.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.eetkaffee-multatuli.be/contact":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.e-codices.unifr.ch":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://www.marriottghent.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.cafetheatre.be/en/contact":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.foyerntgent.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://www.w3.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/metadata/0.9/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.15":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Consortium/Legal/2015/doc-license":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/disclaimer/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://iiif-ghent-2015.eventbrite.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://wellcomeplayer-examples.azurewebsites.net/journal.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/23/call-notes/index.html"],"status":200,"message":""},"http://www.mellon.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.2":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/Provider/Style/URI.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.0/change-log/index.html"],"status":200,"message":""},"http://www.w3.org/TR/CSS":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/Content-in-RDF10":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.w3.org/TR/SVG":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/cors":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/cors/#access-control-allow-methods-response-header":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"http://www.w3.org/TR/json-ld-api/#compaction-algorithms":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.digirati.co.uk":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc5988":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/json-ld":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/json-ld/#interpreting-json-as-json-ld":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.0/index.html"],"status":200,"message":""},"http://www.w3.org/TR/rdf-primer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.w3.org/TR/webarch":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/rdf-schema":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://www.w3.org/TR/rdf11-concepts/#section-blank-nodes":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/media-frags/#naming-space":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.w3.org/TR/rdf-schema/#ch_list":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"https://en.wikipedia.org/wiki/Service_Location_Protocol#Adoption":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"http://www.nh-hotels.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.ugent.be/het-pand/en":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"https://developers.google.com/speed/webp":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/change-log/index.html"],"status":200,"message":""},"http://www.wdl.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://github.com/DMSTech/mirador":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/technical-details/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif-stories/issues":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc3986":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc5646":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://www.novotel.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.pakhuis.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/368":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/uv.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/iipimage-viewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc6570":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/klokantech-iiifviewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc2617":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.0/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/477":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/mirador-viewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc6750":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/1.0/index.html"],"status":200,"message":""},"http://www.keizershof.net":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc4122":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/presentation/2.1/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc2119":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/auth/0.9/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc2609":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"http://tools.ietf.org/html/rfc6266":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/image/2.1/index.html"],"status":200,"message":""},"http://www.textandbytes.com/en":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/044da46a2eea17374f2604036bd4c066788cf95b":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/522f1664f244d3a6f35b05db4d66a7833b9b6bd2":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/b2d6bfe59bd3fdbe3147c88333d2c922f4caf1d6":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/478":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"https://github.com/UniversalViewer/manifesto":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/15c8445403d8ed72f300f8a3da6de2ce05cc8475":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/456":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/dd54d7dfaf4bd2b5ade8b1ab16b8ada8687eb7bb":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/93869af7e4fee290c044392e0858d1805cf26e80":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://github.com/pulibrary/loris":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/09/11/version-2-published/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/295":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/801e9e1628f34c77001d2b151df8efb88e1c688a":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/496":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/issues/501":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/proposed-changes/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!forum/iiif-announce":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!topic/iiif-discuss/AnXBvw_gVI0":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!topic/iiif-discuss/J7u9cyKZKU4":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!forum/iiif-discuss":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://github.com/jhu-digital-manuscripts/rosa/tree/master/rosa-iiif-endpoint":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://github.com/IIIF/image-api/tree/master/translators/ContentDM":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!topic/iiif-discuss/YOAAcALqoAE":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/forum/#!topic/iiif-discuss/k2Lu6INn5KM":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/d/forum/iiif-discuss":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/technical-details/index.html"],"status":200,"message":""},"https://github.com/UniversalViewer/universalviewer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"https://www.ietf.org/rfc/rfc2119.txt":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/editors/index.html"],"status":200,"message":""},"https://github.com/jronallo/djatoka":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://www.w3.org/community/openannotation":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/model/shared-canvas/1.0/index.html"],"status":200,"message":""},"https://github.com/universalviewer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://pypi.python.org/pypi/PyLD":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/notes/jsonld/index.html"],"status":200,"message":""},"https://github.com/mejackreed/Leaflet-IIIF":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/annex/rest/index.html"],"status":200,"message":""},"https://github.com/ruven/iipmooviewer":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"https://github.com/ruven/iipsrv":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/e-codices.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/fractals.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/iip.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/georeferencer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://www.qnl.qa":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/georeferencer.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/yale-ycba-iipmooviewer.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/klokantechiiifviewer.png":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/img/showcase/leaflet.jpg":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/loris-server.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://www.restkareldestoute.be":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/leaflet-iiif-viewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/osd-viewer.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"http://showcase.iiif.io/showcase/uv.html":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/commit/f94fda233731b4140a922ee673f09fd2f04dc053":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://groups.google.com/d/msg/iiif-discuss/4rp3OvK0jtI/Gow0pF45bMIJ":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/07/01/draft-2s-released/index.html"],"status":200,"message":""},"https://github.com/IIIF/iiif.io/pull/297":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/news/2014/08/12/final-draft-released/index.html"],"status":200,"message":""},"http://www.shared-canvas.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/api/metadata/1.0/index.html"],"status":200,"message":""},"http://www.sandton.eu/gent":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"https://www.eventbrite.com/e/shared-images-of-global-cultural-heritage-tickets-12961304611":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2014/london_wg/index.html"],"status":200,"message":""},"https://www.airbnb.com/s/Ghent--Belgium?guests=&checkin=12/07/2015&checkout=12/09/2015&ss_id=zfnanfkw&source=bb":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-hotels/index.html"],"status":200,"message":""},"http://www.contentdm.org":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/apps-demos/index.html"],"status":200,"message":""},"http://gado-gado.gent/contact":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent-restaurants/index.html"],"status":200,"message":""},"https://www.eventbrite.com/e/sharing-images-of-global-culture-tickets-15546122872":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/washington/index.html"],"status":200,"message":""},"https://iiif-winter-2015.eventbrite.com":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"http://www.visitgent.be/en":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/event/2015/ghent/index.html"],"status":200,"message":""},"https://drive.google.com/drive/u/0/folders/0B8APFBow4sHvUHBtVmh3VE01OW8":{"time":"2016-02-05 09:37:13 -0800","filenames":["./_site/community/index.html"],"status":200,"message":""}} \ No newline at end of file