Created
May 21, 2022 12:12
-
-
Save claui/e90302d820ec8800f9603abd1da11d7f to your computer and use it in GitHub Desktop.
OpenSearch descriptor for Python Enhancement Proposals (PEPs)
This file contains 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
<?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>PEP</ShortName> | |
<Description>Python Enhancement Proposal</Description> | |
<Url type="text/html" method="get" template="https://peps.python.org/pep-{searchTerms}/"></Url> | |
<Image width="200" height="200" type="image/png">https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/200px-Python-logo-notext.svg.png</Image> | |
<InputEncoding>UTF-8</InputEncoding> | |
<moz:SearchForm>https://peps.python.org/pep-0000/</moz:SearchForm> | |
</OpenSearchDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To add this search extension to Firefox:
about:config
.devtools.chrome.enabled
preference totrue
.Caution: that’s not the Developer Tools console. It’s something entirely different.