Standards Compliant CMS's and Blogging Tools | July 7, 2004
Don’t get me wrong, I actually quite like MovableType. Unlike some, I’ve not been that bothered by the recent fuss over licensing. However I’ve really always wanted to use a a blogging tool written in PHP rather than perl. It’s not like I’ll ever actually get round to writing a plug-in, but at least with a PHP system I may have a chance at hacking something nasty together. With perl I’m just lots for the start.
I do admit that I get a little bored having to rebuild the whole site when I make a small change to a template. It gets even more frustrating when you’re making lots of changes. I can see why MT does this. By making the pages static it takes the strain off the server. Not such a big deal if you’re using MySQL, but I guess it would be very difficult to do using text files.
I’m also looking for a standards compliant cms that I can use on small client sites. I know that you can hack MT into shape, but I’d really like to find something that uses a page/section based architecture as well as the date/post model used by most blogs. I had a play with Drupal but didn’t find it that intuitive. Looked at a few others but none have really done anything for me.
Anyway I’ve been noticing quite a few people migrating away from MT of late, most notably towards Textpatttern or Wordpress. If you’re one of these switchers I’d be interested to know
- Why you decided to move away from MT?
- Which blogging tool/cms you chose and why?
- What, if any, benefits have you noticed from making the move?
- How easy was it to migrate your content, templates and site structure/functionality?
I guess it’s the last one that I’m most concerned with. No so much the content, because I think that’s quite easy. It’s more to do with being able to replicate the same site structure and functionality. I recently changed all the URL’s on this site and don’t want to have to do all that again. Too much hassle for me and disruption for you guys. Also I use quite a few MT plug-ins to do various things and want to make sure I can actually keep the site functionally similar.
Posted at July 7, 2004 8:53 AM
Lukasz said on July 7, 2004 9:18 AM
To be honest, I have not moved from MT yet but will soon. In a moment, I am seriously considering two of a number of free CMSes that are around: aforementioned TextPattern and blosxcom.
TextPattern is somewhat similar to MT as it utilizes the same idea: a location-independent publishing tool. There’s a number of plugins one can install. Still, TextPattern is somewhat “slimmer”, if I can express it this way. MT — let alone SixApart’s draconian licence charging — has always seemed to me as a bloatware: it offered too many functions among which I used a mere 20%. I would gladly exchange remaining 80% for the functions I were always missing (like mass comment deleting and things).
Blosxom stands on the other end of the scale: it is light-weighted publishing system that offers the most required functionality. One does not have the possibility to post an entry via WWW interface; instead, you have to login and upload your entry directly to server. This way user has preserved a broad flexibility every Unix shell account offers. The downside is that you have to FTP to your ISP which is not always possible.
As far as porting entries is considered: TP offers a suitable plugin to import/export the content from MT. For Blosxom, I think, I would be possible to implement a simple perl script that would do the job.
At the moment TextPattern is my option but I am still making my mind.