1
I've spent the last several weeks trying to get up to speed on the open source CMS movement. There is an unbelievable amount of effort being applied to projects such as xoops, postnuke, phpnuke, etc etc.
I've noticed one thing is consistent across all of them.
They are all academically elegant in that they manage plug in modules, plug in themes, unlimited content items. and so on.
However I have yet to find one that make it easier for me to management my content. Let me explain. I'm a programmer. Have been fo many years so I can reverse engineer php if I have to. I did so to pug some graphc design elements into themes for all the OS CMS. But every time, it was more complicated and took more time than if I had just editt the content in, say, dream weaver for example (or notepad [or VI or emacs] for that matter)
Now, I see the value in letting users add/edit/delete their own content an dhavng plug in extension. Don't get me wrong, that is why Iv'e invested many weeks in looking for a good solotuon.
So, now the question: Wha do all these open sourc CMS projects.. like xoops. Focus on the framework instead of the basic CMS function. When I say basic function I mean "Add HTML to my web site and allow me to manage it" In very OS CMS I've seen so far I had to find some have baked extension to allow me all a simple HTML page. And in most cases I need to be a php programmer to enact the change.
The floor is open... who wants set me straight> Is their a funtion in XOOPS I'm missing? Is there another CMS that fills this gap?
Go ahead and flame me... I'm ready to learn what I'm missing here.