]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/missingparents.pm.mdwn
Added a comment
[ikiwiki.git] / doc / todo / missingparents.pm.mdwn
index c5f2ab535c080c7f47a910e1e8b2addc5957b81c..b257760cef4b6f8b1bdf307fe05553efe8d2310a 100644 (file)
@@ -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
 ===================================================================
@@ -258,4 +264,4 @@ Index: IkiWiki.pm
        my $page=shift;
 </pre>
 
-[[!tag patch]]
+[[!tag patch patch/core]]