]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/recentchanges.mdwn
proof of concept implementation of static recentchanges
[ikiwiki.git] / doc / plugins / recentchanges.mdwn
1 [[template id=plugin name=recentchanges core=1 author="[[Joey]]"]]
2
3 This plugin examines the [[revision_control_system|rcs]] history and
4 generates a page describing each recent change made to the wiki. These
5 pages can be joined together with [[inline]] to generate the
6 [[RecentChanges]] page.
7
8 Typically only the RecentChanges page will use the plugin, but you can
9 use it elsewhere too if you like. It's used like this:
10
11         \[[recentchanges pages="*" num=100 template=change]]
12
13 The pages describing recent changes will be created as [[subpages|subpage]]
14 of the page where the `recentchanges` directive is placed.