Ask HN: A simple CMS for non-tech users?
I've been wondering, is there a simple CMS tool which could be used for basic Web sites for non-tech-savvy users?
I've been using Wordpress for such sites, but it has become a bit over-complex, with a lot of superfluous features which are quite confusing for non-techies.
Ideally, I'm looking for something that would have the following features:
a) Written in PHP and using SQLite database, for ease of deployment and portability. b) Has basic content types: post, page and media (or images at least). Media must be simple and easy to place within the content. c) Integrated contact form. d) Simple and easily modified templating system, preferrably also in PHP.
Any ideas?
8 comments
[ 4.2 ms ] story [ 24.6 ms ] threadThe site is: http://big.ly
My idea was that websites get set up originally by people who want to get under the hood. So I made all of the templates overridable using Ruby's Liquid templating engine.
After the initial setup, they're run by complete Normals. So all of the editing is wysiwyg (through TinyMCE).
Other features are a custom domain and tab/subnav management. I didn't get as far as a contact form, but that was on my list.
http://www.tiddlywiki.com/
I have noticed that benchmarks are slower as they don't really have a full page cache mechanism, but overall it does a pretty nice job for that niche.