Skip to content

Commit

Permalink
updated readme and dead link in example
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschylus committed Oct 16, 2014
1 parent e39bc5c commit 8f3083e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IIIF Adapter for the OpenLibrary BookReader
## Introduction
The following simple plugin is designed to extend the Internet Archive's [ BookReader javascript library ](https://github.com/openlibrary/bookreader), part of their [ OpenLibrary ](https://openlibrary.org/) project, so that IABookReader instances can consume images served from a IIIF-compatible backend. Many of the world's top universities, libraries, museums, and repositories have made thousands of previously inaccessible, rare resources freely and interoperably available using the IIIF API specifications. For more information, explore the documentation on [iiif.io](https://www.iiif.io).
The following simple plugin is designed to extend the Internet Archive's [ BookReader javascript library ](https://github.com/openlibrary/bookreader), part of their [ OpenLibrary ](https://openlibrary.org/) project, so that IABookReader instances can consume images served from a IIIF-compatible backend. Many of the world's top universities, libraries, museums, and repositories have made thousands of previously inaccessible, rare resources freely and interoperably available using the IIIF API specifications. For more information, explore the documentation on [iiif.io](http://www.iiif.io).

## Usage
For a simple usage example, have a look in the [example directory](), or view the source of the available [live demo]().
For a simple usage example, have a look in the [example directory](https://github.com/aeschylus/IIIFBookReader/tree/master/example), or view the source of the available [live demo](http://aeschylus.github.io/IIIFBookReader/).
4 changes: 2 additions & 2 deletions example/js/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var br = new BookReader();
br.IIIF({
url: 'http://www.shared-canvas.org/impl/demo1d/res_human/manifest.json',
sequenceId : 'http://www.shared-canvas.org/impl/demo1d/res_human/sequence/normal.json',
url: 'http://dms-data.stanford.edu/data/manifests/Walters/qm670kv1873/manifest.json',
sequenceId : 'http://dms-data.stanford.edu/data/manifests/Walters/qm670kv1873/normal',
maxWidth: 800
});

Expand Down

0 comments on commit 8f3083e

Please sign in to comment.