Movable Type vs. WordPress vs. Typo, Part 3
January 15th, 2007 | Published in Uncategorized
I’d done a test installation of Typo some months before and hadn’t been that impressed. It was a pain to get installed properly, and the main draw seemed to be a bunch of extraneous AJAXy crap that didn’t really make the interface any easier to use. I expected it would be significantly slower than MT or WP, and the user base was significantly smaller. Furthermore, I didn’t think it had any decent comment spam filtering.
Installing it these days, however, is dead simple: just typing typo install typo in the best case. Surprised and pleased at how easy that had been, I turned to the template. It was a single file, one screen-height for the body section, perfectly easy to read and understand.
I had to switch some of my CSS selectors around to apply my styles to Typo’s default HTML, and make a couple of little tweaks here and there, but I was up and running with a perfect-looking page in probably 30 minutes, whereas I’d spent easily a day apiece monkeying with MT and WP without reaching the end.
There was a minor setback when I realized there wasn’t a way to import directly from WordPress’ MySQL database to Typo’s SQLite. However, some Googling quickly turned up the command to do a fresh Typo install backed by MySQL, and I just copied my theme over to the new instance and ran the WordPress import script. For some reason it failed to set the update_date on the imported entries, which made Typo choke, but I ran a quick SQL UPDATE and that fixed the problem globally.