GetSimple Support Forum

Full Version: Static Page Generation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am a big fan of GetSimple, and I need to generate pages for my Github Pages, and would like to generate the pages (HTML only, no scripting) and then just Push them to GitHub.

Does GetSimple have a function or Plugin which allows for the site to be exported as static HTML(Ideally zipped)??
Why not just wget the site off a local installation? Then zip and upload that?

-Rob A>
(2013-01-04, 06:36:14)RobA Wrote: [ -> ]Why not just wget the site off a local installation? Then zip and upload that?

-Rob A>

I don't quite understand what you mean, as the place I want to host it on has no PHP support. [Static files only] This means no PHP is supported, but ideally, I could generate html pages to upload, through an automated process.
he means pull your site to html using a crawler. wget. google it.
http://lmgtfy.com/?q=wget
... or httrack.
(2013-01-18, 04:40:58)shawn_a Wrote: [ -> ]he means pull your site to html using a crawler. wget. google it.
http://lmgtfy.com/?q=wget

I know what wget is!

I need a tool which will automatically generate a copy of the entire site.
As @Carlos has said httrack should do it for you