# 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 #Set your catalog AbstractCatalog.oaiCatalogClassName=pl.edu.icm.synat.oaiserver.catalog.BwmetaCatalog AbstractCatalog.recordFactoryClassName=ORG.oclc.oai.server.catalog.FileRecordFactory AbstractCatalog.secondsToLive=3600 # Choose one of the following two #Moja zmiana #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.bwmeta=pl.edu.icm.synat.oaiserver.crosswalk.FileMap2bwmeta