diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-28 23:56:26 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-28 23:56:26 -0500 |
commit | 5921b86fccde90e5a9c77623d808be06f40cbe47 (patch) | |
tree | b116168da21dbae0d82a6334f763e035fe0f5ac8 /doc/recentchanges.mdwn | |
parent | 2d3dc86d07a7ebf5f638084259ae2d9c2c63e6b6 (diff) | |
download | ikiwiki-5921b86fccde90e5a9c77623d808be06f40cbe47.tar ikiwiki-5921b86fccde90e5a9c77623d808be06f40cbe47.tar.gz |
proof of concept implementation of static recentchanges
Currently hardcoded to write to recentchanges/*, and the page format needs
to be rethought to be usable for aggregation, but it basically works.
Diffstat (limited to 'doc/recentchanges.mdwn')
-rw-r--r-- | doc/recentchanges.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/recentchanges.mdwn b/doc/recentchanges.mdwn index 2e67f02e7..a027bf462 100644 --- a/doc/recentchanges.mdwn +++ b/doc/recentchanges.mdwn @@ -1,3 +1,3 @@ -ikiwiki generates the list of recent changes by examining the history of -the [[revision_control_system|rcs]] that the wiki is configured to use. You -have to have [[CGI]] set up for this feature to be enabled. +[[recentchanges pages="*" num=100 template=change]] +[[inline pages="recentchanges/change_* and !*/Discussion" +template=recentchanges show=0]] |