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
This commit is contained in:
Stuart Lewis
2011-09-22 23:33:41 +00:00
parent 4e91ce06ce
commit b2c898d442

View File

@@ -71,6 +71,7 @@ accepts = application/zip, image/jpeg
# Collections in the target before deposit can continue # Collections in the target before deposit can continue
# #
expose-communities = false expose-communities = false
allow-community-deposit = false
# The maximum upload size of a package through the sword interface, # The maximum upload size of a package through the sword interface,
# in bytes # in bytes
@@ -93,7 +94,7 @@ max-upload-size = 0
keep-original-package = true keep-original-package = true
# The bundle name that SWORD should store incoming packages under if # 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 # if not value is set
# #
# bundle.name = SWORD # bundle.name = SWORD
@@ -126,12 +127,15 @@ on-behalf-of.enable = true
# #
# generator.url = http://www.dspace.org/ns/sword/2.0/ # generator.url = http://www.dspace.org/ns/sword/2.0/
auth-type = Basic # Which version of SWORD is being used
generator.version = 2.0 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 upload.tempdir = /dspace/upload
# The metadata field in which to store the updated date for # 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 # Package ingesters should implement the SWORDIngester interface, and
# will be loaded when a package of the format specified above in: # 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. # is received.
# #
@@ -202,7 +206,7 @@ plugin.single.org.dspace.sword2.WorkflowManager = \
# #
# plugin.named.org.dspace.content.packager.PackageIngester # 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 # system which named plugin for this interface should be used
# to ingest SWORD METS packages # to ingest SWORD METS packages
# #