Progress over at the beta WordPress blog, including localizing the current preferred theme from German to English (gotta love open source). We've been wading through config files - nicely presented in WordPress' admin pages. Hacking Apache, PHP et al. (following the WordPress docs) has gone amazingly well. Kudoes to the WP developers, especially since we're on a minority platform - Mac OS X - for both client and server. I do note that Firefox exposes more tools than Safari - AJAX apps really do work better when they know what the target platform is - read 'browser' not 'OS.'
Most of the low level stuff is now in place: next steps are upstream. I want to wire in MarsEdit, for one thing. I also need to figure out how to migrate the last ten years' posts et al. and do the right thing as far as RSS feeds go. I'm thinking we'll just leave Radio's flat HTML files in place. They could be migrated to WordPress: I need to understand better the user experience if I leave the extant pages - already widely indexed - in situ vs. moving them into MySQL and putting redirect mechanisms in place.
WordPress' MySQL pages load very quickly: I've always been a fan of HTML served from the file system because it was relatively easy to understand and manage, and http server + cgi + database have, in the past, offered a fairly miserable user experience vs. flat html, especially for us publishers with less-than-enterprise-class hardware and bandwidth.
That has changed, it would seem: serving directly from a database is very different from the Radio experience. Radio could, under Mac OS 9 (and below), when it was known as Frontier (and, later Manilla), serve pages directly from its database, rendering HTML on the fly (and it was way ahead of its time). You could change the whole look and feel of the site just by changing the template, and all the old posts picked up the changes. But performance issues made rendering to flat html the preferred path.
WordPess, running on a last-generation G4 is very fast: Radio is no longer being actively developed. Radio/Manilla/Frontier, alas, weren't winning technologies (full disclosure: I had minor involvement with Userland, the parent of Frontier)...
Comments
12:03:53 AM
|
|