whishlist

master
nil 2010-02-16 18:42:11 +00:00 committed by Joey Hess
parent 8df6055f4c
commit ce8bb21958
1 changed files with 15 additions and 0 deletions

View File

@ -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]]