Kwiki::Config - Kwiki Configuration Base Class


Kwiki documentation  | view source Contained in the Kwiki distribution.

Index


NAME

Top

Kwiki::Config - Kwiki Configuration Base Class

SYNOPSIS

Top

    $self->hub->config->main_page;
    $self->config->site_title;

In templates:

    [% hub.config.script_name %]

DESCRIPTION

Top

This class defines a singleton object that contains all the various configuration values in your kwiki system. The configuration values come from many different places.

AUTHOR

Top

Brian Ingerson <INGY@cpan.org>

COPYRIGHT

Top


Kwiki documentation  | view source Contained in the Kwiki distribution.