diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-07-27 08:51:28 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-07-27 10:15:16 -0400 |
commit | 89d9d25a2464aa57bd3698d7614cbefe5e6f4607 (patch) | |
tree | e765fbcbc450c39258c6f5902b4a8f0383e0a40a /doc/plugins | |
parent | 07cb6368aa2d6404ea24186be816b2d07afec071 (diff) | |
download | ikiwiki-89d9d25a2464aa57bd3698d7614cbefe5e6f4607.tar ikiwiki-89d9d25a2464aa57bd3698d7614cbefe5e6f4607.tar.gz |
Document my now much simpler patch.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/proxies.mdwn | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/plugins/contrib/proxies.mdwn b/doc/plugins/contrib/proxies.mdwn deleted file mode 100644 index 7f8f5faaf..000000000 --- a/doc/plugins/contrib/proxies.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -[[!template id=plugin name=proxies author="[[schmonz]]"]] -[[!template id=gitbranch branch=schmonz/proxies author="[[schmonz]]"]] -[[!tag type/web]] - -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]]. |