mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-16 21:44:30 +02:00
10 lines
499 B
XML
10 lines
499 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<ShortName>{{ PROJECT_NAME }}{% if PROJECT_BRIEF %} {{ PROJECT_BRIEF }}{% endif %}</ShortName>
|
|
<Description>Search {{ PROJECT_NAME }} documentation</Description>
|
|
{% if FAVICON %}
|
|
<Image type="{{ FAVICON[1] }}">{{ SEARCH_BASE_URL|urljoin(FAVICON[0])|e }}</Image>
|
|
{% endif %}
|
|
<Url type="text/html" template="{{ SEARCH_BASE_URL }}?q={searchTerms}#search"/>
|
|
</OpenSearchDescription>
|