註冊時間: 2003-09-02, 15:36 文章: 8 來自: ROC,TAIWAN
|
在下載資源網頁上的yahoo中翻英 英翻中線上辭典在Windows可以正常運作,但是在Linux Mandrake(其他distribution小弟沒測試過,但Mandrake9.0, 9.1都沒辦法正常使用這小弟可以確定),就算直接抓.src檔回來也沒辦法......
後來小弟直接從google.src google_en.src改成可以在Linux Mandrake 9.0 上正常運作的 .src檔案
中翻英的yahoo線上字典.src是
<search
name="Yahoo Dict (C-E)"
description="Yahoo Kimo Chinese-English Dictionary"
method="GET"
action="http://tw.search.dictionary.yahoo.com/search/dictionary"
queryEncoding="2563"
queryCharset="Big5"
# update="http://moztw.org/dl/google_tw.src"
# updateCheckDays=30
>
<input name="p" user>
<input name="hl" value="zh-TW">
<input name="lr" value="">
<input name="num" value="20">
<input name="sourceid" value="mozilla-search">
<inputnext name="start" factor="20">
<inputprev name="start" factor="20">
<interpret
charset = "Big5"
resultEncoding = "2563"
browserResultType="result"
resultListStart="<!--a-->"
resultListEnd="<!--z-->"
resultItemStart="<!--m-->"
resultItemEnd="<!--n-->"
>
</search>
*******************************************************
英翻中的.src是:
<search
name="Yahoo Dict (E-C)"
description="Yahoo Kimo English-Chinese Dictionary"
method="GET"
action="http://tw.dictionary.yahoo.com/dictionary"
# update="http://moztw.org/dl/google_tw.src"
# updateCheckDays=30
>
<input name="s" user>
<input name="hl" value="zh-TW">
<input name="lr" value="">
<input name="num" value="20">
<input name="sourceid" value="mozilla-search">
<inputnext name="start" factor="20">
<inputprev name="start" factor="20">
<interpret
browserResultType="result"
resultListStart="<!--a-->"
resultListEnd="<!--z-->"
resultItemStart="<!--m-->"
resultItemEnd="<!--n-->"
>
</search>
*********************************************************
小弟會再測試Windows是否也可使用這些script的 @@
|
|