zotero/chrome/chromeFiles/content/scholar/xpcom
Simon Kornblith d65328c830 adds Biblio/DC/FOAF/PRISM/VCard RDF export type. Bruce D'Arcus, author of CiteProc and co-lead on the OpenOffice bibliographic project, is currently using this as his ontology, and we can unambiguously encode all of our metadata with it.
caveats:
- it's not human readable. mozilla doesn't nest blank nodes, so everything's scattered throughout the file. it would be relatively easy to do post-processing with E4X or even regexps to correct this.
- there's no generic callNumber field, so all callNumbers are encoded as LCC.

adds container creation routines to dataMode rdf

changes Dublin Core export to Unqualified Dublin Core, and removes DC Terms qualifiers
2006-07-07 18:41:21 +00:00
..
data_access.js Addresses #87, Add fromArray() and toArray() methods to Item objects 2006-07-06 13:06:32 +00:00
db.js Allow single bound parameters not in arrays in DB.query() calls 2006-06-29 01:06:02 +00:00
history.js Fixes #89, once an item is added to the library, the item list is no longer updated on delete 2006-06-27 05:42:35 +00:00
ingester.js fixes a bug that made the Google Books translator not appear 2006-06-30 19:21:36 +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 translators.type column to INT and added index 2006-06-29 07:58:50 +00:00
scholar.js Changed getRandomID() to use the full SQLite three-byte range if unable to find a two-byte id in 3 tries 2006-06-29 07:03:24 +00:00
translate.js adds Biblio/DC/FOAF/PRISM/VCard RDF export type. Bruce D'Arcus, author of CiteProc and co-lead on the OpenOffice bibliographic project, is currently using this as his ontology, and we can unambiguously encode all of our metadata with it. 2006-07-07 18:41:21 +00:00
utilities.js Add export filters for RIS and Dublin Core RDF 2006-07-05 21:44:01 +00:00