Closed
Bug 348509
Opened 19 years ago
Closed 19 years ago
Addition of OpenSearch source fails without error
Categories
(Firefox :: Search, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 343788
People
(Reporter: pmrnews, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1
If you try to add an OpenSearch source in the given format, Firefox doesn't add it, but does nothing.
HTML-Part:
[...]
<head>
<link title="YaCy" type="application/opensearchdescription+xml" rel="search" href="http://127.0.0.1:48001/opensearchdescription.xml">
</head>
[...]
This works well, the colour of the spyglass changes and you can add "YaCy", when you click on the spyglass.
But if you then click on the YaCy-entry, it neither is added, nor an error appears.
OpenSearch description file:
<OpenSearchDescription>
<ShortName>YaCy/rramthun</ShortName>
<LongName>YaCy.net - P2P WEB SEARCH</LongName>
<Image type="image/gif">http://127.0.0.1:48001/env/grafics/yacy.gif</Image>
<Image type="image/vnd.microsoft.icon">http://127.0.0.1:48001/env/grafics/yacy.ico</Image>
<Language>en-us</Language>
<OutputEncoding>UTF-8</OutputEncoding>
<InputEncoding>UTF-8</InputEncoding>
<AdultContent>true</AdultContent>
<Description>
YaCy is a open-source GPL-licensed software that can be used for stand-alone search engine installations or as a client for a multi-user P2P-based web indexing cluster. This is the access to peer 'rramthun'.
</Description>
<Url type="application/rss+xml" template="http://127.0.0.1:48001/yacysearch.rss?search={searchTerms}&Enter=Search"/>
<Developer>See http://developer.berlios.de/projects/yacy/</Developer>
<Query role="example" searchTerms="yacy"/>
<Tags>YaCy P2P Web Search</Tags>
<Contact>
See http://127.0.0.1:48001/ViewProfile.html?hash=localhash
</Contact>
<Attribution>
YaCy Software © 2004-2006 by Michael Christen et al., YaCy.net; Content: ask peer owner
</Attribution>
<SyndicationRight>open</SyndicationRight>
</OpenSearchDescription>
I don't know, what is wrong.
The format of the XML file is correct (http://a9.com/-/spec/opensearch/1.1/).
The port in the address of the XML file should be no problem, I think.
Reproducible: Always
Actual Results:
Nothing happens :-)
Expected Results:
YaCy gets added to the list of search-engines.
Comment 1•19 years ago
|
||
That plugin has no HTML result type, so it is not supported by Firefox. This was fixed in beta 2 by popping up an error message in that case.
*** This bug has been marked as a duplicate of 343788 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•