NAME
Kwiki::PageInclude - Include other page into this one
SYNOPSIS
{include: PageOne}
{include: PageOne,PageTwo}
{include: PageOne PageTwo PageThree}
DESCRIPTION
After you install this plugin, your are able to use {include: PageName}
wafl phrase in your Kwiki page content, and that will include all content of that page in this one. So it allows you to "modualize" your Kwiki pages. You can give a list of page names sepearated by comma, or space. They will be included in order.
COPYRIGHT
Copyright 2004 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>