mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
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:
@@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user