aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuVene2009-04-04 12:08:22 +0000
committerthinca2010-10-23 04:38:11 +0900
commit608fbee4f80043d3228faaedb249c19f1c47d1bb (patch)
tree1f4ecd6d0ef4ae4b0c59c3afbe0d7680c1c7bdbb
parent76d49e5543eb33648c2a6e29b7e9c60eb1781ad8 (diff)
downloadvimperator-plugins-608fbee4f80043d3228faaedb249c19f1c47d1bb.tar.bz2
multi_requester ver.0.4.13 goo辞書が utf8 になった?
とりあえず、source 内の SITEINFO を削除。 wedata から取得するように変更。 ついでに、vimp 2.1a1pre での動作確認。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/2.0@31891 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x[-rw-r--r--]multi_requester.js14
1 files changed, 3 insertions, 11 deletions
diff --git a/multi_requester.js b/multi_requester.js
index 8f193a3..268a5af 100644..100755
--- a/multi_requester.js
+++ b/multi_requester.js
@@ -11,10 +11,10 @@ var PLUGIN_INFO =
<description>request, and the result is displayed to the buffer.</description>
<description lang="ja">リクエストの結果をバッファに出力する。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
- <version>0.4.12</version>
+ <version>0.4.13</version>
<license>MIT</license>
<minVersion>2.0pre</minVersion>
- <maxVersion>2.0pre</maxVersion>
+ <maxVersion>2.1a1pre</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/multi_requester.js</updateURL>
<detail><![CDATA[
== Needs Library ==
@@ -117,15 +117,7 @@ var SITEINFO = [
description: "SPACE ALC (\u82F1\u8F9E\u6717 on the Web)",
url: "http://eow.alc.co.jp/%s/UTF-8/",
xpath: 'id("resultList")'
- },
- {
- name: "goo",
- description: "goo \u8F9E\u66F8",
- url: "http://dictionary.goo.ne.jp/search.php?MT=%s&kind=all&mode=0&IE=UTF-8",
- xpath: 'id("incontents")/*[@class="ch04" or @class="fs14" or contains(@class, "diclst")]',
- srcEncode: "EUC-JP",
- urlEncode: "UTF-8"
- },
+ }
];
var libly = liberator.plugins.libly;
var $U = libly.$U;