<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Moderatie on Netsensei</title>
    <link>https://www.netsensei.be/tags/moderatie/</link>
    <description>Recent content in Moderatie on Netsensei</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>nl-NL</language>
    <managingEditor>matthias@netsensei.nl (Matthias Vandermaesen)</managingEditor>
    <webMaster>matthias@netsensei.nl (Matthias Vandermaesen)</webMaster>
    <lastBuildDate>Sun, 24 Aug 2008 18:15:15 +0000</lastBuildDate><atom:link href="https://www.netsensei.be/tags/moderatie/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>WP Mollom “Back to school” 0.6.0</title>
      <link>https://www.netsensei.be/2008/08/24/wp-mollom-back-to-school-060/</link>
      <pubDate>Sun, 24 Aug 2008 18:15:15 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/08/24/wp-mollom-back-to-school-060/</guid>
      <description>&lt;p&gt;On the 1st of september, kids go back to school here in Belgium. And so, with a
week to go, I was able to get a &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom/&#34;&gt;new release&lt;/a&gt; out. I intended it to be a
bugfix release with version number 0.5.3, but I got a bit carried away and some
feature creep happened. So I decided to give it version number 0.6.0.&lt;/p&gt;
&lt;p&gt;Here’s the changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixed: html is preserved in a comment when the visitor is confronted with the
captcha&lt;/li&gt;
&lt;li&gt;fixed: handling of session id’s in show_captcha() en check_captcha()
follows the API flow better.&lt;/li&gt;
&lt;li&gt;fixed: broken bulk moderation of comments is now fixed&lt;/li&gt;
&lt;li&gt;fixed: the IP adress was incorrectly passed to the
‘mollom.checkCaptcha’ call&lt;/li&gt;
&lt;li&gt;fixed: the session_id is now passed correctly to _save_session() after the
captcha is checked.&lt;/li&gt;
&lt;li&gt;improved: more verbose status messages report when using the Mollom Manage
module&lt;/li&gt;
&lt;li&gt;improved: cleaned up some deprecated functions&lt;/li&gt;
&lt;li&gt;improved: handling of Mollom feedback in _mollom_send_feedback() function&lt;/li&gt;
&lt;li&gt;added: approve and unapprove options in the Mollom Manage module&lt;/li&gt;
&lt;li&gt;added: link to the originating post in the Mollom Manage module&lt;/li&gt;
&lt;li&gt;added: if a comment had to pass a CAPTCHA, it will be indicated in the Mollom
Manage module&lt;/li&gt;
&lt;li&gt;added: plugin has it’s own HTTP USER AGENT string which will be send
with XML RPC calls to the API&lt;/li&gt;
&lt;li&gt;added: detailed statistics. You can find these under Plugins &amp;gt; Mollom&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;My personal favourite are the new statistics. I like shiny bar graphs.
&lt;a href=&#34;http://www.buytaert.net&#34;&gt;Dries&lt;/a&gt; and Benjamin let me use the flash object to generate statistics based
on the data of their Mollom services. But I decided to keep some statistics on
the ‘client’ i.e. your site’s
side.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/matthiasvan/2792906769/&#34;&gt;&lt;img src=&#34;http://farm4.static.flickr.com/3162/2792906769_f27f949417_o.png&#34; alt=&#34;WP Mollom Statistics&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How to install this shiny new version?&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If you have Akismet running: shut it down in the plugins panel.&lt;/li&gt;
&lt;li&gt;Upload wp-mollom.php in your plugins/ folder and activate the plugin.&lt;/li&gt;
&lt;li&gt;Get a public/private key by registering your site on mollom.com.&lt;/li&gt;
&lt;li&gt;Go to ‘settings’ in the WordPress Administration and configure
the plugin.&lt;/li&gt;
&lt;li&gt;That’s it… your blog is protected by the forces of Mollom.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The idea is that Mollom takes away most of your moderation needs. But from time
to time, you might get confronted with a false positive. In the
‘comments’ section of your WordPress Administration panel, you find
the Mollom Moderation Module which gives you lots of control.&lt;/p&gt;
&lt;p&gt;What are you waiting for? Just give it a go!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom 0.5.0 out now!</title>
      <link>https://www.netsensei.be/2008/06/28/mollom-050-out-now/</link>
      <pubDate>Sat, 28 Jun 2008 13:18:31 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/06/28/mollom-050-out-now/</guid>
      <description>&lt;p&gt;It took me the better part of June to prepare a new version of Mollom. But today
I released version 0.5.0. &lt;a href=&#34;https://www.netsensei.be/mollom/&#34;&gt;You can download the package here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So, a lot has changed since version 0.4.0…&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I rewrote the SQL after &lt;a href=&#34;http://pressedwords.com/mollom-anti-spam-plugin/&#34;&gt;this suggestion&lt;/a&gt; on Pressed Words. Mollom now uses
it’s own table to store all it’s data instead of fumbling with the
WordPress data model.&lt;/li&gt;
&lt;li&gt;I fixed the incompatibility issues with &lt;a href=&#34;http://wordpress.org/extend/plugins/openid/&#34;&gt;WordPress OpenID plugin&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Improved the error handling.&lt;/li&gt;
&lt;li&gt;Status messages are now a lot more verbose&lt;/li&gt;
&lt;li&gt;Added the &lt;code&gt;mollom_moderate_comment($comment_id)&lt;/code&gt; tag for use in templates and
themes. This allows direct moderation of a comment without first having to go
to the dashboard.&lt;/li&gt;
&lt;li&gt;… a lot more!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So download, go forth and protect your blog against those vile spammers through
&lt;a href=&#34;http://www.mollom.com&#34;&gt;Mollom&lt;/a&gt;!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom vs Trackback spam</title>
      <link>https://www.netsensei.be/2008/05/13/mollom-vs-trackbacks/</link>
      <pubDate>Tue, 13 May 2008 16:30:01 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/05/13/mollom-vs-trackbacks/</guid>
      <description>&lt;p&gt;Hum. The plugin in WordPress doesn’t support trackback checking yet. No
big deal? Well, I have 24 spams in my moderation queue, the majority of them are
trackback spam.&lt;/p&gt;
&lt;p&gt;So… yet another feature to implement. Just wondering how the flow of
operations should look like. Moreover: how/where do I implement a CAPTCHA? Is it
necessary to do this implement? Given the 99.8% accuracy Mollom claims, is it a
bad thing if a trackback would be identified as a false positive and the CAPTCHA
step is skipped altogether? One can retrieve the false positive through the
moderation queue altogheter, no?&lt;/p&gt;
&lt;p&gt;Anyway, adding trackback support should be fairly simple.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom for WordPress iv</title>
      <link>https://www.netsensei.be/2008/05/13/mollom-for-wordpress-iv/</link>
      <pubDate>Tue, 13 May 2008 10:43:20 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/05/13/mollom-for-wordpress-iv/</guid>
      <description>&lt;p&gt;Yesterday, I made a last codingscram and implemented the entire
feedback/moderationqueue in the dashboard. It works acceptable enough to put out
a very rough betaversion out to the testers. Which I did yesterday-evening.
I’m very curious about their feedback. I’ve already listed some
points that will need improvement.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If you’d like to participate in testing please mail me!! Remember Eric
Raymond’s famous aphorism: give enough eyeballs, all bugs are shallow!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;On the train to Antwerp. I got this idea: If a comment goes into the moderation
queue, &lt;a href=&#34;http://wordpress.org&#34;&gt;WordPress&lt;/a&gt; automatically sends out an e-mail to warn the site
administrator. It would be such a breeze if the user could moderate and send
feedback to Mollom through links in that e-mail instead of opening a
browerwindow, go to the dashboard and start moderating.&lt;/p&gt;
&lt;p&gt;Apparently, Field Commander Wieers got &lt;a href=&#34;http://dag.wieers.com/blog/spam-comment-tale-continues&#34;&gt;the same idea&lt;/a&gt;. Another optional
feature I would like to add is the addition of a &lt;code&gt;rel=&#39;nofollow&#39;&lt;/code&gt; on every link
that’s being posted in the comments. Something that could be very easily
accomplished through the multiple comments hooks WordPress provides.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom for WordPress III</title>
      <link>https://www.netsensei.be/2008/05/09/mollom-for-wordpress-iii/</link>
      <pubDate>Fri, 09 May 2008 10:47:08 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/05/09/mollom-for-wordpress-iii/</guid>
      <description>&lt;p&gt;A little progress update on my Mollom for WordPress plugin. The past ten days
some unexpected real life events kept me back from programming. No worry, I hope
to do some hacking in the upcoming long weekend.&lt;/p&gt;
&lt;p&gt;So, where do I stand? Well, I just need to implement the last necessary feature:
the moderation queue and feedback module that catches the last 0.1% of
(unsure/spammy) messages that Mollom can’t process itself. Shouldn’t
be much more than an afternoon’s work though.&lt;/p&gt;
&lt;p&gt;More important: it’s testing time! I’m in need of people who want to
put the plugin to the test and who want to send me some feedback. Areas that
need testing are: effectiveness of the spamfilter, usability (easy install, easy
use), code (did I write it properly? What could/should be optimized?)&lt;/p&gt;
&lt;p&gt;You can drop me a line on my mailadres &lt;em&gt;matthias apetail netsensei dot nl&lt;/em&gt; if
you want to take part, and I’ll send you the plugin. Important note: you
need a stand alone installation of WordPress. The plugin doesn’t work with
wordpress.com hosted blogs.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom voor WordPress ii</title>
      <link>https://www.netsensei.be/2008/04/29/mollom-voor-wordpress-ii/</link>
      <pubDate>Tue, 29 Apr 2008 10:29:49 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/04/29/mollom-voor-wordpress-ii/</guid>
      <description>&lt;p&gt;Zo. We zijn een half dagje verder. Dit is de tussenstand: 0 spammers door de
mazen van het net gegelipt. 7 spams in de moderation queue waarvan er 3 door
jullie werden achtergelaten. 1 spam (&lt;a href=&#34;http://houbi.com/&#34;&gt;Houbi&lt;/a&gt;) per ongeluk in de moderation
queue blijven hangen. Niettegenstaande de mens &lt;em&gt;legit&lt;/em&gt; is.&lt;/p&gt;
&lt;p&gt;Kijk, voorlopig laat ik alles daar even hangen. Ik moet nog een feedback module
in mijn plugin hangen zodat ik de Mollom servers kan terugsturen waarom iets wel
of niet spam/profanity/unwanted/… is.&lt;/p&gt;
&lt;p&gt;Tenslotte blijkt er inderdaad iets loos te zijn met het tonen van de image
CAPTCHA’s. Da’s alvast doorgegeven.&lt;/p&gt;
&lt;p&gt;Al bij al een klein succesje denk ik dan zo.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>