diff --git a/doc/sphinx-guides/source/admin/harvestserver.rst b/doc/sphinx-guides/source/admin/harvestserver.rst index c952a1f17e7..c24968e0c9b 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 for 'Identify' verb*: `demo.dataverse.org OAI `_ + OAI Sets --------