DoFollow updated

Written in the wee hours in English • Tags: ,

I just deployed DoFollow on a vanilla WordPress 1.5 installation, and found out that there was a bug in the nofollow tag removal logic used with an unpatched version of the code. If the timeout was set to zero for immediate tag removal, it wouldn’t work. I’ve fixed it, so you should all upgrade to DoFollow 1.2 now.

Quotes in Finnish

Written late in the afternoon in English • Tags: ,

Another WordPress plugin: Finnish Quotes

The quote marks used in Finnish differ from those used in English. The reverse curly quotes are not used at the beginning of the quotation, instead the same quotation mark is used for both the beginning and the end. This plugin will insert an additional filter after all the default wptexturize() filters to replace the reverse curly quote marks with the forward one.

Download: finquote.php

»
Due to a couple of security issues (CAN-2004-1143, CAN-2004-1177) I have upgraded the mailman package to version 2.1.5. Enjoy!
»
Juan RP sent me a patch to upgrade libshout to 2.1 (about a week ago). I ran out of time to test it on GW Radio last weekend, but now I got around to it and committed the upgrade. Thanks to Juan — enjoy!

Australian take on Finnish communication

Written at lunch time in English • Tags:

After a dozen years of living in the United States, I can relate to a lot of what Therese Catanzariti writes in her column titled Communication – Finnish style, published on Crikey.

But many of her comments don’t apply just to Finns. From my experience of working in a subsidiary of a German bank, I tell you Germans are a lot like the Finns described in the column. It always drives me nuts when I get asked for the “actual status” of a project. (The reference to Amélie is just perfect!)

I also remember having a visiting professor from France at the University of Delaware. Everyone was complaining how difficult it was to understand her. I had noticed also, but had no trouble — I was using the literal translation approach mentioned in the column, automatically.

I’d warmly recommend a few years of living in a “foreign language” to everyone.

»
I’ve completed translating WordPress 1.5 to Finnish. In the process I’ve become the maintainer of the translation in the WordPress i18n repository. Download links are on the WordPress (FI) page. (1)

Welcome to WordPress 1.5

Written late in the evening in English • Tags:

The WordPress download page has version 1.5 available! I’m up and running 1.5 as of a couple of minutes ago, although I’ve been running and tweaking the latest CVS code for the past couple of days anyway. Or I maybe I should say “untweaking,” as really I’ve been able to remove almost all of the local changes, and move many of the remaining ones to plugins.

Cool stuff, especially all the new goodies for plugins!

DoFollow plugin for WordPress

Written late in the afternoon in English • Tags: ,

Due to the low volume of comments on my site, I didn’t think it is necessary to tag links in comments with the rel="nofollow" attribute. All the links in the handful of comments that exist are just fine. I created a plugin to disable such automatic tagging.

Download: dofollow.php

(more…)

Time Zone plugin for WordPress

Written early in the evening in English • Tags: ,

WordPress implements a nice wide selection of hooks for plugins to modify the functionality of the software. I’ve used some of the most recent ones to override the time offset value with information derived from the operating system. The benefit is that WordPress can now automatically observe DST changes.

The result: timezone.php — download it now!

(more…)

EtherIP added to NetBSD

Written at evening time in English • Tags: , ,

Hans Rosenfeld ported EtherIP support from OpenBSD to NetBSD 2.0. Today I’ve committed that work to NetBSD-current, to be included in future releases of NetBSD.

EtherIP (RFC-3378) makes it possible to bridge Ethernet networks using tunnels over the Internet. While you could already use tunnels for IP traffic, now they can be used for any Ethernet traffic. I’m looking forward to using the Internet with my friends to play legacy networked games that only use IPX for LAN communication.

To setup a bridged network using tunnels, you need to create gif(4) interfaces for the tunnels, and a bridge(4) interface to connect the tunnels and the Ethernet (LAN) interfaces. (more…)