On Mon, 19 Mar 2007, Martin Vermeer wrote:

When doing this I actually noticed one advantage of the Media Wiki: keeping a document separate from discussing that document. Is there an easy way to do that here?

I'm not sure I understand... is this like a '-talk'-page? In PmWiki, I think the convention is to simply create a page called e.g.

        GSoC2008-talk, GSoC2008-comments or GSoC2008-discussion

Is this what you mean?

Yes.

Ok... So did this solve your problem?

It's probably a good idea to link to the talk/discussion page from the original page. If you like, this can be done automatically by adding something like this to the sidebar (Site.SideBar)

        (:if exists {$Group}.{$Name}-talk:)    \
        * [[Edit {$Name}-talk?action=edit]]    \
        (:if !exists {$Group}.{$Name}-talk:)   \
        * [[Create {$Name}-talk -> {$Name}-talk?action=edit]] \
        (:ifend:) \

The only difficult question is if should it be '-talk', '-discussion' or '-comments'?

/Christian

--
Christian Ridderström, +46-8-768 39 44               http://www.md.kth.se/~chr

Reply via email to