ruralmind

test driving TextPress

I am not using WordPress

written by avanderlip, on Sep 1, 2008 10:47:00 PM.

The other night my local radio station had a piece on Christopher Alexander the author of A Pattern Language which is the foundation text for the software patterns movement. That particular book had been recommended to me before I started working with software so I was fascinated to see it resurface in this field. The interview itself was interesting, though my understanding of how software patterns relate to Alexander's work is different then what is presented in the broadcast. If you can get by the Yoda references, it is an interesting listen.

Why can't I be popular too?

A few weeks ago there was a discussion amongst my colleagues concerning a report on the open source CMS market. I had some reservations with the methodology; can you measure the market for a tool by search engine results? The report concluded that WordPress was currently the leading CMS in terms of market share and had this to say about Plone:

Plone shows strong performance in both fan sites and in books in print. A look at traffic patterns, mentions and queries, however, shows that the system's market share has been in a slide since mid-2007. Goodwill indicators are mixed and at this time we wonder whether Plone's window of opportunity is closing, at least in terms of market share. As we have no doubt about the Plone project's vitality, perhaps what we are seeing Plone moving away from a mass market offering and to a niche market position(?).

It is not news to the Plone community that we can always improve our marketing effort, nor is it news that Plone is not likely to become as popular as WordPress as they are quite different tools. What is frustrating about this report is how the definition of a CMS has been collapsed into simply posting content to the web plus tagging. Are blog tools content management systems? Is it enough to have through-the-web editing to qualify a tool as a CMS?

Quality Without A Name

I have been putting off blogging for a while, in part because I didn't want to use many of the tools out there, including WordPress, mostly because I am generally put off by PHP based-apps and want to be able to enjoy tinkering with what I use. I gave WordPress another shot, I downloaded the tarball and took a look around. I recognized some practices that gave me pause, display and logic code tightly bundled together, but I won't pass myself off as someone who can provide and deep expert analysis of the software. There is something else that the code lacks, something mentioned in the Alexander piece. WordPress lacked Quality Without a Name, the code didn't feel right, it was not a place I would want to spend time tinkering and exploring. Over time I may be able to better name the reasons why I choose Software X over Software Y. I suspect it has to do with my own intuition about the sweet spot for code, between limited or non existent abstraction and over abstraction. In working with Plone, I have had moments where I could recognize the quality, felt like I was working with quality code though I could not explain why technically, and moments where Plone seemed to lack the attention or work that resulted in the quality making itself apparent. Ward Cunningham explains that there was a period in history when "computers weren't any fun" and that this was the sentiment that drove some individuals to push for solving software problems with patterns, to make things better than they were. A big reason why work I with Plone is that many of the challenges that the Plone community is trying to solve may not make it immediately popular in terms of market buzz, but that Plone presents the opportunity for building something of lasting quality, something I see lacking in many software projects.

For now I am going to use TextPress, essentially a Python-based clone of Wordpress to keep my Python skills sharp and have side project to tinker with. Rocky Burt has put together an egg distribution and instructions for setting up a TexPress site, which for me is an initial endorsement of the software's quality. Off to tinker......

Leave a Reply