[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

goo 辞書の URL



goo 辞書の URL が変更になっているようです。また、goo-ja の URL も新しい
URL に redirect されるようになっているので、それに追従するパッチです。

2005-09-01  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>

	* w3m-search.el (w3m-search-engine-alist): Update goo-ja, waei,
	eiwa, kokugo URL.
Index: w3m-search.el
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/w3m-search.el,v
retrieving revision 1.44
diff -u -r1.44 w3m-search.el
--- w3m-search.el	5 Jul 2005 23:52:27 -0000	1.44
+++ w3m-search.el	1 Sep 2005 11:22:07 -0000
@@ -109,7 +109,7 @@
        "http://www.technorati.com/tag/%s";
        utf-8)
       ("goo-ja"
-       "http://www.goo.ne.jp/default.asp?MT=%s";
+       "http://search.goo.ne.jp/web.jsp?MT=%s";
        euc-japan)
       ("excite-ja"
        "http://www.excite.co.jp/search.gw?target=combined&look=excite_jp\
@@ -138,12 +138,12 @@
 &type=Case+Insensitive+Substring+Match&order=host&server=archie1.iij.ad.jp\
 &hits=95&nice=Nice")
       ("waei"
-       "http://dictionary.goo.ne.jp/cgi-bin/dict_search.cgi?MT=%s&sw=1";
+       "http://dictionary.goo.ne.jp/search.php?MT=%s&kind=je";
        euc-japan)
       ("eiwa"
-       "http://dictionary.goo.ne.jp/cgi-bin/dict_search.cgi?MT=%s&sw=0";)
+       "http://dictionary.goo.ne.jp/search.php?MT=%s&kind=ej";)
       ("kokugo"
-       "http://dictionary.goo.ne.jp/cgi-bin/dict_search.cgi?MT=%s&sw=2";
+       "http://dictionary.goo.ne.jp/search.php?MT=%s&kind=jn";
        euc-japan)
       ("eiei"
        "http://www.dictionary.com/cgi-bin/dict.pl?term=%s&r=67";)
-- 
Hiroshi Fujishima