[pmwiki-users] Dur: How to find all the pages which link TO a page?

Patrick R. Michaud pmichaud at pobox.com
Tue Sep 13 07:45:31 CDT 2005


On Mon, Sep 12, 2005 at 10:49:21PM -0400, DaveG wrote:
> That thread is not clear. It should be: (:pagelist list=TargetPage:)
> 
> Is there any way to exclue groups, or to include only specified groups?

To include only specified groups, one can do:

    (:pagelist group=SomeGroup link=Main.WikiSandbox:)

which displays all of the pages in SomeGroup that link to Main.WikiSandbox.

There's not a group exclusion yet, but one can do:

    (:pagelist link=Main.WikiSandbox list=normal:)

and this will exclude pages in the PmWiki group, the Site group,
*.RecentChanges, *.AllRecentChanges, etc.

Pm






More information about the pmwiki-users mailing list