blosxom mode has one bug

I had to change the defun muse-blosxom-new-entry, to remove the precision from the time format, getting:

(insert “#date “ (format-time-string “%Y-%m-%d-%H-%M”)

My bet is that this is a Xemacs v21 bug/limitation.

I installed by blosxom with ScriptAlias, pointing it directly at the CGI that I wanted run with: ScriptAlias /mcr/blog/ “/home/mcr/cgi-bin/blosxom.cgi”

but, this fails if you append additional information to the URL, i.e. you do: http://www.sandelman.ca/mcr/blog/index.rss

this is obviously a bug in my Apache configuration. I know that this is possible. I don’t want to expose the cgi/etc. part of the path to google and archives, because that would prevent me from changing to another blog method.