Kwiki::Config.3pm

Langue: en

Version: 2007-03-06 (fedora - 25/11/07)

Section: 3 (Bibliothèques de fonctions)

NAME

Kwiki::Config - Kwiki Configuration Base Class

SYNOPSIS

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

In templates:

     [% hub.config.script_name %]
 
 

DESCRIPTION

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

Brian Ingerson <INGY@cpan.org> Copyright (c) 2004. Brian Ingerson. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html