Open asmecher opened 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
(This issue should also be used to track a parallel implementation for https://github.com/pkp/swordServer since that'll be our testing environment)
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