Unsupported Release

This documentation relates to DSpace 1.8.x, an old, unsupported version. Looking for another version? See all documentation.

As of January 2015, DSpace 1.8.x is no longer supported. We recommend upgrading to a more recent version of DSpace. See DSpace Software Support Policy.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

SWORD (version 1) Client

The embedded SWORD Client allows a user (currently restricted to an administrator) to copy an item to a SWORD server. At present this functionality has only been developed for the XMLUI and is disabled by default. To enable it uncomment the 'SwordClient' Aspect in dspace/config/xmlui.xconf.

SWORD Client Configuration

All the relevant configuration can be found in sword-client.cfg

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="de995379-9131-4a29-870f-657cd2fcbb58"><ac:plain-text-body><![CDATA[

Configuration File:

[dspace]/config/modules/sword-client.cfg

]]></ac:plain-text-body></ac:structured-macro>

Property:

targets

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:

file-types

Example value:

file-types = application/zip

Informational note:

List of file types from which the user can select. If a type is not supported by the remote server
it will not appear in the drop-down list.

Property:

package-formats

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
it will not appear in the drop-down list.

  • No labels