| CGI-Wiki-Simple documentation | view source | Contained in the CGI-Wiki-Simple distribution. |
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:(.*)$/ );
| CGI-Wiki-Simple documentation | view source | Contained in the CGI-Wiki-Simple distribution. |