November 17, 2009 – 11:35 pm
I decided to see if I could get Blacklight working under JRuby, starting with running the test suite and working my way up from there.
There was much pain. Much, much pain. Exacerbated by my almost complete
lack of knowledge about what I was doing.
This is the procedure I eventually arrived at — if there are places [...]
November 6, 2009 – 4:43 pm
unAPI is a very simple protocol to let a machine know what other formats a document is available in. Zotero is a bibliographic management tool (like Endnote or Refworks) that operates as a Firefox plugin. And it speaks unAPI.
Let’s get them to play nice with each other!
How’s it all work?
Zotero looks for a well-constructed <link> [...]
November 3, 2009 – 11:42 am
EDITS:
Added “recordURL” per Tod’s request
Made a record’s title field an array and call it titles, to allow for vernacular entries
Changed item’s ingest to lastUpdate to accurately note what the actual date reflects. This gets updated every time either the item or the record to which it’s attached gets changed.
Fixed a couple typos, including one where [...]