]> sipb.mit.edu Git - ikiwiki.git/commitdiff
clarify
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Mon, 13 Oct 2014 20:21:15 +0000 (16:21 -0400)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Mon, 13 Oct 2014 20:21:15 +0000 (16:21 -0400)
doc/bugs/autosetup_python_warnings.mdwn

index 5c081dac28cd85f04aed4bf202d5757c65b5db04..d7920b921c3dff6ba0bc9c06da33472dfdb1a508 100644 (file)
@@ -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
 
 
 ### 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
 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
 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