On Wed, 13 May 2009, Tim wrote: > > I did that, but it still calls out to the MIT server... so in other > words, what needs to be modified so I can run this on my stand-alone > machine with no Internet access? > > > On May 13, 4:47 am, SiX-P4cK <[email protected]> wrote: >> It's only a HTML and Javascript framework, you dont need a server.
Tim The simile widgets are HTML and Javascript so some server somewhere has to serve them. It doesn't have to be the MIT server, it can be a server on your own machine serving files at http://localhost. Lots of people have a default local server on their own machines, often Apache. But if you don't, the timeline has a little server called jetty that comes bundled with the software. You can put all the necessary resources in your own local environment. Have a look at the comments in this file: http://code.google.com/p/simile-widgets/source/browse/timeline/trunk/src/webapp/api/timeline-api.js for further clarification. Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. 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 -~----------~----~----~----~------~----~------~--~---
