I need a simple CMS for managing flat xml files
August 4, 2009 9:15 AM
Subscribe
I build Flash applications for a living. I generally make them configurable via an xml file. I'm looking for a quick and easy solution that would allow me to set up a form that clients could fill out when they want to update the xml. NOTE: everything needs to be hosted on the client's site, to which I often have limited access. So I don't want a solution that involves complex DB management.
Say I've created a Flash app, and the client can skin it by entering color values in an XML file. Non-tech-savvy clients often get frightened by raw XML, so I'd like to start offering them simple CMSes that are customized to their particular config files. Some config files are super-simple, allowing my client so, say, just pick a background color and a video to play. Others are much more complex.
WHAT I DON'T WANT is anything that involves managing or setting up a database. My clients might not have access to one; the might not know how to manage one; they might not be able to give me access to me. So this all has to be based around flat files.
I also don't want an desktop app. I want something browser-based, so my clients can update the Flash app from anywhere.
Finally, I don't want anything that I have to host. This should be a solution that I can upload the to client's site and that they can manage from themselves. It should be password-protected so that other people can't much around with the Flash app's settings.
Ideally, what I'd like is something that can take my xml file (or a schema) and auto-generate an HTML-form based on it. And a simple PHP, Python or whatever script that can take the info they enter into the form and update the xml file.
posted by grumblebee to computers & internet (8 comments total)
3 users marked this as a favorite
posted by odinsdream at 9:21 AM on August 4, 2009