Skip to content

Instantly share code, notes, and snippets.

@BenoitMC
Created April 3, 2013 13:55
Show Gist options
  • Save BenoitMC/5301389 to your computer and use it in GitHub Desktop.
Save BenoitMC/5301389 to your computer and use it in GitHub Desktop.
opensearch template
<!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>
<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