This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
rubyBHL /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 19 14:56:04 -0700 2009 | |
| |
README.rdoc | Mon Oct 19 20:18:04 -0700 2009 | |
| |
Rakefile | Mon Oct 19 14:56:04 -0700 2009 | |
| |
init.rb | Mon Oct 19 14:56:04 -0700 2009 | |
| |
lib/ | Mon Oct 19 19:09:36 -0700 2009 | |
| |
rubyBHL.gemspec | Mon Oct 19 15:09:17 -0700 2009 | |
| |
test/ | Mon Oct 19 19:09:36 -0700 2009 |
README.rdoc
RubyBHL
A very simple Ruby hook to the BHL API at www.biodiversitylibrary.org/openurlhelp.aspx.
Install
Source is on github, gem is on gemcutter.
gem install rubyBHL
If you don’t alread have it you also need the json gem (code.google.com/p/rubyjson/)
gem install json.
Usage
See tests.
@bhl = RubyBHL::Rbhl.new(:params => {:title => "Manual of North American Diptera"})
:params include those listed under the OpenURL 0.1 column on the BHL API page.
Todo
Lots.







