projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21b8c3f
)
web commit by http://sabr.myopenid.com/
author
Joey Hess
<joey@kitenet.net>
Thu, 17 Apr 2008 06:29:18 +0000
(
02:29
-0400)
committer
Joey Hess
<joey@kitenet.net>
Thu, 17 Apr 2008 06:29:18 +0000
(
02:29
-0400)
doc/todo/dynamic_rootpage.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/dynamic_rootpage.mdwn
b/doc/todo/dynamic_rootpage.mdwn
index fe95aff56a4d83215d72e7422d7a3771fcfc8904..fa0e23254fcf24fab1a625417ffb4fdc4e5ec31e 100644
(file)
--- 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]]