RoboCMS
Here’s the best option I’ve got so far:
Write a “cms client” class and manage the content in another, already built application.
The cms client would expose only a few methods:
1. get($id_or_path)
2. get_children($id_or_path)
3. get_parents($id_or_path) … would return the same as the PARENTS array in Zope.
Then, there could be different “cms clients” depending on what third-party content management software a user would use.
Comments
The URI to TrackBack this entry is: http://blog.brianrosenthal.org/2005/05/22/robocms/trackback/
No comments yet.
RSS feed for comments on this post.
Leave a comment
Sorry, the comment form is closed at this time.