Update of /cvsroot/nutch/playground/engines
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13033/engines

Added Files:
        Altavista.src Inktomi.src FAST.src Google.src 
Log Message:
intial commit

--- NEW FILE: Altavista.src ---
# Altavista plugin

<search 
   name="Altavista"
   description="Altavista web search"
   method="GET"
   action="http://www.altavista.com/web/results";
   updateCheckDays=1   
>

<input name="q" user>
<input name="sourceid" value="mozilla-search">
<inputnext name="start" factor="10">
<inputprev name="start" factor="10">

<interpret 
    resultListStart="AltaVista found" 
    resultListEnd="</body>" 

    resultItemStart="<td valign=top  width=99" 
    resultItemEnd="<span class=rgy>"
    extractarg="r"
>
</search>

--- NEW FILE: Inktomi.src ---
# Inktomi/Hotbot plugin

<search 
   name="InktomiHotbot"
   description="Inktomi Search via Hotbot"
   method="GET"
   action="http://www.hotbot.com/default.asp";
   update="http://www.hotbot.com/mozilla/hotbot.src";
   updateCheckDays=1   
>

<input name="query" user>
<input name="prov" value="Inktomi">
<input name="tab" value="web">
<inputnext name="start" factor="10">
<inputprev name="start" factor="10">

<interpret 
    resultListStart="<!-- RESULTS -->" 
    resultListEnd="<!-- /RESULTS -->" 

    resultItemStart="<!-- IS -->" 
    resultItemEnd="<!-- /IS -->"
>
</search>

--- NEW FILE: FAST.src ---
# FAST/Hotbot plugin

<search 
   name="FASTHotbot"
   description="FAST Search via Hotbot"
   method="GET"
   action="http://www.hotbot.com/default.asp";
   update="http://www.hotbot.com/mozilla/hotbot.src";
   updateCheckDays=1   
>

<input name="query" user>
<input name="prov" value="FAST">
<input name="tab" value="web">
<inputnext name="start" factor="10">
<inputprev name="start" factor="10">

<interpret 
    resultListStart="<!-- RESULTS -->" 
    resultListEnd="<!-- /RESULTS -->" 

    resultItemStart="<!-- IS -->" 
    resultItemEnd="<!-- /IS -->"
>
</search>

--- NEW FILE: Google.src ---
# Google plugin

<search 
   name="Google"
   description="Google Search"
   method="GET"
   action="http://www.google.com/search";
   update="http://www.google.com/mozilla/google.src";
   updateCheckDays=1   
>

<input name="q" user>
<input name="sourceid" value="mozilla-search">
<inputnext name="start" factor="10">
<inputprev name="start" factor="10">

<interpret 
    resultListStart="<body" 
    resultListEnd="</body>" 

    resultItemStart="<p class=g>" 
    resultItemEnd="<br>"
>
</search>



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Nutch-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to