From 65dca9f89d82cc512f1c10ac8cf70696243e650a Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 15 Oct 2007 16:33:02 +0000 Subject: * Rewritten rst plugin by madduck is a python program that communicates with 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. --- doc/todo/rst_plugin_python_rewrite.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/todo') diff --git a/doc/todo/rst_plugin_python_rewrite.mdwn b/doc/todo/rst_plugin_python_rewrite.mdwn index 7626f03a3..222fdb177 100644 --- a/doc/todo/rst_plugin_python_rewrite.mdwn +++ b/doc/todo/rst_plugin_python_rewrite.mdwn @@ -3,3 +3,5 @@ rendered. Now that ikiwiki supports plugins written in [[other_languages|plugins/write/external]], it would be excellent if someone could rewrite the rst plugin as a pure python external plugin. It would then run nice and quick. + +[[done]], thanks to madduck! -- cgit v1.2.3