Ignore:
Timestamp:
24 Jun 2014, 11:27:07 (10 years ago)
Author:
Henrik Bettermann
Message:
  • Remove waeup.kofa from sources. Use waeup.kofa PyPI package instead.
  • Copy layout folder from waeup.kofa. kofacustom.sampleuni uses its own Diazo layout.
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  
    8686document_root = %(LAYOUT_DIR)s/static
    8787
    88 [app:static_custom]
    89 use = egg:Paste#static
    90 document_root = %(LAYOUT_CUSTOM_DIR)s/static/
    91 
    9288[composite:main]
    9389use = egg:Paste#urlmap
    9490/static = static
    95 /static_custom = static_custom
    9691/ = default
    9792
    9893[filter:theme]
    9994use = egg:diazo
    100 rules = file:///%(LAYOUT_CUSTOM_DIR)s/rules.xml
     95rules = file:///%(LAYOUT_DIR)s/rules.xml
    10196prefix = /
    10297doctype = <!DOCTYPE html>
     
    120115env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid1.txt
    121116# the directory where all real diazo config is done (no trailing slash)
    122 LAYOUT_DIR = ${buildout:directory}/sources/waeup.kofa/layout
     117LAYOUT_DIR = ${buildout:directory}/layout
    123118STATIC_DIR = %(LAYOUT_DIR)s/static
    124 LAYOUT_CUSTOM_DIR = ${buildout:directory}/layout
    125 STATIC_CUSTOM_DIR = %(LAYOUT_CUSTOM_DIR)s/static
  • main/kofacustom.sampleuni/trunk/etc/themed/deploy.ini.in

    r11272 r11706  
    8888document_root = %(LAYOUT_DIR)s/static/
    8989
    90 [app:static_custom]
    91 use = egg:Paste#static
    92 document_root = %(LAYOUT_CUSTOM_DIR)s/static/
    93 
    9490[composite:main]
    9591use = egg:Paste#urlmap
    9692/static = static
    97 /static_custom = static_custom
    9893/ = default
    9994
     
    105100[filter:theme]
    106101use = egg:diazo
    107 rules = file:///%(LAYOUT_CUSTOM_DIR)s/rules.xml
     102rules = file:///%(LAYOUT_DIR)s/rules.xml
    108103prefix = /
    109104doctype = <!DOCTYPE html>
     
    120115env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid1.txt
    121116# the directory where all real diazo config is done (no trailing slash)
    122 LAYOUT_DIR = ${buildout:directory}/sources/waeup.kofa/layout
     117LAYOUT_DIR = ${buildout:directory}/layout
    123118STATIC_DIR = %(LAYOUT_DIR)s/static
    124 LAYOUT_CUSTOM_DIR = ${buildout:directory}/layout
    125 STATIC_CUSTOM_DIR = %(LAYOUT_CUSTOM_DIR)s/static
  • main/kofacustom.sampleuni/trunk/etc/themed/zeo1.ini.in

    r11272 r11706  
    8888document_root = %(LAYOUT_DIR)s/static/
    8989
    90 [app:static_custom]
    91 use = egg:Paste#static
    92 document_root = %(LAYOUT_CUSTOM_DIR)s/static/
    93 
    9490[composite:main]
    9591use = egg:Paste#urlmap
    9692/static = static
    97 /static_custom = static_custom
    9893/ = default
    9994
     
    107102[filter:theme]
    108103use = egg:diazo
    109 rules = file:///%(LAYOUT_CUSTOM_DIR)s/rules.xml
     104rules = file:///%(LAYOUT_DIR)s/rules.xml
    110105prefix = /
    111106doctype = <!DOCTYPE html>
     
    121116env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid1.txt
    122117# the directory where all real diazo config is done (no trailing slash)
    123 LAYOUT_DIR = ${buildout:directory}/sources/waeup.kofa/layout
     118LAYOUT_DIR = ${buildout:directory}/layout
    124119STATIC_DIR = %(LAYOUT_DIR)s/static
    125 LAYOUT_CUSTOM_DIR = ${buildout:directory}/layout
    126 STATIC_CUSTOM_DIR = %(LAYOUT_CUSTOM_DIR)s/static
  • main/kofacustom.sampleuni/trunk/etc/themed/zeo2.ini.in

    r11272 r11706  
    121121env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid2.txt
    122122# the directory where all real diazo config is done (no trailing slash)
    123 LAYOUT_DIR = ${buildout:directory}/sources/waeup.kofa/layout
     123LAYOUT_DIR = ${buildout:directory}/layout
    124124STATIC_DIR = %(LAYOUT_DIR)s/static
    125 LAYOUT_CUSTOM_DIR = ${buildout:directory}/layout
    126 STATIC_CUSTOM_DIR = %(LAYOUT_CUSTOM_DIR)s/static
Note: See TracChangeset for help on using the changeset viewer.