TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is it a CMS I am looking for?

1 点作者 superted超过 12 年前
I am trying find some form of a content management system not geared towards the publishing of web pages, but rather that of custom content. I am sure there is a name for these kinds of systems/applications, but I cannot come to think of it.<p>My basic requirements:<p>1) There needs to be a way to create templates for objects in a flexible manor, where a template is a set of attributes, with the ability to create nested groups of attributes as well as add attributes associated with other templates<p>2) Content instantiates these templates<p>3) Arbitrary sets of content needs to be exportable, preferably to custom XML<p>4) All this needs to be accessible through a decent management UI, web-based preferably. Ideally there is an API somewhere in there as well<p>What am I looking for? I feel that traditional CMS:es are too tied to that of web publishing. I guess I am looking for something a bit more generic.

1 comment

sheff超过 12 年前
Have you looked at Drupal ? There is a lot of overlap between its custom CMS features and what you describe above. See <a href="http://drupal.org/documentation/structure" rel="nofollow">http://drupal.org/documentation/structure</a> .