We have a client for whom we create many sites based on templates. Ideally, we would use something like kohana ( http://www.kohanaphp.com/ ) to process templates and make site changes wide.
Unfortunately, our client cannot (and will not) post any code on the server side (and before you ask, this will not change, and the placement of the files themselves is not an option), so any files deployed for them, Must be HTML, Javascript, CSS, Images and Flash.
Is there a good way to develop in an environment such as kohana to make the site manageable, but to be able to deploy or export only the HTML version of the site (there is no dynamic aspect for the site, such as search, which requires server languages ββand no database usage )?
I assume that it will look like a spidering on a site, but I would like something more reliable, because some page resources are loaded dynamically using javascript.
thanks
source
share