试图找到一个基于API嵌入PHP5 CMS [英] Trying to find a PHP5 API-based embeddable CMS

查看:155
本文介绍了试图找到一个基于API嵌入PHP5 CMS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经作出了几轮的CMS,我可以作为一个API使用,在一种嵌入式模式。我的意思是这一点,我不希望CMS做任何逻辑或presentation。我希望它可以作为一个API,我可以再现有站点中使用。我不希望被束缚到CMS的结构。

I've been making the rounds for a CMS that I can use as an API, in a sort of "embedded" mode. I mean by this that 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 within an existing site. I don't want to be tied to the architecture of the CMS.

这方面的一个很好的例子是NC-CMS( http://www.nconsulting.ca/nc -cms / )。它所需要的是一个包括顶部,那么无论编辑的内容希望这只是一个函数调用了一个独特的标签。这也是完美的在某种意义上说,它可以让小弦来区分(如标题,标签)和文本(这需要一个富文本编辑器)。

A good example of this is NC-CMS (http://www.nconsulting.ca/nc-cms/). All it needs is an include at the top, then wherever editable content is desired it's only a function call with a unique label. It's also perfect in the sense that it allows to differentiate between small strings (like titles, labels) and texts (which require a rich-text editor).

这是唯一的CMS我发现,这个描述很适合,但它不处理网站结构是有点太亮。我需要能够让我的客户端添加页面,选择适合的布局现有模板。一个最小的后端是必需的。

It's the only CMS I found that fits this description, but it is a little too light as it does not handle site structure. I need to be able to allow my client to add pages, choosing an existing template for the layout. A minimal back-end is required.

字preSS也符合的,因为它只能处理内容编辑一些要求,并允许自由的主题,让他们打电话的内容在哪里以及他们是如何想的。但它是条型和向后的,因为它嵌入位点(如主题)在其结构内,而不是在诸如数控站点被嵌入

Wordpress also fits some requirements in that it handles only content editing and allows freedom for the themes by letting them call the content where and how they want it. But it is article-based and backwards, in that it embeds sites (as themes) within its structure, rather than being embeddable in sites like NC.

这很有趣,如何检查出所有的CMS在那里,几乎所有的人都声称,大多数CMS都不能自给自足,他们没有处理应用程序的逻辑,而(几乎)每一个对我发现只有一个例外做所以。许多多的文章为基础的博客引擎,它不适合我的需要。

It's funny how checking out all the CMS out there, almost all of them claim that most CMS are not self-sufficient, that they do not handle application logic, while (almost) every single on I found with only one exception do so. Many are mostly article-based blog engines, which does not fit my need.

我想AP preciate适合一般说明任何CMS。

I would appreciate any CMS that fits the general description.

推荐答案

下面NC-CMS的创造者。

Creator of nc-cms here.

添加到NC-CMS可能是一个现实的选择,取决于你想要做的事情。整个NC-CMS项目是根据2000行共与codeBase的保持相当干净和简单的每个项目/客户端可扩展性的真正原因。

Adding on to nc-cms may be a realistic option, depending on exactly what you want to do. The entire nc-cms project is under 2,000 lines in total and the codebase is kept rather clean and simple for the very reason of per project/client expandability.

这篇关于试图找到一个基于API嵌入PHP5 CMS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆