[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
technorati search
- From: Masayuki Ataka <ataka@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 04 Jul 2005 05:59:02 +0900 (JST)
- X-ml-name: emacs-w3m
- X-mail-count: 08228
安宅です。
ブログ検索サービスの Technorati Japan が 7/1 に正式公開されました。
Technorati は、google よりも早い更新がウリで、
タグ検索や逆リンク検索もできる面白い検索です。
Ref. http://at-aka.blogspot.com/2005/07/technorati-search-in-emacs-w3m-emacs.html
Ref. http://bb.watch.impress.co.jp/cda/news/10181.html
そこで、Technorati 検索用のパッチを書きました。
よろしければ、お取り込み下さい。
----Input with T-Code!
http://pop-club.hp.infoseek.co.jp
Masayuki Ataka / 安宅 正之 (ataka@milk.freemail.ne.jp)
2005-07-04 Masayuki Ataka <ataka@milk.freemail.ne.jp>
* w3m-search.el (w3m-search-engine-alist): Add "technorati-*"
entries.
--- w3m-search.el.~1.42.~ 2005-06-26 17:16:43.000000000 +0900
+++ w3m-search.el 2005-07-04 04:06:17.000000000 +0900
@@ -92,6 +92,22 @@
("All the Web-ja"
"http://www.alltheweb.com/search?web&_sb_lang=ja&cs=euc-jp&q=%s"
euc-japan)))
+ ,@(if ja
+ '(("technorati"
+ "http://www.technorati.jp/search/search.html?query=%s&language=ja"
+ utf-8)
+ ("technorati-en"
+ "http://www.technorati.com/search/%s"
+ utf-8))
+ '(("technorati"
+ "http://www.technorati.com/search/%s"
+ utf-8)
+ ("technorati-ja"
+ "http://www.technorati.jp/search/search.html?query=%s&language=ja"
+ utf-8)))
+ ("technorati-tag"
+ "http://www.technorati.com/tag/%s"
+ utf-8)
("goo-ja"
"http://www.goo.ne.jp/default.asp?MT=%s"
euc-japan)