Created
February 6, 2011 02:01
-
-
Save charettes/813029 to your computer and use it in GitHub Desktop.
Updated version of https://addons.mozilla.org/en-US/firefox/addon/django-docs-search/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> | |
<ShortName>Django Docs Search</ShortName> | |
<Description>Search in Django Documents</Description> | |
<InputEncoding>UTF-8</InputEncoding> | |
<Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAapJREFUOI2lk09I02EYxz/P+/78uSxQUnfISsibHjqI4C7u0KZCkwoFMVL0kOAlPIlg4CEI8aztqB4UCqQYbY4IPBRLLwV1NAJJFPOghenU358Oc6MfmxPqe3rg/T6f9/nDI+Mzk+7rD2/4F0UCrUjjYMgtZlKiAHBcp/B7sWTTKGE1mmTl2RJaaVJTcVaml/CZvpzHKAYQERBBsmbDyFV0LqDiUjla6UyyZBDBR3cRIH2cLgxQSjHQ3kNXsIPqiso8aGJiAVFC+0g36eOjfMCDUBdDd/qxbItX7xLs7v+kr60brTJlX7xQhlJFWogEWgGYSz4nGpsF4H6oE63M06FknbnAu4Wq8ssAfNtazx/KGfIAtnd3AAg0NOUZRcTzc1aeFl4sxxjrHSYSCHOzrp69/V+YRgkAPrMUdboN27ELA16+j2M7Nj237nHjSi3X/DUcHqX5/mOT6/6rAPw+PODEOikMAIilksRSSUQErTSWbaFEePrwMQCfvn45u4W/5boulm2hlebJwCihxhYc12H+7aJ3NucdE2Ru4nZzmPXtDT6uffYC/vec/wDjbXl0qXpOzgAAAABJRU5ErkJggg==</Image> | |
<Url type="text/html" method="GET" template="http://docs.djangoproject.com/search/"> | |
<Param name="q" value="{searchTerms}"/> | |
<Param name="release" value="1"/> | |
</Url> | |
<SearchForm>http://docs.djangoproject.com/search/</SearchForm> | |
</OpenSearchDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment