#!/usr/bin/perl -w # $Id: index.html,v 1.3 2007-06-21 11:42:48 mike Exp $ my $host = $ENV{HTTP_HOST}; ### or maybe one of the following which all seem correctly set: # REDIRECT_HTTP_HOST # REDIRECT_SERVER_NAME # SERVER_NAME print <<__EOT__; Keystone Resolver

This is an installation of Keystone Resolver

Use http://$host/resolve as the BaseURL of your OpenURL resolver.

OpenURLs for this resolver can be generated using a simple form.

The resolver's resource database can be maintained using the admin UI.

__EOT__