1Kwiki::Diff(3) User Contributed Perl Documentation Kwiki::Diff(3)
2
3
4
6 Kwiki::Diff - display differences between the current wiki page and
7 older revisions
8
10 $ cd /path/to/kwiki
11 $ kwiki -add Kwiki::Diff
12
14 This module requires that you be using Kwiki::Revisions. Please make
15 sure Kwiki::Revisions is in your plugins file.
16
17 This module adds a toolbar item, "Differences," when viewing past revi‐
18 sions of wiki pages. When clicked, the user is shown a colorful side-
19 by-side comparison of that revision and the current revision.
20
22 * Alternate diff styles, such as showing *only* the lines that have
23 changed at the top or inline with the text.
24 * Faster access to the differences of the current page.
25
27 Ian Langworth <langworth.com>
28
30 Kwiki
31
33 Copyright (C) 2004 by Ian Langworth
34
35 This library is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
38
39
40perl v5.8.8 2005-11-13 Kwiki::Diff(3)