This weblog is no longer being maintained. All information here has been ported to EclecticEchoes.com. This site (heupel.com/eclectic) remains only for archival purposes.

August 05, 2004

CMS fun

I have an upcoming project that will require a CMS system (as opposed to an extended blog system like MT or Wordpress.) Some of the functions I could get away with a creative use of MT to make it work, and I will continue to look at that as an option, but I am also checking the “full featured” open source CMS solutions as well. What I’m looking for is:

  1. output XHTML/CSS
  2. granular user/group rights control (guests, users, authors, publishers, admins) based on site sections
  3. easy to use backend for authors and publishers who would have little computer expertise, or no desire to learn another interface
  4. built in text area editor or simple plain text filter that outputs valid XHTML, smart quotes and doesn’t mangle UTF-8 characters
  5. MySQL based
  6. friendly URIs, preferably built in, but at least with a scheme that allows fairly easy mod_rewrite rules
  7. not a complete pig on server resources

There are other things I am looking for of course, but those are some of the bigger stumbling blocks I am seeing with other systems available right now…

So far phpWCMS is out because of it’s backend and user/group management mainly. I really like this system for the most part, and if this site was going to be all techies using it… but the site in question needs to be as simple as possible for authors and section administrators. The backend is not bad for a tech/geek, but for a non-geek author – it requires multiple screens to input an article, which for some of the contributors could be confusing and unwieldy. It also does not appear to have the ability to define groups of users and assign them rights on a per site section basis. On the plus side, while it does not generate clean XHTML out of the “box”, with only about an hour’s playing I was able to re-build the site layout with XHTML and CSS , no tables and list item menus and get it to look good and validate. With it’s built in editor / filters though I am not confident it would stay valid XHTML.

Next up? phpWebSite, but maybe I should start looking at Drupal, or maybe just go back to MT3 with multiple blogs as the CMS especially since many of the sections will be news or blog based anyways.

Posted by Eric at August 5, 2004 08:41 PM | TrackBack
Comments & Trackbacks

Re: CMS fun

May I suggest that you take a serious look at Drupal.
It is important to consider the developer team, the activity level, and the future options.

In my opinion Drupal has it all.

Posted by: Gunnar Langemark on August 6, 2004 05:15 AM | Reply to this

Re: CMS fun

Just grabbed it and will set it up this evening as the next up in the rotation… you’re right of course about the development and community issues always a very real concern.

Posted by: eric on August 6, 2004 05:35 AM | Reply to this