• Stars
    star
    107
  • Rank 323,587 (Top 7 %)
  • Language
    HTML
  • Created almost 11 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source for API and model specifications documents (api and model)

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

  1. bundle install
  2. Install grunt npm install -g grunt-cli
  3. Install grunt dependencies npm install
  4. Run rake ci

To Publish the Site to iiif.io

Branches are available at http://preview.iiif.io/api/[branch_name]/api/index.html. The master branch is automatically loaded to the iiif.io website.

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.
  • The website is now split with the specification website living here and the main website living in IIIF/website. Links internal and external should be in the following forms:
    • Internal relative link inside the API website [hyperlink text]({{ site.api_url }}/end/point)
    • link from the API website to the main website (not relative to this repo) [hyperlink text]({{ site.root_url }}/end/point)
    • External link [anchor-text](http://example.com/end/point)
    • Reference link [text][link_name] where link_name is expanded at the bottom of the page.
  • If this branch has a domain name associated with it e.g. prezi3.iiif.io then add the name of the branch to the ROOT_BRANCHES variable in the .travis.yml. Note branch names are sperated by a space.

Contributions

Participation in the IIIF community is welcome in all forms, from any individual or organization. Please see the community page for more details about how to join in discussions.

Contributions to the text of the specifications and the content of the website are welcome in the form of pull requests, or by comments with proposed text on issues. By making such a contribution, the contributor asserts that they have the right to license the contribution such that content may be published under the CC-BY license by the IIIF Consortium, per the license statement on all documents.

More Repositories

1

awesome-iiif

Awesome IIIF-related resources
482
star
2

presentation-validator

Validator for the Presentation API
Python
43
star
3

cookbook-recipes

For working on the recipes
CSS
37
star
4

image-validator

Validator for the Image API
Python
35
star
5

iiif-stories

Community repository for documenting stories and use cases related to uses of the International Image Interoperability Framework.
21
star
6

3d

Repository to help plan the 3d work with IIIF
18
star
7

training

Documentation and workshop materials for IIIF training
JavaScript
15
star
8

prezi-2-to-3

Libraries to upgrade Presentation API v2 to v3 automatically
Python
14
star
9

iiif-av

The International Image Interoperability Framework (IIIF) Audio/Visual (A/V) Technical Specification Group aims to extend to A/V the benefits of interoperability and the growing ecosystem of clients and servers that IIIF provides for images. This repository contains user stories and mockups for interoperable A/V content – contributions are welcome.
13
star
10

htj2k

A project to evaluate htj2k for IIIF
Shell
12
star
11

website

IIIF website context (except for API and model specifications)
JavaScript
8
star
12

guides

A guide to getting IIIF resources from the community
HTML
8
star
13

discovery

CSS
8
star
14

iiif-3d-stories

The International Image Interoperability Framework (IIIF) 3D Community Group aims to explore the potential to extend to 3D data the benefits of interoperability and the growing ecosystem of clients and servers that IIIF provides for images. This repository contains user stories for interoperable 3D content – contributions are welcome. http://iiif.io/community/groups/3d/
8
star
15

showcase.iiif.io

Source for the showcase.iiif.io site
SCSS
5
star
16

newspapers

Issues and mockups related to modelling newspapers using the IIIF Presentation API
4
star
17

docker-image-api-reference

This is a docker deployment of the IIIF Image API reference implementation.
Python
4
star
18

registry

IIIF Registry of Activity streams
HTML
3
star
19

iiifc-theme

jekyll theme for iiif-c sites
HTML
2
star
20

iiif-reverse-proxy-app

Python
2
star
21

change_discovery_validator

JSON Schema based validator for Change Discovery API
Python
2
star
22

trc

Technical Review Committee issue review
Python
1
star
23

fixtures

Web app to view aviliable fixtures for tests and IIIF Recipies
CSS
1
star