From e22c26efc87a21b19a6cd02c32f3bd9fe2f69faa Mon Sep 17 00:00:00 2001 From: otsune Date: Thu, 24 Apr 2008 19:54:24 +0000 Subject: * Add Header comment * Add configurable at ~/.vimperatorrc git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@10386 d0d07461-0603-4401-acd4-de1884942a52 --- proxy.js | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 8 deletions(-) (limited to 'proxy.js') diff --git a/proxy.js b/proxy.js index 65cddbc..7661008 100644 --- a/proxy.js +++ b/proxy.js @@ -1,16 +1,60 @@ /** - * Vimperator plugin + * ==VimperatorPlugin== + * @name proxy.js + * @description proxy setting plugin + * @description-ja プロクシ設定 + * @minVersion 0.6pre + * @author cho45 halt feits + * @version 0.6 + * ==/VimperatorPlugin== * - * proxy setting plugin (for Vimperator 0.6pre) + * Usage: + * :proxy {conf_name} -> set proxy setting to conf_name * - * @author cho45 - * @author halt feits - * @version 0.6 + * The proxy_settings is a string variable which can set on + * vimperatorrc as following. + * + * let proxy_settings = "[{ { conf_name:'disable', conf_usage:'direct connection', settings:[{label:'type', param:0}] } }]" + * + * or your can set it using inline JavaScript. + * + * javascript <