1Kwiki::Config(3) User Contributed Perl Documentation Kwiki::Config(3)
2
3
4
6 Kwiki::Config - Kwiki Configuration Base Class
7
9 $self->hub->config->main_page;
10 $self->config->site_title;
11
12 In templates:
13
14 [% hub.config.script_name %]
15
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
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.30.1 2020-01-30 Kwiki::Config(3)