aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authornil <nil@web>2010-02-16 18:42:11 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-02-16 18:42:11 +0000
commitce8bb219586332032110da8835fde8dd5f0ed91f (patch)
tree6376f2590527a3a14a5b8aaf57a8800168e48665 /doc/todo
parent8df6055f4cb95b3d8f541acfccc6b0ba2d88f7b6 (diff)
downloadikiwiki-ce8bb219586332032110da8835fde8dd5f0ed91f.tar
ikiwiki-ce8bb219586332032110da8835fde8dd5f0ed91f.tar.gz
whishlist
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/cdate_and_mdate_available_for_templates.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/cdate_and_mdate_available_for_templates.mdwn b/doc/todo/cdate_and_mdate_available_for_templates.mdwn
new file mode 100644
index 000000000..29c36b9f7
--- /dev/null
+++ b/doc/todo/cdate_and_mdate_available_for_templates.mdwn
@@ -0,0 +1,15 @@
+[[!tag whishlist]]
+
+`CDATE_3339`, `CDATE_822`, `MDATE_3339` and `MDATE_822` template variables would be useful for evey page, at least for my templates with Dublin Core metadata.
+
+I tried to pick the relevant lines of the [[inline|plugins/inline]] plugin and hack it into a custom plugin, but it failed miserably because of my obvious lack of perl litteracy...
+
+Anyway, I'm sure this is almost nothing...
+
+* `sub date_822 ($) {}`
+* `sub date_3339 ($) {}`
+* and something like `$template->param('cdate_822' => date_822($IkiWiki::pagectime{$page}));`
+
+Anyone can fill the missing lines?
+
+-- [[nil]]