Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip
titleTable of Contents
Table of Contents
indent15px
stylenone

Under Development

This page is under development.

Configuration Changes for Sakai 2.6

...

You might also want to take a look at:

Note: Should you want need to disable the Citations Tool completely, or disable an individual feature (or one of it's features – "Google Scholar import" or "Search Library Resources" ), use the XML configuration file (the preferred technique) or the legacy sakai.properties configuration mechanism.

...

Code Block
 
<!-- Extended Repository ID --> 
<!-- 
The Extended Repository ID identifies a specific metasearch 
implementation. The Extended ID applies only to the "http" 
repository OSID: 

edu.indiana.lib.osid.base.repository.http 

Possible Values: 

360 Search Repository (Serials Solutions 360 Search) 
Web2 Repository (Sirsi SingleSearch - Web2 Bridge) --> 

<extended-repository-id>360 Search Repository</extended-repository-id> 

<!-- Maximum databases --> 
<!-- 
This determines the maximum number of databases a user can search 
at one time. The default is eight if no other value is provided. --> 

<searchable-databases>30</searchable-databases> 

<!-- Direct URL handling --> 
<!-- 
Possible Values: 
title-link (use the direct URL (if any) as the title link) 
related-link (use the direct URL (if any) as a related link) 
false (do not use direct URLs) --> 

<provide-direct-url>title-link</provide-direct-url> 

<!-- Direct URL prefix text (for proxy access) --> 

<direct-url-prefix>http://example.com/cgi-bin/proxy.pl?url=</direct-url-prefix> 


  • Continue

...

  • to see further

...

  • information on

...