> That's a very interesting piece of code Sylvain, any applied example > code? I've seen you're using it in docs.cherrypy.org for the comment > form, it would be nice to look at the underlying code, is that code > hosted somewhere or closed?
Well you might look at http://cherryobject.python-hosting.com/file/trunk/cherry/frontend/cherrypyfe.py And search for FeCaptchaField http://cherryobject.python-hosting.com/file/trunk/cherry/middle/common.py Search for MiddleCaptchaField http://cherryobject.python-hosting.com/file/trunk/cherry/sample/weblog/src/weblog_objects.py Look for CaptchaField http://cherryobject.python-hosting.com/file/trunk/cherry/frontend/cherrypytemplates/list/captchafield.html But it would be too long to explain the actual workflow of things. The captcha.py should be enough for handling captchas :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

