diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 2021-06-01 19:33:11 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 2021-06-01 19:33:11 +0000 |
| commit | 63a97bf0b02fcad83a05d8d5a7ccd4540f089fb9 (patch) | |
| tree | 633d721211c100484fcc9dce4fe29edb301d345c | |
| parent | a8f517b59c4383329127523e48d1f5d7393f811e (diff) | |
| download | doc-63a97bf0b02fcad83a05d8d5a7ccd4540f089fb9.tar.gz doc-63a97bf0b02fcad83a05d8d5a7ccd4540f089fb9.zip | |
Restore the OpenSearch URL for ports.
This fix 75e9a0b144ec4ec451e1bc07d0e4756a8a577e47
PR: 256350
| -rw-r--r-- | website/themes/beastie/static/opensearch/ports.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/website/themes/beastie/static/opensearch/ports.xml b/website/themes/beastie/static/opensearch/ports.xml new file mode 100644 index 0000000000..aac92aa76e --- /dev/null +++ b/website/themes/beastie/static/opensearch/ports.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="iso-8859-1"?> + +<!-- $FreeBSD$ --> + +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" +xml:lang="de"> + <ShortName>FreeBSD Ports</ShortName> + <LongName>FreeBSD Ports and Packages Collection</LongName> + <Description>FreeBSD Ports and Packages Collection</Description> + <Url template="https://www.freebsd.org/cgi/ports.cgi?query={searchTerms}&sourceid=opensearch" type="text/html" /> + <Developer>The FreeBSD Project</Developer> + <Contact>https://www.freebsd.org/</Contact> + <Image height="16" type="image/x-icon" width="16">https://www.freebsd.org/favicon.ico</Image> + <Language>en</Language> + <InputEncoding>ISO-8859-1</InputEncoding> +</OpenSearchDescription> + |
