Sue Spence > Kwiki-Attachments > Kwiki::Attachments

Download:
Kwiki-Attachments-0.21.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Module Version: 0.21   Source  

NAME ^

Kwiki::Attachments - Kwiki Page Attachments Plugin

SYNOPSIS ^

1. Install Kwiki::Attachments
2. Run 'kwiki -add Kwiki::Attachments'

DESCRIPTION ^

General

Kwiki::Attachments gives a Kwiki wiki the ability to upload, store and manage file attachments on any page. By default, if you have an image creation module such as Imager or Image::Magick installed, then a thumbnail will be created for every supported image file type that is uploaded. Thumbnails are displayed on the attachments page, and can also be displayed on wiki pages via the wafl directives described in the next paragraph. The thumbnail files have "thumb_" prepended to the original filename and are not displayed separately in the attachment page or widget. For this reason, you cannot upload files beginning with "thumb_".

WAFL

This module provides 3 wafl tags which can be used to link to or display attachments in a Kwiki page.

Configuration Options

[kwiki_base_dir]/config/attachments.yaml

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