NAME
Kwiki::Diff - display differences between the current wiki page and older revisions
SYNOPSIS
$ cd /path/to/kwiki
$ kwiki -add Kwiki::Diff
DESCRIPTION
This module requires that you be using Kwiki::Revisions. Please make sure Kwiki::Revisions is in your plugins file.
This module adds a toolbar item, "Differences," when viewing past revisions of wiki pages. When clicked, the user is shown a colorful side-by-side comparison of that revision and the current revision.
TODO
Alternate diff styles, such as showing *only* the lines that have changed at the top or inline with the text.
Faster access to the differences of the current page.
AUTHORS
Ian Langworth <langworth.com>
SEE ALSO
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Ian Langworth
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.