├── .gitignore
├── favicon.ico
├── opensearch.xml
├── index.htm
└── search.php
/.gitignore:
--------------------------------------------------------------------------------
1 | # OS junk
2 | .DS_Store
3 | Thumbs.db
4 |
--------------------------------------------------------------------------------
/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/batterseapower/prefix-search/master/favicon.ico
--------------------------------------------------------------------------------
/opensearch.xml:
--------------------------------------------------------------------------------
1 |
2 |
I am a simple search provider that easily lets you use multiple different search 10 | engines by adding a prefix to your searches. For example, you could search for 11 | rt Fight Club to run a search 12 | for that film on Rotten Tomatoes.
13 | 14 |A full list of prefixes you can use is available by searching for 15 | nothing at all.
16 | 17 | 21 | 22 | -------------------------------------------------------------------------------- /search.php: -------------------------------------------------------------------------------- 1 | 68 | 69 | 70 || Prefix | 79 |Template | 80 |
|---|---|
| $encoded_provider_string | "; 89 | if ($i == 0) { 90 | $provider_strings_count = sizeof($provider_strings); 91 | echo "$encoded_provider_template | "; 92 | } 93 | echo "