|
Timeline_Releases_and_Access
The Timeline releases and different ways to access them
Timeline Releases and How to Access ThemCurrent release: Timeline 2.3.0March 6, 2009: The current release is ver 2.3.0. Release_notes.txt New Features
And much more! See the release notes for more information. Access
How to Access TimelineUsing the Timeline library is easy, see below for the two techniques. Either way, you're using the same software and your results will be the same. Load via the InternetThe recommended and easiest way to include the Timeline library in your HTML page is to load the library via the Internet. A public copy of the current and prior releases is hosted by MIT. The MIT url is included with the information about each release. Load via your own web serverThis method is used for web browsers that don't have access to the Internet and for anyone who wants to be vertically integrated and not depend on the MIT server. Download either the minimal set of Timeline libraries or the complete Timeline source and host it on your own web server. You will need to set some Javascript global variables to the location of your web server. See the comments in the timeline-api.js file for more information. Previous ReleasesTimeline 2.2.0September 23, 2008: Release 2.2.0. release_notes.txt Access: http://static.simile.mit.edu/timeline/api-2.2.0/timeline-api.js?bundle=true Timeline 2.1.0September 19, 2008: Release 2.1.0. Timeline 2.0March 20, 2008: Release 2.0 Major re-write to reflect experience with 1.0 and to support new Exhibit project. Timeline 1.xSee MIT site for more information. Please don't leave comments here, they won't be read. Use the mailing list instead. |
I get this error message when I try to unzip the timeine_source package. Is the file broken?
/Len
[umina@franklin timeline]$ unzip timeline_source.zip Archive: timeline_source.zip
unzip: cannot find zipfile directory in one of timeline_source.zip or [umina@franklin timeline]$The recommended include is .../timeline-api.js?bundle=true (only 11K) But the bundled file seems to be the timeline-bundle.js which is 118K! Also, including the simile-ajax-api.js (or simile-ajax-bundle.js) is not clear in this documentation (neither this page nor the [Timeline_GettingStarted] is clear). Please, a bit more care for the sake of this great code.
The javascript calls MUST be in the HEAD !!!!!!!!!