GetSimple Support Forum
Static Page Generation - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Static Page Generation (/showthread.php?tid=4095)



Static Page Generation - isaacrg - 2013-01-01

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)??


RE: Static Page Generation - RobA - 2013-01-04

Why not just wget the site off a local installation? Then zip and upload that?

-Rob A>


RE: Static Page Generation - isaacrg - 2013-01-18

(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.


RE: Static Page Generation - shawn_a - 2013-01-18

he means pull your site to html using a crawler. wget. google it.
http://lmgtfy.com/?q=wget


RE: Static Page Generation - Carlos - 2013-01-18

... or httrack.


RE: Static Page Generation - isaacrg - 2013-01-28

(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.


RE: Static Page Generation - n00dles101 - 2013-01-28

As @Carlos has said httrack should do it for you