diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 15:05:49 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 15:05:49 -0500 |
commit | 47ee266163202f15fca3b108fad294bec262405a (patch) | |
tree | e83d75d593b57beaaf6ecd41de7fd5a63903d31e /doc/plugins/recentchanges.mdwn | |
parent | 2bfd2e984132e5c235be066070c4e5b14d79b775 (diff) | |
download | ikiwiki-47ee266163202f15fca3b108fad294bec262405a.tar ikiwiki-47ee266163202f15fca3b108fad294bec262405a.tar.gz |
improve support for internal pages
This makes it a lot quicker to deal with lots of recentchanges pages
appearing and disappearing. It avoids needing to clutter up pagespecs with
exclusions for those pages, by making normal pagespecs not match them.
Diffstat (limited to 'doc/plugins/recentchanges.mdwn')
-rw-r--r-- | doc/plugins/recentchanges.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/recentchanges.mdwn b/doc/plugins/recentchanges.mdwn index 9e0d8dc51..69073adf0 100644 --- a/doc/plugins/recentchanges.mdwn +++ b/doc/plugins/recentchanges.mdwn @@ -9,6 +9,8 @@ Typically only the RecentChanges page will use the plugin, but you can use it elsewhere too if you like. It's used like this: \[[recentchanges pages="*" num=100 template=change]] + \[[inline pages="internal(recentchanges/change_*)" + template=recentchanges show=0]] The pages describing recent changes will be created as [[subpages|subpage]] of the page where the `recentchanges` directive is placed. |