aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2012-01-30 21:33:30 -0600
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2013-02-23 16:09:05 -0500
commitf82bcfcd778f689a6989c9a7d5b7686bffd9c318 (patch)
tree39c45397d17003fd46f0510aa93a9feab3d2f874
parent84e55b264b95d49a5cf26ffffaeb0a8ef46a88e4 (diff)
downloadikiwiki-f82bcfcd778f689a6989c9a7d5b7686bffd9c318.tar
ikiwiki-f82bcfcd778f689a6989c9a7d5b7686bffd9c318.tar.gz
Document this plugin and joeyh's suggested to-do items.
-rw-r--r--doc/plugins/contrib/proxies.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/plugins/contrib/proxies.mdwn b/doc/plugins/contrib/proxies.mdwn
new file mode 100644
index 000000000..dc53adf29
--- /dev/null
+++ b/doc/plugins/contrib/proxies.mdwn
@@ -0,0 +1,13 @@
+[[!template id=plugin name=proxies author="[[schmonz]]"]]
+[[!template id=gitbranch branch=schmonz/proxies author="[[schmonz]]"]]
+[[!tag type/format]]
+
+This plugin enables ikiwiki to open outbound connections (such as
+found in [[plugins/aggregate]], [[plugins/openid]], and [[plugins/pinger]])
+via a proxy. The proxy can be configurably avoided for connections
+to certain domains.
+
+### To do
+
+* Move duplicated user-agent setup out of other plugins into this one.
+* While I'm at it, fix [[bugs/http_proxy_for_openid]].