xref: /web-php/include/mozopensearch.inc (revision 57f505ed)
1<?php echo '<?xml version="1.0"?>' . "\n"; ?>
2<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
3 <ShortName>PHP.net</ShortName>
4 <Description>PHP.net - Search</Description>
5 <InputEncoding>UTF-8</InputEncoding>
6 <Contact>gothicx@sapo.pt</Contact>
7 <Image height="16" width="16" type="image/x-icon"><?php echo $MYSITE; ?>images/phpnetsearch.png</Image>
8 <Developer>Marco Rodrigues</Developer>
9 <Url type="text/html" method="get" template="<?php echo $MYSITE; ?>manual-lookup.php?pattern={searchTerms}&amp;src={referrer:source?}" />
10</OpenSearchDescription>
11