I'm trying to evaluate some CMS' out there for a couple of projects.
I'm aware of Radiant, Mephisto, and BrowserCMS. Radiant relies upon its
Radius templating heavily, and I want to use another templating
language. Mephisto is a bit too dusty these days - not even sure if it's
up to Rails 2.3. BrowserCMS seems a bit restrictive on the browser
versions it relies upon.
The other option is, of course, to build my own CMS, which I've done
before. Just wondering if anyone can recommend others I may not be aware
of and which they have used themselves?
Regards,
Nicholas Faiz
> I am intrigued by Tim Lucas's CMS-by-Github approach. It was sweet.
...which was: give them access to github and let them edit haml files
directly via the github web interface. Git pull redeploy the site (or
just the markdown files) on post-commit or via a URL.
This is really only good for editing bits of existing content, not for
creating lots of new content.
-- tim
Mephisto is still being actively developed (0.8.2 was released this
year and works with the 2-2-stable branch / 2.2.2 tag of Rails). That
being said, it's more for blogging than for use as a CMS.
Cheers,
Nathan de Vries