Here’s the problem: I’ve built most of a wiki. However, I need to figure out how to implement locking. That is, I don’t want people’s changes overwritten by other people’s changes. This is easy enough, except I’d also like some kind of real-time collaborative capability, which makes things more tricky. Here’s some requirements:
- It must not destroy any unseen changes
- It needs to have a pretty quick turnaround (i.e. 30 seconds wouldn’t be out-of-the-ordinary as far as close-to-real-time goes)
- It needs to work without any quirks on the user side. That’d just be a pain. (Okay, and I needed a third point. Two points just looks silly)
The reason for these is that some of us need to collaborate on what eventually will be fixed documents. It’s the sort of thing dialog is needed for.
Ultimately I’d prefer to just use something like SubEthaEdit, but we’re not all gonna be on Macs all the time. Of course, the other option is just that we IM or something, and one person “takes minutes,” and we email back and forth or something. Suggestions please…