Ok, here's what I want:
I enjoy hand-coding my sites. I like HTML and CSS and Javascript. What I want to be able to do is design a site and then tack-on a CMS to my existing site instead of writing it from the ground-up to use a certain CMS. None of the sites I design are straight-up blogs, nor do they have user log-in or even comments most of the time. What I want to be able to do is tell a CMS ok, this div here I assigned a class of "managed_content" should be managed by you, but everything else is managed by me. Then I can go to the admin panel of the CMS and upload articles, etc. and they will appear in that div.
Does anything like this exist? It seems like every CMS wants to take complete control of my site and I don't want to let go of all control. Plus, I don't need like 95% of the features offered by Wordpress, Joomla, etc. I'm not writing a frickin blog, I just don't want to write php code to interact with a database and I want clients to have an easy-to-use interface to upload new content.
I enjoy hand-coding my sites. I like HTML and CSS and Javascript. What I want to be able to do is design a site and then tack-on a CMS to my existing site instead of writing it from the ground-up to use a certain CMS. None of the sites I design are straight-up blogs, nor do they have user log-in or even comments most of the time. What I want to be able to do is tell a CMS ok, this div here I assigned a class of "managed_content" should be managed by you, but everything else is managed by me. Then I can go to the admin panel of the CMS and upload articles, etc. and they will appear in that div.
Does anything like this exist? It seems like every CMS wants to take complete control of my site and I don't want to let go of all control. Plus, I don't need like 95% of the features offered by Wordpress, Joomla, etc. I'm not writing a frickin blog, I just don't want to write php code to interact with a database and I want clients to have an easy-to-use interface to upload new content.