[pmwiki-users] Include with a Regular Expression

Patrick R. Michaud pmichaud at pobox.com
Tue Jan 15 11:22:00 CST 2008


On Tue, Jan 15, 2008 at 09:25:34AM -0600, Eric Celeste wrote:
>    I'd like to create a recent changes page that only includes a subset of
>    pages in a given group. For example, a set of pages in the group start
>    with the name "Nico-" and another set start with "Hcm-" and I'd like to
>    have two separate RecentChanges pages so that interested parties need only
>    see those changes.

A list of the pages listed in RecentChanges that start with "Nico-":

    (:pagelist trail=RecentChanges name=Nico-* :)

With that you can use pagelist templates to display information
about each page however you want.

Pm




More information about the pmwiki-users mailing list