From b419ce2009bb98539cbcf1cd12fceb4c1e6ac587 Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Wed, 15 Feb 2017 16:49:50 +0100 Subject: [PATCH] more dh docs added. --- docs_dhrep/api/IdentifyResponse.xml | 15 +-------------- docs_dhrep/api/oai.rst | 8 ++++---- docs_dhrep/index.rst | 8 +------- 3 files changed, 6 insertions(+), 25 deletions(-) diff --git a/docs_dhrep/api/IdentifyResponse.xml b/docs_dhrep/api/IdentifyResponse.xml index c0fd0345..ad155733 100644 --- a/docs_dhrep/api/IdentifyResponse.xml +++ b/docs_dhrep/api/IdentifyResponse.xml @@ -1,14 +1 @@ -<?xml version="1.0" encoding="UTF-8"?> -<OAI-PMH> - <responseDate>2015-05-21T14:34:29Z</responseDate> - <request verb="Identify">www.textgridrep.de</request> - <Identify> - <repositoryName>TextGrid-Repository</repositoryName> - <baseURL>www.textgridrep.de</baseURL> - <protocolVersion>2.0</protocolVersion> - <adminEmail>textgrid-support.gwdg.de</adminEmail> - <earliestDatestamp>2011-06-11T02:32:40Z</earliestDatestamp> - <deletedRecord>no</deletedRecord> - <granularity>YYYY-MM-DDThh:mm:ssZ</granularity> - </Identify> -</OAI-PMH> +<?xml version="1.0" encoding="UTF-8" standalone="yes"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:ns2="http://purl.org/dc/elements/1.1/" xmlns:ns3="http://www.openarchives.org/OAI/2.0/oai_dc/"><responseDate>2017-02-15T15:47:16Z</responseDate><request verb="Identify">repository.de.dariah.eu</request><Identify><repositoryName>DARIAH-DE Repository</repositoryName><baseURL>http://repository.de.dariah.eu</baseURL><protocolVersion>2.0</protocolVersion><adminEmail>funk@sub.uni-goettingen.de</adminEmail><earliestDatestamp>2011-06-11T02:32:40Z</earliestDatestamp><deletedRecord>no</deletedRecord><granularity>YYYY-MM-DDThh:mm:ssZ</granularity></Identify></OAI-PMH> \ No newline at end of file diff --git a/docs_dhrep/api/oai.rst b/docs_dhrep/api/oai.rst index cf696230..d26bbdd9 100644 --- a/docs_dhrep/api/oai.rst +++ b/docs_dhrep/api/oai.rst @@ -9,7 +9,7 @@ Identify Some information about the repository that will be harveste GetRecord Get the metadata of a specific item of the repository ListRecords Get all records of the repository. The amount of records can be limited by other parameter. See the regarding section ListIdentifiers Same as the listRecords request but only the header of thes listRecords request is given -ListMetadataFormats Shows the metadatformats supported by the repository or all metadataformats provided for a specific item +ListMetadataFormats Shows the metadataformats supported by the repository or all metadataformats provided for a specific item ListSets Shows the structure of the repository ==================== ==================================================================== @@ -19,7 +19,7 @@ Identify Request ==================== ====== =============================== ===================== Parameter Type Description Required ==================== ====== =============================== ===================== -verb=Identify String Verb for the identify request yes +verb=Identify String Verb for the identify request yes ==================== ====== =============================== ===================== **Response** @@ -28,7 +28,7 @@ verb=Identify String Verb for the identify request yes **Example Request**:: - http://textgridlab.org/1.0/tgoaipmh/oai?verb=Identify + https://repository.de.dariah.eu/oaipmh/oai?verb=Identify **Example Response** @@ -58,7 +58,7 @@ metadataPrefix String Prefix to get the items in a specific metadata format **Example Request**:: - http://textgridlab.org/1.0/tgoaipmh/oai?verb=GetRecord&identifier=textgrid:vqmw.0&metadataPrefix=oai_dc + https://repository.de.dariah.eu/oaipmh/oai?verb=GetRecord&identifier=11022/0000-0001-B739-1&metadataPrefix=oai_dc **Example Response** diff --git a/docs_dhrep/index.rst b/docs_dhrep/index.rst index 43edfb00..edddd1c1 100644 --- a/docs_dhrep/index.rst +++ b/docs_dhrep/index.rst @@ -6,13 +6,7 @@ DH-oaipmh ========= -OAI-PMH is the service to harvest all metadata from the editions stored in the DARIAH-DE Repository. - - -Dependencies ------------- -* ElasticSearch - +OAI-PMH is the service to harvest all metadata from the collections stored in the DARIAH-DE Repository. API Documentation -- GitLab