Allow dots in parameter key names
[ikiwiki] / doc / plugins / recentchangesdiff.mdwn
1 [[!template id=plugin name=recentchangesdiff core=0 author="[[Joey]]"]]
2 [[!tag type/meta]]
3
4 This plugin extends the [[recentchanges]] plugin, adding a diff for each
5 change. The diffs can be toggled on the recentchanges page (requires
6 javascript), and are also included in its feeds.
7
8 The [[rcs]] must have implemented support for the `rcs_diff()` function for
9 any diffs to be generated.