ikiwiki/plugins
Joey Hess e75818572f function injection overhaul
Add an inject function, that can be used by plugins that want to replace
one of ikiwiki's functions with their own version. (This is a scary thing
that grubs through the symbol table, and replaces all exported occurances
of a function with the injected version.)

external: RPC functions can be injected to replace exported functions.

Removed the stupid displaytime hook, and use injection instead.
2008-10-21 17:57:19 -04:00
..
.gitignore Provide XML-RPC proxy abstraction for Python plugins 2008-03-15 13:14:50 -04:00
externaldemo function injection overhaul 2008-10-21 17:57:19 -04:00
proxy.py Handle going down with an exception 2008-03-21 19:17:00 -04:00
pythondemo scan hook works, remove NotImplemented exception 2008-03-21 19:17:00 -04:00
rst add getsetup hook 2008-08-06 01:04:45 -04:00