[IPython-dev] [IPython-user] Wiki edit policy change
Fernando Perez
fperez.net at gmail.com
Mon Jul 7 14:10:43 EDT 2008
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
More information about the IPython-dev
mailing list