Changeset 27670 for main


Ignore:
Timestamp:
2013-06-20T12:07:03+12:00 (11 years ago)
Author:
kjdon
Message:

added some more fields to bring identify response in line with gs2 oaiserver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/OAIConfig.xml.in

    r27148 r27670  
    55  <!-- The name of this oai repository, which is human readable. -->
    66  <repositoryName>Greenstone3 OAI repository</repositoryName>
     7  <!-- The unique id of this repository - if using version 2.0 should correspond to your domaine name -->
     8  <repositoryId></repositoryId>
    79  <!-- The base url to request metadata from this repository.
    810  TODO: this element should be determined and overriden dynamically given the osi request url in OAIServer.java.
     
    1921  <!-- The granularity of the datestamp -->
    2022  <granularity>YYYY-MM-DDThh:mm:ssZ</granularity>
    21   <!-- The repository maintainer email address -->
     23  <!-- The repository maintainer email address. There can be more than one. -->
    2224  <adminEmail></adminEmail>
     25  <!-- Metadata describing the repository. Any metadata can go here -->
     26  <oaiInfo>
     27    <!-- <Metadata name="meta-name">meta-value</Metadata>-->
     28  </oaiInfo>
    2329  <!-- Information above this line goes into the response to the Identify request -->
    2430  <!-- set the following to no if you don't want a stylesheet to be specified in the OAI output -->
Note: See TracChangeset for help on using the changeset viewer.