memo.xight.org

日々のメモ

Firefoxの検索エンジンリストに memo.xight.org を追加する

Summary

サイトの移転に伴い,
Firefoxの検索エンジンリストに xight.org の clsearch.cgi を追加する [2005-09-16-4] を改良
ついでにアイコンを作ってみた.

C:\Program Files\Mozilla Firefox\searchplugins\xight.src
を作成

# Mozilla search plugin for memo.xight.org
# by Yoshiki SATO <xight.org+memo@gmail.com>.
# http://memo.xight.org/searchplugin/
# This file is released into the public domain.
#
# Version: 0.0.2 (2005-11-25)
# Country: JP
# Language: ja

<search
	version="0.0.2"
	name="memo.xight.org"
	description="memo.xight.org"
	sourceTextEncoding="0"
	method="get"
	action="http://memo.xight.org/clsearch.cgi"
	queryCharset="EUC-JP"
	searchForm="http://memo.xight.org/"
>

<input name="key" user>
<input name="mode" value="1">

<interpret
	browserResultType="result"
	charset="EUC-JP"
	language="ja"
	resultListStart="<!-- RESULT LIST START -->"
	resultListEnd="<!-- RESULT LIST END -->"
	resultItemStart="<!-- RESULT ITEM START -->"
	resultItemEnd="<!-- RESULT ITEM END -->"
>

</search>

<browser
	alsomatch="http://memo.xight.org/clsearch.cgi"
	update="http://memo.xight.org/xight.src"
	updateIcon="http://memo.xight.org/xight.png"
	updateCheckDays="100"
>

Reference

Firefoxのツールバーの検索エンジンリストを自作し、追加する。 - TheRaindrop レインドロップ
http://pellucid.raindrop.jp/weblog/item/67