Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-08 | * Finally implemented a simple per-page data storage mechanism for plugins, | Joey Hess | |
via the %pagestate hash. * Use pagestate in meta to detect potential redir loops. | |||
2007-12-08 | MAJOR basewiki reorg | Joey Hess | |
Including redir pages for the moved basewiki pages. These will be removed in a future release. | |||
2007-10-15 | * Rewritten rst plugin by madduck is a python program that communicates with | joey | |
ikiwiki via XML RPC. This should be much faster than the old plugin that had to fork python for every rst page render. Note that if you use the rst plugin, you now need to have the RPC::XML perl module installed. | |||
2007-08-21 | web commit by tschwinge: Typo fix. | joey | |
2007-08-21 | fix | joey | |
2007-08-15 | web commit by http://jeremie.koenig.myopenid.com/: fix typos | joey | |
2007-08-13 | unescape | joey | |
2007-08-13 | fix link | joey | |
2007-08-13 | improved docs, add a tutorial for writing plugins | joey | |
2007-08-13 | reword | joey | |
2007-08-13 | toc | joey | |
2007-08-13 | memoization for injected RPC functions is a very, very good thing | joey | |
2007-08-13 | performance notes | 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. |