Skip to content

Commit 9a5ea27

Browse files
added opensearch
1 parent 7e6cb44 commit 9a5ea27

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>habhub tracker (high altitude balloons)</title>
66
<meta name="description" content="Live tracking of high altitude balloon. Data via habhub and APRS. Includes weather overlay, predictions, and access to historic hab fligts on habhub." />
77
<meta name="author" content="Rossen Georgiev" />
8+
<link rel="search" type="application/opensearchdescription+xml" href="opensearchspec.xml" title="Search on Habhub Tracker">
89
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
910
<meta name="apple-mobile-web-app-title" content="Habhub Tracker">
1011
<meta name="apple-mobile-web-app-capable" content="yes" />

opensearchspec.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
3+
<ShortName>Habhub Tracker</ShortName>
4+
<Description>Habhub Tracker - Search</Description>
5+
<InputEncoding>UTF-8</InputEncoding>
6+
<Contact>[email protected]</Contact>
7+
<Image height="16" width="16" type="image/x-icon">http://tracker.habhub.org/favicon.ico</Image>
8+
<Developer>Rossen Georgiev</Developer>
9+
<Url type="text/html" method="get" template="http://tracker.habhub.org/#!qm=All&amp;q={searchTerms}" />
10+
</OpenSearchDescription>

0 commit comments

Comments
 (0)