From: http://smcv.pseudorandom.co.uk/ Date: Sun, 3 Aug 2008 21:30:32 +0000 (-0400) Subject: Demote renamepage hook to a

to fix the ToC X-Git-Tag: 2.60~91^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ca5f64c4ef85dc0e5187f80f3f108b623ac01470;p=ikiwiki.git Demote renamepage hook to a

to fix the ToC --- diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 67f1cf2ba..b9601ea57 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -192,6 +192,7 @@ return the htmlized content. hook(type => "pagetemplate", id => "foo", call => \&pagetemplate); + [[Templates|wikitemplates]] are filled out for many different things in ikiwiki, like generating a page, or part of a blog page, or an rss feed, or a cgi. This hook allows modifying the variables available on those @@ -356,7 +357,7 @@ This hook is called whenever ikiwiki normally saves its state, just before the state is saved. The function can save other state, modify values before they're saved, etc. -## renamepage +### renamepage hook(type => "renamepage", id => "foo", call => \&renamepage);