diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2014-02-23 10:09:19 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-23 10:09:19 -0400 |
commit | 3a09246b7a27ab0a1da6c522313c1fe1f1cf8837 (patch) | |
tree | 757b46474cbca917061895e91151b46deb8ce02d /doc/todo | |
parent | 0204b40e4da64404d2ad9c511f31e23de53ce5d7 (diff) | |
download | ikiwiki-3a09246b7a27ab0a1da6c522313c1fe1f1cf8837.tar ikiwiki-3a09246b7a27ab0a1da6c522313c1fe1f1cf8837.tar.gz |
review
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/missingparents.pm.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/missingparents.pm.mdwn b/doc/todo/missingparents.pm.mdwn index cecac7a94..b257760ce 100644 --- a/doc/todo/missingparents.pm.mdwn +++ b/doc/todo/missingparents.pm.mdwn @@ -30,6 +30,12 @@ This patch, or one like it, would enable better blogging support, by adding the ability to hierarchically organize blog posts and automatically generate structural pages for year, month, or day. Please apply. --Ethan +> This looks a lot like [[plugins/autoindex]], except limited to a subset +> of pages, and with different templates according to the page it's used +> on. Perhaps it could become several enhancements for autoindex? --[[smcv]] + +---- + <pre> Index: IkiWiki/Render.pm =================================================================== |