Firefox configuration URL

I’ve just had a bit of fun hunting around to remind my self of this very handy URL for working with the Firefox configuration, so thought I’d post it here so I can access it easily. – about:config – just type that into the location and off you go. I’d post it as a link, but it doesn’t work when I do that 🙁

Actually this gives me a good idea. I have a whole raft of text documents sitting around waiting for me to experiment with a Wiki for long enough to define a structure and migrate them into it for reference. Blosxom could actually act as either a very quick and handy stop-gap or possibly a excellent alternative to this! Since it basically works by turning a directory structure of .txt documents into a Blog all I need to do is categorise the .txt files into directories and add a first line matching a subject and Blosxom will handle the rest.

OK, just need about and hour spare an I can do that 🙂

Blosxom hack

Well after a bit of reading through the code for Blosxom I’ve tracked down the right place to put a temporary hack in to create the required entry into the RSS output. It lacks the seconds information on the time so I have manually set them to :00 (not a major issue, but untidy to my mind). There also doesn’t appear to be a suitable variable to use for the timezone information. For now I’ve done another nasty manual configuration of +0100, but clearly this isn’t going to work well once the clocks go back again! The question is will this hack actually work beyond a visual inspection of the output!

Here’s the diff from the original Blosxom code for anyone interested:

436c436
< rss story   <item>\n   <title>$title</title>\n   <link>$url/$yr/$mo_num/$da#$fn
</link>\n<description>$body</description>\n   </item>\n
---
> rss story   <item>\n   <title>$title</title>\n   <link>$url/$yr/$mo_num/$da#$fn
</link>\n<description>$body</description>\n   <pubDate>$dw, $da $mo $yr $ti:00 +0
100</pubDate>\n   </item>\n

Splitting the Atom

OK, a very quick update here to note that I’ve made a few modifications to my Blosxom install. First off I’ve added a calendar plugin (currently on the left hand side). Nothing fancy, but looks to do the job – and I’m hoping that the movement between months will present some live links once I’ve got some posts in more than just the single month!

The second one is the new Atom feed. This is partly a stop gap pending getting an RSS 2.0 feed working properly, but I’ll probably leave it there. This took a little bit of playing around with to get it working, but in the end all that was needed was installing XML/Parser.pm which came in the libxml-parser-perl Debian package. This brought a small selection of other packages with it, but I’ll investigate that later 🙂

Let’s get the ball rolling

OK, so this is my first blog entry. I’ve just thrown together a very quick Blosxom based weblog system. It looks quite nice and suits my way of thinking, and should even integrate very nicely with the other scripts I am using and hope to develop 🙂

All things being well I should add a few entries here once in a while, although past records may well indicate that it will die a horrible death due to neglect 😮

Continue reading “Let’s get the ball rolling”