Kwiki-Attachments version 0.12
==============================

NAME

   Kwiki::Attachments - Kwiki Page Attachments Plugin

SYNOPSIS

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

DESCRIPTION

   This module gives a Kwiki wiki the ability to upload, store and manage file 
   attachments on any page.

   Depending on the configuration of your web server, you may need to add
   an .htaccess file to your <wiki>/plugin/attachments directory containing
   the directive "Allow from all".

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

   Kwiki v0.37

COPYRIGHT AND LICENCE

   Copyright (C) 2005 by Sue Spence

   This module is based almost entirely on work by
   Eric Lowry <eric@clubyo.com> and Brian Ingerson <INGY@cpan.org>

   This library is free software; you can redistribute it and/or modify
   it under the same terms as Perl itself.