opensearch impl

This commit is contained in:
2026-02-16 00:55:41 -08:00
parent 5d3b6b9217
commit 2021921d1f
2 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Sybil" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="search" type="application/opensearchdescription+xml" title="Sybil Search" href="/opensearch.xml" />
<title>Sybil</title>
</head>
<body>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Sybil Search</ShortName>
<Description>Search the web with Sybil</Description>
<InputEncoding>UTF-8</InputEncoding>
<Url type="text/html" template="search?q={searchTerms}" />
<Url type="application/opensearchdescription+xml" rel="self" template="opensearch.xml" />
</OpenSearchDescription>