Re: Annotation & asynch collaboration

Dan Connolly (connolly@pixel.convex.com)
Fri, 20 Nov 92 21:09:59 CST


>I've patched httpd to allow remote annotations (an enabling mechanism
>for asynchronous collaboration). My httpd accepts the following
>command:
>
>ANNOTATE /file/to/annotate?/file/of/annotation?Text describing annotation.

I'd suggest

APPEND /file/to/annotate
<a HREF="file/of/annotation">Text describing annotation</a>
.

The server could impose limits on the length of the annotation,
and it should somehow validate the syntax, I suppose.

Dan