On Mon, Aug 13, 2007 at 01:33:18PM -0700, Daniel Fernandez wrote:
> The DSpace documentation, about OpenURL Support, says: 
>  
>  ...Additionally, DSpace can respond to incoming OpenURLs.... 
> 
> (http://www.dspace.org/index.php?option=com_content&task=view&id=149#openurl)
> 
> 
> What D-Space URL should I connect to get this response?

<your-dspace-url>/openURL

See org.dspace.app.webui.servlet.OpenURLServlet. As you will see, it's
very basic, only responding to a few parameters (title, author first +
last names) by redirecting them to the simple search mechanism. For
example:

http://dspace.foo.ac.uk/openURL?title=Some%20Title

redirects to

http://dspace.foo.ac.uk/simple-search?query=%20Some%20Title

cheers,

Jim

-- 
James Rutherford          |  Hewlett-Packard Limited registered Office:
Research Engineer         |  Cain Road,
HP Labs                   |  Bracknell,
Bristol, UK               |  Berks
+44 117 312 7066          |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as "HP CONFIDENTIAL".

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to