Content Management for Non-Template Based Programs
Submitted
by
Leroy743
Leroy743 writes "I work for a company that creates many network-connected kiosk based systems that get deployed throughout an institution. Until now, we've create our own content management tools for them, since it hasn't been overly complicated. However, looking forward, we're searching for any existing CMS installations that we can use effectively for this content. Most of them use some sort of templating system to track and display content. Joomla, Wordpress, Drupal, etc. There are very few raw APIs that we can call to get photo galleries, videos, etc. We have to load HTML pages, and then parse through the content to get what we're looking for, which is really time consuming and not productive. Is there anything out there that allows much more in the realm of content management from a very raw data perspective. Not needing to display in some HTML template. I imagine something like Adobe Lightroom, with APIs to return thumbnails, galleries, etc. in a form we could load into Flash or something like that."