Re: [pylons-discuss] Implementing basic authentication with persistence

2017-09-04 Thread Thierry Florac
Hi Julian, I've build a "security package" for my own framework (called "PyAMS") which includes a pluggable "security manager"' utility in which you can "plug" extensions allowing you to use several authentication plug-ins; these actually include "local users" (stored into ZODB), Authomatic connect

[pylons-discuss] Re: Recommendation for a Python-based wiki

2017-09-04 Thread Sean Tan
Okay, thanks for the suggestion. I am not sure if Github or Read the Docs are good for private project and documentations. I have hosted a gollum wiki (Github is using this too to power their wiki), but it is written in Ruby. I am just wondering if there is a Pyramid-based wiki which is compara

Re: [pylons-discuss] Implementing basic authentication with persistence

2017-09-04 Thread Julian Sanchez
Thanks so much for the suggestion Thierry, I'll take a look. As of now I had found 'pyramid_simpleauth' which seems simple enough yet comprehensive enough for what we need. Our final solution will be hosted in Google App Engine using the datastore so anything that relies on ZODB or SQLAlchemy

[pylons-discuss] Re: Recommendation for a Python-based wiki

2017-09-04 Thread Jonathan Vanasco
A lot of the hosted commercial services are freemium. i think pbwiki gives you a handful of users on their free tier -- all you really need are 2 users (one set of credentials for you, another one for your clients) -- You received this message because you are subscribed to the Google Groups "

Re: [pylons-discuss] Recommendation for a Python-based wiki

2017-09-04 Thread Mikko Ohtamaa
> Hi. I want to write a user guide for a client. I thought it is better to > host it online, so I don't have to periodically email an updated version to > my client. I wonder why Wiki engines do you Pyramid folks use? Any > suggestions? > Without knowing the details of the complexity of the guide,