And by SOL I don't mean Virginia's standardized tests.
Capisceme, ora?
Download it here. It contains a bug fix for the trackback output that generates the dates the same way that it does for the comments. Let's call this... version 1.3....
I installed Movable Type 4.0 on a test domain and database, and lo and behold, it appears that they have completely dropped the original import system. This means that if my WordPress to Movable Type Export script is to be able to help out people who are using Movable Type 4.0 (when it comes out of beta), I will have to rewrite much of it from scratch. The new backup system is actually very slick, but it is actually now for storing an entire blog it would seem. That's a real change from the days when it just exported entries, comments and trackbacks.
I spent about thirty minutes trying to grok the code for MySQL Connector/J earlier today, and I ended up giving up on it. I was trying to read it in order to get an understanding of what you have to do to write a something that can communicate directly with MySQL as part of a preliminary investigation into writing a new Python driver for MySQL. To do it right would require me to learn far more about all of the options that MySQL has, and the ins and outs of how MySQL works to ever be worth it, so I just gave up. Doesn't seem to be any harm in that, in my opinion. I just don't have the energy to bring myself to care enough to try something like that, especially since I don't even have any side projects that would require a pure Python driver. The current driver unfortunately relies on a foundation written in C, which makes it a non-starter for mixing into web applications written in Python. A shame, really.
On a different note, one thing that might be useful as web applications go is a supplemental XML-RPC API for Movable Type that allows you to hook into proprietary features like rebuilding pages and such. That and a Python API that wraps it on the server side might be worth looking at.
Recent Comments