<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>opensearch Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/opensearch/Wiki/View.aspx?title=Home</link><description>opensearch Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/opensearch/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Makes it easy to implement the OpenSearch 1.1 specification for .NET web applications.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Supports Firefox &amp;amp; IE7's search provider infrastructure&lt;/li&gt;&lt;li&gt;Implemented as a lightweight HttpHandler, easy to integrate into existing sites&lt;/li&gt;&lt;li&gt;Supports autodiscovery and search feeds&lt;/li&gt;&lt;li&gt;Supports the &lt;a href="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.0" class="externalLink"&gt;Suggestions extension&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for google-suggest-style integration in the Firefox search bar&lt;/li&gt;&lt;li&gt;Can be deployed on Mono XSP if necessary&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Instructions:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Get the source, and build the solution (no release yet)&lt;/li&gt;&lt;li&gt;Add a reference to the CodePlex.OpenSearch.dll assembly&lt;/li&gt;&lt;li&gt;Implement the base SearchHandler class and provide your site-specific custom search and suggestion logic&lt;/li&gt;&lt;li&gt;Add your new custom handler to web config&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;See the CodePlex.OpenSearch.Example project inside the source solution for the nuts and bolts of how to do this.&lt;br /&gt; &lt;br /&gt;OpenSearch 1.1 spec:&lt;br /&gt;&lt;a href="http://www.opensearch.org/Specifications/OpenSearch/1.1" class="externalLink"&gt;http://www.opensearch.org/Specifications/OpenSearch/1.1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>JohnSpurlock</author><pubDate>Sat, 26 May 2007 23:28:52 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070526112852P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/opensearch/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project is meant to make it as easy as possible to implement the OpenSearch 1.1 specification for existing .net web applications.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Supports Firefox &amp;amp; IE7's search provider infrastructure&lt;/li&gt;&lt;li&gt;Implemented as a lightweight HttpHandler, easy to integrate into existing sites&lt;/li&gt;&lt;li&gt;Supports autodiscovery and search feeds&lt;/li&gt;&lt;li&gt;Supports the &lt;a href="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.0" class="externalLink"&gt;Suggestions extension&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for google-suggest-style integration in the Firefox search bar&lt;/li&gt;&lt;li&gt;Can be deployed on Mono XSP if necessary&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;To enable OpenSearch on your existing web application:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Add a reference to the CodePlex.OpenSearch.dll assembly.&lt;/li&gt;&lt;li&gt;Implement the base SearchHandler class and provide your site-specific custom search logic.&lt;/li&gt;&lt;li&gt;Add your new custom handler to web config.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;See the CodePlex.OpenSearch.Example solution project for a simple example of how to do this.&lt;br /&gt; &lt;br /&gt;OpenSearch 1.1 spec:&lt;br /&gt;&lt;a href="http://www.opensearch.org/Specifications/OpenSearch/1.1" class="externalLink"&gt;http://www.opensearch.org/Specifications/OpenSearch/1.1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>JohnSpurlock</author><pubDate>Sat, 26 May 2007 23:13:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070526111302P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/opensearch/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Features:&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  - Supports firefox and ie7's search provider infrastructure&lt;br /&gt;  - Implemented as a lightweight HttpHandler, easy to integrate into existing sites&lt;br /&gt;  - Supports autodiscovery and search feeds&lt;br /&gt;  - Supports the &lt;a href="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.0" class="externalLink"&gt;Suggestions extension&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for google-suggest-style integration in the firefox 2 search bar.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;To enable OpenSearch for your existing site:&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;1. Add a reference to the CodePlex.OpenSearch.dll assembly.&lt;br /&gt;2. Implement the base SearchHandler class and provide your site-specific custom search logic.&lt;br /&gt;3. Add your new custom handler to web config.&lt;br /&gt; &lt;br /&gt;See the CodePlex.OpenSearch.Example project for a simple example of how to do this.&lt;br /&gt; &lt;br /&gt;OpenSearch 1.1 spec:&lt;br /&gt;&lt;a href="http://www.opensearch.org/Specifications/OpenSearch/1.1" class="externalLink"&gt;http://www.opensearch.org/Specifications/OpenSearch/1.1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>JohnSpurlock</author><pubDate>Sat, 26 May 2007 23:01:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070526110159P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/opensearch/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;This project is meant to ease implementation of the OpenSearch 1.1 specification for existing .net sites.&lt;br /&gt; &lt;br /&gt;Features:&lt;br /&gt;  - Supports firefox and ie7's search provider infrastructure&lt;br /&gt;  - Implemented as a lightweight HttpHandler, easy to integrate into existing sites&lt;br /&gt;  - Supports autodiscovery and search feeds&lt;br /&gt;  - Supports the &lt;a href="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.0" class="externalLink"&gt;Suggestions extension&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for google-suggest-style integration in the firefox 2 search bar.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;To enable OpenSearch for your existing site:&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;1. Add a reference to the CodePlex.OpenSearch.dll assembly.&lt;br /&gt;2. Implement the base SearchHandler class and provide your site-specific custom search logic.&lt;br /&gt;3. Add your new custom handler to web config.&lt;br /&gt; &lt;br /&gt;See the CodePlex.OpenSearch.Example project for a simple example of how to do this.&lt;br /&gt; &lt;br /&gt;OpenSearch 1.1 spec:&lt;br /&gt;&lt;a href="http://www.opensearch.org/Specifications/OpenSearch/1.1" class="externalLink"&gt;http://www.opensearch.org/Specifications/OpenSearch/1.1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>JohnSpurlock</author><pubDate>Sat, 26 May 2007 23:00:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070526110001P</guid></item></channel></rss>