Archive for March 2003

How can I convert Moveable Type entries to Blosxom?

There’s a script Mt2blosxom available, described [[Yahoo:769 here]].

How can I turn off a plugin for a certain flavour?

Use the config plugin and create a config.flavour (for the flavour you’d like it off) containing:
$blosxom::plugins{’smartypants’} = 0;

Weblogs and Wikis - Blurring the Boundaries

Early this morning Rael’s Blosxom plugin ‘wikiwordish‘ found its way to the plugin registry. And a very nice plugin it is too. It allows you to use ‘wikiwordish’ notation like [[this]] to point to other weblog entries; the plugin intercepts them and creates a suitable hyperlink to the right place. For example, I [...]

New Blosxom plugin ’submission’

I’ve just written a plugin ‘submission‘ which provides Blosxom with a mechanism for accepting content POSTed to it. I wrote it initially as a mechanism for people to submit plugin information to the plugin registry, but made it a bit more generic.
The idea is that you can have Blosxom accept submitted entries and treat [...]