diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-17 05:07:22 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-17 05:07:22 +0000 |
commit | f0be976690850f0718a8829fa01fa962fd9a240e (patch) | |
tree | 753543c0cdedbf57b1e04cb13c3c4b8e245f9db2 /doc/todo/rst_plugin_python_rewrite.mdwn | |
parent | 85ccb15da18f69127382c235e4eb5bf7cedb0da7 (diff) | |
download | ikiwiki-f0be976690850f0718a8829fa01fa962fd9a240e.tar ikiwiki-f0be976690850f0718a8829fa01fa962fd9a240e.tar.gz |
rst plugin allows raw html now
rst plugin could be sped up enormously by rewriting it to be a pure python
external plugin
Diffstat (limited to 'doc/todo/rst_plugin_python_rewrite.mdwn')
-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. |