diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 22:50:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 22:50:53 +0000 |
commit | ac29c61a566f22321afa19a3f08094679d4f7d44 (patch) | |
tree | 85825f72b62c536fe056eaf6468562a9a9ef025e /doc/todo/recentchanges.mdwn | |
parent | 76f39885108f3b95fe1b5bd0b6a89d5c01f9d103 (diff) | |
download | ikiwiki-ac29c61a566f22321afa19a3f08094679d4f7d44.tar ikiwiki-ac29c61a566f22321afa19a3f08094679d4f7d44.tar.gz |
web commit by http://ethan.betacantrips.com/: forgot about minor edits
Diffstat (limited to 'doc/todo/recentchanges.mdwn')
-rw-r--r-- | doc/todo/recentchanges.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/todo/recentchanges.mdwn b/doc/todo/recentchanges.mdwn index dc5d3611b..11a39d610 100644 --- a/doc/todo/recentchanges.mdwn +++ b/doc/todo/recentchanges.mdwn @@ -54,11 +54,13 @@ etc.) Virtual pages would "expire" and be deleted if they were not depended on in some way. Let's say these pages are created in edits/commit_%d.mdwn. RecentChanges -would then be a page which did nothing but inline the last 50 edits/*. +would then be a page which did nothing but inline the last 50 `edits/*`. This would give static generation and RSS/Atom feeds. The inline -plugin could be optionally altered to inline pages from edits/* +plugin could be optionally altered to inline pages from `edits/*` that match any pages in its pagespec, and through this we could get -a recent-changes+pagespec thing. +a recent-changes+pagespec thing. You could also exclude edits that have +"minor" in the commit message (or some other thing that marks them as +unremarkable). You could make an argument that I care way too much about what amounts to edits anyhow, but like Josh says, there are use cases for this. |