Files
c-websocket-server/git/wsserver/doc/doxygen/templates/opensearch.xml
2023-03-29 14:02:05 +02:00

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>