Re: [pylons-discuss] Re: best vaguely Pyramid "compatible" static site generators?

2014-03-07 Thread Iain Duncan
Yeah, I'm kinda leaning towards using pyramid and some kind of consumption client, as it seems the design drivers for the existing static site generators are not inline with my purposes. It's not going to be tech savvy users updating this thing. Thanks for the input. On Fri, Mar 7, 2014 at 4:01

Re: [pylons-discuss] Re: best vaguely Pyramid "compatible" static site generators?

2014-03-07 Thread Chris Rossi
What about wget? Chris On Fri, Mar 7, 2014 at 6:32 PM, Michael Merickel wrote: > I've had in the back of my mind for quite a while the idea of building a > pyramid_freezer, inspired by Flask-Freeze. The idea would be to have a > simple module using WebTest that would take your app. It could th

Re: [pylons-discuss] Re: best vaguely Pyramid "compatible" static site generators?

2014-03-07 Thread Michael Merickel
I've had in the back of my mind for quite a while the idea of building a pyramid_freezer, inspired by Flask-Freeze. The idea would be to have a simple module using WebTest that would take your app. It could then ping the app for known routes, and take an optional list of other routes that could dum

[pylons-discuss] Re: best vaguely Pyramid "compatible" static site generators?

2014-03-07 Thread Jonathan Vanasco
It wouldn't be too hard to use Pyramid as-is, then just have a pyramid command-line script that can loop through everything and build out the site for you. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group an

Re: [pylons-discuss] Re: best vaguely Pyramid "compatible" static site generators?

2014-03-07 Thread tonthon
Hi, If you like rst, you'd like Pelican : http://docs.getpelican.com/en/3.3.0/ We use it for our company's blog : http://blog.majerti.fr/ Le 07/03/2014 23:46, Iain Duncan a écrit : > Any other thoughts on static site generation from the perspective of > Pyramid folks would be welcome too. > >

[pylons-discuss] Re: best vaguely Pyramid "compatible" static site generators?

2014-03-07 Thread Iain Duncan
Any other thoughts on static site generation from the perspective of Pyramid folks would be welcome too. thanks On Fri, Mar 7, 2014 at 2:42 PM, Iain Duncan wrote: > Hey folks, I have a project for which the deployed version of the site > must be static. I'm planning on rustling up a Pyramid bas