I’ve got a new Firefox/Mozilla/Netscape search plugin available for PEAR. Just follow the link and click on "PEAR Packages Search" and it will install automatically. I’ve submitted this to Mycroft, but it could be ages until it get’s updated there.

For those who are interested, here is the code. This plugin will produce the results list in the sidebar of Mozilla & Netscape as well as working as a Firefox search plugin.

# Status: Working beta
# Mozilla/Netscape 6+ plugin for http://pear.php.net/
# by Glenn Slaven<gdalziel at gmail dot com>
#
# Created: January 04, 2005
# Last updated: January 04, 2005
#
# The PEAR Package Search has many other options that could be used, see
# http://pear.php.net/package-search.php for more details.

<search
name="PEAR Packages"
description="PEAR Package Search"
method="GET"
version="7.1"
action="http://pear.php.net/package-search.php"
searchForm="http://pear.php.net/package-search.php"
update="http://resources.slaven.net.au/mycroft_pear/pear.src"
updateCheckDays=3
queryEncoding="utf-8"
queryCharset="utf-8"
>

<input name="pkg_name" user>
<input name="bool" value="AND">
<input name="sourceid" value="Mozilla-search">
<input name="submit" value="Search">
<inputnext name="pageID" factor="1">
<inputprev>

<interpret
browserResultType="result"
charset = "UTF-8"
resultListStart="<!-- resultListStart -->"
resultListEnd="<!-- resultListEnd -->"
resultItemStart="<!-- resultItemStart -->"
resultItemEnd="<!-- resultItemEnd -->"
>

# Needs to be changed to mycroft address once accepted
<browser
update="http://resources.slaven.net.au/mycroft_pear/pear.src"
updateIcon="http://resources.slaven.net.au/mycroft_pear/pear.gif"
updateCheckDays=3
>
</search>