### # #%L # Synat: oai-server # %% # Copyright (C) 2010 - 2013 ICM, Warsaw University # %% # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # #L% ### # OAICat Configuration #description in: http://pubserv.oclc.org/oaicat/jars/docs/properties.html #AbstractCatalog.oaiCatalogClassName=pl.edu.icm.synat.oaiserver.catalog.BwmetaCatalog AbstractCatalog.oaiCatalogClassName=pl.edu.icm.synat.oaiserver.catalog.StoreCatalog AbstractCatalog.recordFactoryClassName=pl.edu.icm.synat.oaiserver.catalog.StoreRecordFactory #AbstractCatalog.recordFactoryClassName=ORG.oclc.oai.server.catalog.FileRecordFactory AbstractCatalog.secondsToLive=3600 #AbstractCatalog.granularity=EEE MMM dd HH:mm:ss z yyyy AbstractCatalog.granularity=YYYY-MM-DD #AbstractCatalog.granularity=yyyy-MM-DDThh:mm:ssZ # Change to include properties peculiar to your implementation of AbstractCatalog BwmetaCatalog.maxListSize=100 #Set your descriptor BwmetaCatalog.descriptor=http://lodowy.icm.edu.pl/baztech-repo/descriptor #BwmetaCatalog.descriptor=http://lodowy.icm.edu.pl:9780/mhp-repo/descriptor #BwmetaCatalog.descriptor=http://ciemniak:18880/remoting/descriptor BwmetaCatalog.hideExtension=true FileRecordFactory.repositoryIdentifier=repositoryidentifier # Custom Identify response values Identify.repositoryName=Bwmeta Repository Identify.adminEmail=baztech@lodowy.icm.edu.pl Identify.earliestDatestamp=2000-01-01T00:00:00Z Identify.deletedRecord=persistent # This is the old way to specify for the Identify verb #Identify.repositoryIdentifier=oaicat.oclc.org #Identify.sampleIdentifier=oai:oaicat.oclc.org:OCLCNo/ocm00000012 # This is the new way to specify elements in general for the Identify verb # Append something unique like .1, .2, etc to 'Identify.description' for each occurrence #Identify.description.1=oaioaicat.oclc.org:oai:oaicat.oclc.org:OCLCNo/ocm00000013 #Identify.description.1=Yadda FrameworkEwa Stocka, Jakub Jurkiewiczinfo@ceon.plICM - University of Warsaw0.0.1http://yaddainfo.icm.edu.pl/wp-content/yadda.pnghttp://yaddainfo.icm.edu.pl/ # List the supported metadataPrefixes along with the class that performs the associated crosswalk #Crosswalks.oai_dc=ORG.oclc.oai.server.crosswalk.FileMap2oai_dc #Crosswalks.oai_dc=pl.edu.icm.synat.oaiserver.crosswalk.YElement2DublinCore #Crosswalks.bwmeta=pl.edu.icm.synat.oaiserver.crosswalk.YElement2Bwmeta