aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/autosetup_python_warnings.mdwn
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2014-10-13 16:21:15 -0400
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2014-10-13 16:21:15 -0400
commitbc6efdd735f4b695703850d1d05f7371e00ffcb7 (patch)
tree135d3e35e356e1150f9ec426fc8bb936853ff7fa /doc/bugs/autosetup_python_warnings.mdwn
parente42b1409b242e75df9318d6472fe6adf7ba00df2 (diff)
downloadikiwiki-bc6efdd735f4b695703850d1d05f7371e00ffcb7.tar
ikiwiki-bc6efdd735f4b695703850d1d05f7371e00ffcb7.tar.gz
clarify
Diffstat (limited to 'doc/bugs/autosetup_python_warnings.mdwn')
-rw-r--r--doc/bugs/autosetup_python_warnings.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/bugs/autosetup_python_warnings.mdwn b/doc/bugs/autosetup_python_warnings.mdwn
index 5c081dac2..d7920b921 100644
--- a/doc/bugs/autosetup_python_warnings.mdwn
+++ b/doc/bugs/autosetup_python_warnings.mdwn
@@ -53,7 +53,8 @@ the XML-RPC libs) until the methods using them are called. --[[schmonz]]
-----
-It's more complicated than I thought. Findings and questions:
+It's more complicated than I thought. Findings and questions so
+far:
### Failing to load an external plugin should be an error
@@ -64,7 +65,7 @@ written in any language, ikiwiki assumes loading succeeded.
Let's take [[!iki plugins/rst]] as an example. It's written in
Python and uses `proxy.py` to handle XML-RPC communication with
ikiwiki. Let's say that `proxy.py` compiles, but `rst` itself
-doesn't. We'd like ikiwiki to know the module isn't loaded, and
+doesn't. We'd like ikiwiki to know the plugin isn't loaded, and
we'd like an error message about it (not just the Python errors).
Now let's say `rst` would be fine by itself, but `proxy.py` doesn't