This may be a little bit ridiculous, after all, there are wordpress.com, blogger and tumblr. But the sad fact is, I have so far been unable to provide my non-technical friends and family with blogs. Tumblr (maybe the best bet) turned out to be too slow and erratic when I evaluated their interface, blogger is ugly and has mandatory Blogger-Branding (I think), and Wordpress.com has intransparent pricing (I can't figure out how much they cost from their homepage). Furthermore, Wordpress is based on PHP - I could never figure out how to properly host multiple WP blogs on my debian server, and in general I don't trust PHP so hosting it myself makes me feel very uneasy.
For those reasons I plan to migrate my blogs to Octopress/Jekyll, which is of course not an option for non-techie people. But it made me think, maybe a similarly clean interface could be presented to non-techies anyway (kind of like Jekyll without the command line). The problem with existing blog engines seems to be that they are overloaded with Ajax and features.
I don't want a huge interface for stuff i will never use. I want to be able to (when logged in) double click or something on my blog post and then it will turn into a <textarea> for editing and saving. I really hate going into a huge suit for writing a little text and upload images into galleries for later insertion into posts.
It should be like this.
- Go to name.easyblog.com
- See the white, minimalistic blog (posterous is good https://jontelang.posterous.com/)
- Normal user will just read
- Admin may login
-- He will then see the blog as normal but have the option to press a "admin mode" button which will show buttons for the posts "delete" and such.
-- Adding posts: He will see a "+" at the top of the blog where he gets a WYSIWYG + textarea -- then he press Save and the new post is added. He will then press the "admin mode" again to see the blog as normal users see it to make sure nothing looks odd.
-- Editing: Same as above except you press "edit" on a post.
-- Alternative: All posts become <textarea>s + WYSIWYG editors so that you do not even have to press edit.
All in all, simple and fast.