[pmwiki-users] Statistics Collection
Patrick R. Michaud
pmichaud at pobox.com
Mon Dec 19 10:10:26 CST 2005
On Mon, Dec 19, 2005 at 03:51:20PM +0000, Alan Perryman wrote:
> I'll check that out, cheers :)
>
> I think what my supervisor really wants if a !RecentChanges - i.e. pages
> that haven't changed in a while. I'll see if I can tweak actionlog and/or
> RecentChanges to do something like this without breaking them!
There's always pagelist:
(:pagelist group=SomeGroup order=time count=10:)
shows the ten pages with the oldest modification times. Or if you
want to do it from the RecentChanges page, then
(:pagelist trail=SomeGroup.RecentChanges order=time count=10:)
which only shows pages that are on the RecentChanges trail. Of course,
you can also create a custom trail and use that as the source.
Pm
More information about the pmwiki-users
mailing list