clickable DOI links
Clicking on the DOI-Field ID in the info pane should call the doi resolver (just as the URL field works). Thanks!
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Will the URL be configurable? Because we have an internal proxy for DOI request. Also, I've written my own resolver, that first looks in my local library, so I can share them more easily across computers.
http://proxy.example.org/http/dx.doi.org/
as for adding OpenURL support to my resolver, I will probably add it (if I can find good documentation) and offer it to the community if there is any interest.
But really, you just need to be able to use the get parameter "rft_id," check to see that it begins with 'info:doi/' (which may be urlencoded). If it does, strip off the beginning & use the doi as you do now.