view decoupage.ini @ 46:127843e097b3

add a stub head template for inclusion; not sure if this is the way to go; alternatively, each formatter could contribute to the markup individually
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 27 Oct 2010 09:33:45 -0700
parents fa2005f769eb
children ac1dc088e37e
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 = 5150

[composite:main]
use = egg:Paste#urlmap
/ = decoupage

set debug = false

[app:decoupage]
paste.app_factory = decoupage.factory:factory
decoupage.directory = %(here)s/example
decoupage.configuration = %(here)s/example.ini