The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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