git: 63a97bf0b0 - main - Restore the OpenSearch URL for ports.
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=63a97bf0b02fcad83a05d8d5a7ccd4540f089fb9 commit 63a97bf0b02fcad83a05d8d5a7ccd4540f089fb9 Author: Wolfram Schneider <[email protected]> AuthorDate: 2021-06-01 19:33:11 +0000 Commit: Wolfram Schneider <[email protected]> CommitDate: 2021-06-01 19:33:11 +0000 Restore the OpenSearch URL for ports. This fix 75e9a0b144ec4ec451e1bc07d0e4756a8a577e47 PR: 256350 --- website/themes/beastie/static/opensearch/ports.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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> + _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"