In case the referenced blog post dissapears, the markup looks like this:
<?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>WSSDemo Site</ShortName>
<Description>Search the Ian Morrish Sharepoint Demo site.</Description>
<Url type="application/rss+xml" template="http://www.wssdemo.com/search/_layouts/srchrss.aspx?k={searchTerms}&start={startIndex}&s=WSSDemo%20Content"/>
<Url type="text/html" template="http://www.wssdemo.com/search/Pages/Results.aspx?k={searchTerms}&s=WSSDemo%20Content"/>
<!-- Win7 M3 syntax -->
<ms-ose:locationProperties>
<ms-ose:property name="TreatLinkAsEnclosure">-1</ms-ose:property>
</ms-ose:locationProperties>
<!-- Win7 Beta syntax -->
<ms-ose:ResultsProcessing format="application/rss+xml">
<ms-ose:LinkIsFilePath>-1</ms-ose:LinkIsFilePath>
</ms-ose:ResultsProcessing>
</OpenSearchDescription>