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
18 revisions of wiki pages. When clicked, the user is shown a colorful
19 side-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
25 • Faster access to the differences of the current page.
26
28 Ian Langworth <langworth.com>
29
31 Kwiki
32
34 Copyright (C) 2004 by Ian Langworth
35
36 This library is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39
40
41perl v5.34.0 2021-07-22 Kwiki::Diff(3)