set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
62 lines
2.4 KiB
Text
62 lines
2.4 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$FreeBSD$">
|
|
<!ENTITY title "FreeBSD OpenSearch Plugins">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
|
|
function install(link) {
|
|
if (typeof(window.external) != 'undefined' && typeof(window.external.AddSearchProvider) != 'undefined') {
|
|
window.external.AddSearchProvider(link.href);
|
|
return false;
|
|
} else {
|
|
return confirm("The plugin couldn't be installed automatically. Display it instead?");
|
|
}
|
|
}
|
|
|
|
//]]>
|
|
</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>
|
|
|
|
<h3>By the FreeBSD.org web site</h3>
|
|
<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="query-pr.xml" onclick= "return install(this)">FreeBSD Problem Reports</a></li>
|
|
<li><a href="web-all.xml" onclick= "return install(this)">FreeBSD Fulltext Search Web + Manual + Ports Pages</a></li>
|
|
<li><a href="web.xml" onclick= "return install(this)">FreeBSD Fulltext Search Web Pages</a></li>
|
|
<li><a href="cvsweb.xml" onclick= "return install(this)">FreeBSD CVS Repository</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>
|
|
</p>
|
|
|
|
<p><a href="../">Return to the search page</a></p>
|
|
<hr>
|
|
|
|
&footer;
|
|
|
|
</body>
|
|
</html>
|