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

git-svn-id: svn://10.0.0.236/trunk@215678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2006-11-22 17:46:49 +00:00
parent 473f4f8a9f
commit 3cbc871e9b

View File

@ -4,28 +4,27 @@
# 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
# Last updated November 19, 2006 (Charles Caygill, Mycroft Project)
<search
name="AskJeeves"
description="Ask Jeeves"
name="Ask.com"
description="Ask.com Search Engine"
method="GET"
action="http://web.ask.com/web"
action="http://www.ask.com/web"
queryCharset="utf-8"
>
<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'
charset="utf-8"
resultListStart='<html>'
resultListEnd='</html>'
resultItemStart='class="L4"'
resultItemEnd='class="T1"'
>
</search>