Search file update for bug # 57997: r=gagan sr=ben

This commit is contained in:
rjc%netscape.com 2000-10-26 00:07:45 +00:00
Родитель f976819736
Коммит 433257ff5f
11 изменённых файлов: 161 добавлений и 60 удалений

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

@ -1,20 +1,12 @@
ClassifiedPlus.gif
ClassifiedPlus.src
Music_Artist.gif
Music_Artist.src
Shareware.gif
Shareware.src
Tech_News.gif
Tech_News.src
AOLSearch.gif
AOLSearch.src
CompuServe.jpg
CompuServe.src
ICQ.gif
ICQ.src
NetscapeSearch.gif
NetscapeSearch.src
ShopNetscape.gif
ShopNetscape.src
bugzilla.gif
bugzilla.src
dmoz.gif
dmoz.src
google.gif
google.src
lxrmozilla.gif
lxrmozilla.src
mozilla.gif
mozilla.src
NetscapeSearch.gif
NetscapeSearch.src

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

@ -27,27 +27,19 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
FILES = \
ClassifiedPlus.gif \
ClassifiedPlus.src \
Music_Artist.gif \
Music_Artist.src \
Shareware.gif \
Shareware.src \
Tech_News.gif \
Tech_News.src \
AOLSearch.gif \
AOLSearch.src \
CompuServe.jpg \
CompuServe.src \
ICQ.gif \
ICQ.src \
NetscapeSearch.gif \
NetscapeSearch.src \
ShopNetscape.gif \
ShopNetscape.src \
google.gif \
google.src \
$(NULL)
bugzilla.gif \
bugzilla.src \
dmoz.gif \
dmoz.src \
google.gif \
google.src \
lxrmozilla.gif \
lxrmozilla.src \
mozilla.gif \
mozilla.src \
NetscapeSearch.gif \
NetscapeSearch.src \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

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

После

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

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

@ -0,0 +1,35 @@
# Search file for bugzilla.mozilla.org
#
# Creation: April 24, 2000 by Robert John Churchill <rjc@netscape.com>
<SEARCH
name="Bugzilla @ mozilla.org"
description = "Bugzilla @ mozilla.org"
method="GET"
action="http://bugzilla.mozilla.org/buglist.cgi"
>
<INPUT NAME="bug_status" VALUE="UNCONFIRMED">
<INPUT NAME="bug_status" VALUE="NEW">
<INPUT NAME="bug_status" VALUE="ASSIGNED">
<INPUT NAME="bug_status" VALUE="REOPENED">
<INPUT NAME="email1" user>
<INPUT NAME="emailtype1" VALUE="substring">
<INPUT NAME="emailassigned_to1" VALUE="1">
<INPUT NAME="bugidtype" VALUE="include">
<INPUT NAME="cmdtype" VALUE="doit">
<INPUT NAME="order" VALUE="Reuse+same+sort+as+last+time">
<INTERPRET
resultListStart = "<TABLE CELLSPACING=0 CELLPADDING=4 WIDTH=100%"
resultListEnd = "</TABLE>"
resultItemStart = "<TR VALIGN=TOP ALIGN=LEFT"
>
</SEARCH>
<BROWSER
update="http://www.mozilla.org/projects/search/bugzilla.src"
updateIcon="http://www.mozilla.org/projects/search/bugzilla.gif"
updateCheckDays="3"
>

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

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

После

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

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

@ -0,0 +1,34 @@
# Search file for dmoz.org
#
# Creation: April 24, 2000 by Robert John Churchill <rjc@netscape.com>
<SEARCH
name="dmoz.org"
description = "dmoz.org"
method="GET"
action="http://search.dmoz.org/cgi-bin/search"
>
<INPUT NAME="search" user>
<INTERPRET
browserResultType = "category"
resultListStart = "<b>Open Directory Categories</b>"
resultListEnd = "</ol>"
resultItemStart = "<li>"
>
<INTERPRET
browserResultType = "result"
resultListStart = "<b>Open Directory Sites</b>"
resultListEnd = "</ol>"
resultItemStart = "<li>"
>
</SEARCH>
<BROWSER
update="http://www.mozilla.org/projects/search/dmoz.src"
updateIcon="http://www.mozilla.org/projects/search/dmoz.gif"
updateCheckDays="3"
>

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

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

После

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

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

@ -0,0 +1,24 @@
# Search file for LXR @ mozilla.org
#
# Creation: April 24, 2000 by Robert John Churchill <rjc@netscape.com>
<search
name = "LXR @ mozilla.org"
method = "get"
action = "http://lxr.mozilla.org/seamonkey/search"
>
<input name="string" user>
<interpret
resultListStart = "<hr>"
resultListEnd = "<P>"
>
</search>
<BROWSER
update="http://www.mozilla.org/projects/search/lxrmozilla.src"
updateIcon="http://www.mozilla.org/projects/search/lxrmozilla.gif"
updateCheckDays="3"
>

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

@ -24,27 +24,19 @@ DEPTH=..\..\..\..
include <$(DEPTH)\config\rules.mak>
FILES=\
ClassifiedPlus.gif \
ClassifiedPlus.src \
Music_Artist.gif \
Music_Artist.src \
Shareware.gif \
Shareware.src \
Tech_News.gif \
Tech_News.src \
AOLSearch.gif \
AOLSearch.src \
CompuServe.jpg \
CompuServe.src \
ICQ.gif \
ICQ.src \
NetscapeSearch.gif \
NetscapeSearch.src \
ShopNetscape.gif \
ShopNetscape.src \
google.gif \
google.src \
$(NULL)
bugzilla.gif \
bugzilla.src \
dmoz.gif \
dmoz.src \
google.gif \
google.src \
lxrmozilla.gif \
lxrmozilla.src \
mozilla.gif \
mozilla.src \
NetscapeSearch.gif \
NetscapeSearch.src \
$(NULL)
install:: $(FILES:/=\)
!@$(MAKE_INSTALL) $** $(DIST)\bin\searchplugins

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

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

После

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

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

@ -0,0 +1,32 @@
# Search file for mozilla.org
#
# Creation: April 7, 2000 by Robert John Churchill <rjc@netscape.com>
<search
name = "mozilla.org"
method = "get"
action = "http://www.mozilla.org/htdig-cgi/htsearch"
>
<input name="config" value="htdig">
<input name="words" user>
<input name="method" value="and">
<input name="format" value="long">
# Note: the <interpret> section below is carefully designed to support
# parsing of Mozilla search results in both short and long formats
<interpret
resultListStart = "indicate a better match"
resultListEnd = "</table>"
resultItemStart = "<strong>"
resultItemEnd = "</strong>"
>
</search>
<BROWSER
update="http://www.mozilla.org/projects/search/mozilla.src"
updateIcon="http://www.mozilla.org/projects/search/mozilla.gif"
updateCheckDays="3"
>