Hi Mike,
> Can you clarify all the needed pieces for this patch to work?
>
> It looks like you need both a local copy of timeline AND the simile-
> ajax-api in your site.
>
Correct. Download (export) the Timeline source tree. The export
command will also (auto-magically) drag in two other project's source:
simile-ajax and the build tools.
eg
cd some-working-directory
svn export
http://simile-widgets.googlecode.com/svn/timeline/trunk
timeline # will create timeline subdirectory
Next, modify the ajax source
*** Please send an email with your patch to the group so we can
benefit from your time and experience.
Next, rebuild the bundle files. This is done by using ant. If you are
on Linux or MacOS, there should be a package for ant that will also
bring in the dependencies. On my Linux system I did
sudo yum install ant
cd some-working-directory/timeline
ant # this will build the
default targets which is what you want
Next, use my install script (see other thread mentioned below) to copy
over just the minimum from your local copy to your javascript
directory on your web server.
Or just copy over the entire source tree to your javascript directory
on your web server.
Update your html file to use the local files and you're good to go.
This thread (see my posts in it) has detail about using a local copy
(on your own server) of the Timeline and Simile-Ajax libraries. I'd
advise using the patch shown above to enable the timeline-api.js file
to load your simile-ajax library. Reason: avoid potential for a race-
condition.
http://groups.google.com/group/simile-widgets/browse_thread/thread/d7c99ead4728c745/5cd5b4e25bbd1591
*** Please start a separate email thread with the problem you're
running into on FF3 and your solution.
Thanks and regards from NYC,
Larry