Mercurial > hg > commentator
view commentator.ini @ 9:825833a5c4a7 default tip
update metadata
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 08:18:53 -0800 |
parents | 1c95a3fa76c1 |
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: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