aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ <Jonathon@web>2013-02-01 00:24:58 -0400
committeradmin <admin@branchable.com>2013-02-01 00:24:58 -0400
commit15fa989a8177bad1aad8414691b719920b6708c5 (patch)
treea306584471172b5dd6fc377eef08ca6756f33ff1 /doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn
parentf1e292bb02cd5202656b4d3e760ff605d34a6e0b (diff)
downloadikiwiki-15fa989a8177bad1aad8414691b719920b6708c5.tar
ikiwiki-15fa989a8177bad1aad8414691b719920b6708c5.tar.gz
Diffstat (limited to 'doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn')
-rw-r--r--doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn b/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn
index 066485276..09de9432f 100644
--- a/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn
+++ b/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn
@@ -12,6 +12,6 @@ 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]].
+I've already made these changes in my installation, and have made my patches available in the `edittemplate` branch of [my git repository](git://civilfritz.net/ikiwiki.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.