]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/default/opac/parts/config.tt2
Merge remote branch 'working/user/shadowspar/ttopac-altcleanup' into template-toolkit...
[Evergreen.git] / Open-ILS / src / templates / default / opac / parts / config.tt2
1 [% 
2
3 ##############################################################################
4 # This file contains skin-level configuration settings.
5 # Many of these settings will probably migrate into actor.org_unit_settings.
6 ##############################################################################
7
8 ##############################################################################
9 # RefWorks configuration
10 ##############################################################################
11 # RefWorks is a Web-based citation manager
12 ctx.refworks.enable = 'false';
13
14 # Base URL for RefWorks
15 ctx.refworks.url = 'http://www.refworks.com';
16
17 # Some sites have a hosted RefWorks instance at a different URL;
18 # in addition, you might want to proxy access to RefWorks - for example:
19 # ctx.refworks.url = 'http://librweb.laurentian.ca/login?url=http://refworks.scholarsportal.info';
20
21 ##############################################################################
22 # OpenURL resolution
23 ##############################################################################
24 # Evergreen provides the ability to point at an OpenURL resolver to find
25 # electronic resources for a given ISSN or ISBN. Currently, only the SFX
26 # resolver is supported.
27 #
28 # You must enable the open-ils.resolver instance in opensrf.xml to use
29 # this feature.
30 ##############################################################################
31
32 openurl.enabled = 'false';
33 openurl.baseurl = 'http://sfx.example.com/instance';
34
35 %]