
CGI::Wiki::Simple::Plugin::NodeList - Node that lists all existing nodes on a wiki

This node lists all nodes in your wiki. Think of it as the master index to your wiki.

use CGI::Wiki::Simple; use CGI::Wiki::Simple::Plugin::NodeList( name => 'AllNodes' ); # nothing else is needed use CGI::Wiki::Simple::Plugin::NodeList( name => 'AllCategories', re => qr/^Category:(.*)$/ );