The last time Kubla came up we were still evaluating options and the code was an old version of CakePHP all flushed out with scaffolding. Most of the time between then and now has been spent on other projects (I’m looking at you AMO) but we’ve made enough progress to justify another update.
Out of the CMS‘s evaluated, we thought two showed great promise for our set of requirements.
The first option that I got excited about was Wyona’s Yulup. This is actually an add-on for Firefox that can talk directly to SVN (via WebDAV). It is simple, supports WYSIWYG editing, has xhtml validation, supports WebDAV authentication, and much more, all out of the box. I like that it leverages existing systems in an effective way, and is fairly unique (compared to traditional CMS’s). It has a lot of promise for someone looking for a simple solution to editing static pages.
That said, we would have to make significant changes to the add-on, or, more likely, write quite a bit of code separately to handle requirements like indicating a relationship between a page in English and other languages (to tell which English pages had been translated and which hadn’t).
The second option is the well known Drupal. There are lists expounding on Drupal’s good qualities already, so I’ll skip that, but suffice it to say, we’re most interested in the modularity that comes with Drupal. We’re going to need to write some code to handle language detection and localization, and Drupal’s hooks should make this easier, not to mention the pile of pre-built modules.
After collaborating on our options, we’ve decided to pursue the Drupal option. I’ll be replacing the languishing code in SVN with a copy of Drupal shortly, and continuing development there.
Thanks for everyone’s input.
kourge wrote on :
Wil Clouser wrote on :
greggles wrote on :
Wil Clouser wrote on :
Frédéric Wenzel wrote on :