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

Provides an printer friendly display of the current page.

Kwiki

perl Makefile.PL make make test make install cd ~/where/your/kwiki/is/located echo "Kwiki::PrinterFriendly" >>plugins kwiki -update

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

In config.yaml, following are necessary for proper functioning:
Add the item printer_friendly_button in the position where you want the printer icon to appear
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.

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.

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

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.