Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer authored Jun 24, 2021
1 parent 6fe34e8 commit 152819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/pages/api.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</pre>

<h3 id="harvesting">Harvesting full dumps and lists of deleted records</h3>
<p>The POD Data Lake uses <a href="http://www.openarchives.org/rs/1.1/resourcesync">ResourceSync</a>, an extension of the <a href="https://sitemaps.org/">Sitemaps Protocol</a>, to expose aggregated data in three forms. The links below point to specifc ResourceSync resource lists that serve as the starting point for harvesting.</p>
<p>The POD Data Lake uses <a href="http://www.openarchives.org/rs/1.1/resourcesync">ResourceSync</a>, an extension of the <a href="https://sitemaps.org/">Sitemaps Protocol</a>, to expose aggregated data in three forms. The links below point to specific ResourceSync resource lists that serve as the starting point for harvesting.</p>
<p>Like uploads, harvesting data requires an access token. To harvest the data, you would start by harvesting the correct sitemap, and retriving linked resource lists and resources. Currently, the POD Data Lake supports <strong><a href="http://www.openarchives.org/rs/1.1/resourcesync#DestPers">baseline synchronization</a></strong>; incremental synchronization (as defined by the ResourceSync specification) is not yet implemented. Please also note that you must parse and inspect the returned sitemaps to determine the URLs to the original or nomralized ata you wish to harvest.</p>
<p>Since harvesting using ResourceSync requires parsing the returned sitemaps to find the additional links to follow, using ResourceSync client like <a href="https://github.com/resync/resync"><code>resync</code></a> is recommended.</p>
<h4 class="mt-3">API documentation</h4>
Expand Down

0 comments on commit 152819d

Please sign in to comment.