Released tcsh 6.14

Written late in the evening in English • Tags: ,

I announced tcsh 6.14 today. The major “new feature” for me in this release is working UTF-8 support. Anyone using multibyte character sets should be much happier now. It has been great having a number of people work on the code — there are over 70 fixes in this release.

I have been practising release engineering for tcsh by cutting the last 3 developer test versions. I have automated the release procedure a bit more to minimize the chance for errors from having to type in detailed commands repeatedly. Let’s see if I can push out another release a bit closer to my desired goal of every 6 months.

I have also installed an issue tracker to make it easier to produce change logs and make sure that issues are not falling through the cracks. I hope it will also provide a searchable long-term memory on past decisions on what will get included in tcsh and when.

Naturally right after announcing the release I updated the pgksrc package for tcsh, so you can install the package right now by updating your pkgsrc tree.

DoFollow and nightlies

Written in the mid-afternoon in English • Tags: ,

If you are running a recent nightly or svn checkout, you’ll probably need to upgrade to DoFollow 1.3.

The patch detection stopped working due to a change in the wp_filters data structure. I probably should not be looking inside such stuff, but there is no interface to check if a filter has been enabled. I don’t have any other clever way to see if the speedup patch has been applied. (And I don’t want to give up hope yet on the patch being committed to svn one day…)

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!

Suomenkielinen WordPress

Kirjoitettu nukkumaanmenoaikaan suomeksi • Tägit: , ,

WordPress on ”henkilökohtainen julkaisualusta” eli bloggaus-ohjelma. Se on toteutettu PHP-kielellä ja käyttää artikkeleiden talletukseen MySQL-tietokantaa. Olen käyttänyt WordPressiä osana oman sivustoni toteutusta vajaan vuoden, ja olen ollut erittäinen tyytyväinen. Niin tyytyväinen, että vietin muutaman yön ja päivän monitorin ääressä kääntämässä sen uutta versiota suomen kielelle.

WordPress 1.5:n käännös on nyt valmis. Samalla minusta on tullut suomenkielisen version ylläpitäjä.

Käännetyn version voi ladata WordPress (FI) -sivulta.

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…)