Created
April 3, 2013 13:55
-
-
Save BenoitMC/5301389 to your computer and use it in GitHub Desktop.
opensearch template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="..."> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>...</title> | |
| <link rel="search" type="application/opensearchdescription+xml" title="..." href="/opensearch.xml" /> | |
| </head> | |
| <body> | |
| <p>...</p> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |
| <ShortName>...</ShortName> | |
| <Description>...</Description> | |
| <Image type="image/x-icon">favicon.ico</Image> | |
| <AdultContent>false</AdultContent> | |
| <Language>...</Language> | |
| <InputEncoding>UTF-8</InputEncoding> | |
| <Url type="text/html" method="GET" template="http://localhost/search?q={searchTerms}"/> | |
| </OpenSearchDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment