Old Release
This documentation relates to an old version of DSpace, version 3.x. Looking for another version? See all documentation.
This DSpace release is end-of-life and is no longer supported.
The embedded SWORD Client allows a user (currently restricted to an administrator) to copy an item to a SWORD server. This allows your DSpace installation to deposit items into another SWORD-compliant repository (including another DSpace install).
At present this functionality has only been developed for the XMLUI and is disabled by default.
Enabling the SWORD Client
To enable the SWORD Client uncomment the SwordClient
Aspect in [dspace]/config/xmlui.xconf
file.
<aspect name="SwordClient" path="resource://aspects/SwordClient/" />
Configuring the SWORD Client
All the relevant configuration can be found in sword-client.cfg
Configuration File: |
|
---|---|
Property: |
|
Example value: |
targets = http://localhost:8080/sword/servicedocument, \ http://client.swordapp.org/client/servicedocument, \ http://dspace.swordapp.org/sword/servicedocument, \ http://sword.eprints.org/sword-app/servicedocument, \ http://sword.intralibrary.com/IntraLibrary-Deposit/service, \ http://fedora.swordapp.org/sword-fedora/servicedocument |
Informational note: |
List of remote Sword servers. Used to build the drop-down list of selectable SWORD targets. |
Property: |
|
Example value: |
|
Informational note: |
List of file types from which the user can select. If a type is not supported by the remote server |
Property: |
|
Example value: |
package-formats = http://purl.org/net/sword-types/METSDSpaceSIP |
Informational note: |
List of package formats from which the user can select. If a format is not supported by the remote server |