source: main/trunk/greenstone3/resources/iiif/IIIFConfig.xml.svn@ 32985

Last change on this file since 32985 was 32879, checked in by davidb, 5 years ago

Resource files for use with Cantaloupe implementation of IIIF

File size: 877 bytes
Line 
1<!--
2 This is the configuration file for the IIIFServerBridge. The property values in this file are repository-wise
3 !! Don't edit version in web/WEB-INF/classes, edit .in version in resources/iiif
4
5-->
6<IIIFConfig>
7 <!-- The name of this IIIF repository, which is human readable. -->
8 <repositoryName>Greenstone3/Cantaloupe IIIFServerBridge</repositoryName>
9 <!-- The base url to request metadata from this repository.
10 TODO: this element should be determined and overriden dynamically given the osi request url in OAIServer.java.
11 WHAT'S DONE: when ant start is called, it writes out the default oaiserver URL to this file. -->
12 <baseURL>http://your-domain-name/gs-cantaloupe/iiif/2</baseURL>
13 <!-- The version of OAI specification this repository supports. Can be 2.0 or 1.0 -->
14 <protocolVersion>2.1</protocolVersion>
15
16</IIIFConfig>
Note: See TracBrowser for help on using the repository browser.