Changeset 21766


Ignore:
Timestamp:
2010-03-08T14:20:07+13:00 (14 years ago)
Author:
kjdon
Message:

made the defaults a bit better and removed greenstone.org from here

File:
1 edited

Legend:

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

    r14202 r21766  
    44<OAIConfig>       
    55     <!-- The name of this oai repository, which is human readable. -->
    6          <repositoryName>greenstone.org</repositoryName>
     6         <repositoryName></repositoryName>
    77     <!-- The base url to request metadata from this repository.
    88            TODO: this element should be determined and overriden dynamically given the osi request url in OAIServer.java. -->
    9          <baseURL>http://www.greenstone.org/greenstone3/oaiserver</baseURL>
     9         <baseURL>http://your-domain-name/greenstone3/oaiserver</baseURL>
    1010     <!-- The version of OAI specification this repository supports. -->
    11          <protocolVersion>1.1</protocolVersion>
     11         <protocolVersion>2.0</protocolVersion>
    1212     <!-- A UTC date time that is the guaranteed lower limit of all datestamps recording changes, midifications etc. in the repository
    1313              This element is not necessary in this file since the earliest datestamp is dynamically found out by searching thru all oai collections in the repository to get the earliest built time amongst the collections.
     
    1919         <granularity>YYYY-MM-DDThh:mm:ssZ</granularity>
    2020     <!-- The repository maintainer email address -->
    21          <adminEmail>[email protected]</adminEmail>
     21         <adminEmail></adminEmail>
    2222   <!-- Information above this line goes into the response to the Identify request -->
    2323         
     
    2828         <resumptionTokenExpiration>7200</resumptionTokenExpiration>
    2929     <!-- How many sets/identifiers/records to send for the request before issuing a resumption token. A value less than 0 indicates that a complete list of records will be returned. -->
    30          <resumeAfter>-1</resumeAfter>
     30         <resumeAfter>250</resumeAfter>
    3131         <!-- These field names will be used when there is no any mapping provided in the collectionConfig.xml and OAIConfig.xml -->
    3232         <DCmetadataNames>dc.Title,dc.Creator,dc.Subject,dc.Description,dc.Publisher,dc.Contributor,dc.Date,dc.Type,dc.Format,dc.Identifier,dc.Source,dc.Language,dc.Relation,dc.Coverage,dc.Rights</DCmetadataNames>
Note: See TracChangeset for help on using the changeset viewer.