diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-15 13:22:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-15 13:22:22 -0400 |
commit | 840585338ee9c6ff4e91b8788c3f7d91b4362a42 (patch) | |
tree | 574c3838a314c8a09947e8eef98dc6afad765764 | |
parent | 75cddc22d3ad4a06a46d74e03c6c4b3bcb98861b (diff) | |
download | ikiwiki-840585338ee9c6ff4e91b8788c3f7d91b4362a42.tar ikiwiki-840585338ee9c6ff4e91b8788c3f7d91b4362a42.tar.gz |
mention proxy.py
-rw-r--r-- | doc/plugins/write/external.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/plugins/write/external.mdwn b/doc/plugins/write/external.mdwn index a1a3811dc..fd343bda6 100644 --- a/doc/plugins/write/external.mdwn +++ b/doc/plugins/write/external.mdwn @@ -9,8 +9,7 @@ external plugin in your favorite programming language. Wow us at how much easier you can do the same thing in your favorite language. ;-) There's now a second external plugin, the [[rst]] plugin, written in -python. (Could someone convert it into a python library that can be used by -other plugins?) +python. It uses a `proxy.py`, a helper library for ikiwiki python plugins. [[toc ]] |