如何编写用于堆栈溢出的Windows 7搜索连接器?
答案 0 :(得分:3)
这与MSN有关,因为Google不支持RSS输出:
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/">
<ShortName>Stackoverflow.com</ShortName>
<Description>Stackoverflow search with MSN</Description>
<Url type="application/rss+xml" template="http://search.msn.com/results.aspx?q=site%3Astackoverflow.com+{searchTerms}&num=10&format=rss"/>
<Url type="text/html" template="http://search.msn.com/results.aspx?q=site%3Astackoverflow.com+{searchTerms}"/>
</OpenSearchDescription>
将上述内容保存为“Stackoverflow.osdx”并双击它。