typo fixes and comment changes in dspace.cfg

This commit is contained in:
Ivan Masár
2012-11-21 10:31:21 +01:00
parent 53d11015ff
commit 3bfe6b471a
8 changed files with 28 additions and 28 deletions

View File

@@ -130,7 +130,7 @@ public class ClassicDSpaceLogConverter {
while ((line = input.readLine()) != null)
{
// Read inthe line and covnert it to a LogLine
// Read in the line and convert it to a LogLine
lines++;
if (verbose)
{

View File

@@ -101,7 +101,7 @@ public class CommunityCollectionIntegrationTest extends AbstractIntegrationTest
@Required(percentile95 = 2000, average= 1800)
public void testCountItems() throws SQLException, AuthorizeException
{
//make it an even number, not to high to reduce time during testing
//make it an even number, not too high to reduce time during testing
int totalitems = 4;
//we create the structure

View File

@@ -20,7 +20,7 @@ import org.apache.commons.logging.Log;
public class WingContext
{
/** The nameing divider */
/** The naming divider */
public static final char DIVIDER = '.';
/**
@@ -34,7 +34,7 @@ public class WingContext
/**
* The repository specefic object manager.
* The repository-specific object manager.
*/
private ObjectManager objectManager;
@@ -125,7 +125,7 @@ public class WingContext
}
/**
* Generate a specialized name based on the callers name. This is typically
* Generate a specialized name based on the caller's name. This is typically
* used in situations where two namespaces are being merged together so that
* each namespace is prepended with the current scope's name.
*

View File

@@ -15,7 +15,7 @@
xmlui.<Aspect>.<Java Class>.<name>
There are a few exceptions to this nameing format,
There are a few exceptions to this naming format,
1) Some general keys are in the xmlui.general namespace
because they are used very frequently.
2) Some general keys which are specific to a particular aspect

View File

@@ -15,7 +15,7 @@
xmlui.<Aspect>.<Java Class>.<name>
There are a few exceptions to this nameing format,
There are a few exceptions to this naming format,
1) Some general keys are in the xmlui.general namespace
because they are used very frequently.
2) Some general keys which are specific to a particular aspect

View File

@@ -15,7 +15,7 @@
xmlui.<Aspect>.<Java Class>.<name>
There are a few exceptions to this nameing format,
There are a few exceptions to this naming format,
1) Some general keys are in the xmlui.general namespace
because they are used very frequently.
2) Some general keys which are specific to a particular aspect

View File

@@ -1106,7 +1106,7 @@ plugin.sequence.org.dspace.plugin.CommunityHomeProcessor = \
plugin.sequence.org.dspace.plugin.CollectionHomeProcessor = \
org.dspace.app.webui.components.RecentCollectionSubmissions
#### JSPUI Discovery (extra Discovery setting that apply only to the JSPUI) ####
#### JSPUI Discovery (extra Discovery setting that applies only to JSPUI) ####
# uncomment the following configuration if you want use Discovery with JSPUI
# plugin.single.org.dspace.app.webui.search.SearchRequestProcessor = \
# org.dspace.app.webui.discovery.DiscoverySearchRequestProcessor
@@ -1130,9 +1130,9 @@ plugin.single.org.dspace.app.webui.search.SearchRequestProcessor = \
# org.dspace.app.webui.discovery.SideBarFacetProcessor
#### JSON JSPUI Request Handler ####
# define here any json handler
# define any JSON handler here
#
# comment this line if you disable discovery
# comment out this line if you disable Discovery
plugin.named.org.dspace.app.webui.json.JSONRequest = \
org.dspace.app.webui.discovery.DiscoveryJSONRequest = discovery
@@ -1581,7 +1581,7 @@ plugin.single.org.dspace.app.webui.util.StyleSelection = \
# if no default locale is defined the server default locale will be used.
default.locale = en
# All the Locales, that are supported by this instance of DSpace
# All the Locales that are supported by this instance of DSpace
# A comma-separated list of Locales. All types of Locales country, country_language, country_language_variant
# Note that the appropriate file are present, especially that all the Messages_x.properties are there
# may be used, e. g: webui.supported.locales = en, de
@@ -1602,7 +1602,7 @@ itemmap.author.index = author
# webui.mydspace.showgroupmemberships = false
### Configure the search indices to appear in advance search drop down lists
### Configure the search indices to appear in advanced search drop down lists
#
jspui.search.index.display.1 = ANY
jspui.search.index.display.2 = author
@@ -1615,7 +1615,7 @@ jspui.search.index.display.8 = identifier
jspui.search.index.display.9 = language
##### SFX Server #####
##### SFX Server (OpenURL) #####
# SFX query is appended to this URL. If this property is commented out or
# omitted, SFX support is switched off.
@@ -1652,11 +1652,11 @@ webui.suggest.enable = false
#
# webui.session.invalidate = true
# If you would like to use google analytics to track general website statistics then
# use the following parameter to provide your analytics key. First sign up for an
# account at http://analytics.google.com, then create an entry for your repositories
# website. Analytics will give you a snipit of javascript code to place on your site,
# inside that snip it is your google analytics key usually found in the line:
# If you would like to use Google Analytics to track general website statistics then
# use the following parameter to provide your Analytics key. First sign up for an
# account at http://analytics.google.com, then create an entry for your repository
# website. Analytics will give you a snipet of JavaScript code to place on your site,
# inside that snipet is your Google Analytics key usually found in this line:
# _uacct = "UA-XXXXXXX-X"
# Take this key (just the UA-XXXXXX-X part) and place it here in this parameter.
# jspui.google.analytics.key=UA-XXXXXX-X
@@ -1770,11 +1770,11 @@ webui.suggest.enable = false
#xmlui.bitstream.mods = true
#xmlui.bitstream.mets = true
# If you would like to use google analytics to track general website statistics then
# use the following parameter to provide your analytics key. First sign up for an
# account at http://analytics.google.com, then create an entry for your repositories
# website. Analytics will give you a snipit of javascript code to place on your site,
# inside that snip it is your google analytics key usually found in the line:
# If you would like to use Google Analytics to track general website statistics then
# use the following parameter to provide your Analytics key. First sign up for an
# account at http://analytics.google.com, then create an entry for your repository
# website. Analytics will give you a snipet of JavaScript code to place on your site,
# inside that snipet is your Google Analytics key usually found in this line:
# _uacct = "UA-XXXXXXX-X"
# Take this key (just the UA-XXXXXX-X part) and place it here in this parameter.
#xmlui.google.analytics.key=UA-XXXXXX-X

View File

@@ -1,10 +1,10 @@
# The location for the Geo Database retrieved on update/installation
dbfile = ${dspace.dir}/config/GeoLiteCity.dat
# Timeout for the resolver in the dns lookup
# Timeout for the resolver in the DNS lookup
# Time in milliseconds, defaults to 200 for backward compatibility
# Your systems default is usually set in /etc/resolv.conf and varies
# between 2 to 5 seconds, to high a value might result in solr exhausting
# Your system's default is usually set in /etc/resolv.conf and varies
# between 2 to 5 seconds, too high a value might result in Solr exhausting
# your connection pool
resolver.timeout = 200
@@ -25,4 +25,4 @@ authorization.admin.workflow=true
# If true, event will be logged with the 'isBot' field set to true
# (see query.filter.* for query filter options)
# Default value is true.
#logBots = true
#logBots = true