memo.xight.org

日々のメモ

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

Summary

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

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

<search
	version="0.0.1"
	name="xight.org"
	description="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="<div id='results'></div>"
	resultListEnd="<hr/>"
	resultItemStart="<li style='padding-bottom: 1em'>"
	resultItemEnd="</li>"
>

</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"
>