
        [turbogears.widgets]
            tgcaptcha2 = tgcaptcha2.widgets
        [tgcaptcha2.jpeg_generators]
            mcdermott = tgcaptcha2.plugins.image.mcdermott:generate_jpeg
            vanasco_dowty = tgcaptcha2.plugins.image.vanasco_dowty:generate_jpeg
            fred = tgcaptcha2.plugins.image.fred:generate_jpeg
        [tgcaptcha2.text_generators]
            random_ascii = tgcaptcha2.plugins.text.random_ascii:generate_text
            random_equation = tgcaptcha2.plugins.text.random_equation:generate_text
            fivelettername = tgcaptcha2.plugins.text.fivelettername:generate_text
        [paste.paster_create_template]
            tgcaptcha2 = tgcaptcha2:TGCaptchaConfig
    