Hacker News new | ask | show | jobs
by ssharp 4599 days ago
I think Drupal was built to be a "content management framework" and not a "content management system". Out of the box, a system like Wordpress is substantially more limiting that a system like Drupal. You see Drupal projects like OpenScholar that are built with Drupal but are highly customized and don't really even look like Drupal. It's certainly possible to build a full-fledged web app with Drupal, whereas CMS systems typically have one core function. You can use Drupal as a CMS, but it does other stuff.

For most CMS use-cases I've come across, I'd rather use Wordpress. It's simpler for most website needs and provides substantially better default UI to editors.

1 comments

Drupal is a CMS, but a highly extensible one. Yes, you can replace any just about any core feature. I needed a register for a new account feature that integrated with other parts of our site, so I rolled my own. I'm not super familiar with Wordpress but i didn't get the impression that it scaled to large sited with lots of pages (we have about 1000 static pages)