Ignore:
Timestamp:
4 Feb 2014, 14:26:41 (11 years ago)
Author:
uli
Message:

Make ZEO config work with Diazo.

File:
1 edited

Legend:

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

    r9893 r11050  
    8080logger_name = wsgi
    8181
    82 [app:main]
     82[app:zope]
    8383use = egg:${kofa_params:devel_pkg}
    8484filter-with = translogger
     85
     86[app:static]
     87use = egg:Paste#static
     88document_root = %(LAYOUT_DIR)s/static
     89
     90[pipeline:default]
     91pipeline = theme
     92           zope
     93
     94[composite:main]
     95use = egg:Paste#urlmap
     96/static = static
     97/ = default
     98
     99[filter:theme]
     100use = egg:diazo
     101rules = %(LAYOUT_DIR)s/rules.xml
     102prefix = /
     103doctype = <!DOCTYPE html>
     104# set to true, if you want rules.xml being rebuild on each request
     105debug = false
    85106
    86107[server:main]
     
    95116zope_conf = %(here)s/zope_zeo2.conf
    96117env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid2.txt
     118LAYOUT_DIR = ${buildout:directory}/layout
     119STATIC_DIR = %(LAYOUT_DIR)s/static
Note: See TracChangeset for help on using the changeset viewer.