[pmwiki-users] discussion pages?

Patrick R. Michaud pmichaud at pobox.com
Tue Jun 21 12:14:19 CDT 2005


On Tue, Jun 21, 2005 at 01:10:14PM -0400, Neil Herber wrote:
> What is the difference between "match" and "name" as conditionals? The 
> conditionals page assumes a better knowledge of PHP and REGEX than I have 
> (that is, close to zero).

"match" is a regular expression match, while "name" is an exact match.

> As a follow-on question, is there any PmWiki markup that lets me manipulate 
> page names, or is that to be done with custom markup?

Custom markup.

> In particular I would like to have a "comment backlink" markup that would 
> take a page named:
>         Main-Arizona-comments
> and create a link to:
>         Main.Arizona

This is why I'm thinking that a comments module should handle page name
mangling more directly.  But additionally, a comments module should
provide a mechanism that allows people to add a comment to a page
without requiring edit permissions (i.e., there should be another
permissions level for comments).  But mapping out the relationships
between read->comments->edit permissions is just a bit tricky.

Pm



More information about the pmwiki-users mailing list