aboutsummaryrefslogtreecommitdiff
path: root/dicoweb/templates/opensearch.xml
blob: eeb4cafe9d6be7fbd75fdfcc62f865dc900bbfe3 (plain)
1
2
3
4
5
6
7
8
{% load static %}<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  <ShortName>GNU Dico WebSearch</ShortName>
  <Description>GNU Dico WebSearch Interface</Description>
  <Url type="text/html" method="get" template="{{ url_query }}?q={searchTerms}"/>
  <InputEncoding>UTF-8</InputEncoding>
  <Image width="16" height="16">{% static 'images/gnu-head-mini.png' %}</Image>
</OpenSearchDescription>

Return to:

Send suggestions and report system problems to the System administrator.