David, Thanks for the help. One thing I had to do was add <script src="http://static.simile.mit.edu/timeline/api-2.2.0/timeline-api.js " type="text/javascript"></script> to before the exhibit api, otherwise it kept looking for it locally. I notice that in the source there is /src/timeline/ directory. Is that a copy of the timeline 2.2.0 codebase? It appears to be... However, it doesn't seem to get mounted with Jetty the way /ajax and /exhibit directories do.
I want to add a new timeline unit of measure "QUARTER_CENTURY", and was going to do it via changing the Timeline code in order to submit a patch. Should I look at checking out timeline from SVN, or use what is in /src/timeline? Eric On Dec 31, 2008, at 12:29 PM, David Huynh wrote: > > Eric Pugh wrote: >> What is the best way to work with the latest Simile Exhibit code? I >> don't believe it is yet posted on http://static.simile.mit.edu/ >> exhibit/? I am interested in Exhibit and the Timeline extension. >> >> I've checked out from SVN only Exhibit, should I just point my local >> copy of my app to use http://localhost:8888/exhibit/api and >> http://localhost:8888/exhibit/extensions/time/? >> > Yup, that's the way. > >> Also, do I need to include the local copy of ajax first before the >> exhibit API? To make sure it doesn't try and pull the main one from >> static.simile.mit.edu? >> > Yes, you just include > > http://localhost:8888/ajax/api/simile-ajax-api.js > > before including exhibit-api.js. > >> I am hoping to leverage some of the newer features in timeline 2.2.0 >> and see how they look. >> > You can also run Timeline locally and include it before including the > Exhibit time extension. > > By the way, Exhibit 2.1.0 time extension > > http://static.simile.mit.edu/exhibit/extensions-2.1.0/time/time-extension.js > already uses Timeline 2.2.0. So I don't think you'd need to run > anything > locally just to experiment. > > David > > > > ----------------------------------------------------- Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
