mejackreed / iiif.io

IIIF Website, contexts, and source of specifications documents

Home Page:http://iiif.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stories in Ready Build Status

Specifications

Markdown Source of specifications documents

To Debug the Site

  1. bundle install

  2. Run $ ./dev.sh to compile the site and run a dev server on http://localhost:4000.

To Publish the Site

(E.g. for Apache to serve), run ./publish.sh /my/site/dir. Note that if the site is not at '/' on the server, js and css will not work (the source files use absolute paths.)

Some Things to Note

  • 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.html, 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

About

IIIF Website, contexts, and source of specifications documents

http://iiif.io


Languages

Language:HTML 79.7%Language:CSS 10.2%Language:Python 5.3%Language:Ruby 2.3%Language:JavaScript 2.0%Language:Shell 0.4%