facilmap/frontend/src/opensearch.xml.ejs

10 wiersze
726 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName><%=appName%></ShortName>
<Description>A privacy-friendly, open-source versatile online map that combines different services based on OpenStreetMap and makes it easy to find places, plan routes and create custom maps full of markers, lines and routes.</Description>
<Image width="32" height="32" type="image/x-icon">./favicon.ico</Image>
<Image width="64" height="64" type="image/png">./favicon-64.png</Image>
<Url type="text/html" template="<%=baseUrl%>#q={searchTerms}" />
<moz:SearchForm><%=baseUrl%></moz:SearchForm>
</OpenSearchDescription>