Changeset 10919 for main/waeup.kofa/branches/uli-diazo-themed/etc/themed
- Timestamp:
- 14 Jan 2014, 18:02:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/etc/themed/deploy.ini.in
r10913 r10919 80 80 logger_name = wsgi 81 81 82 [app: main]82 [app:content] 83 83 use = egg:${kofa_params:devel_pkg} 84 84 filter-with = translogger 85 86 [app:bootstrap] 87 use = egg:Paste#static 88 document_root = ${buildout:directory}/src/bootstrap/dist/ 89 90 [app:static] 91 use = egg:Paste#static 92 document_root = %(LAYOUT_DIR)s/static/ 93 94 [composite:main] 95 use = egg:Paste#urlmap 96 /static/bootstrap = bootstrap 97 /static/static = static 98 / = default 85 99 86 100 [server:main] … … 89 103 port = ${kofa_params:base_port} 90 104 105 [filter:theme] 106 use = egg:diazo 107 rules = %(LAYOUT_DIR)s/base.xml 108 prefix = /static 109 doctype = <!DOCTYPE html> 110 # set to true, if you want base.xml being rebuild on each request 111 debug = false 112 113 [pipeline:default] 114 pipeline = theme 115 content 116 91 117 [DEFAULT] 92 118 # set the name of the zope.conf file 93 119 zope_conf = %(here)s/zope.conf 94 120 env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid1.txt 121 # the directory where all real diazo config is done (no trailing slash) 122 LAYOUT_DIR = ${buildout:directory}/layout 123 STATIC_DIR = %(LAYOUT_DIR)s/static
Note: See TracChangeset for help on using the changeset viewer.