Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support RPC::XML 0.69's incompatable object instantiation method. | Joey Hess | 2009-09-29 |
| | |||
* | function injection overhaul | Joey Hess | 2008-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 function | Joey Hess | 2008-10-21 |
| | |||
* | improve comment | joey | 2007-10-13 |
| | |||
* | memoization for injected RPC functions is a very, very good thing | joey | 2007-08-13 |
| | |||
* | * Fix --libdir to work at the command line. | joey | 2007-08-13 |
* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC. |