A simple blog platform?
Moderator: General Moderators
A simple blog platform?
Just about all of the web projects we do these days require a "news" page. Generally I have used wordpress for this, but most of the time it is way overkill for this purpose. Isn't there just a really simple blog application out there anywhere that doesn't have a million features and works easily for borderline retarded clients?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: A simple blog platform?
Maugrim is doing one as a ZF example. Matthijs is working on one for Skeleton. I am sure there are many others.
(#10850)
Re: A simple blog platform?
Bwa ha ha ha haThe Ninja Space Goat wrote:works easily for borderline retarded clients?
In other news, clients are always going to want to do more and more. If you start out with too simple of a system, you'll need to upgrade it later. Wordpress' wide popularity shows that it's pretty good for a wide range of people - so I'd stick with that.
Give the retarded clients a crayon.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: A simple blog platform?
I find that most clients do want something very simple. Much simpler than Wordpress. The additional problem is the wanting "more and more" part. Blog applications are not targeted at developers so they are pretty monolithic. What is needed is a reasonably modular design so you can proved several different level of features.pickle wrote:In other news, clients are always going to want to do more and more. If you start out with too simple of a system, you'll need to upgrade it later. Wordpress' wide popularity shows that it's pretty good for a wide range of people - so I'd stick with that.
(#10850)
Re: A simple blog platform?
exactly... but therein lies the problem... what is the "core" feature set and what is add-on. It's all relative.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: A simple blog platform?
I find it is pretty straightforward -- Posts only. Posts with comments. Multiple blogs. Require an account to post. Categories. Dealing with feeds. Search. Posts must be approved.
A lot of the stuff in blog apps is CMS stuff that you don't need in an application...
A lot of the stuff in blog apps is CMS stuff that you don't need in an application...
(#10850)