MozTW 討論區
https://forum.moztw.org/

有人可以教教我如何新增searchbar的搜尋引擎嗎?
https://forum.moztw.org/viewtopic.php?f=2&t=4437
1 頁 (共 1 頁)

發表人:  leontj [ 2004-11-26, 09:37 ]
文章主題 :  有人可以教教我如何新增searchbar的搜尋引擎嗎?

我想把 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>

發表人:  訪客 [ 2004-11-26, 19:38 ]
文章主題 : 

try this
代碼:
<SEARCH
    version = "0.1"
   name="Google Scholar"
   description="Scholar, stand on the sholders of giants"
   method="GET"
   action="http://scholar.google.com/scholar"
   queryCharset="BIG-5"
   searchForm="http://scholar.google.com"
   routeType="internet"
>

<input name="q" user>
<input name="ie" value="UTF-8">
<input name="oe" value="UTF-8">
<input name="hl" value="en">
<input name="btnG" value="Search">

<interpret
   browserResultType="result"
   charset="BIG-5"
   resultListStart="</h2>"
   resultListEnd="<p>"
   resultItemStart="<li>"
   resultItemEnd="</li>"
>

</search>

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/