I did rounds for CMS, which I can use as an API, in some kind of "built-in" mode. I mean, I donβt want the CMS to do any logic or presentation. I want it to be used as an API, which I can then use on an existing site. I do not want to get attached to the CMS architecture.
A good example of this is NC-CMS ( http://www.nconsulting.ca/nc-cms/ ). All he needs to do is turn it on top, and then wherever editable content is required, this is just a function call with a unique label. It is also ideal in the sense that it allows you to distinguish between small lines (for example, headings, labels) and texts (which require an editor with large text).
This is the only CMS I have found that matches this description, but it is too light because it does not process the site structure. I need my client to be able to add pages by selecting an existing template for the layout. Minimum server required.
Wordpress also meets some requirements, as it only handles content editing and allows freedom for those, allowing them to call content where and how it wants it. But it is based on the article and vice versa, since it embeds sites (like topics) in its structure, and does not integrate into sites such as NC.
It's funny how to check all the CMS there, almost all of them claim that most CMS are not self-sufficient, that they do not process the application logic, while (almost) each of them I found with only one exception. Many of them are mainly based on blogs that do not fit my needs.
I would appreciate any CMS that fits the general description.
source
share