Page 1 of 1

Convert system to serves static html files

Posted: Mon Mar 24, 2014 11:13 am
by tomaszgaluszka
Hello,
Does anybody know something similar to this:
https://github.com/silverstripe-labs/si ... blishqueue
in made simple cms.

I would like to generate static html files from my content and for example once per week regenerate static files to update site.

Thanks for reply.

Re: Convert system to serves static html files

Posted: Mon Mar 24, 2014 11:31 am
by Rolf
Uhm, have you looked at http://dev.cmsmadesimple.org/projects/cacheremotefile
It is not quite the same but perhaps you can change it to your likings...

Re: Convert system to serves static html files

Posted: Mon Mar 24, 2014 11:46 am
by chandra
There are some tools available like httrack which you can use to create static content.

Re: Convert system to serves static html files

Posted: Mon Mar 24, 2014 12:29 pm
by tomaszgaluszka
I tested httrack with ms cms and result was page without js files and some images. So it's not good solution...

@Rolf thank you for this plugin it works well for single page.
I will try to code something using your solution.

Re: Convert system to serves static html files

Posted: Mon Mar 24, 2014 1:25 pm
by chandra
Think you should ask why httrack does not get all content (maybe relative/absolute pathes)