I want to generate a set of static HTML pages for uploading to a site. Is there a simple way to get a Controller/View to render to a file or directory, suitable for uploading?
I know I could fire up the server, render the page and save it from a browser, but that would be tedious after the first dozen or so pages...
TIA.
- ff