Changeset 11706 for main/kofacustom.sampleuni/trunk/etc/themed
- Timestamp:
- 24 Jun 2014, 11:27:07 (11 years ago)
- Location:
- main/kofacustom.sampleuni/trunk/etc/themed
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.sampleuni/trunk/etc/themed/debug.ini.in
r11272 r11706 86 86 document_root = %(LAYOUT_DIR)s/static 87 87 88 [app:static_custom]89 use = egg:Paste#static90 document_root = %(LAYOUT_CUSTOM_DIR)s/static/91 92 88 [composite:main] 93 89 use = egg:Paste#urlmap 94 90 /static = static 95 /static_custom = static_custom96 91 / = default 97 92 98 93 [filter:theme] 99 94 use = egg:diazo 100 rules = file:///%(LAYOUT_ CUSTOM_DIR)s/rules.xml95 rules = file:///%(LAYOUT_DIR)s/rules.xml 101 96 prefix = / 102 97 doctype = <!DOCTYPE html> … … 120 115 env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid1.txt 121 116 # the directory where all real diazo config is done (no trailing slash) 122 LAYOUT_DIR = ${buildout:directory}/ sources/waeup.kofa/layout117 LAYOUT_DIR = ${buildout:directory}/layout 123 118 STATIC_DIR = %(LAYOUT_DIR)s/static 124 LAYOUT_CUSTOM_DIR = ${buildout:directory}/layout125 STATIC_CUSTOM_DIR = %(LAYOUT_CUSTOM_DIR)s/static -
main/kofacustom.sampleuni/trunk/etc/themed/deploy.ini.in
r11272 r11706 88 88 document_root = %(LAYOUT_DIR)s/static/ 89 89 90 [app:static_custom]91 use = egg:Paste#static92 document_root = %(LAYOUT_CUSTOM_DIR)s/static/93 94 90 [composite:main] 95 91 use = egg:Paste#urlmap 96 92 /static = static 97 /static_custom = static_custom98 93 / = default 99 94 … … 105 100 [filter:theme] 106 101 use = egg:diazo 107 rules = file:///%(LAYOUT_ CUSTOM_DIR)s/rules.xml102 rules = file:///%(LAYOUT_DIR)s/rules.xml 108 103 prefix = / 109 104 doctype = <!DOCTYPE html> … … 120 115 env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid1.txt 121 116 # the directory where all real diazo config is done (no trailing slash) 122 LAYOUT_DIR = ${buildout:directory}/ sources/waeup.kofa/layout117 LAYOUT_DIR = ${buildout:directory}/layout 123 118 STATIC_DIR = %(LAYOUT_DIR)s/static 124 LAYOUT_CUSTOM_DIR = ${buildout:directory}/layout125 STATIC_CUSTOM_DIR = %(LAYOUT_CUSTOM_DIR)s/static -
main/kofacustom.sampleuni/trunk/etc/themed/zeo1.ini.in
r11272 r11706 88 88 document_root = %(LAYOUT_DIR)s/static/ 89 89 90 [app:static_custom]91 use = egg:Paste#static92 document_root = %(LAYOUT_CUSTOM_DIR)s/static/93 94 90 [composite:main] 95 91 use = egg:Paste#urlmap 96 92 /static = static 97 /static_custom = static_custom98 93 / = default 99 94 … … 107 102 [filter:theme] 108 103 use = egg:diazo 109 rules = file:///%(LAYOUT_ CUSTOM_DIR)s/rules.xml104 rules = file:///%(LAYOUT_DIR)s/rules.xml 110 105 prefix = / 111 106 doctype = <!DOCTYPE html> … … 121 116 env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid1.txt 122 117 # the directory where all real diazo config is done (no trailing slash) 123 LAYOUT_DIR = ${buildout:directory}/ sources/waeup.kofa/layout118 LAYOUT_DIR = ${buildout:directory}/layout 124 119 STATIC_DIR = %(LAYOUT_DIR)s/static 125 LAYOUT_CUSTOM_DIR = ${buildout:directory}/layout126 STATIC_CUSTOM_DIR = %(LAYOUT_CUSTOM_DIR)s/static -
main/kofacustom.sampleuni/trunk/etc/themed/zeo2.ini.in
r11272 r11706 121 121 env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid2.txt 122 122 # the directory where all real diazo config is done (no trailing slash) 123 LAYOUT_DIR = ${buildout:directory}/ sources/waeup.kofa/layout123 LAYOUT_DIR = ${buildout:directory}/layout 124 124 STATIC_DIR = %(LAYOUT_DIR)s/static 125 LAYOUT_CUSTOM_DIR = ${buildout:directory}/layout126 STATIC_CUSTOM_DIR = %(LAYOUT_CUSTOM_DIR)s/static
Note: See TracChangeset for help on using the changeset viewer.