
Quote: Originally Posted by
johngalt
So, it is my understanding that the one for Windows 7 forums is still not 100% active?
Hey JohnG,
Yeah we have one, just copy and save the text from Step1 under "Create your own Personalized Search Provider"
Code:
<?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>Sevenforums</ShortName>
<Description>OpenSearch SevenForums via MSN using Windows 7 Search.</Description>
<Url type="application/rss+xml" template="http://search.msn.com/results.aspx?q={searchTerms}+site%3asevenforums.com&num=10&format=rss"/>
<Url type="text/html" template="http://search.live.com/results.aspx?q={searchTerms}+site%3asevenforums.com&format=rss"/>
</OpenSearchDescription> It uses a trick with Microsoft`s Live Search to display results in OpenSearch RSS format for any website you specify
We are working on our own SevenForums Search Provider without using LiveSearch and it works but has some search result issues at the moment so the LiveSearch trick will have todo until we have a more reliable one for public release