[pmwiki-users] Profile Question

Hans design5 at softflow.co.uk
Tue Mar 6 06:20:07 CST 2007


Tuesday, March 6, 2007, 11:35:47 AM, Philip wrote:

> Where is the documentation for how profiles are automatically created?
> Absent documentation, can somebody please explain it?

The profiles group can be defined with
$AuthorGroup = 'GroupName';
"Profiles" is the PmWiki default.

The markup [[~MyName]] links to a page
$AuthorGroup/MyName

The markups ~~~ and ~~~~ are ROS Patterns (Replace On Save),
which will be replaced when the page is saved with
~~~:  [[~$Author]] (link to profiles page)
~~~~: [[~$Author]] $CurrentTime (link to profiles page, plus time stamp.

All this is defined in scripts/author.php

Hope this explains a little.


Hans




More information about the pmwiki-users mailing list