NAME
Kwiki::Attachments - Kwiki Page Attachments Plugin
SYNOPSIS
DESCRIPTION
This module gives a Kwiki wiki the ability to upload, store and manage file attachments on any page. If you have image creation modules such as Imager, Image::Magick, or Image::GD::Thumbnail installed, then a thumbnail will be created for every supported image file type that is uploaded. Thumbnails are displayed on the attachments page.
This module also provides 3 WAFL directives which can be used to link to or display attachments in a kwiki page.
{file:[page/]filename} creates a link to attachment "filename".
{img:[page/]filename} displays attachment "filename".
{thumb:[page/]filename} displays the thumbnail for attachment "filename".
AUTHOR
Sue Spence <sue_cpan@pennine.com>
This module is based almost entirely on work by Eric Lowry <eric@clubyo.com> and Brian Ingerson <INGY@cpan.org>
COPYRIGHT
Copyright (c) 2005. Sue Spence. 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