|
Revision 142, 1.0 kB
(checked in by eevee, 20 months ago)
|
|
Fixed: Firefox search plugin XML file contained references to localhost. wtf.
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/"> |
|---|
| 3 | <ShortName>Veekun Pokédex</ShortName> |
|---|
| 4 | <Description>Search the veekun.com Pokédex.</Description> |
|---|
| 5 | <Tags>pokemon pokedex</Tags> |
|---|
| 6 | <Contact>opensearch@veekun.com</Contact> |
|---|
| 7 | <!-- <Url type="application/rss+xml" template="http://veekun.com/dex?entry={searchTerms};format=rss"/> --> |
|---|
| 8 | <Url type="text/html" template="http://veekun.com/dex?entry={searchTerms};source=mozsearch"/> |
|---|
| 9 | <Url type="application/x-suggestions+json" method="GET" template="http://veekun.com/dex/suggest?search={searchTerms}"/> |
|---|
| 10 | <Image height="16" width="16" type="image/png">http://veekun.com/images/favicon.png</Image> |
|---|
| 11 | <Query role="example" searchTerms="Eevee"/> |
|---|
| 12 | <Developer>Eevee</Developer> |
|---|
| 13 | <!-- <Attribution> |
|---|
| 14 | Search data &copy; 2005, Example.com, Inc., All Rights Reserved |
|---|
| 15 | </Attribution> --> |
|---|
| 16 | <SyndicationRight>open</SyndicationRight> |
|---|
| 17 | <AdultContent>false</AdultContent> |
|---|
| 18 | <Language>en-us</Language> |
|---|
| 19 | </SearchPlugin> |
|---|