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


CGI-Wiki-Simple documentation  | view source Contained in the CGI-Wiki-Simple distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

SYNOPSIS

Top

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


CGI-Wiki-Simple documentation  | view source Contained in the CGI-Wiki-Simple distribution.