Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Enabling the SWORD Client

Wiki MarkupTo enable the SWORD Client uncomment the {{SwordClient}} Aspect in {{\[dspace\]/config/xmlui.xconf}} file.

Code Block
<aspect name="SwordClient" path="resource://aspects/SwordClient/" />

...

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="07f891b5-76cc-43db-af5a-b580d5b59c80"><ac:plain-text-body><![CDATA[

Configuration File:

[dspace]/config/modules/sword-client.cfg]]></ac:plain-text-body></ac:structured-macro>

Property:

targets

Example value:

Code Block
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:

Code Block
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.