aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_themes/pysidedocs/opensearch.xml
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-10-21 15:12:34 -0200
committerLuciano Miguel Wolf <luciano.wolf@indt.org.br>2009-10-21 16:26:44 -0300
commitd1af6dc97bbf18577c7a3c4e7a505d1596473cd9 (patch)
treec3461171ce9756700b1ebc1414643ee05cc5efb0 /doc/_themes/pysidedocs/opensearch.xml
parent17a82a3123c8f0d21aa4e32e295f729d862e65f4 (diff)
Added pysidedocs theme to the generatorrunner documentation.
Diffstat (limited to 'doc/_themes/pysidedocs/opensearch.xml')
-rw-r--r--doc/_themes/pysidedocs/opensearch.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/_themes/pysidedocs/opensearch.xml b/doc/_themes/pysidedocs/opensearch.xml
new file mode 100644
index 000000000..03875be49
--- /dev/null
+++ b/doc/_themes/pysidedocs/opensearch.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
+ <ShortName>{{ project|e }}</ShortName>
+ <Description>{% trans docstitle=docstitle|e %}Search {{ docstitle }}{% endtrans %}</Description>
+ <InputEncoding>utf-8</InputEncoding>
+ <Url type="text/html" method="get"
+ template="{{ use_opensearch }}/{{ pathto('search') }}?q={searchTerms}&amp;check_keywords=yes&amp;area=default"/>
+ <LongName>{{ docstitle|e }}</LongName>
+{% block extra %} {# Put e.g. an <Image> element here. #} {% endblock %}
+</OpenSearchDescription>