From 0f5bd0d1cfbb4d69b6f56dc433a26a7e6db6dcf7 Mon Sep 17 00:00:00 2001 From: Ben Parr Date: Tue, 31 Jul 2007 17:08:12 +0000 Subject: [PATCH] Creates a timeline from Zotero items using the Timeline tool from MIT's Simile project. You can create a timeline by clicking the Actions icon in Zotero and then clicking Create Timeline. --- chrome/content/zotero/overlay.xul | 3 +- chrome/content/zotero/xpcom/timeline.js | 56 +++ .../locale/en-US/zotero/timeline.properties | 36 ++ chrome/locale/en-US/zotero/zotero.dtd | 1 + .../skin/default/zotero/timeline/bundle.css | 172 ++++++++ chrome/skin/default/zotero/timeline/bundle.js | 254 +++++++++++ .../default/zotero/timeline/timeline-api.js | 230 ++++++++++ .../default/zotero/timeline/timeline.html | 88 ++++ .../zotero/timeline/timelineControls.js | 405 ++++++++++++++++++ components/zotero-protocol-handler.js | 195 +++++++++ components/zotero-service.js | 4 + 11 files changed, 1443 insertions(+), 1 deletion(-) create mode 100644 chrome/content/zotero/xpcom/timeline.js create mode 100644 chrome/locale/en-US/zotero/timeline.properties create mode 100644 chrome/skin/default/zotero/timeline/bundle.css create mode 100644 chrome/skin/default/zotero/timeline/bundle.js create mode 100644 chrome/skin/default/zotero/timeline/timeline-api.js create mode 100644 chrome/skin/default/zotero/timeline/timeline.html create mode 100644 chrome/skin/default/zotero/timeline/timelineControls.js diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul index 0a4009925..95f50f6ec 100644 --- a/chrome/content/zotero/overlay.xul +++ b/chrome/content/zotero/overlay.xul @@ -118,7 +118,8 @@ -