]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/recentchangesdiff.mdwn
removed
[ikiwiki.git] / doc / plugins / recentchangesdiff.mdwn
index a7b113ade60fc2ab6176c4028baf9c4c4383f4c7..660a430b956f4848191d19588624317f0e3d970e 100644 (file)
@@ -1,6 +1,9 @@
 [[!template id=plugin name=recentchangesdiff core=0 author="[[Joey]]"]]
+[[!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.