TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby supertedover 12 years ago
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

sheffover 12 years ago
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> .