diff options
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/rst_plugin_python_rewrite.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/rst_plugin_python_rewrite.mdwn b/doc/todo/rst_plugin_python_rewrite.mdwn new file mode 100644 index 000000000..7f7bdb525 --- /dev/null +++ b/doc/todo/rst_plugin_python_rewrite.mdwn @@ -0,0 +1,5 @@ +The [[plugin/rst]] plugin is slow because it forks python for each page +rendered. Now that ikiwiki supports plugins written in +[[other_languages|plugin/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. |