Hacker News new | ask | show | jobs
by eknuth 4740 days ago
I do a lot of django, so I wanted mezzanine to work out. Unfortunately, it's a challenege.

Wordpress is wordpress. You're stuck with php and mysql. (ick).

Jekyll is awesome and together with http://prose.io, it's basically a cms.

http://developmentseed.org/blog/2012/07/27/build-cms-free-we...

2 comments

Out of curiosity what was the issue for mezzanine?

Small anti WordPress rant... it uses absolute URLs for everything which is a total PIA when moving domains.

I've used mezzanine before but ultimately removed it from the code. If you're interested in adding a company blog to your app's domain, it just touches too many things and makes a mess. I use zinnia now http://django-blog-zinnia.com/.

I think mezzanine is a great alternative to wordpress. It makes a great blog if that's all you want. If what you need is a CMS to handle the content side of your app, you may want something a little more flexible/light weight.

RE: Part I get it... It's kind of just like Wordpress, great for blogs and everything else is difficult IMO. The only difference being you can still use Django if you need to. I guess... I don't know enough, just enough to be dangerous. :-)
The other comment describes the situation with mezzanine accurately.
Jekill with prose.io approach is quite interesting. I wonder if this approach scales, esepecially when dealing with multiple author contributors .
I'm actually doing this now. We're using jekyll for a tablet magazine site with several non technical staff using github and prose to manage the content.

It's actually going fairly well. There have definitely been some issues, but it's been great.

https://github.com/ecotrust/commonplace

Prose.io is still fairly new, but it's open source and is seeing heavy development.