Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove dead code
[git.ikiwiki.info.git]
/
doc
/
plugins
/
write.mdwn
diff --git
a/doc/plugins/write.mdwn
b/doc/plugins/write.mdwn
index 2e3902388f5c7bba8cc7d57fc39d288d8b2e4faf..10b4df835f9fde4eac70f6980727fbad8a7aa562 100644
(file)
--- a/
doc/plugins/write.mdwn
+++ b/
doc/plugins/write.mdwn
@@
-600,6
+600,13
@@
function of the ikiwiki wrapper when it is being generated.
The code runs before anything else -- in particular it runs before
the suid wrapper has sanitized its environment.
The code runs before anything else -- in particular it runs before
the suid wrapper has sanitized its environment.
+### disable
+
+ hook(type => "disable", id => "foo", call => \&disable);
+
+This hook is only run when a previously enabled plugin gets disabled
+during ikiwiki setup. Plugins can use this to perform cleanups.
+
## Exported variables
Several variables are exported to your plugin when you `use IkiWiki;`
## Exported variables
Several variables are exported to your plugin when you `use IkiWiki;`