我想把
http://scholar.google.com/ 作為firefox 的 searchbar中的一個選項,我該如何做啊
我用google taiwan的src檔修改,可是好像有問題ㄟ,有沒有人可以幫我看看問題出在哪裡啊?謝謝囉
# Mozilla/Google plug-in by
amitp+mozilla@google.com
<search
name="Scigle"
description="Scigle Search by google.com.tw"
method="GET"
action="http://scholar.google.com/search"
update="http://moztw.org/dls/sp/googletw.src"
updateCheckDays=1000
queryEncoding="utf-8"
queryCharset="utf-8"
>
<input name="q" user>
<input name="hl" value="zh-TW">
<inputnext name="start" factor="10">
<inputprev name="start" factor="10">
<input name="ie" value="utf-8">
<input name="oe" value="utf-8">
<interpret
browserResultType="result"
charset = "UTF-8"
resultListStart="<!--a-->"
resultListEnd="<!--z-->"
resultItemStart="<!--m-->"
resultItemEnd="<!--n-->"
>
</search>