Skip to content

Commit

Permalink
changed http to https and commented out the MIR-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
WieOel committed May 3, 2024
1 parent f9bd2ae commit 0fef2ad
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions mycore.org/content/de/documentation/interfaces/interface_oai.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ <h2>Das Repository als OAI-Data-Provider</h2>
werden. Zum Austausch von Metadaten unterstützt MyCoRe das Open Archives
Initiative Protocol for Metadata Harvesting (OAI-PMH). Die Beschreibung
des Standards finden Sie unter
<a href="http://www.openarchives.org/pmh/">http://www.openarchives.org/pmh/</a>.
<a href="https://www.openarchives.org/pmh/">https://www.openarchives.org/pmh/</a>.
Machen Sie sich zunächst grob mit diesem Standard vertraut. In die Implementierung
sind auch Anforderungen aus dem DINI-Zertifikat 2010 (
<a href="http://www.dini.de/dini-zertifikat/">http://www.dini.de/dini-zertifikat/</a>)
<a href="https://www.dini.de/dini-zertifikat/">https://www.dini.de/dini-zertifikat/</a>)
eingeflossen.
</p>
<p>
<!-- <p>
Die OAI-Schnittstelle ist auch in der MIR-Anwendung bereits integriert und kann
dort getestet werden:
</p>
<ul>
<li>
<a href="http://mycore.de/mir/servlets/OAIDataProvider?verb=Identify">OAI 2.0 Request Results</a>
<a href="https://mycore.de/mir/servlets/OAIDataProvider?verb=Identify">OAI 2.0 Request Results</a>
</li>
<li>
<a href="http://mycore.de/mir/servlets/OAIDataProvider?verb=ListRecords&amp;metadataPrefix=epicur">xEpicur als Ausgabeformat der OAI-Schnittstelle</a>
<a href="https://mycore.de/mir/servlets/OAIDataProvider?verb=ListRecords&amp;metadataPrefix=epicur">xEpicur als Ausgabeformat der OAI-Schnittstelle</a>
</li>
<li>
<a href="http://mycore.de/mir/servlets/OAIDataProvider?verb=ListRecords&amp;metadataPrefix=xMetaDissPlus">xMetaDiss als Ausgabeformat der OAI-Schnittstelle</a>
<a href="https://mycore.de/mir/servlets/OAIDataProvider?verb=ListRecords&amp;metadataPrefix=xMetaDissPlus">xMetaDiss als Ausgabeformat der OAI-Schnittstelle</a>
</li>
</ul>
</ul> -->
</div>

<div>
Expand Down Expand Up @@ -86,7 +86,7 @@ <h4>Properties</h4>
<h4>Property für die Ausgabeformatierung</h4>
<p>
Für die Visualisierung der OAI-Requests im Webbrowser wird das
<a href="http://www.eprints.org/software/xslt.php">OAI2 to
<a href="https://www.eprints.org/software/xslt.php">OAI2 to
HTML XSLT Style Sheet
</a>
von Eprints verwendet.
Expand All @@ -101,7 +101,7 @@ <h4>Properties für den Identify-Request</h4>
<p>
Für die genaue Bedeutung der Properties und ihre möglichen Werte sei
ein Blick in den
<a href="http://www.openarchives.org/OAI/openarchivesprotocol.html#Identify">OAI-Standard</a>
<a href="https://www.openarchives.org/OAI/openarchivesprotocol.html#Identify">OAI-Standard</a>
empfohlen:
</p>
{{< highlight shell "linenos=table">}}
Expand All @@ -127,7 +127,7 @@ <h4>Properties für Resumption Tokens</h4>
<p>
Mittels Resumption Tokens kann die Rückgabe großer Mengen an Dokumenten
partitioniert werden. Genauere Angaben entnehmen Sie der
<a href="http://www.openarchives.org/OAI/openarchivesprotocol.html#FlowControl">OAI-Spezifikation</a>.
<a href="https://www.openarchives.org/OAI/openarchivesprotocol.html#FlowControl">OAI-Spezifikation</a>.
</p>
<p>
Für die Konfiguration werden folgende Properties verwendet:
Expand Down Expand Up @@ -217,10 +217,10 @@ <h4>Properties für Sets</h4>
{{< highlight shell "linenos=table">}}MCR.OAIDataProvider.OAI2.Sets.open_access.URI=webapp:oai/set_open_access.xml{{< /highlight >}}
<p>Beispiel für eine statische Sets Datei im XML Format:</p>
{{< highlight xml "linenos=table">}}<?xml version="1.0" encoding="UTF-8"?>
<ListSets xmlns="http://www.openarchives.org/OAI/2.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<ListSets xmlns="https://www.openarchives.org/OAI/2.0/"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.openarchives.org/OAI/2.0/
https://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<set>
<setSpec>open_access</setSpec>
<setName>Open Access publications</setName>
Expand Down Expand Up @@ -249,9 +249,9 @@ <h4>Properties für Metadatenformate</h4>
</p>
{{< highlight shell "linenos=table">}}
MCR.OAIDataProvider.OAI2.MetadataFormats=oai_dc,epicur
MCR.OAIDataProvider.MetadataFormat.oai_dc.Schema=http://www.openarchives.org/OAI/2.0/oai_dc.xsd
MCR.OAIDataProvider.MetadataFormat.oai_dc.Namespace=http://www.openarchives.org/OAI/2.0/oai_dc/
MCR.OAIDataProvider.MetadataFormat.epicur.Schema=http://www.persistent-identifier.de/xepicur/version1.0/xepicur.xsd
MCR.OAIDataProvider.MetadataFormat.oai_dc.Schema=https://www.openarchives.org/OAI/2.0/oai_dc.xsd
MCR.OAIDataProvider.MetadataFormat.oai_dc.Namespace=https://www.openarchives.org/OAI/2.0/oai_dc/
MCR.OAIDataProvider.MetadataFormat.epicur.Schema=https://www.persistent-identifier.de/xepicur/version1.0/xepicur.xsd
MCR.OAIDataProvider.MetadataFormat.epicur.Namespace=urn:nbn:de:1111-2004033116
{{< /highlight >}}

Expand Down Expand Up @@ -294,7 +294,7 @@ <h2>OpenAIRE-Compliance</h2>
</p>
{{< highlight shell "linenos=table">}}
MCR.OAIDataProvider.OAI2.MetadataFormats=oai_dc,epicur,oai_datacite
MCR.OAIDataProvider.MetadataFormat.oai_datacite.Namespace=http://schema.datacite.org/oai/oai-1.0/
MCR.OAIDataProvider.MetadataFormat.oai_datacite.Namespace=https://schema.datacite.org/oai/oai-1.0/
MCR.OAIDataProvider.MetadataFormat.oai_datacite.Schema=https://schema.datacite.org/oai/oai-1.0/oai.xsd
{{< /highlight >}}
</div>
Expand All @@ -306,13 +306,13 @@ <h2>OAI-Validatoren</h2>
</p>
<ul>
<li>
<a href="http://oanet.cms.hu-berlin.de/validator/pages/validation_dini.xhtml">DINI Check 2010</a>
<a href="https://oanet.cms.hu-berlin.de/validator/pages/validation_dini.xhtml">DINI Check 2010</a>
</li>
<li>
<a href="http://oval.base-search.net/">BASE OAI-PMH Validator: OVAL</a>
<a href="https://oval.base-search.net/">BASE OAI-PMH Validator: OVAL</a>
</li>
<li>
<a href="http://validator.oaipmh.com/">OAI-PMH Validator and data extractor Tool</a>
<a href="https://validator.oaipmh.com/">OAI-PMH Validator and data extractor Tool</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 0fef2ad

Please sign in to comment.