<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription
    xmlns="http://a9.com/-/spec/opensearch/1.1/"
    xmlns:moz="http://www.mozilla.org/2006/browser/search/">

    <ShortName>mxd's Blog</ShortName>
    <Description>Search mxd's Blog</Description>
    <Tags>blog technology linux programming</Tags>
    <InputEncoding>UTF-8</InputEncoding>

    <Image
        width="16"
        height="16"
        type="image/x-icon">
        https://res.mxdyeah.com/favicon.ico
    </Image>

    <Url
        type="text/html"
        template="https://blog.mxdyeah.com/search/{searchTerms}" />

    <Url
        type="application/opensearchdescription+xml"
        rel="self"
        template="https://blog.mxdyeah.com/opensearch.xml" />

    <moz:SearchForm>
        https://blog.mxdyeah.com/search
    </moz:SearchForm>

</OpenSearchDescription>