Skip to content
forked from IIIF/api

IIIF Website, contexts, and source of specifications documents

Notifications You must be signed in to change notification settings

knagasaki/iiif.io

 
 

Repository files navigation

Stories in Ready Build Status

Specifications

Markdown Source of specifications documents

To Debug the Site

  1. bundle install

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

To Run the Tests

rake ci

To Publish the Site to iiif.io

We now use Capistrano to deploy the site.

bundle exec cap production deploy

Will deploy to the iiif.io site if you have permission.

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/, 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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 74.6%
  • Python 11.3%
  • CSS 9.5%
  • Ruby 2.6%
  • JavaScript 2.0%