Seeking document checkout system usable by technophobes
July 31, 2004 8:02 AM
Subscribe
I'm looking for a document checkout system, preferably one that is usable by English professor technophobes. Specifically, I'm on a committee that does scheduling, and we all work on the same document. It would be great to find a way for one of us at a time to check the document out and work on it that didn't require any behavioral modification.
Everyone but me is running windows xp. I've got OS X 10.3.
posted by mecran01 to computers & internet (8 comments total)
HTTP Extensions for Distributed Authoring -- WEBDAV (text) has been released by the IETF as RFC 2518. This is the base DAV protocol, and includes features for:
* Locking
* Properties
* Namespace management
Bottom line: these features are complete, and are expected to be stable.
Locking the document would serve as a checking out mechanism and OS shouldn't be an issue since http is http (the protocol over which webdav works).
posted by pissfactory at 9:36 AM on July 31, 2004