<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>mollom Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/mollom/Wiki/View.aspx?title=Home</link><description>mollom Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/mollom/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Introduction
&lt;/h1&gt;Mollom for .NET is a library to access the Mollom anti-spam service from .NET applications. See &lt;a href="http://mollom.com" class="externalLink"&gt;http://mollom.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information on Mollom.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Contents
&lt;/h1&gt; &lt;br /&gt;The released client API consists of three files:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;JelleDruyts.Mollom.Client.dll&lt;/b&gt;: The .NET assembly you can reference in your own projects. This is the only required file.&lt;/li&gt;&lt;li&gt;&lt;b&gt;JelleDruyts.Mollom.Client.xml&lt;/b&gt;: The IntelliSense information for the .NET assembly.&lt;/li&gt;&lt;li&gt;&lt;b&gt;JelleDruyts.Mollom.Client.chm&lt;/b&gt;: The technical documentation for Mollom for .NET.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Getting Started
&lt;/h1&gt; &lt;br /&gt;Basic usage looks as follows:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
MollomClient client = new MollomClient(privateKey, publicKey);
ContentCheck result = client.CheckContent(postTitle, postBody, authorName, authorMail, authorUrl, authorIPAddress);
if (result.Classification == ContentClassification.Spam)
{
    // Handle spam here...
}
&lt;/pre&gt;You can also download the source code, which includes a test console application and a unit test suite, for more extensive samples on how to use the client API.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>jelled</author><pubDate>Sun, 18 May 2008 16:00:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080518040038P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/mollom/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Introduction
&lt;/h1&gt;Mollom for .NET is a library to access the Mollom anti-spam service from .NET applications. See &lt;a href="http://www.mollom.com" class="externalLink"&gt;http://www.mollom.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information on Mollom.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Contents
&lt;/h1&gt; &lt;br /&gt;The released client API consists of three files:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;JelleDruyts.Mollom.Client.dll&lt;/b&gt;: The .NET assembly you can reference in your own projects. This is the only required file.&lt;/li&gt;&lt;li&gt;&lt;b&gt;JelleDruyts.Mollom.Client.xml&lt;/b&gt;: The IntelliSense information for the .NET assembly.&lt;/li&gt;&lt;li&gt;&lt;b&gt;JelleDruyts.Mollom.Client.chm&lt;/b&gt;: The technical documentation for Mollom for .NET.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
Getting Started
&lt;/h1&gt; &lt;br /&gt;Basic usage looks as follows:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
MollomClient client = new MollomClient(privateKey, publicKey);
ContentCheck result = client.CheckContent(postTitle, postBody, authorName, authorMail, authorUrl, authorIPAddress);
if (result.Classification == ContentClassification.Spam)
{
    // Handle spam here...
}
&lt;/pre&gt;You can also download the source code, which includes a test console application and a unit test suite, for more extensive samples on how to use the client API.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>jelled</author><pubDate>Sun, 18 May 2008 15:55:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080518035548P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/mollom/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Introduction
&lt;/h1&gt;Mollom for .NET is a library to access the Mollom anti-spam service from .NET applications. See &lt;a href="http://www.mollom.com" class="externalLink"&gt;http://www.mollom.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information on Mollom.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Contents
&lt;/h1&gt; &lt;br /&gt;The released client API consists of three files:&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;&lt;b&gt;JelleDruyts.Mollom.Client.dll&lt;/b&gt;: The .NET assembly you can reference in your own projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;JelleDruyts.Mollom.Client.xml&lt;/b&gt;: The IntelliSense information for the .NET assembly.&lt;/li&gt;&lt;li&gt;&lt;b&gt;JelleDruyts.Mollom.Client.chm&lt;/b&gt;: The technical documentation for Mollom for .NET.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h1&gt;
Getting Started
&lt;/h1&gt; &lt;br /&gt;Basic usage looks as follows:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
MollomClient client = new MollomClient(privateKey, publicKey);
ContentCheck result = client.CheckContent(postTitle, postBody, authorName, authorMail, authorUrl, authorIPAddress);
if (result.Classification == ContentClassification.Spam)
{
    // Handle spam here...
}
&lt;/pre&gt;You can also download the source code, which includes a test console application and a unit test suite, for more extensive samples on how to use the client API.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>jelled</author><pubDate>Sun, 18 May 2008 15:52:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080518035231P</guid></item></channel></rss>