#1062: OAI-PMH and HTTP numbers are not the same becuase of duplicates

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-api-http-doc/src@34272 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Alessia Bardi 2015-02-04 14:16:56 +00:00
parent 4534b74ad6
commit 052384ec54
2 changed files with 21 additions and 21 deletions

View File

@ -16,7 +16,7 @@
</author>
</authorgroup>
-->
<pubdate>13 November 2014</pubdate>
<pubdate>4 February 2015</pubdate>
</info>
<!-- include chapters -->

View File

@ -2,7 +2,8 @@
<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Overview</title>
<para>The OpenAIRE API allows developers to access the metadata information space of OpenAIRE programmatically.</para>
<para>The OpenAIRE API allows developers to access the metadata information space of OpenAIRE
programmatically.</para>
<itemizedlist>
<listitem>
<para>Bulk access:</para>
@ -17,32 +18,31 @@
<member><xref linkend="sec_http-pubs"/></member>
<member><xref linkend="sec_http-datasets"/></member>
<member><xref linkend="sec_http-projects"/></member>
<!-- <member>HTTP API for projects [available soon] </member> -->
</simplelist>
</listitem>
</itemizedlist>
<para>The default format of delivered records is <code>oaf</code> (OpenAire Format - current version 0.2):
<simplelist>
<member><link
xlink:href="https://www.openaire.eu/schema/0.2/oaf-0.2.xsd"/></member>
<member><link
xlink:href="https://www.openaire.eu/schema/0.2/doc/oaf-0.2.html"/></member>
<para> Please note that currently the total numbers of metadata returned by the <xref
linkend="cha_http-api"/> and the <xref linkend="cha_oai_pmh"/> are different because the first
discards duplicates. </para>
<para> The behaviour of the OAI-PMH publisher will be updated soon to not export
duplicates.</para>
<para>The default format of delivered records is <code>oaf</code> (OpenAire Format - current
version 0.2): <simplelist>
<member><link xlink:href="https://www.openaire.eu/schema/0.2/oaf-0.2.xsd"/></member>
<member><link xlink:href="https://www.openaire.eu/schema/0.2/doc/oaf-0.2.html"/></member>
</simplelist>
</para>
<para>The latest versions of the XML schema and documentation are also available at the following links:
<simplelist>
<member><link
xlink:href="https://www.openaire.eu/schema/latest/oaf.xsd"/></member>
<member><link
xlink:href="https://www.openaire.eu/schema/latest/doc/oaf.html"/></member>
<para>The latest versions of the XML schema and documentation are also available at the following
links: <simplelist>
<member><link xlink:href="https://www.openaire.eu/schema/latest/oaf.xsd"/></member>
<member><link xlink:href="https://www.openaire.eu/schema/latest/doc/oaf.html"/></member>
</simplelist>
</para>
<para>Older versions:
<simplelist>
<member><link
xlink:href="https://www.openaire.eu/schema/0.1/oaf-0.1.xsd"><code>oaf</code> XML schema v0.1</link></member>
<member><link
xlink:href="https://www.openaire.eu/schema/0.1/doc/oaf-0.1.html"><code>oaf</code> XML schema v0.1 documentation</link></member>
<para>Older versions: <simplelist>
<member><link xlink:href="https://www.openaire.eu/schema/0.1/oaf-0.1.xsd"><code>oaf</code> XML
schema v0.1</link></member>
<member><link xlink:href="https://www.openaire.eu/schema/0.1/doc/oaf-0.1.html"
><code>oaf</code> XML schema v0.1 documentation</link></member>
</simplelist>
</para>
</chapter>