Posts: 3
Threads: 1
Joined: Jan 2013
2013-01-01, 21:44:40
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)??
Posts: 290
Threads: 26
Joined: Oct 2010
Why not just wget the site off a local installation? Then zip and upload that?
-Rob A>
Posts: 3
Threads: 1
Joined: Jan 2013
(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.
Posts: 6,266
Threads: 181
Joined: Sep 2011
he means pull your site to html using a crawler. wget. google it.
http://lmgtfy.com/?q=wget
Posts: 3,491
Threads: 106
Joined: Mar 2010
Posts: 3
Threads: 1
Joined: Jan 2013
(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.
Posts: 1,108
Threads: 70
Joined: Aug 2009
As @Carlos has said httrack should do it for you