The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Kwiki::PrinterFriendly - A Kwiki plugin to format pages for printing

SYNOPSIS

Provides an printer friendly display of the current page.

REQUIRES

   Kwiki 

INSTALLATION

   perl Makefile.PL
   make
   make test
   make install

   cd ~/where/your/kwiki/is/located
   echo "Kwiki::PrinterFriendly" >>plugins

   kwiki -update

UPGRADING

You should always run 'kwiki -update' after upgrading Kwiki::PrinterFriendly

CONFIGURATION

In config.yaml, following are necessary for proper functioning:

toolbar_order

Add the item printer_friendly_button in the position where you want the printer icon to appear

printer_icon

Included in this distribution is a sample icon, printer.png. To use it, put

   printer_icon: printer.png

in your config.yaml file. If you have a better one, just put it in the top of your Kwiki directory.

ACKNOWLEDGEMENTS

This is a hacked together version of Kwiki::Edit, Kwiki::RecentChangesRSS, and various bits and pieces from other modules. Thanks to James Peregrino and Brian Ingerson for doing the heavy lifting.

AUTHOR

Henry Laxen <nadine.and.henry@pobox.com>

COPYRIGHT

Copyright (c) 2004. Henry Laxen. 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