buildframework/helium/external/python/lib/2.5/Sphinx-0.5.1-py2.5.egg/sphinx/templates/opensearch.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 180 e02a83d4c571
child 592 3215c239276a
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
       
     3   <ShortName>{{ project|e }}</ShortName>
       
     4   <Description>{% trans docstitle=docstitle|e %}Search {{ docstitle }}{% endtrans %}</Description>
       
     5   <InputEncoding>utf-8</InputEncoding>
       
     6   <Url type="text/html" method="get"
       
     7        template="{{ use_opensearch }}/{{ pathto('search') }}?q={searchTerms}&amp;check_keywords=yes&amp;area=default"/>
       
     8   <LongName>{{ docstitle|e }}</LongName>
       
     9 {% block extra %} {# Put e.g. an <Image> element here. #} {% endblock %}
       
    10 </OpenSearchDescription>