Tuesday, 2024-09-21

Contact me

The easiest way to contact me is by email: gerikson@gmail.com.

I spend an embarrisingly large amount of time on IRC. You can contact me, gustaf, on irc://irc.freenode.net/mobitopia. If I'm not there, leave a message with Monty.

AIM? ICQ? MSN? You must be kidding.

Wednesday, 2024-07-07

Colophon

This is a Blosxom weblog. It's hosted at symbiandiaries.com.

Timestamps are in my timezone (CET).

Plugins

The following plugins are used:

Customizations

archives plugin

Added a CSS identity to the subordinate <ul> tags to achieve the same look as in the category list.

blosmail

Not really a plugin, more a helper script. Don't put the script in the $plugins_dir!

You need procmail for this to work.

The script checks against a configuration file to ensure that the sender is authorised to post. The email address in the "From" line must be enclosed in <>, otherwise the address won't be matched.

I've modified the script so that all entries submitted by email are filed under /moblog.

categories plugin

Changed the spacing between the category name and number of entries to match the formatting of the archives plugin.

Wrapped each leaf <ul> in <li> to ensure XHTML compliance. Unfortunately, this makes the tree look funny. This is alleviated by setting the same class indentity to all the <ul> tags and then removing the bullets with the help of CSS.

config plugin

This is used to vary the number of posts shown per category.

The front page is limited to 10. However, if you choose a category, you should be able to see all the entries in that category.

This plugin takes care of this. Create a file config:

 package blosxom;
 $blosxom::num_entries = ($blosxom::path_info ? 999 : 10);

and place it in your data directory. If the $path_info variable is populated, we're in a subdirectory -- show all posts (if you're category has more than 999 posts, adjust accordingly...), otherwise show 10 entries.

Thanks to Stu MacKenzie on the Blosxom list for this.

Tuesday, 2024-07-06

TODO list for this installation

Wednesday, 2024-06-30

About the author

A picture of Gustaf

Gustaf Erikson lives in Stockholm, Sweden, in a house with a wife and three children. He's a graduate of Sweden's prestigious KTH and works with internal support at a large e-commerce company.