pkp / sword

Allow Journal Managers and (optionally) Authors to deposit articles via the SWORD protocol
GNU General Public License v3.0
1 stars 9 forks source link

Implement support for Sword discovery mechanism #31

Open asmecher opened 2 years ago

asmecher commented 2 years ago

Currently in order for a user to initiate a SWORD deposit the SWORD endpoint URL must be entered (either to a service document or to a deposit point). However, SWORD supports a discovery mechanism that can help guide users to the right URL:

http://swordapp.github.io/SWORDv2-Profile/SWORDProfile.html#autodiscovery

Implement support for this in the SWORD plugin for OJS.

See also the corresponding implementation proposed for DSpace: https://github.com/DSpace/dspace-angular/issues/1491

asmecher commented 2 years ago

(This issue should also be used to track a parallel implementation for https://github.com/pkp/swordServer since that'll be our testing environment)