]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ <Jonathon@web>
Sun, 27 Jan 2013 08:30:54 +0000 (04:30 -0400)
committeradmin <admin@branchable.com>
Sun, 27 Jan 2013 08:30:54 +0000 (04:30 -0400)
doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn

index 6a6285da74fa5f9d08ebab634b8bf3457c6389f2..0664852765d2fb0d51bcd74a158126729a129de9 100644 (file)
@@ -13,3 +13,5 @@ This encourages me to include useful metadata on the page.  In particular, thoug
 I've also noticed that IkiWiki seems to use the creation time for the generated page for the page date.  This means that when I do a rebuild, `inline`d pages get shuffled.  The inclusion of a `time` variable in `edittemplate` (and in a `meta` declaration for all such pages) prevents the date from changing unexpectedly.
 
 I've already made these changes in my installation, and have made my patches available in the `edittemplate` branch of my repository, which [[I've posted|git]].
+
+Changes to the structure of `$pagestate{$registering_page}{edittemplate}{$pagespec}` mean that a `cgi` rebuild is necessary (for reasons I don't entirely understand); but I think that's preferable to creating an entirely separate `$pagestate` namespace for storing parameters.  That said, I'm not really a perl programmer, so corrections are welcome.