7 Jul 20:10
Re: Wiki edit policy change
From: Fernando Perez <fperez.net <at> gmail.com>
Subject: Re: Wiki edit policy change
Newsgroups: gmane.comp.python.ipython.user
Date: 2008-07-07 18:10:43 GMT
Subject: Re: Wiki edit policy change
Newsgroups: gmane.comp.python.ipython.user
Date: 2008-07-07 18:10:43 GMT
On Mon, Jul 7, 2008 at 10:37 AM, <skip <at> pobox.com> wrote: > > Fernando> Please note that anyone in > > Fernando> http://ipython.scipy.org/moin/EditorsGroup > > Fernando> can edit the WritersGroup page and add new names, so it should > Fernando> be trivial to get added if you want to contribute, just ask > Fernando> here on the list or email an editor (or me) and we'll add you > Fernando> right away. > > FWIW, that page appears to be unreadable, even when logged in, so it won't > work as a way to discover an editor to contact for write privileges. (No, > I'm not asking for write privileges. Just checking the setup.) Thanks, fixed. It turns out ACLs in Moin are super-picky about whitespace: #acl EditorsGroup:read, write, revert, admin All:read turned out to be (silently) invalid, it should be: #acl EditorsGroup:read,write,revert,admin All:read (no spaces after the commas). Cheers, f
RSS Feed