Hey guys,
I'm working on creating some user-maintainable web sites. I have decided against having the pages dynamically generated for each user (performance) and instead am working on a system that would generate the HTML pages. I have been considering using a separate text file for each thing that would be updatable. This seems a bit clumsy, but I don't have access to a database on the server, not to mention the lack of knowledge on how to use it if I did. What are some other options that would be both portable and simple? Any ideas would be appreciated.