This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Thu Mar 26 15:16:28 -0700 2009 | |
| |
README.rdoc | Thu Feb 26 09:58:39 -0800 2009 | |
| |
Rakefile | Thu Mar 26 15:21:38 -0700 2009 | |
| |
simile-ajax - c97dde2 | Thu Mar 26 15:16:28 -0700 2009 | |
| |
simile-timeline - 0147048 | Sun Mar 29 12:07:53 -0700 2009 | |
| |
simile-timeplot - c6c8d5c | Thu Feb 26 09:19:02 -0800 2009 | |
| |
timeplot-complete-min.js | Sun Mar 29 12:07:53 -0700 2009 | |
| |
timeplot-complete.js | Sun Mar 29 12:07:53 -0700 2009 | |
| |
timeplot-single.css | Sun Mar 29 12:07:53 -0700 2009 | |
| |
yuicompressor-2.4.2.jar | Sun Feb 22 15:23:49 -0800 2009 |
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







