Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rebuild for jessie-backports
[git.ikiwiki.info.git]
/
doc
/
todo
/
missingparents.pm.mdwn
diff --git
a/doc/todo/missingparents.pm.mdwn
b/doc/todo/missingparents.pm.mdwn
index c5f2ab535c080c7f47a910e1e8b2addc5957b81c..b257760cef4b6f8b1bdf307fe05553efe8d2310a 100644
(file)
--- 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
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
===================================================================
<pre>
Index: IkiWiki/Render.pm
===================================================================
@@
-258,4
+264,4
@@
Index: IkiWiki.pm
my $page=shift;
</pre>
my $page=shift;
</pre>
-[[!tag patch]]
+[[!tag patch
patch/core
]]