AuthComments

I change the back-end of my previous Comments to SQLite. It’s much better, uh? I rename this plugin to AuthComments at the same time.

Download AuthComments.

Comments

I just wrote a comment plugin for Blosxom 3.0 because I can’t find one! (strange :/) It has capability like not only the normal comment form, but also authority image (is it called captcha?) to avoid spam for bots. Well, I think no bot will come to attack my blog, ha, just for fun ;)

Please read the pod of Comments.pm for further information.

Download Blosxom::Plugin::Comments.

MultiViews

Another Blosxom 3.0 plugin! MultiViews let you maintain multi-language entries for Blosxom 3.0. MultiViews refer to Apache’s configuration, which allow visitors to read different language of your pages.

You can add multiple-language version of entries to your blog. Let’s see an example:

I’m a Taiwanese. I’m trying to keep both Chinese and English version in my blog (http://victor.csie.org/blog/). I wrote XXXX.txt in chinese and XXXX.txt.en in English. I’m going to set my default language to “en” for the most people use English, and people who use Chinese will read the Chinese version if their prefer language Accept-Language in HTTP heder) is “zh”, “zh-tw”, etc.

Get MultiViews.

Submit Blosxom’s Plugins

昨天送了兩個 plugin 到 The Unofficial Blosxom User Group,結果剛才發現在 V3 的 plugin list 裡面占了前兩個位置 orz 這該說是名字取得好嗎 XD

BlosxomCache for Blosxom 3.0

Since Blosxom 3.0 do not have static rendering so far, I wrote a plugin called BlosxomCache for speeding up Blosxom.

It works as /cache/. User’s request will be cached so that the same page won’t be needed to regenerate every time. Users will not see the dirty page use this plugin. The more plugin you use, the more CPU you save in your box!

Note that the database entries are not going to be deleted, so you might want to delete the database on the first day of each month (But it’s harmless if you don’t do it unless your disk is full).

Get BlosxomCache.

AutoRef.pm

AutoRef is a Blosxom plugin to refer specified keywords in your blog to their
references. It uses a perl module called HTML::Parser, so it’ll convert those
keywords correctly with braking the HTML grammer.

You can download AutoRef for Blosxom 2.0 here, or here for 3.0.

Blosxom 3.0

我真是太閒了,把 Blosxom upgrade 到 3.0,順便把網頁也修正成符合 XHTML 1.0。
不過 Blosxom 3.0 的架構比 2.0 漂亮多了! :D