From 8ec3c6295b38f9e3aaf5a29124c2a26554123810 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Tue, 18 Dec 2018 22:31:16 +0100 Subject: [PATCH 1/2] Add documentation about OAI-PMH endpoint and details. Solves #4203. --- doc/sphinx-guides/source/admin/harvestserver.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/sphinx-guides/source/admin/harvestserver.rst b/doc/sphinx-guides/source/admin/harvestserver.rst index c952a1f17e7..a12576cc893 100644 --- a/doc/sphinx-guides/source/admin/harvestserver.rst +++ b/doc/sphinx-guides/source/admin/harvestserver.rst @@ -14,6 +14,14 @@ harvesting protocol. Note that the terms "Harvesting Server" and "OAI Server" are being used interchangeably throughout this guide and in the inline help text. +If you want to learn more about OAI-PMH, you could take a look at +`DataCite OAI-PMH guide `_ +or the `OAI-PMH protocol definition `_. + +You might consider adding your OAI-enabled production instance of Dataverse to +`this shared list `_ +of such instances. + How does it work? ----------------- @@ -28,6 +36,10 @@ Harvesting server can be enabled or disabled on the "Harvesting Server" page accessible via the :doc:`dashboard`. Harvesting server is by default disabled on a brand new, "out of the box" Dataverse. +The OAI-PMH endpoint can be accessed at ``http(s):///oai``. +If you want other services to harvest your repository, point them to this URL. +*Example URL to 'Identify' verb*: `Harvard Dataverse OAI `_ + OAI Sets -------- From 4f4214b0367318ac2f8c7d65a313d54a00899236 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Fri, 10 May 2019 08:08:00 -0400 Subject: [PATCH 2/2] s/Harvard/demo/ (flagship bias) --- doc/sphinx-guides/source/admin/harvestserver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/admin/harvestserver.rst b/doc/sphinx-guides/source/admin/harvestserver.rst index a12576cc893..c24968e0c9b 100644 --- a/doc/sphinx-guides/source/admin/harvestserver.rst +++ b/doc/sphinx-guides/source/admin/harvestserver.rst @@ -38,7 +38,7 @@ default disabled on a brand new, "out of the box" Dataverse. The OAI-PMH endpoint can be accessed at ``http(s):///oai``. If you want other services to harvest your repository, point them to this URL. -*Example URL to 'Identify' verb*: `Harvard Dataverse OAI `_ +*Example URL for 'Identify' verb*: `demo.dataverse.org OAI `_ OAI Sets --------