This is a case where you probably DON'T want an existing CMS product. They're all designed to handle an entire website, not just content. (Ironic for "content management system," eh?)
I needed to do basically the same thing as is sounds like you need years ago. The site was designed, all I needed was a simple form for other staff to enter content through. It's been working painlessly for almost 7 years now. All it has to handle is the text being entered through a simple form, and store it in a database. Then you can use functions in your page script to retrieve/format/display it.
I've taken the original system I came up with way back when and modified it and re-used it many times. When you write it yourself, you get the advantage of knowing it inside and out, so you can very quickly and effectively extend and modify it for different needs in the future.
That's the road I'd take. Write your own. Almost every CMS I've come across tries to take care of EVERYTHING down to page design/layout/formatting/modules/extensions/style sheets/etc.
The closest I've ever seen that might suit your purpose is probably CMS Made Simple - http://www.cmsmadesimple.org/ I haven't used it myself, but I did look at it briefly. It wasn't what I was looking for at the time.
|