Project

General

Profile

« Previous | Next » 

Revision 4943

Begin development for Bug 3835: Design and implement OAI-PMH compliant harvest subsystem

View differences:

metacat.properties
319 319
harvester.ValidateHarvestListError=Error validating harvest list,Error
320 320
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
321 321

  
322
######## OAI-PMH section              #######################################
323

  
324
oaipmh.maxListSize=5
325
oaipmh.repositoryIdentifier=metacat.lternet.edu
326
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
327
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
328
# Duration of resumption tokens
329
AbstractCatalog.secondsToLive=3600
330
# Choose one of the following two
331
AbstractCatalog.granularity=YYYY-MM-DD
332
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
333
# Custom Identify response values
334
Identify.repositoryName=Metacat OAI-PMH Data Provider
335
Identify.adminEmail=mailto:tech_support@LTERnet.edu
336
Identify.earliestDatestamp=2000-01-01T00:00:00Z
337
Identify.deletedRecord=no
338
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
339
Identify.description.1=<description><oai-identifier xmlns\="http\://www.openarchives.org/OAI/2.0/oai-identifier" xmlns\:xsi\="http\://www.w3.org/2001/XMLSchema-instance" xsi\:schemaLocation\="http\://www.openarchives.org/OAI/2.0/oai-identifier http\://www.openarchives.org/OAI/2.0/oai-identifier.xsd"><scheme>oai</scheme><repositoryIdentifier>metacat.lternet.edu</repositoryIdentifier><delimiter>\:</delimiter><sampleIdentifier>http\://metacat.lternet.edu/knb/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
340
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
341
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
342

  
322 343
######## Spatial section              #########################################
323 344

  
324 345
spatial.runSpatialOption=true

Also available in: Unified diff