Mercurial > hg > commentator
view comments+captcha.ini @ 6:c95f1dfed329
some work to get commenting + captchas working together
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 02 Mar 2010 11:44:10 -0500 |
parents | |
children |
line wrap: on
line source
#!/usr/bin/env paster [DEFAULT] debug = true email_to = k0scist@gmail.com smtp_server = localhost error_email_from = paste@localhost [server:main] use = egg:Paste#http host = 0.0.0.0 port = 1080 [composite:main] use = egg:Paste#urlmap / = commentator set debug = false [app:commentator] paste.app_factory = commentator.example:captcha_factory directory = %(here)s/example commentator.database = %(here)s/test.pck commentator.pattern = (.*)#.//div[@id='comment_on_this'] -> ${1} #commentator.pattern = /blog/.*##([0-9]{14})->/blog/$1 # for bitsyblog