Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

master
Joey Hess 2008-08-03 17:50:22 -04:00
commit 3baa1742f3
1 changed files with 2 additions and 1 deletions

View File

@ -192,6 +192,7 @@ return the htmlized content.
hook(type => "pagetemplate", id => "foo", call => \&pagetemplate); hook(type => "pagetemplate", id => "foo", call => \&pagetemplate);
[[Templates|wikitemplates]] are filled out for many different things in [[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 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 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 the state is saved. The function can save other state, modify values before
they're saved, etc. they're saved, etc.
## renamepage ### renamepage
hook(type => "renamepage", id => "foo", call => \&renamepage); hook(type => "renamepage", id => "foo", call => \&renamepage);