문제

스택 오버플로에 대한 Windows 7 검색 커넥터를 어떻게 작성합니까?

도움이 되었습니까?

해결책

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> 

위를 "stackoverflow.osdx"로 저장하고 두 번 클릭하십시오.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top