mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-10 02:40:19 +01:00
cb6e5cb0c7
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
9 lines
459 B
XML
9 lines
459 B
XML
{{define "ROOT"}}<?xml version="1.0"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<ShortName>GoDoc</ShortName>
|
|
<Description>GoDoc: Go Documentation Service</Description>
|
|
<Url type="text/html" method="get" template="http://{{.}}/?q={searchTerms}"/>
|
|
<Url type="application/x-suggestions+json" template="http://{{.}}/-/suggest?q={searchTerms}"/>
|
|
</OpenSearchDescription>
|
|
{{end}}
|