Whilst on the train home this afternoon, I tweaked the code of blogit to
remove two small bugs that were annoying me: I fixed the posting times (blogit
was always two hours ahead of time) with a simple mktime(gmtime(&now;))
to
convert the local posting time to GMT, and I enabled posts in more than one
category. Nothing you‘d really notice, but I felt like mentioning it. :-)