Lightweight open source CMS - current situation

content-management-system, php, seo

Solution

I'd recommend modx which is a simple cms to install and setup.

- It has friendly URLS

- It can keep style and content separate.

- It has a "user manager" permissions system so you can control exactly which documents are editted by registered users. Bob's guide has full details on permissions.

I'm not sure about the term "lightweight" which could imply limited features or some sort of restrictions. modx is compact and easy to install and you can get it running very quickly out of the box using the supplied defaults. However it's very flexible so it's possible to tweak or add extra features as required.

Problem

It happened that I need to pick up PHP based open source CMS. I did a small research and found many candidates. CMS made simple seems to be right choice, but I am not sure what's the current state, I know it was widely used time ago. I need it to be fully compliant with web standarts, lightweight (especially interface). It needs to be as simple as possible - basically just style and page content editing (news, maybe some image gallery) is enough. Sure content and style have to be separated from each other since content will be edited by non-programmer. One of the main goals is SEO so I'd like it to have friendly URLs. I think CMSes like Joomla, Drupal and Wordpress are too big for this project. Are there any recommendations ?

Original source