
January 21st, 2011, 12:15 AM
|
 |
Code Monkey V. 0.9
|
|
Join Date: Mar 2005
Location: A Land Down Under
|
|
|
You might be out of luck with this one. Every CMS that I've ever seen, no matter where, has always had a front end with it. Logically that makes sense. Why would someone want a CMS when they can't use it until they write their own front end code for it? (of course your situation is different, but that's a 1 in a billion case)
I don't know of anything that will suit you out of the box, but what you should look for is one with a well defined API that can give you the information that you need through calls to the API.
Realisticly this will just add overhead to the system, and give you very little benifit over modifying an existing system to do what you need it to. I know that both Drupal and Joomla can be modified to a pretyt huge extent, so almost all the time you're better off using something like that as a base, and making it display the way that you want it to.
|