Mercurial > hg > commentator
view comments+captcha.ini @ 8:a3f3c403b1e8
commenting.gv.txt
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 12 Nov 2013 22:29:03 -0800 |
parents | c95f1dfed329 |
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