Remove cvsweb from opensearch - it isn't encouraged to use cvsweb any longer.

This commit is contained in:
Eitan Adler 2013-06-25 19:03:29 +00:00
parent 20735bf276
commit e254486829
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42050
3 changed files with 0 additions and 19 deletions
en_US.ISO8859-1/htdocs/search/opensearch

View file

@ -20,7 +20,6 @@ DATA+= query-pr.xml
DATA+= web.xml
DATA+= web-all.xml
DATA+= message-id.xml
DATA+= cvsweb.xml
# external sites
DATA+= markmail.xml

View file

@ -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 cvsweb</ShortName>
<LongName>FreeBSD CVS Repository</LongName>
<Description>FreeBSD CVS Repository</Description>
<Url template="http://www.freebsd.org/cgi/cvsweb.cgi?path={searchTerms}&amp;sourceid=opensearch" type="text/html" />
<Developer>The FreeBSD Project</Developer>
<Contact>http://www.freebsd.org/</Contact>
<Image height="16" type="image/x-icon" width="16">http://www.freebsd.org/favicon.ico</Image>
<Language>en</Language>
<InputEncoding>ISO-8859-1</InputEncoding>
</OpenSearchDescription>

View file

@ -41,7 +41,6 @@ function install(link) {
<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>