Re: CMS options?

2012-01-25 Thread Daniel Nouri
On Mon, Jan 23, 2012 at 5:58 PM, Thomas G. Willis tom.wil...@gmail.com wrote: good to hear. I was looking at the code and the docs, and it looks to be easily extendable. I have 2 sites that have very light cms needs at the moment. I may hack on this a bit. I've just added a File content type

new package - custom facebook oauth flow , with pyramid support

2012-01-25 Thread Jonathan Vanasco
i just tossed this on github and pypi - facebook_utils https://github.com/jvanasco/facebook_utils http://pypi.python.org/pypi/facebook_utils it wraps the current facebook user flows. the official python sdk from facebook is deprecated and unsupported. the main class is FacebookHub an

pyramid and https

2012-01-25 Thread guyc
Hi Apologies if I've missed this in the docs but I need a bit of steer with using https and pyramid. Thinking of using nginx as a proxy as per the docs deployment example and want to know if the recommended approach is to use rewrite rules at the proxy level to switch to https or should this be

Re: pyramid and https

2012-01-25 Thread Chris McDonough
On Wed, 2012-01-25 at 13:19 -0800, guyc wrote: Hi Apologies if I've missed this in the docs but I need a bit of steer with using https and pyramid. Thinking of using nginx as a proxy as per the docs deployment example and want to know if the recommended approach is to use rewrite rules at