diff DVN-web/installer/dvninstall/config/oaicat.properties @ 6:1b2188262ae9

adding the installer.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Wed, 13 May 2015 11:50:21 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DVN-web/installer/dvninstall/config/oaicat.properties	Wed May 13 11:50:21 2015 +0200
@@ -0,0 +1,51 @@
+# OAICat Configuration
+
+# This paramter is optional. Comment it out if you want the code to get the baseURL
+# from the request instead. Setting it here is only necessary if your firewall messes
+# with the request in a way that alters the baseURL from your expectations.
+# OAIHandler.baseURL=http://alcme.oclc.org/oaicat/OAIHandler
+
+# Uncomment this line if you want to include an XSL stylesheet reference
+# in the OAI response so they can be rendered into HTML by browsers.
+# OAIHandler.styleSheet=/oaicat/oaicat.xsl
+
+# Uncomment this line if you want OAICat to render the responses into HTML on the server using
+# OAIHandler.stylesheet when the request comes from an old browser.
+# OAIHandler.renderForOldBrowsers=true
+OAIHandler.appBase=../applications/j2ee-modules
+
+AbstractCatalog.oaiCatalogClassName=edu.harvard.iq.dvn.core.web.oai.catalog.DVNOAICatalog
+AbstractCatalog.recordFactoryClassName=edu.harvard.iq.dvn.core.web.oai.catalog.DVNXMLRecordFactory
+AbstractCatalog.secondsToLive=18000
+
+# Choose one of the following two
+#AbstractCatalog.granularity=YYYY-MM-DD
+AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
+
+# Change to include properties peculiar to your implementation of AbstractCatalog
+DVNOAICatalog.maxListSize=10
+DVNOAICatalog.homeDir=../applications/j2ee-apps/DVN-EAR/DVN-web_war/WEB-INF/
+DVNOAICatalog.hideExtension=true
+
+FileRecordFactory.repositoryIdentifier=oaicat.oclc.org
+
+# Custom Identify response values
+Identify.repositoryName=Dataverse Network repository
+Identify.adminEmail=mailto:dataverse@lists.hmdc.harvard.edu
+Identify.earliestDatestamp=2000-01-01T00:00:00Z
+Identify.deletedRecord=no
+
+# This is the old way to specify <description><oai-identifier> for the Identify verb
+# Identify.repositoryIdentifier=oaicat.oclc.org
+# Identify.sampleIdentifier=oai:oaicat.oclc.org:OCLCNo/ocm00000012
+
+# This is the new way to specify <description> elements in general for the Identify verb
+# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
+#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>oaicat.oclc.org</repositoryIdentifier><delimiter>:</ delimiter><sampleIdentifier>oai:oaicat.oclc.org:OCLCNo/ocm00000012</sampleIdentifier></oai-identifier></description>
+
+# List the supported metadataPrefixes along with the class that performs the associated crosswalk
+Crosswalks.oai_dc=ORG.oclc.oai.server.crosswalk.XML2oai_dc
+# Crosswalks.oai_etdms=ORG.oclc.oai.server.crosswalk.XML2oai_etdms
+Crosswalks.ddi=edu.harvard.iq.dvn.core.web.oai.catalog.DVNXML2ddi
+
+#FileMap2oai_dc.xsltName=../applications/j2ee-modules/oaicat/WEB-INF/etdms2dc.xsl