December 21, 2002

Blog updates...

So, I spent some time fooling around with MovableType tonight, and it looks like what I want is most certainly possible. MovableType works by storing entries, users, templates, etc. in a MySQL or BerkelyDB database. Once you are done editing, you can ask the system to "rebuild" the blog. This will use the database information to generate CSS, HTML, and XML that represents your page. All of this is placed on your local web server at the location of publishing.

This *does* allow for me to copy these static files around to another host, but its not exactly perfect since it publishes to my PowerBook's web server, and hardcodes some URL's with 'localhost' into a bunch of the files. So, I wrote a simple python script that copies the static published directory, recurses through the directories, and does string replacement on hostnames, paths, etc. based on an external configuration file. I can then upload this file whenever I feel like updating my blog to http://blog.skinnee.net/ (which I where I would like to host my blog).

Turns out this works very well, and in all liklihood, if you are reading this, you are reading it from that web address. The beauty of this all is that I can make all of my journal entires offline while in Australia, New Zealand, and Japan. When I get the chance, I can pop into an internet cafe and upload my new blog entries every few days. Brilliant!

A few issues remain:


  • Not sure if images and thumbnails are supported in this fashion.

  • I need to update the script so that it can automagically upload everything.

  • There are some really cool templates out there to control the look and feel of a MT blog, and I would like to check those out.

Other than these things, I am really happy thus far. I will update some more when I get a chance!

Posted by panix at December 21, 2002 12:16 AM