Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Sakai 2.4.0 is not the most current release

Sakai 2.4.1 has been released with primarily additional security fixes. The Sakai 2.4.x maintenance branch also has these security fixes as well as other minor bug fixes.

We recommend using the post-2.4 Citations Helper branch along with either Sakai 2.4.1 or Sakai 2.4.x. For post-2.4 Citations Helper configuration instructions, please see the post-2.4 Configuration Instructions page. (The post-2.4 Citations Helper will work with Sakai 2.4.0, but we do not recommend it.)

Following are all configuration properties for the Citations Helper. All of these properties are part of the Citations Helper ConfigurationService.

Complete Property Names

When setting any of the following properties in sakai.properties, the string @org.sakaiproject.citation.api.ConfigurationService must be appended to the property name.

For example: citationsEnabledByDefault@org.sakaiproject.citation.api.ConfigurationService=<value>

This list is for reference only, the Configuration Instructions should be followed before changing property values.

Note: The (error) icon indicates that there is no default value defined.

Property

Description

Default Value

citationsEnabledByDefault

Controls whether or not the Citations Helper is enabled across an entire Sakai instance.

false

allowSiteBySiteOverride

Controls whether or not individual Sakai sites can choose to enable the Citations Helper.

false

googleSearchEnabled

Enables/disables the Google Scholar Import feature.

false

librarySearchEnabled

Enables/disables the Search Library Resources feature.

false

databaseXml

Sets the location of the search categories and databases XML file.

${sakai.home}sakai/org.sakaiproject.citation/categories.xml

siteConfigXml

Sets the location of the site-specific configuration XML file.

${sakai.home}sakai/org.sakaiproject.citation/config.xml

metasearchUsername

Sets the username required to access the metasearch XML gateway.

(error)

metasearchPassword

Sets the password required to access the metasearch XML gateway.

(error)

metasearchBaseUrl

Sets the base URL for the metasearch XML gateway.

(error)

osidImpl

Sets the OSID implementation to use (depends on metasearch engine).

(error)

openUrlResolverAddress

Sets the base URL for the OpenURL resolver.

http://worldcatlibraries.org/registry/gateway

googleBaseUrl

Sets the base URL for Google Scholar Import.

http://scholar.google.com/schhp

sakaiServerKey

Sets the Sakai server key - used by Google Scholar to display the correct link label.

(error)

osidConfig

Sets the class that implements the SiteOsidConfiguration API.

org.sakaiproject.citation.impl.SampleSiteOsidConfiguration

  • No labels