Difference between revisions of "SWORD"

From EPrints Documentation
Jump to: navigation, search
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''To mention'''
+
[[Category:EPrints 3 Plugins]]
 +
This page is about SWORD which is a lightweight protocol for remotely depositing content into repositories.
  
configuring sword.pl
+
The SWORD project was funded by [http://www.jisc.ac.uk/ JISC] and more information can be found on the [http://swordapp.org official website].
  
supported packages
+
== SWORD made easy ==
  
which features of the protocol are supported
+
SWORD is basically an http put (or '''POST''') to a defined web URL, where the content of the posted request is the thing being deposited.
  
maybe how to write new importer plugins
+
SWORD 1.3 uses an http header field to define how the ''thing'' has been wrapped up ('''packaged''')
  
...
+
SWORD 2.0 uses the content-type to deduce how to understand ''thing''
 +
 
 +
By default, sword is ENABLED in all SWORD 3.2 & 3.3 EPrints servers, and access is available to all registered users.
 +
 
 +
EPrints 3.2 uses [[SWORD 1.3]]
 +
 
 +
EPrints 3.3 uses [[SWORD 2.0]]
 +
 
 +
For further information on SWORD 2 see [[API:EPrints/Apache/CRUD]].

Latest revision as of 14:22, 17 October 2013

This page is about SWORD which is a lightweight protocol for remotely depositing content into repositories.

The SWORD project was funded by JISC and more information can be found on the official website.

SWORD made easy

SWORD is basically an http put (or POST) to a defined web URL, where the content of the posted request is the thing being deposited.

SWORD 1.3 uses an http header field to define how the thing has been wrapped up (packaged)

SWORD 2.0 uses the content-type to deduce how to understand thing

By default, sword is ENABLED in all SWORD 3.2 & 3.3 EPrints servers, and access is available to all registered users.

EPrints 3.2 uses SWORD 1.3

EPrints 3.3 uses SWORD 2.0

For further information on SWORD 2 see API:EPrints/Apache/CRUD.