jump to navigation

Search the cakephp site within firefox search bar March 9, 2006

Posted by rossoft in CakePHP.
trackback

For searching CakePHP Api

For searching CakePHP Wiki

The source code of the plugin is:
cakephp_api.src

# Search CakePHP Api
# By Rossoft rossoft ___@___ gmail.com

<search
    version=”7.1″
    name=”CakePHP Api”
    description=”Search the API of CakePHP”
    sourceTextEncoding=”0″
    method=”GET”
    action=”http://api.cakephp.org/search.php”
    queryCharset=”UTF-8″
    searchForm=”http://api.cakephp.org/”
>

<input name=”query” user>
</search>

<browser
    update=”http://mycroft.mozdev.org/update.php/id0/cakephp_api.src”
    updateicon=”http://mycroft.mozdev.org/update.php/id0/cakephp_api.png”
    updateCheckDays=”7″
>

cakephp_wiki.src

# Search CakePHP Wiki
# By Rossoft rossoft ___@___ gmail.com

<search
    version=”7.1″
    name=”CakePHP Wiki”
    description=”Search the Wiki of CakePHP”
    sourceTextEncoding=”0″
    method=”GET”
    action=”http://wiki.cakephp.org/”
    queryCharset=”UTF-8″
    searchForm=”http://wiki.cakephp.org/”
>

<input name=”id” user>
<input name=”do” value=”search”>
</search>

<browser
    update=”http://mycroft.mozdev.org/update.php/id0/cakephp_wiki.src”
    updateicon=”http://mycroft.mozdev.org/update.php/id0/cakephp_wiki.png”
    updateCheckDays=”7″
>

Comments»

1. tonyatthedisco - June 21, 2006

freaking sweet! thx RosSoft