From School AUP 2.0

PmWiki: RefCount

RefCount performs link reference counts on pages in the PmWiki database (i.e., counts of links between pages). Before using RefCount, it must be enabled by the wiki administrator by placing the following line in a local customization file:

include_once("$FarmD/scripts/refcount.php");

To use refcount add ?action=refcount to the URL of any wiki page to bring up the reference count form. For example:

http://www.pmichaud.com/wiki/PmWiki/RefCount?action=refcount

The refcount form contains the following controls:

The output is a table where each row of the table contains a page name or link reference, the number of (non-RecentChanges) pages that contain links to the page and the number of Recent Changes pages with links to the page.

<< Web feeds | Documentation Index | Url approvals >>

Retrieved from http://landmark-project.com/aup20/pmwiki.php?n=PmWiki.RefCount
Page last modified on March 12, 2006, at 04:10 PM