1Kwiki::Config(3)      User Contributed Perl Documentation     Kwiki::Config(3)
2
3
4

NAME

6       Kwiki::Config - Kwiki Configuration Base Class
7

SYNOPSIS

9           $self->hub->config->main_page;
10           $self->config->site_title;
11
12       In templates:
13
14           [% hub.config.script_name %]
15

DESCRIPTION

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

AUTHOR

22       Brian Ingerson <INGY@cpan.org>
23
25       Copyright (c) 2004. Brian Ingerson. All rights reserved.
26
27       This program is free software; you can redistribute it and/or modify it
28       under the same terms as Perl itself.
29
30       See http://www.perl.com/perl/misc/Artistic.html
31
32
33
34perl v5.32.1                      2021-01-27                  Kwiki::Config(3)
Impressum