Forum Moderators: mack
No dynamic pages, no php, no perl, no fancy stuff. Just a navigatable static site - ok - with a simple contact form as most ambitious add-on.
Now,
coming from a "use highly dynamical backends" design philosophy, I do not want to go back and do all pages one by one like in the Mozilla 1.0 days. Nor do I want to use the sledge hammer for such a simple project.
What would you guys suggest as a let's say dynamic framework, like a simple CMS, that can spit out the whole project as static html pages. Is there such a tool someone of you uses for ventures like mine? I don't want to have to go into the code page by page if the client requests marginal changes...
Currently my idea is to do it all in my dynamic-fashion. By letting a local crawler run over the project and do a snapshot I would get the static .html pages to upload to the clients server.
store the cached pages into a directory structure indentical to his one, and then just upload it to the clients server. as far as he will be concerned they will just all be static pages.