aboutsummaryrefslogtreecommitdiff
path: root/plugins/externaldemo
Commit message (Expand)AuthorAge
* 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. Joey Hess2008-10-21
* change example to override a real functionJoey Hess2008-10-21
* improve commentjoey2007-10-13
* memoization for injected RPC functions is a very, very good thingjoey2007-08-13
* * Fix --libdir to work at the command line.•••* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC. joey2007-08-13