diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 17:50:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 17:50:22 -0400 |
commit | 3baa1742f326bd0324a47b56bd39e96ebf625619 (patch) | |
tree | 4f821551580e60e33eb0c6559fd63493d2b8b490 | |
parent | 1bf35bd2e74a5464a249cc1b724f484dee841fa3 (diff) | |
parent | ca5f64c4ef85dc0e5187f80f3f108b623ac01470 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/plugins/write.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
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); |