NAME

Kwiki::Backlinks - Maintain and display a simple database of links to the current page

DESCRIPTION

Kwiki::Backlinks uses the file system to keep track of which pages in a wiki link to which pages in the same wiki. That data is then used to display on every page in the wiki. This is considered a nice feature by some and an absolute requirement for enabling emergent understanding by others.

You can see Kwiki::Backlinks in action at http://www.burningchrome.com/wiki/

This code also happens to demonstrate a novel use of Spoon hooks

AUTHORS

Chris Dent, <cdent@burningchrome.com> Brian Ingerson, <ingy@ttul.org>

SEE ALSO

Kwiki Spoon::Hooks

COPYRIGHT AND LICENSE

Copyright (C) 2005, Chris Dent

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