Remove some old OpenSearch plugins
These have not worked in some time and no one has complained, so the value in fixing them is clearly limited as well. Neither modern Firefox nor Chrome supports OpenSearch so this entire section will be removed in the next commit. Separate commits for tracking and clarity.
This commit is contained in:
parent
b50f1d19e3
commit
75e9a0b144
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51643
5 changed files with 0 additions and 61 deletions
|
@ -15,12 +15,9 @@ DATA+= opensearch.js
|
|||
|
||||
DATA+= man.xml
|
||||
DATA+= man-freebsd-release-ports.xml
|
||||
DATA+= ports.xml
|
||||
DATA+= message-id.xml
|
||||
|
||||
# external sites
|
||||
DATA+= markmail.xml
|
||||
DATA+= rambler.xml
|
||||
DATA+= portoverview.xml
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -27,8 +27,6 @@ function install(link) {
|
|||
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
|
||||
<p>Firefox put a few popular search sites in the Search Bar
|
||||
in the upper-right corner of Firefox. Click on a item to
|
||||
add the <i>FreeBSD Search Services</i> to your Firefox Search Bar.</p>
|
||||
|
@ -37,19 +35,14 @@ function install(link) {
|
|||
<ul>
|
||||
<li><a href="man.xml" onclick= "return install(this)">FreeBSD Manual Pages</a></li>
|
||||
<li><a href="man-freebsd-release-ports.xml" onclick= "return install(this)">FreeBSD + Ports Manual Pages</a></li>
|
||||
<li><a href="ports.xml" onclick= "return install(this)">FreeBSD Ports and Packages Collection</a></li>
|
||||
<li><a href="message-id.xml" onclick= "return install(this)">FreeBSD Mailing List Message-ID Search</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>External Plugins</h3>
|
||||
<ul>
|
||||
<li><a href="portoverview.xml" onclick= "return install(this)">FreeBSD Ports Monitoring</a></li>
|
||||
<li><a href="markmail.xml" onclick= "return install(this)">FreeBSD Mailing List Search by MarkMail</a></li>
|
||||
<li><a href="rambler.xml" onclick= "return install(this)">FreeBSD Mailing List Search by Rambler</a></li>
|
||||
</ul>
|
||||
|
||||
<p><i>Supported browsers:</i>: Firefox 2.x, 3.x and IE 7.x or later</p>
|
||||
|
||||
<p>External help links: <a href=
|
||||
"https://addons.mozilla.org/firefox/search-engines/">Firefox
|
||||
Search Engines</a>
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
||||
xml:lang="en">
|
||||
<ShortName>FreeBSD Ports Monitoring</ShortName>
|
||||
<LongName>The FreeBSD Ports Monitoring System</LongName>
|
||||
<Description>The FreeBSD Ports Monitoring System</Description>
|
||||
<Url template="https://portsmon.freebsd.org/portoverview.py?wildcard=yes&portname={searchTerms}" 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>UTF-8</InputEncoding>
|
||||
</OpenSearchDescription>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<?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>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
||||
xml:lang="de">
|
||||
<ShortName>Rambler FreeBSD Mail Search</ShortName>
|
||||
<LongName>FreeBSD Mailing List Search by Rambler</LongName>
|
||||
<Description>FreeBSD Mailing List Search by Rambler</Description>
|
||||
<Url template="http://freebsd.rambler.ru/srch?words={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>ru</Language>
|
||||
<InputEncoding>koi8-r</InputEncoding>
|
||||
</OpenSearchDescription>
|
||||
|
Loading…
Reference in a new issue