Sakai

There are two ways of adjustment Sakai Citations Helper (Sakai Collaboration and Learning Environment (v 2.4 or higher).

1. Static configuration (add these lines into sakai.properties):

openUrlResolverAddress@org.sakaiproject.citation.api.ConfigurationService=http://godot.lib.sfu.ca/GODOT/hold_tab.cgi
openUrlLabel@org.sakaiproject.citation.api.CitationService=Where Can I Get This?

2. Dynamic configuration (add these lines into config.xml):

<!-- OpenUrl Resolver to use, OpenURL link label -->
<!-- Use your local resolver URL (if you're running a resolver) -->
<!-- http://worldcatlibraries.org/registry/gateway (if you've registered) -->

<openurl-resolveraddress>http://godot.lib.sfu.ca/GODOT/hold_tab.cgi</openurl-resolveraddress>
<openurl-label>Where Can I Get This?</openurl-label>