mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 16:03:21 +00:00
Part of fix for PDT+ bugs including 26334, others. New search engines, new search categories, etc. Review: ben. Pre-approval: jar
This commit is contained in:
parent
d2a00531be
commit
a86e6b71f1
@ -15,3 +15,5 @@ ICQ.gif
|
||||
ICQ.src
|
||||
NetscapeSearch.gif
|
||||
NetscapeSearch.src
|
||||
NetscapeSearchMain.gif
|
||||
NetscapeSearchMain.src
|
||||
|
@ -44,6 +44,8 @@ FILES = \
|
||||
ICQ.src \
|
||||
NetscapeSearch.gif \
|
||||
NetscapeSearch.src \
|
||||
NetscapeSearchMain.gif \
|
||||
NetscapeSearchMain.src \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -5,7 +5,7 @@
|
||||
name=".Netscape"
|
||||
description = "Netscape Search"
|
||||
method="GET"
|
||||
action="http://info.netscape.com/fwd/sidb1net/http://search.netscape.com/cgi-bin/search"
|
||||
action="http://info.netscape.com/fwd/sidb1dnet/http://search.netscape.com/cgi-bin/search"
|
||||
>
|
||||
|
||||
<INPUT NAME="search" user>
|
||||
|
BIN
xpfe/components/search/datasets/NetscapeSearchMain.gif
Executable file
BIN
xpfe/components/search/datasets/NetscapeSearchMain.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 250 B |
22
xpfe/components/search/datasets/NetscapeSearchMain.src
Executable file
22
xpfe/components/search/datasets/NetscapeSearchMain.src
Executable file
@ -0,0 +1,22 @@
|
||||
# Netscape Search - Sherlock Plug-in for Navigator 6.0 Beta 1
|
||||
# Copyright (C)2000 Netscape Communications Corp.
|
||||
|
||||
<SEARCH
|
||||
name="Netscape Netcenter"
|
||||
description = "Netscape Search"
|
||||
method="GET"
|
||||
action="http://search.netscape.com/cgi-bin/search"
|
||||
>
|
||||
|
||||
<INPUT NAME="search" user>
|
||||
|
||||
<INTERPRET
|
||||
bannerStart="<!--AD_TAG VENDOR=AOL WIDTH=468 HEIGHT=60-->"
|
||||
bannerEnd="<!--/AD_TAG-->"
|
||||
resultListStart = "Reviewed Web Sites"
|
||||
resultItemStart = "<LI>"
|
||||
>
|
||||
|
||||
</SEARCH>
|
||||
|
||||
<browser alsomatch="http://search.netscape.com/search.tmpl">
|
@ -41,6 +41,8 @@ FILES=\
|
||||
ICQ.src \
|
||||
NetscapeSearch.gif \
|
||||
NetscapeSearch.src \
|
||||
NetscapeSearchMain.gif \
|
||||
NetscapeSearchMain.src \
|
||||
$(NULL)
|
||||
|
||||
install:: $(FILES:/=\)
|
||||
|
Loading…
x
Reference in New Issue
Block a user