new files for ask jeeves search. not part of the build.

part of bug #213822:
clean up the search stuff, point to google by default, remove the developer stuff,
and in other popular sites.

all part of making mozilla a better end user release.
This commit is contained in:
sspitzer%mozilla.org 2003-08-20 07:45:22 +00:00
Родитель b6c1d3644c
Коммит fab1be10df
2 изменённых файлов: 29 добавлений и 0 удалений

Двоичные данные
xpfe/components/search/datasets/jeeves.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 225 B

Просмотреть файл

@ -0,0 +1,29 @@
# Mozilla/AskJeeves plug-in (sspitzer@mozilla.org)
#
# I started with amitp+mozilla@google.com google plugin (google.src)
# and jeeves.src from the mycroft guys
# Erich Iseli <sherlock@iseli.org>, Julius Ross <juliusross@mac.com>
# and modified it to work for ask.com
<search
name="AskJeeves"
description="Ask Jeeves"
method="GET"
action="http://web.ask.com/web"
>
<input name="q" user>
<input name="o" value="0">
<input name="qsrc" value="0">
<input name="askbutton.x" value="0">
<input name="askbutton.y" value="0">
<interpret
browserResultType="result"
resultListStart = '<div class="indent">'
resultListEnd = "<nobr>"
resultItemStart = "<p><div>"
resultItemEnd = "</div>"
>
</search>