Skip to content

Instantly share code, notes, and snippets.

@pabloab
Created July 30, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pabloab/8cbdcfe8a44a420e7f53116adafb267b to your computer and use it in GitHub Desktop.
Save pabloab/8cbdcfe8a44a420e7f53116adafb267b to your computer and use it in GitHub Desktop.
Example of OAI-PMH ConfFile for Koha
format:
marcxml:
metadataPrefix: marxml
metadataNamespace: http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim
schema: http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
include_items: 1
oai_dc:
metadataPrefix: oai_dc
metadataNamespace: http://www.openarchives.org/OAI/2.0/oai_dc/
schema: http://www.openarchives.org/OAI/2.0/oai_dc.xsd
xsl_file: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl
@jcoehoorn
Copy link

Can we add comments with a suggested path where this config file should go, and how to represent that path in the Koha syspref?

@pabloab
Copy link
Author

pabloab commented Sep 1, 2020

Do you mean adding comments to this YAML file? I Don't see why not 😄

@tingchiang
Copy link

Hi, may I ask a question about whether we can obtain the authority file content by marcxml form from koha oai-pmh? If so, how to config it? It seems that only bibliographic information can be obtained at present.
thank you^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment