[Freedombox-discuss] PHP Alternatives?
Michael Rauch
l15t at miranet.ch
Mon Jul 16 20:30:08 UTC 2012
On 07/16/2012 09:56 PM, Sean Alexandre wrote:
>
> Another comment from Micah's presentation was that some CMS systems
> have the ability to generate static content. So you can create content
> using CMS shortcuts, and then have it generate static content to put on
> your website.
wget can be of help for generating static content from a dynamic webapp. i have done this in the past to generate static content from a ruby-on-rails webapp (... at times when rails hosting was not easy to find).
something along the lines of this ..
wget -mEp http://localhost:3000/
-michael
More information about the Freedombox-discuss
mailing list