reCAPTCHA Zine plugin done
I have completed my reCAPTCHA Zine plugin, and I've installed it on this site, so you'll have to enter a captcha in order to post comments.
The code is kept under git, and is available here: http://repo.or.cz/w/recaptcha_spam_plugin.git. Feel free to check it out and make improvments.
You should add it to the plugin database in the wiki: dev.pocoo.org/projects/zine/wiki/PluginDatabase
BTW, I had to refresh the captcha about 5 time until I got something readable :/
Comment by Jonas Wagner — Jan 14, 2009 9:47:39 AM | # - re
The plug-in is great (conceptually, at least), but in its current form it doesn't work with zine trunk. The problem is that the 'before-comment-editor-buttons-rendered' signal no longer carries a 'req' argument.
What version of zine (or maybe some specific theme plugin?) does this work with? I'd be happy to port it to work with trunk if possible.
Comment by Artem Egorkine — Jun 15, 2009 10:32:00 AM | # - re
Actually it never worked with trunk or any release. I had to patch the zine code to add that 'req' argument. Since I hadn't submitted a patch upstream, I haven't fully released this code yet.
Comment by rory — Jul 10, 2009 12:47:02 PM | # - re
I have figured out the problem with trunk. While at it, I decided to enhance the plug-in further. For that I have shamelessly cloned your tree to bitbucket.org/arteme/zine-recaptcha
Feel free to pull changes or cherry-pick the commits for the functionality you like.
Comment by Artem Egorkine — Jun 17, 2009 1:52:26 PM | # - re