zotero / zotero-bits

CSL-related community feedback for Zotero
54 stars 8 forks source link

Get the RIS file directly using the new Export panes. #41

Closed jg123 closed 12 years ago

jg123 commented 12 years ago

This is the fix for the version of EBSCOhost being released today. I am using retrieveDocument for multi-retrievals which I know is not recommended, but I could not see a better way at the time to get the db, an and tag from the result list GET request. One option is to do a POST on the result list which would retrieve us the folder info similar to an individual citation retrieval, but that would involve recreating the POST data which I was trying to avoid.

avram commented 12 years ago

I addressed the retrieveDocument issue in a subsequent commit-- make sure it works. See also c8652d869a03966ee04e7ae5ea440e6a819e04ad, in my fork of the main translator repository (which has moved from Zotero's SVN to Github). In the future, try to fork that repo when making contributions, so we don't lose history; zotero-bits is hopefully on its way out as a staging area. I use my fork for staging these days.