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.
7.3.05
DoFollow updated
6.3.05
Quotes in Finnish
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!
26.2.05
Australian take on Finnish communication
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.
14.2.05
Welcome to WordPress 1.5
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
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
13.2.05
Time Zone plugin for WordPress
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!
31.1.05
EtherIP added to NetBSD
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…)