質問

スタックオーバーフロー用のWindows 7 Search Connectorを記述する方法

役に立ちましたか?

解決

GoogleはRSS出力をサポートしていないため、これはMSNを使用しています:

<?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}&amp;num=10&amp;format=rss"/>
    <Url type="text/html" template="http://search.msn.com/results.aspx?q=site%3Astackoverflow.com+{searchTerms}"/>
</OpenSearchDescription> 

上記を&quot; Stackoverflow.osdx&quot;として保存します。ダブルクリックします。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top