diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-04-06 15:14:11 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-04-06 15:14:11 +0200 |
commit | 505c19580e0f43fe5224431459cacb7c21edd93d (patch) | |
tree | 79e2634c253d60afc0cc0b2f510dc7dcbb48497b /lib/godoc/opensearch.xml | |
parent | 1336a7c91e596c423a49d1194ea42d98bca0d958 (diff) | |
download | golang-505c19580e0f43fe5224431459cacb7c21edd93d.tar.gz |
Imported Upstream version 1upstream/1
Diffstat (limited to 'lib/godoc/opensearch.xml')
-rw-r--r-- | lib/godoc/opensearch.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/godoc/opensearch.xml b/lib/godoc/opensearch.xml new file mode 100644 index 000000000..1b652db37 --- /dev/null +++ b/lib/godoc/opensearch.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> + <ShortName>godoc</ShortName> + <Description>The Go Programming Language</Description> + <Tags>go golang</Tags> + <Contact /> + <Url type="text/html" template="{{.BaseURL}}/search?q={searchTerms}" /> + <Image height="15" width="16" type="image/x-icon">/favicon.ico</Image> + <OutputEncoding>UTF-8</OutputEncoding> + <InputEncoding>UTF-8</InputEncoding> +</OpenSearchDescription> |