projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b33ce31
)
displaytime hook is gone
author
Joey Hess
<joey@kodama.kitenet.net>
Wed, 22 Oct 2008 00:37:49 +0000
(20:37 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Wed, 22 Oct 2008 00:37:49 +0000
(20:37 -0400)
doc/plugins/write.mdwn
patch
|
blob
|
history
diff --git
a/doc/plugins/write.mdwn
b/doc/plugins/write.mdwn
index 2e11e6234ef24b1e7ca64df3b09c950f25772a18..0d244e1f544def88cf38314139cc9892fde64592 100644
(file)
--- a/
doc/plugins/write.mdwn
+++ b/
doc/plugins/write.mdwn
@@
-360,13
+360,6
@@
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.
-### displaytime
-
- hook(type => "displaytime", id => "foo", call => \&display);
-
-This hook can be registered to override the regular `displaytime` function.
-Only the last displaytime hook will be used.
-
### renamepage
hook(type => "renamepage", id => "foo", call => \&renamepage);