Changeset 11706 for main/kofacustom.sampleuni
- Timestamp:
- 24 Jun 2014, 11:27:07 (10 years ago)
- Location:
- main/kofacustom.sampleuni/trunk
- Files:
-
- 94 added
- 6 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.sampleuni/trunk/CHANGES.txt
r11698 r11706 5 5 =================== 6 6 7 * no changes yet 7 * Remove waeup.kofa from sources. Use waeup.kofa PyPI package instead. 8 9 * Copy layout folder from waeup.kofa. kofacustom.sampleuni uses its own Diazo 10 layout. 8 11 9 12 1.0 (2014-06-16) 10 13 ================ 11 14 12 Initial version.15 * Initial version. -
main/kofacustom.sampleuni/trunk/buildout.cfg
r11698 r11706 2 2 # See http://pypi.python.org/pypi/mr.developer for details 3 3 extensions = mr.developer 4 # Install waeup.kofa as develop egg5 auto-checkout = waeup.kofa6 # We cannot use 'src' (the default) as the checked out projects won't7 # work properly with paster (paster looks up any upper directory8 # egg-info dirs and then complains about not-available packages).9 sources-dir = sources10 4 develop = . 11 5 parts = … … 43 37 # (see .buildout/default.cfg in your home directory) 44 38 # unless you specify an eggs-directory option here. 45 46 [sources]47 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk48 39 49 40 [kofa_params] -
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 -
main/kofacustom.sampleuni/trunk/layout/theme.html
r11564 r11706 18 18 rel="stylesheet"> 19 19 <link href="static/css/base.css" rel="stylesheet"> 20 <link href="static _custom/custom.css" rel="stylesheet">20 <link href="static/css/custom.css" rel="stylesheet"> 21 21 <link href="static/css/file-upload.css" rel="stylesheet"> 22 22 … … 31 31 32 32 <!-- icons --> 33 <link rel="shortcut icon" href="static _custom/favicon.ico">33 <link rel="shortcut icon" href="static/ico/favicon.ico"> 34 34 35 35 … … 569 569 src="static/js/kofa-datepicker.js"> 570 570 </script> 571 572 571 </body> 573 572 </html> -
main/kofacustom.sampleuni/trunk/versions.cfg
r11272 r11706 150 150 # Added by buildout at 2014-02-21 08:11:47.544699 151 151 zc.zodbrecipes = 2.0.0 152 153 # Added by buildout at 2014-06-24 13:10:20.531045 154 waeup.kofa = 1.2
Note: See TracChangeset for help on using the changeset viewer.