Alex Wilkes wrote: > Hi David > > Thanks for your response. I managed to do an SVN checkout of timeline. > However I found that it still didn't work unless I was connected to > the internet. The problem seems to be that the SMILIE ajax framework > is not included. I had to change the timeline api manually like this: > > var url = useLocalResources ? > "ajax/api/simile-ajax-api.js?bundle=false" : > "ajax/api/simile-ajax-api.js"; > > Because it was not picking up the 127.0.0.1 for some reason. I think > this is only when you run it in the standalone java tool. (Excuse my > newbieness). Yup, it's not picking up 127.0.0.1 because you are not running the jetty web server that comes with the code. But anyhow, you've figured out how to get it to work locally and that's just fine.
Cheers, David > > > Begin forwarded message: > >> *From: *Alex Wilkes <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> >> *Date: *3 January 2008 13:00:46 GMT >> *To: [EMAIL PROTECTED] <mailto:[email protected]> >> *Subject: **Timeline Locally?* >> >> Hello >> >> My name is Alex Wilkes and I am currently an Level 1 Multimedia >> Student at Brunel University, UK. I am very much interested in using >> the timeline framework in my project, which is a project to try and >> develop links between two people. My idea is that I would create a >> PHP application which writes the XML for the user and displays a >> timeline of both the people. >> >> However one limitation of our project is that it must be run locally, >> without access to a webserver. Is it possible to run timeline locally >> rather than linking to your web server for the JS file? Of course I >> will still include the appropriate licensing notices! >> >> Many thanks >> >> Alex Wilkes > > ------------------------------------------------------------------------ > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
