How do I write a Windows 7 Search Connector for Stack Overflow?
如何为堆栈溢出编写Windows 7搜索连接器?
1 个解决方案
#1
This is with MSN as Google doesn't support RSS output:
这与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>*.com</ShortName>
<Description>* search with MSN</Description>
<Url type="application/rss+xml" template="http://search.msn.com/results.aspx?q=site%3A*.com+{searchTerms}&num=10&format=rss"/>
<Url type="text/html" template="http://search.msn.com/results.aspx?q=site%3A*.com+{searchTerms}"/>
</OpenSearchDescription>
Save the above as "*.osdx" and double click it.
将上面保存为“*.osdx”并双击它。
#1
This is with MSN as Google doesn't support RSS output:
这与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>*.com</ShortName>
<Description>* search with MSN</Description>
<Url type="application/rss+xml" template="http://search.msn.com/results.aspx?q=site%3A*.com+{searchTerms}&num=10&format=rss"/>
<Url type="text/html" template="http://search.msn.com/results.aspx?q=site%3A*.com+{searchTerms}"/>
</OpenSearchDescription>
Save the above as "*.osdx" and double click it.
将上面保存为“*.osdx”并双击它。