fixes #1030, CSL broken on trunk due to XML namespace change

closes #704, EndNote to Zotero style converter (won't actually convert styles due to copyright concerns, but will load them into the DB)
also adds CSL style manager
This commit is contained in:
Simon Kornblith 2008-06-20 06:40:05 +00:00
parent d65e75fbc9
commit d8868cd9cb
10 changed files with 1642 additions and 39 deletions

View file

@ -18,8 +18,8 @@ var xpcomFiles = ['zotero',
'annotate', 'attachments', 'cite', 'cite_compat', 'collectionTreeView',
'dataServer', 'data_access', 'data/item', 'data/items', 'data/collection',
'data/collections', 'data/cachedTypes', 'data/creator', 'data/creators',
'data/itemFields', 'data/notes', 'data/tag', 'data/tags', 'db', 'file',
'fulltext', 'id', 'ingester', 'integration', 'itemTreeView', 'mime',
'data/itemFields', 'data/notes', 'data/tag', 'data/tags', 'db', 'enstyle',
'file', 'fulltext', 'id', 'ingester', 'integration', 'itemTreeView', 'mime',
'notifier', 'progressWindow', 'quickCopy', 'report', 'schema', 'search',
'sync', 'timeline', 'translate', 'utilities', 'zeroconf'];