summaryrefslogtreecommitdiff
path: root/doc/todo/dynamic_rootpage.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-17 14:38:16 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-17 14:38:16 -0400
commit81355cd4c6868358ea2828334406c9b6cd572b5f (patch)
treec768983c1f15579716067110eed6e7f936a3a86f /doc/todo/dynamic_rootpage.mdwn
parentf1228946bd62b7b4528bccabe91f836a16912e28 (diff)
parent143c8770d13698a9fabf9d7ac86a268a286033da (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo/dynamic_rootpage.mdwn')
-rw-r--r--doc/todo/dynamic_rootpage.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/dynamic_rootpage.mdwn b/doc/todo/dynamic_rootpage.mdwn
index fe95aff56..fa0e23254 100644
--- a/doc/todo/dynamic_rootpage.mdwn
+++ b/doc/todo/dynamic_rootpage.mdwn
@@ -19,3 +19,7 @@ What's your opinion, Joey? I hope it's also useful for another ikiwiki lovers :)
>> No, but I don't know of a way to do it that feels flexible and right..
>> Using functions as in your example doesn't feel right somehow.
>> --[[Joey]]
+
+>>> Seems like a job for good ol' string interpolation. rootpage="post/$current_year/$current_month/$current_day"
+>>> Ikiwiki could provide some vars, and it would be nice to write plugins to also provide vars. Sort of like templates.
+>>> Does that feel OK? --[[sabr]]