Bug 360428: Instances of 'AskJeeves' should be replaced with 'Ask.com', fix queryCharset and interpret section, patch by Charles Caygill <bzmozilla@ccaygill.com>, r=neil+me

This commit is contained in:
gavin%gavinsharp.com 2006-11-22 17:46:49 +00:00
Родитель 67c9d2b431
Коммит 3ff9b39fb4
1 изменённых файлов: 0 добавлений и 31 удалений

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

@ -1,31 +0,0 @@
# 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="64">
<input name="askbutton.x" value="0">
<input name="askbutton.y" value="0">
<inputnext name="page" factor="1">
<inputprev>
<interpret
browserResultType="result"
resultListStart = '<div id="result">'
resultListEnd = '<div id="resultspagingstrip"'
resultItemStart = '<div class="m8">'
resultItemEnd = '<div id="resultBottom'
>
</search>