aboutsummaryrefslogtreecommitdiff
path: root/plugins/externaldemo
Commit message (Collapse)AuthorAge
* Support RPC::XML 0.69's incompatable object instantiation method.Joey Hess2009-09-29
|
* function injection overhaulJoey Hess2008-10-21
| | | | | | | | | | | 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.
* 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.joey2007-08-13
* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC.