I'd also like to know how to solve this, I'm having a similar issue. Did you see this reply from 8 days ago? Might help...
Hi Milhouse, > There is a bug or some settings with the timeline extension, especially > when deploying the timeline locally. > For starters, I would recommend using timeline 2.3.1. There is no clear > place download, but I used wget to get it from here. > http://api.simile-widgets.org/timeline/2.3.1/ That would be wget -r > http://api.simile-widgets.org/timeline/2.3.1/. It might download all the > files at http://api.simile-widgets.org/ but dont worry the site is not > that big, and in addition you get all the data for you to play with. > After that the errors become more obvious. You might also consider setting > the bundle setting of timeline to false for easier debugging. > There is one hack that did it for me though: In the file > time-extension.js, there are 2 hacks by David Huynh. He documented it well > why the hacks are necessary. I disabled hack 1, by commenting it out and it > worked. I dunno if it will help, but its worth a try. > ps: I am assuming you are using a *nix system and you are trying to deploy > exhibit 3. > Regards > Kihara On Wednesday, April 18, 2012 8:59:38 PM UTC-7, Paige Morgan wrote: > > Hi, > > I'm trying to get Simile installed locally, using the full > timeline_source_2.3.0.zip, so that I can customize the units of time. > > The wiki and other resources pointed me to these instructions, which > are also contained in the timeline-api.js file > > > http://code.google.com/p/simile-widgets/source/browse/timeline/trunk/src/webapp/api/timeline-api.js?r=2239 > > > Those instructions suggest that I ought to be including the following > lines of code in my <head> section. > > <script> > Timeline_ajax_url="http://paigemorgan.net/timeline/src/ajax/api/simile- > ajax-api.js<http://paigemorgan.net/timeline/src/ajax/api/simile-ajax-api.js>" > > Timeline_urlPrefix='http://paigemorgan.net/timeline/timeline_js/'; > Timeline_parameters='bundle=true'; > </script> > > <script src="http://paigemorgan.net/timeline/src/webapp/api/timeline- > api.js?bundle=true<http://paigemorgan.net/timeline/src/webapp/api/timeline-api.js?bundle=true>" > > > type="text/javascript"> > </script> > > I am -- but I'm not having any luck loading timeline. The page I'm > trying to load is here: http://www.paigemorgan.net/timelines/demo.html > > I tried it with a simple timeline from David Karger's really great > tutorial here http://people.csail.mit.edu/karger/Exhibit/CAR/HandsOn/ > -- which is where I originally learned to use Simile Timeline -- but > no luck. > > I've checked the archives for this group, and googled creatively -- > but I'm not finding any solutions. Can anyone here suggest anything? I > would be tremendously grateful. > > Thanks, > > Paige -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To view this discussion on the web visit https://groups.google.com/d/msg/simile-widgets/-/VnR3qPYjUmYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
