Timeline is a web widget for visualizing temporal data.
Timeline consists entirely of static files (javascript libraries, image files and css files). All you really need is to serve those resources off a web server without having to install any special server side functionality. Therefore any web server will do.
Two ways to access the library:
If you have a web server running your machine:
ant
Ant will use the build.xml
configuration file to construct and the script will copy all the required files in the give path.
No web server? The timeline project includes a small webserver to get you started:
run
In unix/macosx run:
./run
and then point your browser to
http://127.0.0.1:9999/timeline/
Refer to the Timeline web site.
Join the community by joining the SIMILE Widgets Google Group.
Timeline is open source software and are licensed under the BSD license located in the LICENSE.txt file located in the same directory as this very file you are reading.
This software was created by the SIMILE project and originally written by the SIMILE development team (in alphabetical order):
<dfhuynh at csail.mit.edu>
Thanks for your interest.