I'd like to have a page in which people can "edit" as a group.
A good analogy for this is an e-mail, Each person (can) comment in line, and the "conversation" is nicely indented.
so, I think the worrld is round,
> I agree on this point
and therefore we should all eat blue cheese
> I dont see how you come to this conclusion, can you explain?
This seems like nice functionality, that I have implemented on a different site (powered by a wiki engine that I altered to do this).
Now I want to implement the same for drupal.
The question is how.
One option is as a filter - each person edits the full page, and uses some hieroglyphics to "indent" their text. Thats what I did on the wiki powered site, and I guess it would not be hard to do as a filter...
However, I am wondering about a different approach, providing "comments" throughout the text. In other words, in standard "email" you get to comment on every new line. What about commenting on each paragraph.
I was thinking of making each paragraph into a "comment" and then that would mean people could reply to each paragraph. Of course, some nice theming would have to be done so the thing didn't look horrid, but....
So - pro's - it would use functionality already in Drupal - I'd simply need a filter a bit like the pager-module to split things up into comments....