From the Developer (web dev/designer) point of view (POV). Not from the guy paying the bill POV.

Please read below:

Our company is looking for a good CMS system to develop our new website. We are looking for:

  1. Easy maintainability of the content
  2. Well kept MVC model
  3. Widely supported

We want something that will give us the flexibility to implement a great design without recoding in a proprietary language. Is there any available Open Source System available with this features?

Note 1: Even when some people might think this is a duplicate question since click here, there is more in this question that I will like to investigate. I am looking at the CMS from the programmer (web dev) perspective. Asking especifically on the 3 req above.

link|improve this question

70% accept rate
Hello Shoban: This is not a duplicate since, I am looking from the perspective of programming. If you focus only on the question, without reading the requirements, you might think is duplicate, but I am looking at designs issues in this post. I hope you can re-evaluate your opinion on the duplicity of the question. – Geo Jul 7 '09 at 4:21
Geo: You might want to reword your question, because on first read it sounds just like the other question. You don't emphasize the fact that you'll be looking at the CMS as a developer. – Sasha Chedygov Jul 7 '09 at 4:25
Thanks musicfreak. I just did. I will do some more if it is required. – Geo Jul 7 '09 at 4:30
THanks Geo........ – Shoban Jul 7 '09 at 4:59
I think the actual question (i.e. the title) could do with a reword - e.g. "What is the best Open Source CMS system for developers?" – Bobby Jack Jul 10 '09 at 9:54
feedback

4 Answers

up vote 2 down vote accepted

If you're determined to go with a strict MVC approach, don't listen to anyone who tells you that Drupal is a good choice. I love it and I make my living with it, but it's not MVC.

It succeeds on the other counts, and it still does a relatively good job of separating 'skinning/design' from 'business logic,' but the split is nowhere near as explicit as a full on MVC system.

link|improve this answer
1  
What would you suggest, then? – Sasha Chedygov Jul 7 '09 at 4:23
Thanks for the note on Drupal. I have heard about Drupal's ability to integrate a lot of business logic into the website. Almost like having a web application in it. I am not strict on the MVC term, but we do want to keep our data model separate, since we will like to integrate data sources that are external to our organization. Thanks Eaton. – Geo Jul 7 '09 at 4:27
Geo, a lot of the answer to that depends on what you're looking to do. The wildly popular 'Views' module, for example, can build Drupal pages from external databases totally unconnected to Drupal, as long as you define the DB schema for it. Most Drupal tools want to work with content 'inside' the site, stored as Drupal nodes however. – Eaton Jul 7 '09 at 4:32
feedback

Sometimes I ask myself the same question from the Developer (web dev/designer) point of view and customer point of view. I always check this site because CMSs features are always changing. There is a long list of features you could expect from a CMS.

However, not all features and requirements are there.

I also discriminate CMSs depending on their underlying framework: .NET based CMSs, .NET Framework (is it enough, maybe not?). But, how about PHP-based ones? There are a lot of PHP Frameworks to consider (Prado, CakePHP, etc) and you find things like Prado Portal or OvenCMS that is heavily invested in jQuery for Ajax stuff because nowadays it seems like if "no AJAX no good" (some people think this way). And there are other CMSs written in other languages and other frameworks for them. To me the framework answer your #2 and #3 concern.

My advise, do check the features you want, check your requirements, have a good plan and then code away. Because after you reach your first milestone, or your first Beta, you (or someone else) will want more, more, more...the best Open Source is what you choose and commit to after dedicating some time to decide.

link|improve this answer
feedback

Check out Alfresco - it's an open source enterprise-level CMS. Has a large community and large deployment base. It's designed to be highly extensible, and many people use it for low-level abstractions it provides. Developers typically enjoy the openness of the architecture and the customization hooks it provides. (disclaimer: I used to do consulting for them.)

link|improve this answer
feedback

SilverStripe (www.silverstripe.org) is a content management system that is user friendly (see vimeo.com/11914598), has a rich MVC model based on its Sapphire MVC framework (PHP 5.2 based), and has had > 400,000 downloads.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.