improve support for internal pages
[ikiwiki] / 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         \[[inline pages="internal(recentchanges/change_*)"
13         template=recentchanges show=0]]
14
15 The pages describing recent changes will be created as [[subpages|subpage]]
16 of the page where the `recentchanges` directive is placed.