view commentator.ini @ 2:689b9d928dc8

add date, reflect api change of lxmlmiddleware
author k0s <k0scist@gmail.com>
date Tue, 26 Jan 2010 23:00:51 -0500
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