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


Kwiki-PrinterFriendly documentation  | view source Contained in the Kwiki-PrinterFriendly distribution.

Index


NAME

Top

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

SYNOPSIS

Top

Provides an printer friendly display of the current page.

REQUIRES

Top

   Kwiki 

INSTALLATION

Top

   perl Makefile.PL
   make
   make test
   make install

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

   kwiki -update

UPGRADING

Top

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

CONFIGURATION

Top

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

Top

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

Top

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

COPYRIGHT

Top


Kwiki-PrinterFriendly documentation  | view source Contained in the Kwiki-PrinterFriendly distribution.