Re: [Chicken-users] chicken.wiki.br - an anti-IE site

2007-11-15 Thread Alejandro Forero Cuervo
> > Hi! > > > > I guess, that is svnwiki specific. Alejandro? > > Sounds rather like a CSS issue. I'd take it up, but I'll be away for two > days, so if someone can fix it in the meanwhile, it would be great :) Yes, I would imagine its a CSS issue. :-/ I must confess I don't have access to MSI

Re: [Chicken-users] chicken.wiki.br - an anti-IE site

2007-11-12 Thread Peter Bex
On Mon, Nov 12, 2007 at 09:58:45AM +0100, felix winkelmann wrote: > Hi! > > I guess, that is svnwiki specific. Alejandro? Sounds rather like a CSS issue. I'd take it up, but I'll be away for two days, so if someone can fix it in the meanwhile, it would be great :) > > If you visit chicken.wiki.

Re: [Chicken-users] chicken.wiki.br - an anti-IE site

2007-11-12 Thread felix winkelmann
Hi! I guess, that is svnwiki specific. Alejandro? cheers, felix On Nov 12, 2007 1:21 AM, Terrence Brannon <[EMAIL PROTECTED]> wrote: > If you visit chicken.wiki.br - > http://chicken.wiki.br/Accessing%20external%20objects > > with IE or an IE-compatible browser, all the code samples do not > re

Re: initial ideas for spam control (Re: [Chicken-users] chicken.wiki.br)

2006-11-13 Thread Alejandro Forero Cuervo
Ok, I have implemented some rudimentary functionality for attempting to reject spam to our wiki. It runs the following code to generate the questions: http://anonymous:@galinha.ucpel.tche.br/svn/chicken-eggs/stream-wiki/trunk/extensions/edit-question.scm For the meantime I will keep it as s

initial ideas for spam control (Re: [Chicken-users] chicken.wiki.br)

2006-11-09 Thread Alejandro Forero Cuervo
> I am not sure this is that worth implementing, but I guess we can > experiment. :-) In case anyone wants to read about it, I did write some thoughts about how to implement this here: http://wiki.freaks-unidos.net/weblogs/azul/spam-control-without-persistance In short, generating the chal

Re: Re: [Chicken-users] chicken.wiki.br

2006-11-08 Thread elf
it would be trivial to write a generator of simple s-exps to evaluate... (define (generate-challenge) (let* ((op (random 4)) (pl (random 2)) (x1 (+ 1 (random 10))) (x2 (+ 1 (random 10))) (c((case op ((0) +) ((1) -) (else *)) x1 x2))

Re: Re: [Chicken-users] chicken.wiki.br

2006-11-07 Thread Alejandro Forero Cuervo
> Perhaps as an anti-spam measure we could require answers to some > simple Scheme questions; for instance, in order to create/edit a page, > one would need to correctly input the answer to a question such as: > > What is the result of evaluating ((lambda (x) (/ 42 x)) 7) ? > > While very quick

Re: [Chicken-users] chicken.wiki.br

2006-11-07 Thread Alejandro Forero Cuervo
> the Wiki has no precautions against Wiki-spam. Oh, it does, it saves the entire history in a svn repository, so we can just revert it with a svn command. Granted, this is not easy to do through the web interface right now. Alejo. http://azul.freaks-unidos.net/ ___

Re: Re: [Chicken-users] chicken.wiki.br

2006-11-06 Thread Daishi Kato
I love it. --daishi On 11/6/06, Arto Bendiken <[EMAIL PROTECTED]> wrote: On 11/3/06, Benedikt Rosenau <[EMAIL PROTECTED]> wrote: > > the Wiki has no precautions against Wiki-spam. Since it does not > have a simple revert function, this is a spammer's wet dream. I am > sorry, but running a wiki

Re: Re: [Chicken-users] chicken.wiki.br

2006-11-06 Thread Arto Bendiken
On 11/3/06, Benedikt Rosenau <[EMAIL PROTECTED]> wrote: the Wiki has no precautions against Wiki-spam. Since it does not have a simple revert function, this is a spammer's wet dream. I am sorry, but running a wiki without spam prevention is like running a windows PC without a virus scanner. Pe

Re: [Chicken-users] chicken.wiki.br

2006-11-06 Thread Benedikt Rosenau
Hello, the Wiki has no precautions against Wiki-spam. Since it does not have a simple revert function, this is a spammer's wet dream. I am sorry, but running a wiki without spam prevention is like running a windows PC without a virus scanner. Benedikt

Re: [Chicken-users] chicken.wiki.br

2006-11-03 Thread felix winkelmann
On 03 Nov 2006 00:10:57 -0300, Mario Domenech Goulart <[EMAIL PROTECTED]> wrote: Hello, Thanks to Wkit (http://www.wkit.com.br) now we have the name chicken.wiki.br pointing to galinha.ucpel.tche.br. Quite shorter and hopefully more meaningful name for the Chicken wiki. Splendid! I'll update