View Single Post
12-01-2008   #3 (permalink) #
dmex


 


Quote   Quote: Originally Posted by johngalt View Post
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&amp;num=10&amp;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
My System SpecsSystem Spec
.


 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30