[pmwiki-users] Credit managment

Menachem Shapiro menachem.shapiro at gmail.com
Tue May 31 19:17:41 CDT 2005


B"H
On 5/31/05, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> On Tue, May 31, 2005 at 02:16:15PM +0200, Peter Brink wrote:
> > I think it would be nice if there was a
> > script that could list everyone that has contributed to the wiki. This way an
> > administrator could easily set up a credits page.
> >
> > Any ideas on how to go about devising such a script?
> 
> Here's one slightly different way to approach this in PmWiki:
> 
>   $RecentChangesFmt['Main.Credits'] = '* $AuthorLink  ';
> 
> This will create a page called "Main.Credits" that has author
> names added each time a post is made.  In addition, the most recent
> authors will always appear at the top of the page.
> 
> This also makes it possible to easily "edit" the page in case there
> are authornames that shouldn't be listed in the contributors for
> some reason.  Contributors also remain listed even when page histories
> expire.

I would like to use something like this on my wiki and I have one
question. How do I edit the line to add the page the author edited?

Would it be something like this:
$RecentChangesFmt['Main.Credits'] = '* $AuthorLink  --- $Group.$Name ';

Thank you,
Menachem


> 
> Pm
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://pmichaud.com/mailman/listinfo/pmwiki-users
>




More information about the pmwiki-users mailing list