This commit is contained in:
rjc%netscape.com 1999-08-06 21:00:35 +00:00
Родитель 8971adcf13
Коммит 9e4065f2db
4 изменённых файлов: 86 добавлений и 0 удалений

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

@ -0,0 +1 @@
Netscape_Open_Directory.src

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

@ -0,0 +1,35 @@
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH=..\..\..\..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
FILES = \
Netscape_Open_Directory.src \
$(NULL)
FILES := $(addprefix $(srcdir)/, $(FILES))
install::
$(INSTALL) $(FILES) $(DIST)/bin/res/rdf/datasets

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

@ -0,0 +1,23 @@
# Sherlock Plugin for Netscape Open Directory
# v1.1
# by David Krull
# Copyright ©1999 Netscape Communications Corp.
<search
name="Netscape Open Directory"
description = "Netscape Open Directory"
method="GET"
action="http://info.netscape.com/fwd/sherlocknod/http://directorysearch.netscape.com/cgi-bin/search"
update="http://home.netscape.com/escapes/search/NOD_sherlock.src.hqx"
updateCheckDays = 3
>
<input name="search" user>
<interpret
resultListStart = "Web sites reviewed and categorized by a team of editors."
resultItemStart = "<li>"
bannerStart="<!--AD_TAG VENDOR=ADFORCE WIDTH=468 HEIGHT=60-->"
bannerEnd="<!--/AD_TAG-->"
>
</search>

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

@ -0,0 +1,27 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH=..\..\..\..
include <$(DEPTH)\config\rules.mak>
FILES=\
Netscape_Open_Directory.src \
$(NULL)
install:: $(FILES:/=\)
!@$(MAKE_INSTALL) $** $(DIST)\bin\res\rdf\datasets