From b2c898d44220384995ea7019d677b160906066f8 Mon Sep 17 00:00:00 2001 From: Stuart Lewis Date: Thu, 22 Sep 2011 23:33:41 +0000 Subject: [PATCH] Small updates to the SWORD v2 config file git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6740 9c30dcfa-912a-0410-8fc2-9e0234be79fd --- dspace/config/modules/swordv2-server.cfg | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/dspace/config/modules/swordv2-server.cfg b/dspace/config/modules/swordv2-server.cfg index 5a1cd1c695..b5b97d1432 100644 --- a/dspace/config/modules/swordv2-server.cfg +++ b/dspace/config/modules/swordv2-server.cfg @@ -71,6 +71,7 @@ accepts = application/zip, image/jpeg # Collections in the target before deposit can continue # expose-communities = false +allow-community-deposit = false # The maximum upload size of a package through the sword interface, # in bytes @@ -93,7 +94,7 @@ max-upload-size = 0 keep-original-package = true # The bundle name that SWORD should store incoming packages under if -# sword.keep-original-package is set to true. The default is "SWORD" +# keep-original-package is set to true. The default is "SWORD" # if not value is set # # bundle.name = SWORD @@ -126,12 +127,15 @@ on-behalf-of.enable = true # # generator.url = http://www.dspace.org/ns/sword/2.0/ -auth-type = Basic - +# Which version of SWORD is being used generator.version = 2.0 -allow-community-deposit = false +# The form of authentication to use +# This is normally set to 'basic' for HTTP Basic +auth-type = Basic +# The location where uploaded files and packages are +# stored while being processed upload.tempdir = /dspace/upload # The metadata field in which to store the updated date for @@ -158,7 +162,7 @@ disseminate-packaging.SimpleZip = http://purl.org/net/sword/package/SimpleZip # Package ingesters should implement the SWORDIngester interface, and # will be loaded when a package of the format specified above in: # -# sword.accept-packaging.[package format].identifier = [package format identifier] +# accept-packaging.[package format].identifier = [package format identifier] # # is received. # @@ -202,7 +206,7 @@ plugin.single.org.dspace.sword2.WorkflowManager = \ # # plugin.named.org.dspace.content.packager.PackageIngester # -# The value of sword.mets-ingester.package-ingester tells the +# The value of mets-ingester.package-ingester tells the # system which named plugin for this interface should be used # to ingest SWORD METS packages #