public
Description: Standalone version of Simile Timeplot
Homepage:
Clone URL: git://github.com/davidw/standalone-timeplot.git
name age message
file .gitmodules Thu Mar 26 15:16:28 -0700 2009 Readded simile-ajax. Git sucks. [davidw]
file README.rdoc Thu Feb 26 09:58:39 -0800 2009 README update. [davidw]
file Rakefile Thu Mar 26 15:21:38 -0700 2009 Point at correct version of jquery to include. [davidw]
submodule simile-ajax - c97dde2 Thu Mar 26 15:16:28 -0700 2009 Readded simile-ajax. Git sucks. [davidw]
submodule simile-timeline - 0147048 Sun Mar 29 12:07:53 -0700 2009 Updated some stuff. [davidw]
submodule simile-timeplot - c6c8d5c Thu Feb 26 09:19:02 -0800 2009 Commit for outstanding changes. [davidw]
file timeplot-complete-min.js Sun Mar 29 12:07:53 -0700 2009 Updated some stuff. [davidw]
file timeplot-complete.js Sun Mar 29 12:07:53 -0700 2009 Updated some stuff. [davidw]
file timeplot-single.css Sun Mar 29 12:07:53 -0700 2009 Updated some stuff. [davidw]
file yuicompressor-2.4.2.jar Sun Feb 22 15:23:49 -0800 2009 Added Makefile and compressor. [davidw]
README.rdoc

Simile Timeplot - Standalone version

The Simile project has done some very nice work in creating a timeline widget for Javascript, hosted here:

code.google.com/p/simile-widgets/

However, it suffers from a small problem: it’s a pain in the neck to install locally and/or hack on. It also loads up a number of files.

This project is an effort to track their work as closely as possible, and at the same time provide an easy-to-install version.

Usage

I use it like so:

    rake install TARGET=/home/davidw/workshop/langpop/public/timeplot

And then like this, in my HTML files:

    <script src="/timeplot/timeplot-complete.js" type="text/javascript"></script>

Or, for the compressed version:

    <script src="/timeplot/timeplot-complete-min.js" type="text/javascript"></script>

David N. Welton - www.dedasys.com