There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

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

DESCRIPTION

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

SYNOPSIS

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:(.*)$/ );