Revision 5709
Added by ben leinfelder almost 14 years ago
metacat.properties | ||
---|---|---|
227 | 227 |
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0 |
228 | 228 |
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1 |
229 | 229 |
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0 |
230 |
xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1 |
|
230 | 231 |
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns# |
231 | 232 |
xml.useFullSchemaValidation=true |
232 | 233 |
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN |
... | ... | |
234 | 235 |
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN |
235 | 236 |
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN |
236 | 237 |
xml.packagedoctypeset=BIN,-//ecoinformatics.org//eml-access-2.0.0beta6//EN,-//ecoinformatics.org//eml-access-2.0.0beta4//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN,-//ecoinformatics.org//eml-entity-2.0.0beta6//EN,-//ecoinformatics.org//eml-entity-2.0.0beta4//EN,-//ecoinformatics.org//eml-literature-2.0.0beta6//EN,-//ecoinformatics.org//eml-literature-2.0.0beta4//EN,-//ecoinformatics.org//eml-physical-2.0.0beta6//EN,-//ecoinformatics.org//eml-physical-2.0.0beta4//EN,-//ecoinformatics.org//eml-project-2.0.0beta6//EN,-//ecoinformatics.org//eml-project-2.0.0beta4//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN,-//ecoinformatics.org//eml-software-2.0.0beta6//EN,-//ecoinformatics.org//eml-software-2.0.0beta4//EN |
237 |
xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0 |
|
238 |
xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0,eml://ecoinformatics.org/eml-2.1.1
|
|
238 | 239 |
xml.indexPaths= \ |
239 | 240 |
@packageId, \ |
240 | 241 |
/reviewHistory/review/packageId, \ |
... | ... | |
355 | 356 |
######## OAI-PMH section ####################################### |
356 | 357 |
|
357 | 358 |
oaipmh.maxListSize=5 |
358 |
oaipmh.repositoryIdentifier=metacat.lternet.edu
|
|
359 |
oaipmh.repositoryIdentifier=localhost:8080
|
|
359 | 360 |
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog |
360 | 361 |
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory |
361 | 362 |
# Duration of resumption tokens |
... | ... | |
364 | 365 |
AbstractCatalog.granularity=YYYY-MM-DD |
365 | 366 |
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ |
366 | 367 |
# Custom Identify response values |
367 |
Identify.repositoryName=Metacat OAI-PMH Data Provider |
|
368 |
Identify.adminEmail=mailto:tech_support@LTERnet.edu
|
|
368 |
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
|
|
369 |
Identify.adminEmail=mailto:admin@localhost
|
|
369 | 370 |
Identify.earliestDatestamp=2000-01-01T00:00:00Z |
370 | 371 |
Identify.deletedRecord=no |
371 | 372 |
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence |
Also available in: Unified diff
add support for EML 2.1.1