2011-09-12 35 views

回答

7

这里是opensearch.xml的例子,对我的作品:

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> 
    <ShortName>Example.com</ShortName> 
    <LongName>Example.com Search</LongName> 
    <Description>Search through Example.com</Description> 
    <Query role="example" searchTerms="example search"/> 
    <InputEncoding>UTF-8</InputEncoding> 
    <OutputEncoding>UTF-8</OutputEncoding> 
    <AdultContent>false</AdultContent> 
    <Language>en-us</Language> 
    <SyndicationRight>open</SyndicationRight> 
    <Developer>Example.com</Developer> 
    <Tags>tag1,tag2</Tags> 
    <Image height="16" width="16" type="image/vnd.microsoft.icon">http://example.com/favicon.ico</Image> 
    <Url type="text/html" template="http://example.com/search.html?q={searchTerms}"/> 
    <Url type="application/x-suggestions+json" template="http://example.com/suggestions.html?query={searchTerms}"/> 
</OpenSearchDescription> 

我觉得localhost和/或非标准的端口3000也可能有助于问题。

+0

你如何找到直接导致目标网站上的查询框的网址? (例如谷歌翻译) – JinSnow

相关问题