aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/recentchangesdiff.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-07-19 13:50:07 -0400
committerJoey Hess <joey@kitenet.net>2012-07-19 13:50:07 -0400
commit7f883f520356fd1d70cf83677b9a5aabd0554262 (patch)
treea37f04d02ff70bf2d91f5e3c17066f048c482fc4 /doc/plugins/recentchangesdiff.mdwn
parent56de5b2d89e38309c9152a0e98a3c65453c8009e (diff)
downloadikiwiki-7f883f520356fd1d70cf83677b9a5aabd0554262.tar
ikiwiki-7f883f520356fd1d70cf83677b9a5aabd0554262.tar.gz
recentchangesdiff: When diffurl is not set, provide inline diffs in the recentchanges page, with visibility toggleable via javascript. Thanks, Antoine Beaupré
Diffstat (limited to 'doc/plugins/recentchangesdiff.mdwn')
-rw-r--r--doc/plugins/recentchangesdiff.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/plugins/recentchangesdiff.mdwn b/doc/plugins/recentchangesdiff.mdwn
index 57299f92d..660a430b9 100644
--- a/doc/plugins/recentchangesdiff.mdwn
+++ b/doc/plugins/recentchangesdiff.mdwn
@@ -2,6 +2,8 @@
[[!tag type/meta]]
This plugin extends the [[recentchanges]] plugin, adding a diff for each
-change. The diffs are by default hidden from display on the recentchanges
-page, but will display in its feeds. The [[rcs]] must have implemented
-support for the `rcs_diff()` function for any diffs to be generated.
+change. The diffs can be toggled on the recentchanges page (requires
+javascript), and are also included in its feeds.
+
+The [[rcs]] must have implemented support for the `rcs_diff()` function for
+any diffs to be generated.