[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Freedombox-discuss] PHP Alternatives?



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



Reply to: