Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You've basically eliminated every CMS under the sun by insisting that no pre-made system could possibly handle the types of content you want...</p> <p>But even so, I can still suggest two systems that might be configurable enough to do whatever it is that you need.</p> <p>The first is <a href="http://drupal.org/" rel="nofollow noreferrer">Drupal</a>. It's a CMS, written in PHP. It has a very very configurable and extendable system of content types (check out the <a href="http://drupal.org/project/cck" rel="nofollow noreferrer">Content Creation Kit</a>), and has a huge range of pre-written modules and plugins (even the CCK has its own <a href="http://drupal.org/project/modules?filters=tid:88&amp;solrsort=sort_title%20asc" rel="nofollow noreferrer">plugins</a>).</p> <p>Because of its flexibility, Drupal powers a huge range of sites - everything from single-author blogs, through community forums, up to <a href="http://whitehouse.gov" rel="nofollow noreferrer">http://whitehouse.gov</a>. The Drupal site has a <a href="http://drupal.org/cases" rel="nofollow noreferrer">case studies</a> page which lists many different types of sites built on Drupal.</p> <p>If Drupal isn't flexible enough for you, you probably need to stop thinking about a CMS and start thinking about a Web Framework - Wikipedia has a <a href="http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks" rel="nofollow noreferrer">comparison table</a> to help you find one in your preferred language. Personally, I've only used <a href="http://www.djangoproject.com/" rel="nofollow noreferrer">Django</a>; but <a href="http://rubyonrails.org" rel="nofollow noreferrer">Ruby on Rails</a> and <a href="http://www.grails.org/" rel="nofollow noreferrer">Grails</a> are also popular.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload