More config docs for SFX resolver TTOPAC bits
authorDan Scott <dan@coffeecode.net>
Thu, 30 Jun 2011 16:44:57 +0000 (12:44 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 30 Jun 2011 16:44:57 +0000 (12:44 -0400)
Helpful to let people know that they need to enable open-ils.resolver
in opensrf.xml as it is the one service that is not enabled by default.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/templates/default/opac/parts/config.tt2

index 74fa111..4c26301 100644 (file)
@@ -1,7 +1,9 @@
 [% 
 
+##############################################################################
 # This file contains skin-level configuration settings.
 # Many of these settings will probably migrate into actor.org_unit_settings.
+##############################################################################
 
 ##############################################################################
 # RefWorks configuration
@@ -22,6 +24,9 @@ ctx.refworks.url = 'http://www.refworks.com';
 # Evergreen provides the ability to point at an OpenURL resolver to find
 # electronic resources for a given ISSN or ISBN. Currently, only the SFX
 # resolver is supported.
+#
+# You must enable the open-ils.resolver instance in opensrf.xml to use
+# this feature.
 ##############################################################################
 
 openurl.enabled = 'false';