Ignore:
Timestamp:
14 Jan 2014, 18:02:41 (11 years ago)
Author:
uli
Message:

Diazofy themed deploy.ini.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/etc/themed/deploy.ini.in

    r10913 r10919  
    8080logger_name = wsgi
    8181
    82 [app:main]
     82[app:content]
    8383use = egg:${kofa_params:devel_pkg}
    8484filter-with = translogger
     85
     86[app:bootstrap]
     87use = egg:Paste#static
     88document_root = ${buildout:directory}/src/bootstrap/dist/
     89
     90[app:static]
     91use = egg:Paste#static
     92document_root = %(LAYOUT_DIR)s/static/
     93
     94[composite:main]
     95use = egg:Paste#urlmap
     96/static/bootstrap = bootstrap
     97/static/static = static
     98/ = default
    8599
    86100[server:main]
     
    89103port = ${kofa_params:base_port}
    90104
     105[filter:theme]
     106use = egg:diazo
     107rules = %(LAYOUT_DIR)s/base.xml
     108prefix = /static
     109doctype = <!DOCTYPE html>
     110# set to true, if you want base.xml being rebuild on each request
     111debug = false
     112
     113[pipeline:default]
     114pipeline = theme
     115           content
     116
    91117[DEFAULT]
    92118# set the name of the zope.conf file
    93119zope_conf = %(here)s/zope.conf
    94120env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid1.txt
     121# the directory where all real diazo config is done (no trailing slash)
     122LAYOUT_DIR = ${buildout:directory}/layout
     123STATIC_DIR = %(LAYOUT_DIR)s/static
Note: See TracChangeset for help on using the changeset viewer.