Building the timeline
February 11, 2008 2:17 PM
Subscribe
I need a way for users to edit a timeline online. It doesn't have to be elaborate; it just has to allow a user to add an event to a history timeline. I'm too swamped to build my own solution. We're running IIS with classic ASP. Ideas for getting this pulled off?
The idea is that there's some timeline:
1968 - MLK assassinated
1972 - Watergate
A user can then add in another event:
1968 - MLK assassinated
1969 - Apollo 11
1972 - Watergate
The timeline in question is for the 40-year history of my institution.
The main option I'm looking at is an online document editor, like
Writeboard or Google Docs. The problem is that these users who know the timeline we're trying to construct aren't necessarily savvy enough to use either one.
Another option would be to throw up a wiki, but the wiki of choice here is OpenWiki, which from an editing standpoint drives
me nuts.
The last option is to throw some sort of editor on top of the
Simile XML. This one worries me since I'd be looking at doing direct file editing on the server.
So... is there an online timeline editor I've missed? Anyone else pulled off something similar? Any other ideas?
posted by dw to computers & internet (15 comments total)
5 users marked this as a favorite
posted by me & my monkey at 2:23 PM on February 11