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:
Tim Donohue
2011-10-11 20:29:09 +00:00
parent 7dbdc3508c
commit eae5ddf3d7
15 changed files with 95 additions and 18 deletions

View File

@@ -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
# 'org.dspace.authenticate.IPAuthentication' class is added to the

View File

@@ -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
# 'org.dspace.authenticate.LDAPAuthentication' OR

View File

@@ -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
# 'org.dspace.authenticate.PasswordAuthentication' class is added to the

View File

@@ -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
# 'org.dspace.authenticate.ShibAuthentication' class is added to the

View File

@@ -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
# 'org.dspace.authenticate.X509Authentication' class is added to the

View File

@@ -1,9 +1,13 @@
#### Enabled Authentication Methods/Plugins ####
# This configuration setting contains the listing of all currently enabled
# authentication plugins. DSpace supports an Authentication "stack"
# which allows you to enable multiple forms of Authentication at the same time.
# The Authentication plugins are invoked in order until one of them succeeds.
#
#---------------------------------------------------------------#
#----------ENABLED AUTHENTICATION METHODS/PLUGINS---------------#
#---------------------------------------------------------------#
# This configuration setting contains the listing of all #
# 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:
# * Authentication by Password
# Plugin class: org.dspace.authenticate.PasswordAuthentication

View File

@@ -1,3 +1,9 @@
#---------------------------------------------------------------#
#-----------BATCH METADATA EDITOR CONFIGURATIONS----------------#
#---------------------------------------------------------------#
# Configuration properties used solely by the Batch Metadata #
# Editing System #
#---------------------------------------------------------------#
### Bulk metadata editor settings ###
# The delimiter used to separate values within a single field (defaults to a double pipe ||)
# valueseparator = ||

View File

@@ -1,3 +1,9 @@
#---------------------------------------------------------------#
#-----------------DISCOVERY CONFIGURATIONS----------------------#
#---------------------------------------------------------------#
# Configuration properties used solely by the Discovery #
# faceted-search system. #
#---------------------------------------------------------------#
##### Search Indexing #####
search.server = http://localhost:8080/solr/search

View File

@@ -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).
dspace.oai.url = ${dspace.baseUrl}/oai
#---------------------------------------------------------------#
#--------------OAI-PMH SPECIFIC CONFIGURATIONS------------------#
#---------------------------------------------------------------#

View File

@@ -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
virus-scan = false

View File

@@ -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.
targets = http://localhost:8080/sword/servicedocument, \
http://client.swordapp.org/client/servicedocument, \

View File

@@ -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

View File

@@ -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

View File

@@ -1,3 +1,9 @@
#---------------------------------------------------------------#
#----------TRANSLATOR CURATION TASK CONFIGURATIONS--------------#
#---------------------------------------------------------------#
# Configuration properties used solely by MicrosoftTranslator #
# Curation Task (uses Microsoft Translation API v2) #
#---------------------------------------------------------------#
## Translation field settings
##
## Authoritative language field

View File

@@ -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
# Possible values:
# originalworkflow = Traditional DSpace Workflow
# xmlworkflow = New (as of 1.8.0) Configurable Reviewer Workflow
workflow.framework=originalworkflow
#workflow.framework=xmlworkflow