-
This gem relies on an older version of https://github.com/code4lib/ruby-oai which relies on faraday. This older version of faraday is preventing me from using osullivan in a long-lived Blacklight appl…
-
Hi, I just noticed that you wrapped a custom class around [simplemma](https://github.com/adbar/simplemma/), notably to use a function cache.
Interestingly, I had the same idea which indeed speeds u…
adbar updated
2 years ago
-
what do you think about replacing URI with addressable?
often i deal with domain containing "_" (that violates RFC 1034 supported by URI)
https://github.com/code4lib/ruby-oai/blob/master/lib/oai/cl…
-
We should discuss integrating IIIF support in Omeka S. There seems to be a good number of platforms and tools that are looking to incorporate it in some way. The possibilities include (from Mark Matie…
-
We were thinking it could go under General Info – Scholarships – Additional Funding. Natalie gave us permission to use the image.
The information went out on the listserv etc, so we thought this wou…
-
Looks like it is only an issue with building the docs. If I run `gem install --no-ri` it builds cleanly.
Error output below:
Fetching: builder-3.2.2.gem (100%)
Successfully installed builder-3.2.2
F…
-
Running the method:
client.list_records(:metadata_prefix => 'marc21').full.count
And getting Exception:
OAI::Exception: either 'metadataPrefix' or 'resumptionToken' is required
Full stack trac…
-
Right now our dependency on `faraday-middleware` means any app using this gem (or another gem that depends on it) cannot update to faraday 2.0, because the `faraday-middleware` gem is faraday 1.0-only…
-
According to 3.3.1 of OAI-PMH protocol specification: "The legitimate formats are YYYY-MM-DD and YYYY-MM-DDThh:mm:ssZ"
According to 2.7.1 of OAI-PMH protocol specification: "Range limits are inclusiv…
-
FINAL:
- [x] The ResourceSync specification seems to supersede the OAI-PMH, and it is auto-enabled in Sufia: http://www.openarchives.org/rs/1.1/resourcesync
- [x] IR is registered with SHARE (ht…