mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Comment changes: Updating the configurations files in "[src]/dspace/config/module/" to have a common header style which explains the purpose of the configuration file. Several config files had no/minimal context information, others were just reformatted slightly.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6799 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
#### IP-Address Based Authentication Configuration ####
|
#---------------------------------------------------------------#
|
||||||
|
#---------IP-ADDRESS AUTHENTICATION CONFIGURATIONS--------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used by the IP-Address Based #
|
||||||
|
# Authentication plugin, when it is enabled. #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
#
|
#
|
||||||
# In order to enable IP-Address Authentication, you must first ensure the
|
# In order to enable IP-Address Authentication, you must first ensure the
|
||||||
# 'org.dspace.authenticate.IPAuthentication' class is added to the
|
# 'org.dspace.authenticate.IPAuthentication' class is added to the
|
||||||
|
@@ -1,4 +1,9 @@
|
|||||||
#### LDAP Authentication Configuration ####
|
#---------------------------------------------------------------#
|
||||||
|
#------------LDAP AUTHENTICATION CONFIGURATIONS-----------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used by the LDAP Authentication #
|
||||||
|
# plugin, when it is enabled. #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
#
|
#
|
||||||
# In order to enable LDAP Authentication, you must first ensure the
|
# In order to enable LDAP Authentication, you must first ensure the
|
||||||
# 'org.dspace.authenticate.LDAPAuthentication' OR
|
# 'org.dspace.authenticate.LDAPAuthentication' OR
|
||||||
|
@@ -1,4 +1,9 @@
|
|||||||
#### Authentication by Password Configuration ####
|
#---------------------------------------------------------------#
|
||||||
|
#----------PASSWORD AUTHENTICATION CONFIGURATIONS---------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used by the Password #
|
||||||
|
# Authentication plugin, when it is enabled. #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
#
|
#
|
||||||
# In order to enable Password Authentication, you must first ensure the
|
# In order to enable Password Authentication, you must first ensure the
|
||||||
# 'org.dspace.authenticate.PasswordAuthentication' class is added to the
|
# 'org.dspace.authenticate.PasswordAuthentication' class is added to the
|
||||||
|
@@ -1,4 +1,9 @@
|
|||||||
#### Shibboleth Authentication Configuration ####
|
#---------------------------------------------------------------#
|
||||||
|
#---------SHIBBOLETH AUTHENTICATION CONFIGURATIONS--------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used by the Shibboleth #
|
||||||
|
# Authentication plugin, when it is enabled. #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
#
|
#
|
||||||
# In order to enable Shibboleth Authentication, you must first ensure the
|
# In order to enable Shibboleth Authentication, you must first ensure the
|
||||||
# 'org.dspace.authenticate.ShibAuthentication' class is added to the
|
# 'org.dspace.authenticate.ShibAuthentication' class is added to the
|
||||||
|
@@ -1,4 +1,9 @@
|
|||||||
#### X.509 Certificate Authentication Configuration ####
|
#---------------------------------------------------------------#
|
||||||
|
#------X.509 CERTIFICATE AUTHENTICATION CONFIGURATIONS----------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used by the X.509 Certificate #
|
||||||
|
# Authentication plugin, when it is enabled. #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
#
|
#
|
||||||
# In order to enable X.509 Authentication, you must first ensure the
|
# In order to enable X.509 Authentication, you must first ensure the
|
||||||
# 'org.dspace.authenticate.X509Authentication' class is added to the
|
# 'org.dspace.authenticate.X509Authentication' class is added to the
|
||||||
|
@@ -1,9 +1,13 @@
|
|||||||
#### Enabled Authentication Methods/Plugins ####
|
#---------------------------------------------------------------#
|
||||||
# This configuration setting contains the listing of all currently enabled
|
#----------ENABLED AUTHENTICATION METHODS/PLUGINS---------------#
|
||||||
# authentication plugins. DSpace supports an Authentication "stack"
|
#---------------------------------------------------------------#
|
||||||
# which allows you to enable multiple forms of Authentication at the same time.
|
# This configuration setting contains the listing of all #
|
||||||
# The Authentication plugins are invoked in order until one of them succeeds.
|
# currently enabled authentication plugins. DSpace supports an #
|
||||||
#
|
# Authentication "stack" which allows you to enable multiple #
|
||||||
|
# forms of Authentication at the same time. Enabled #
|
||||||
|
# Authentication plugins are invoked in order until one of them #
|
||||||
|
# succeeds. #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
# Out-of-the-box DSpace Authentication Plugins include:
|
# Out-of-the-box DSpace Authentication Plugins include:
|
||||||
# * Authentication by Password
|
# * Authentication by Password
|
||||||
# Plugin class: org.dspace.authenticate.PasswordAuthentication
|
# Plugin class: org.dspace.authenticate.PasswordAuthentication
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
#---------------------------------------------------------------#
|
||||||
|
#-----------BATCH METADATA EDITOR CONFIGURATIONS----------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used solely by the Batch Metadata #
|
||||||
|
# Editing System #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
### Bulk metadata editor settings ###
|
### Bulk metadata editor settings ###
|
||||||
# The delimiter used to separate values within a single field (defaults to a double pipe ||)
|
# The delimiter used to separate values within a single field (defaults to a double pipe ||)
|
||||||
# valueseparator = ||
|
# valueseparator = ||
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
#---------------------------------------------------------------#
|
||||||
|
#-----------------DISCOVERY CONFIGURATIONS----------------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used solely by the Discovery #
|
||||||
|
# faceted-search system. #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
##### Search Indexing #####
|
##### Search Indexing #####
|
||||||
search.server = http://localhost:8080/solr/search
|
search.server = http://localhost:8080/solr/search
|
||||||
|
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
|
#---------------------------------------------------------------#
|
||||||
|
#-------------OAI-PMH & OAI-ORE CONFIGURATIONS------------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# These configs are used by both OAI-PMH and OAI-ORE #
|
||||||
|
# (Harvester) Interfaces. #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
# The base URL of the OAI webapp (do not include /request).
|
# The base URL of the OAI webapp (do not include /request).
|
||||||
dspace.oai.url = ${dspace.baseUrl}/oai
|
dspace.oai.url = ${dspace.baseUrl}/oai
|
||||||
|
|
||||||
|
|
||||||
#---------------------------------------------------------------#
|
#---------------------------------------------------------------#
|
||||||
#--------------OAI-PMH SPECIFIC CONFIGURATIONS------------------#
|
#--------------OAI-PMH SPECIFIC CONFIGURATIONS------------------#
|
||||||
#---------------------------------------------------------------#
|
#---------------------------------------------------------------#
|
||||||
|
@@ -1,4 +1,8 @@
|
|||||||
# This file contains configuration properties solely relating to the scheduling of curation tasks during submission.
|
#---------------------------------------------------------------#
|
||||||
|
#------------SUBMISSION CURATION CONFIGURATIONS-----------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# This file contains configuration properties solely relating #
|
||||||
|
# to the scheduling of curation tasks during submission. #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
# Scan for viruses
|
# Scan for viruses
|
||||||
virus-scan = false
|
virus-scan = false
|
@@ -1,3 +1,10 @@
|
|||||||
|
#---------------------------------------------------------------#
|
||||||
|
#--------------SWORD V.1 CLIENT CONFIGURATIONS------------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used solely by the XMLUI SWORD #
|
||||||
|
# Client interface (used to submit DSpace content to another #
|
||||||
|
# SWORD server). #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
# List of remote Sword servers. Used to build the drop-down list of selectable Sword targets.
|
# List of remote Sword servers. Used to build the drop-down list of selectable Sword targets.
|
||||||
targets = http://localhost:8080/sword/servicedocument, \
|
targets = http://localhost:8080/sword/servicedocument, \
|
||||||
http://client.swordapp.org/client/servicedocument, \
|
http://client.swordapp.org/client/servicedocument, \
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
#---------------------------------------------------------------#
|
#---------------------------------------------------------------#
|
||||||
#--------------SWORD SPECIFIC CONFIGURATIONS--------------------#
|
#-------------SWORD V.1 SERVER CONFIGURATIONS-------------------#
|
||||||
#---------------------------------------------------------------#
|
#---------------------------------------------------------------#
|
||||||
# These configs are only used by the SWORD interface #
|
# These configs are only used by the SWORD Server interface, #
|
||||||
|
# version 1.3 (used by DSpace to accept ingest packages via #
|
||||||
|
# SWORD protocol) #
|
||||||
#---------------------------------------------------------------#
|
#---------------------------------------------------------------#
|
||||||
|
|
||||||
# tell the SWORD METS implementation which package ingester to use
|
# tell the SWORD METS implementation which package ingester to use
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
#---------------------------------------------------------------#
|
#---------------------------------------------------------------#
|
||||||
#-------------------SWORD 2.0 CONFIGURATIONS-------------------#
|
#----------------SWORD 2.0 SERVER CONFIGURATIONS----------------#
|
||||||
#---------------------------------------------------------------#
|
#---------------------------------------------------------------#
|
||||||
# These configs are only used by the SWORD 2.0 interface #
|
# These configs are only used by the SWORD Server interface, #
|
||||||
|
# version 2.0 (used by DSpace to accept ingest packages via #
|
||||||
|
# SWORD 2.0 protocol) #
|
||||||
#---------------------------------------------------------------#
|
#---------------------------------------------------------------#
|
||||||
|
|
||||||
# the base url of the sword 2.0 system
|
# the base url of the sword 2.0 system
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
#---------------------------------------------------------------#
|
||||||
|
#----------TRANSLATOR CURATION TASK CONFIGURATIONS--------------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used solely by MicrosoftTranslator #
|
||||||
|
# Curation Task (uses Microsoft Translation API v2) #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
## Translation field settings
|
## Translation field settings
|
||||||
##
|
##
|
||||||
## Authoritative language field
|
## Authoritative language field
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
#---------------------------------------------------------------#
|
||||||
|
#--------CONFIGURABLE REVIEWER WORKFLOW CONFIGURATIONS----------#
|
||||||
|
#---------------------------------------------------------------#
|
||||||
|
# Configuration properties used solely by the Configurable #
|
||||||
|
# Reviewer Workflow (XMLUI only) #
|
||||||
|
#---------------------------------------------------------------#
|
||||||
#Selection of workflow framework that will be used in DSpace
|
#Selection of workflow framework that will be used in DSpace
|
||||||
|
# Possible values:
|
||||||
|
# originalworkflow = Traditional DSpace Workflow
|
||||||
|
# xmlworkflow = New (as of 1.8.0) Configurable Reviewer Workflow
|
||||||
workflow.framework=originalworkflow
|
workflow.framework=originalworkflow
|
||||||
#workflow.framework=xmlworkflow
|
#workflow.framework=xmlworkflow
|
||||||
|
Reference in New Issue
Block a user