diff options
author | Joey Hess <joey@kitenet.net> | 2008-04-17 02:29:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-04-17 02:29:18 -0400 |
commit | 2512ceebb06ac4c20bc9ad06cd3d7c6d4e32ac8e (patch) | |
tree | bbd944a14d20df44989404c736632ecd036b618d /doc/todo/dynamic_rootpage.mdwn | |
parent | 21b8c3f94dadb71ddede8e7dac4d464f4116cde0 (diff) | |
download | ikiwiki-2512ceebb06ac4c20bc9ad06cd3d7c6d4e32ac8e.tar ikiwiki-2512ceebb06ac4c20bc9ad06cd3d7c6d4e32ac8e.tar.gz |
web commit by http://sabr.myopenid.com/
Diffstat (limited to 'doc/todo/dynamic_rootpage.mdwn')
-rw-r--r-- | doc/todo/dynamic_rootpage.mdwn | 4 |
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]] |