zotero/chrome/chromeFiles/content/scholar
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
..
admin A rough interface to add, remove and reorder item type fields -- at the moment just to make my life easier, but eventually could be adapted to allow end-user type/field editing, if we decide that's necessary 2006-06-24 08:23:54 +00:00
ingester - fixes a bug that could result in scrapers using utilities.processDocuments malfunctioning 2006-06-29 03:22:10 +00:00
test Sorting on a colum: Much, much, much, better. (hope)fully implemented! 2006-06-05 15:49:11 +00:00
xpcom 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
about.xul Closes #12, credits panel. 2006-07-06 20:43:32 +00:00
collectionTreeView.js [interface] Although commented out, code in place to accept URL drags into collections (waiting on an Ingester.scrapeURL function) 2006-06-15 22:35:48 +00:00
customControls.xml Fixes tags (broken in r359) 2006-07-06 16:27:34 +00:00
fileInterface.js add an API for Mozilla's RDF data source, so that import/export translators will be able to create and parse RDF with minimal effort 2006-07-06 21:55:46 +00:00
include.js - Implemented singleton XPCOM component to store core Scholar objects 2006-05-27 00:20:27 +00:00
itemPane.js Fixes #24, tags for notes. 2006-07-05 15:08:24 +00:00
itemPane.xul Fixes #24, tags for notes. 2006-07-05 15:08:24 +00:00
itemTreeView.js Fixes problem where deleting a note would accidentally hide other items in the list. 2006-07-05 15:35:15 +00:00
note.js Fixes #30, clicking on note in the hierarchical view shows contents of the note in the right panel. 2006-06-28 18:30:29 +00:00
note.xul Fixes #30, clicking on note in the hierarchical view shows contents of the note in the right panel. 2006-06-28 18:30:29 +00:00
overlay.js Fixes #52, button to expand to full screen mode. 2006-07-05 16:19:26 +00:00
overlay.xul Closes #12, credits panel. 2006-07-06 20:43:32 +00:00
preferences.js Added Scholar.Prefs, a front-end to the preferences service with simple get(pref) and set(pref, value) methods that will retrieve and set based on the type of the default value, which I believe should generally should fine -- for more fine-grained control, use Scholar.Prefs.prefBranch to access the branch directly 2006-06-25 07:31:01 +00:00
preferences.xul Command-shift-S should now work as soon as you start Firefox. 2006-06-21 23:22:37 +00:00