Re: [Mailman-Developers] error while setting up mailman on ubuntu please reply

2013-04-04 Thread Xu Wang
It depends on the version of zope on your system. I'd update the zope.interface before mailman buildout. Here is an example chef recipe for mm3: nclude_recipe "python" # Install base packages for mailman3 %w{ bzr postfix openssl-blacklist ssl-cert }.each do |pkg| package pkg end

[Mailman-Developers] Build a mailman3 development virtual machine with Vagrant and Chef

2013-04-18 Thread Xu Wang
, build a working mailman3 vm should only take a few minutes. I'm sure there will be things I missed or got it wrong, but it just a starter. Hope this helps, Xu Wang ___ Mailman-Developers mailing list Mailman-Developers@python.org

Re: [Mailman-Developers] Build a mailman3 development virtual machine with Vagrant and Chef

2013-04-19 Thread Xu Wang
I'm not sure I have the permission to edit the wiki page. If anyone with the permission and know how, please feel free to add the link. Xu Wang On Thu, Apr 18, 2013 at 12:54 PM, Terri Oda wrote: > Yeay, thanks! > > If you've got time, could you make sure your vm is li

Re: [Mailman-Developers] Build a mailman3 development virtualmachine with Vagrant and Chef

2013-04-19 Thread Xu Wang
Thanks Mark. I added a section, "Virtual Machine with Vagrant and Chef instructions" on http://wiki.list.org/display/DEV/Mac+Mailman+development+setup+guide Xu Wang On Fri, Apr 19, 2013 at 6:21 AM, Mark Sapiro wrote: > Xu Wang wrote: > > >I'm not sure I have the

Re: [Mailman-Developers] Build a mailman3 development virtualmachine with Vagrant and Chef

2013-04-20 Thread Xu Wang
guide page because I think it dose not belong to that page. Xu Wang On Fri, Apr 19, 2013 at 8:16 PM, Xu Wang wrote: > Thanks Mark. > > I added a section, "Virtual Machine with Vagrant and Chef instructions" > on http://wiki.list.org/display/DEV/Mac+Mailman+development+s

Re: [Mailman-Developers] Architecture for extra profile info

2013-04-27 Thread Xu Wang
ver it would be. Only if there is a strong 3-legged auth use case, should one push to this controversy route. Xu Wang On Fri, Apr 26, 2013 at 11:53 PM, Stephen J. Turnbull wrote: > Abhilash Raj writes: > > > Hi all, > > I wrote a brief summary[1] of this thread. > &g

Re: [Mailman-Developers] Architecture for extra profile info

2013-04-27 Thread Xu Wang
Here is my take on the basic system requirements and design issues: System Components: * A RESTful API - a mini-server that servers restful calls. * A persistent store - a schemaless or relaxed datasource, e.g.

Re: [Mailman-Developers] Architecture for extra profile info

2013-04-27 Thread Xu Wang
7 Apr 2013 08:04:40 GMT { "_id": "517b5560f84a4b13d239fc54", "_links": { "collection": { "href": "localhost:5000/api/v1/mlists/", "title": "mlists" }, "parent": {

Re: [Mailman-Developers] Architecture for extra profile info

2013-04-27 Thread Xu Wang
On Sat, Apr 27, 2013 at 4:59 AM, Stephen J. Turnbull wrote: > Xu Wang writes: > > > For OAuth <http://en.wikipedia.org/wiki/OAuth>, you need to > > implement token based auth in API, as well as a provider service > > because there is no open OAuth provider servic

Re: [Mailman-Developers] Architecture for extra profile info

2013-04-27 Thread Xu Wang
On Sat, Apr 27, 2013 at 6:34 AM, Richard Wackerbarth wrote: > > On Apr 27, 2013, at 8:19 AM, "Stephen J. Turnbull" > wrote: > > > Richard Wackerbarth writes: > > > >>> "ABCDEFG" is what? The list? > >> > >> Yes. But note that it is some pk provided by the list store. > > > > "pk" ? > > Primary K

Re: [Mailman-Developers] Architecture for extra profile info

2013-04-27 Thread Xu Wang
On Sat, Apr 27, 2013 at 4:27 AM, Richard Wackerbarth wrote: > I think that we are advocating the same approach. > Your example is better tailored to actual MM resources and can be > substituted for the one that I referenced. > Note: I am "speaking" conceptually. The actual hard design of the detai

Re: [Mailman-Developers] Architecture for extra profile info

2013-04-28 Thread Xu Wang
On Sun, Apr 28, 2013 at 11:27 AM, Stephen J. Turnbull wrote: > Xu Wang writes: > > On Sun, Apr 28, 2013 at 12:15 AM, Stephen J. Turnbull < > step...@xemacs.org> > > wrote: > > > Xu Wang writes: > > > > > > > The problem is how do you

Re: [Mailman-Developers] Architecture for extra profile info

2013-04-28 Thread Xu Wang
ed on authorization data stored in our system. Once we > have identified the user, our system can use tokens such as session keys, > or other mechanisms, to maintain the association. > > Richard > > On Apr 28, 2013, at 2:42 PM, Xu Wang wrote: > > On Sun, Apr 28, 2013 at 1