[pmwiki-users] List all contributors to a specific page?
Hans
design5 at softflow.co.uk
Mon Dec 17 03:58:51 CST 2007
Monday, December 17, 2007, 8:34:37 AM, Benoit Dutilleul wrote:
> Is there a way to list all the contributors to a specific page, to produce
> things such as "This page has been edited by X, Y and Z"?
This possibility does not exist at present.
One would need to create a new recipe, which will extract all the author
names form the page history, and then eliminate duplicates, and output
the list in some agreeable form.
The page history action (?action=diff) is doing something similar, but
of course a lot more. So a recipe author can start with having a look
at scripts/pagerev.php, especially function PrintDiff.
~Hans
More information about the pmwiki-users
mailing list