zotero/chrome/chromeFiles/content/scholar/xpcom
Dan Stillman 39f9d2c3b3 Wrapper functions for XMLHTTPRequest in scholar.js, stolen and adapted slightly from Simon's ingester code (those override the mime type to text/plain and only use responseText, I assume to conform to the Piggy Bank API, so unfortunately we can't use the same ones elsewhere)
Scholar.HTTP.doGet(url, onStatus, onDone) and Scholar.HTTP.doPost(url, body, onStatus, onDone) -- onStatus and onDone are callbacks to call on non-200 responses and the response body, respectively
2006-06-13 14:53:38 +00:00
..
data_access.js Move CreatorTypes constructor in code -- ignore 2006-06-12 13:08:36 +00:00
db.js Made the schema update system moderately less convoluted 2006-06-07 01:02:59 +00:00
ingester.js Add PubMed scraper, fix a few other small bugs 2006-06-08 01:26:40 +00:00
marc.js - Small changes to MARC record support 2006-06-06 18:25:45 +00:00
notifier.js Put square brackets around ids in notifier debug output if multiple ids passed 2006-06-05 21:51:21 +00:00
schema.js Changed schema of scrapers table to use single GUID for scraperID 2006-06-12 15:43:24 +00:00
scholar.js Wrapper functions for XMLHTTPRequest in scholar.js, stolen and adapted slightly from Simon's ingester code (those override the mime type to text/plain and only use responseText, I assume to conform to the Piggy Bank API, so unfortunately we can't use the same ones elsewhere) 2006-06-13 14:53:38 +00:00