Skip to content

Instantly share code, notes, and snippets.

View blixhavn's full-sized avatar

Øystein Blixhavn blixhavn

View GitHub Profile

Keybase proof

I hereby claim:

  • I am blixhavn on github.
  • I am blixhavn (https://keybase.io/blixhavn) on keybase.
  • I have a public key whose fingerprint is B20C E4DC 2BC4 F848 7D1A 3F38 5697 9FA0 8076 2BFC

To claim this, I am signing this object:

@blixhavn
blixhavn / gist:bb9bd13ce8dcfc19da2a
Created October 14, 2015 16:03
IIIF Manifest extension (in overlay base/views.py)
# -*- coding: utf-8 -*-
from flask import Blueprint, current_app, jsonify, url_for
from flask_iiif.api import IIIFImageAPIWrapper
from flask_restful.utils import cors
from invenio.modules.records.views import blueprint as _record
from invenio.modules.records.api import Record
from invenio.legacy.bibdocfile.api import BibRecDocs
from werkzeug import LocalProxy