Re: [Moin-user] Mercurial setup for creating my own theme

2009-02-26 Thread Thomas Waldmann
> I want to create a theme that lets me use MoinMoin as a small scale > content management system. But I don't plan to publicly release my theme > anytime soon. It's my first attempt at creating a theme and I'd like to > concentrate on making the theme suitable for my own needs first. Well, if yo

Re: [Moin-user] Mercurial setup for creating my own theme

2009-02-26 Thread Dennis Benzinger
Hi Thomas! Am 26.02.2009 19:31, Thomas Waldmann schrieb: >> I want to create my own theme that works with the current released >> version 1.8.2 and also with 1.9 when it will be released. My theme will >> be based on the modernized theme so I'd like to use Mercurial to keep >> track of changes of

Re: [Moin-user] disabling self-registration

2009-02-26 Thread Thomas Waldmann
On Thu, 2009-02-26 at 11:11 -0600, Jose P. Carballo wrote: > Hi, well I use TextCha for that. In http://moinmo.in/HelpOnTextChas > there's the code that you have to add in the configuration file. But > instead of making intuitive questions like in the help link, i just > make one question, like thi

Re: [Moin-user] Mercurial setup for creating my own theme

2009-02-26 Thread Thomas Waldmann
> I want to create my own theme that works with the current released > version 1.8.2 and also with 1.9 when it will be released. My theme will > be based on the modernized theme so I'd like to use Mercurial to keep > track of changes of this theme. Maybe we could talk a bit about the goals of your

Re: [Moin-user] disabling self-registration

2009-02-26 Thread R.Bauer
Jose P. Carballo schrieb: > Hi, well I use TextCha for that. In > http://moinmo.in/HelpOnTextChas there's the code that you have to add in the > configuration file. But instead of making intuitive questions like in the > help link, i just make one question, like this: >

[Moin-user] Mercurial setup for creating my own theme

2009-02-26 Thread Dennis Benzinger
Hi! I want to create my own theme that works with the current released version 1.8.2 and also with 1.9 when it will be released. My theme will be based on the modernized theme so I'd like to use Mercurial to keep track of changes of this theme. How should I set up my Mercurial repositories? My p

Re: [Moin-user] disabling self-registration

2009-02-26 Thread Christopher MacMinn
> > > Is there an easy way to set up moinmoin so that new users have to email > > me to get a login rather than register themselves? > > You can do it by acls > > acl_rights_before = u"YourName:read,write,admin,delete,revert" > acl_rights_default = u"UserGroup:read,write All:read" > > and on the pa

Re: [Moin-user] disabling self-registration

2009-02-26 Thread Jose P. Carballo
Hi, well I use TextCha for that. In http://moinmo.in/HelpOnTextChas there's the code that you have to add in the configuration file. But instead of making intuitive questions like in the help link, i just make one question, like this: textchas_disabled_group = u"TrustedE

Re: [Moin-user] disabling self-registration

2009-02-26 Thread R.Bauer
andy baxter schrieb: > Hello, > > Is there an easy way to set up moinmoin so that new users have to email > me to get a login rather than register themselves? You can do it by acls acl_rights_before = u"YourName:read,write,admin,delete,revert" acl_rights_default = u"UserGroup:read,write All:re

[Moin-user] disabling self-registration

2009-02-26 Thread andy baxter
Hello, Is there an easy way to set up moinmoin so that new users have to email me to get a login rather than register themselves? I've set up a moin wiki mainly for use as a quick and easy web publishing tool for stuff I've written myself, and I'm thinking that this would be an easy way to pre

Re: [Moin-user] 'utf8' codec can't decode byte 0x80 in position 0: unexpected code byte

2009-02-26 Thread R.Bauer
Jose P. Carballo schrieb: > Hello, I need help on this error or at least to be oriented in reporting it > as a bug. I installed MoinMoin fine and got it running without any problems, > apache2/mod-python. Hi Please try mod_wsgi > > I was working on a page where I described the steps in my inst

[Moin-user] 'utf8' codec can't decode byte 0x80 in position 0: unexpected code byte

2009-02-26 Thread Jose P. Carballo
Hello, I need help on this error or at least to be oriented in reporting it as a bug. I installed MoinMoin fine and got it running without any problems, apache2/mod-python. I was working on a page where I described the steps in my installation process, and added some content from a file in my apac

Re: [Moin-user] ACLs and user homepages

2009-02-26 Thread R.Bauer
Christopher MacMinn schrieb: >>> I am using MoinMoin to run a non-wiki website. My config ACL setup is: >>> >>> acl_rights_default = u'Administrators:read,write,delete,revert,admin >>> All:read' >>> acl_rights_before = u'Administrators:read,write,delete,revert,admin' >>> >> That sounds wrong beca