NAME
Kwiki::CachedDisplay - Speed-up Kwiki page display by caching
SYNOPSIS
kwiki -add Kwiki::CachedDisplay
DESCRIPTION
This module use pre-generated page upon rendering, so that each successive page-rendering takes no time in parsing and template-processing. After you install this plugin, new pages will automatically have pre-generated HTML copies on disk. HTML copies for old pages will be generated by next time anyone visit them.
If somehow you want to remove the generated HTML pages, they are under plugin/cached_display
directory.
COPYRIGHT
Copyright 2005 by Kang-min Liu <gugod@gugod.org>.
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>