Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-21 | function injection overhaul | Joey Hess | |
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 | change example to override a real function | Joey Hess | |
2007-10-13 | improve comment | joey | |
2007-08-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 | |
* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC. |