This file contains 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
// Generated on 2013-08-24 using generator-webapp 0.2.7 | |
'use strict'; | |
var LIVERELOAD_PORT = 35729; | |
var lrSnippet = require('connect-livereload')({port: LIVERELOAD_PORT}); | |
var mountFolder = function (connect, dir) { | |
return connect.static(require('path').resolve(dir)); | |
}; | |
// # Globbing | |
// for performance reasons we're only matching one level down: |
This file contains 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
(function($) { | |
$.AnnotationsLayer = function(options) { | |
jQuery.extend(true, this, { | |
element: null, | |
width: $.DEFAULT_SETTINGS.imageView.annotationsList.width, | |
parent: null, | |
showList: true, | |
annotationUrls: null, |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<link rel="stylesheet" href="css/mirador-combined.min.css"> | |
<style> | |
body { padding: 0; margin: 0; overflow: hidden; font-size: 70%; } | |
#viewer { width:100%; height:100%; background: #333 url(images/debut_dark.png) left top repeat; position: fixed; } |
This file contains 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
(function($) { | |
$.AnnotationsLayer = function(options) { | |
jQuery.extend(true, this, { | |
sidePanel: null, | |
bottomPanel: null, | |
regionController: null, | |
width: $.DEFAULT_SETTINGS.imageView.annotationsList.width, | |
parent: null, |
This file contains 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
(function($) { | |
$.AnnotationsLayer = function(options) { | |
jQuery.extend(true, this, { | |
sidePanel: null, | |
bottomPanel: null, | |
regionController: null, | |
width: $.DEFAULT_SETTINGS.imageView.annotationsList.width, | |
parent: null, |
This file has been truncated, but you can view the full file.
This file contains 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://www.shared-canvas.org/ns/context.json", | |
"@id":"http://demos.biblissima-condorcet.fr/iiif/metadata/ark:/12148/btv1b84473026/manifest.json", | |
"@type":"sc:Manifest", | |
"label":"Paris, BnF, MSS Français 1728", | |
"metadata": | |
{ | |
"Repository":"Bibliothèque nationale de France / National Library of France", | |
"Provider" : "Biblissima", |
This file contains 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
{ | |
"name": "MyClass", | |
"children": [{ | |
"name": "1", | |
"children": [{ | |
"name": "1", | |
"children": [{ | |
"name": "7" | |
}, { | |
"name": "8" |
This file contains 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
<a target=”_blank” href=”http://mirador.britishart.yale.edu/?manifest=http://manifests.britishart.yale.edu/manifest/1079"> | |
<img src=”http://manifests.britishart.yale.edu/logo-iiif.png" alt=”IIIF Manifest”> | |
</a> | |
<!--- | |
To link to an image instead of a manifest, use "image=[link_to_info.json]" instead of "manifest=". | |
To make Mirador open to a specific canvas or page of a manifest, add another query parameter: | |
"...&canvas=[the_id_of_my_IIIF_canvas]" | |
--> |
This file contains 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://wellcomelibrary.org/iiif/b18035723/manifest", | |
@type: "sc:Manifest", | |
label: "Wunder der Vererbung", | |
metadata: [ | |
{ | |
label: "Title", | |
value: "Wunder der Vererbung" | |
}, |
This file contains 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://wellcomelibrary.org/iiif/b18035723/manifest", | |
"@type": "sc:Manifest", | |
"label": "Wunder der Vererbung", | |
"metadata": [ | |
{ | |
"label": "Title", | |
"value": "Wunder der Vererbung" |
OlderNewer