[Zope] Adding comments to documents like in ACS ...
Chris McDonough
chrism@digicool.com
Tue, 11 Jul 2000 12:07:15 -0400
Tino Wildenhain wrote:
> Chris McDonough wrote:
> >I really
> > like ACS' "bboard" system, that's the kind of functionality I think
> > these objects should provide.
> >
> Yes. And I often wonder where my notes to sessions walk to.
>
> For the meantime, at least for docuements and methods, we can heavyly
> use <dtml-comment>
Using DTML comments has a different purpose than this. The issue is to
make an object easily "commentable", but not in the same sense as using
DTML comments. "Discussable" is probably a better term. A
"discussable" object would be able to present a UI which would allow
people to add comments to a rendered document, and present those
comments to users whenever the document was re-rendered. Just like
Squishdot. Except as a general-purpose mixin class that can be reused.