php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40642 mozsearch.inc opensearch plugin for mozilla and ie7
Submitted: 2007-02-26 16:33 UTC Modified: 2007-03-28 12:47 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: gothicx at sapo dot pt Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Linux, Ubuntu Edgy
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gothicx at sapo dot pt
New email:
PHP Version: OS:

 

 [2007-02-26 16:33 UTC] gothicx at sapo dot pt
Description:
------------
I produced a new mozsearch.inc of php.net website. It's based on Opensearch (A9) and works in Mozilla and IE7.

Current: http://darkstar.ist.utl.pt/php/include/mozsearch.inc

Reproduce code:
---------------
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>PHP.net</ShortName>
<Description>PHP.net - Search</Description>
<InputEncoding>UTF-8</InputEncoding>
<Contact>gothicx@gmail.com</Contact>
<Image width="16" height="16"><?php echo $MYSITE; ?>images/phpnetsearch.png</Image>
<Developer>Marco Rodrigues</Developer>
<Url type="text/html" method="GET" template="<?php echo $MYSITE; ?>manual-lookup.php">
  <Param name="pattern" value="{searchTerms}"/>
  <Param name="opensearch" value="yes"/>
</Url>
<SearchForm><?php echo $MYSITE; ?></SearchForm>
</SearchPlugin>

Expected result:
----------------
Use search plugin to find functions information more easily. At Mozilla Firefox and IE7 also.

Actual result:
--------------
Only works for Mozilla and it's Sherlock, not Opensearch.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-03-28 12:47 UTC] gothicx at sapo dot pt
It's already in the CVS. Thanks to Hannes!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 14:01:32 2025 UTC