[5493] | 1 | <configure xmlns="http://namespaces.zope.org/zope" |
---|
[7825] | 2 | xmlns:kofa="http://namespaces.waeup.org/kofa" |
---|
[9347] | 3 | i18n_domain="waeup.kwarapoly"> |
---|
[5493] | 4 | |
---|
[9347] | 5 | <include package="waeup.kwarapoly" /> |
---|
| 6 | <include package="waeup.kwarapoly" file="mail.zcml" /> |
---|
[9224] | 7 | <!-- install job container |
---|
[5493] | 8 | |
---|
[9224] | 9 | install a job container for asynchronous jobs. Pick one of the |
---|
| 10 | two possibilites: 'single' for installation in the one big ZODB |
---|
| 11 | or 'multidb' for setup with a dedicated ZODB for job handling. |
---|
| 12 | --> |
---|
| 13 | <!-- include package="waeup.kofa" file="async_single.zcml" / --> |
---|
| 14 | <include package="waeup.kofa" file="async_multidb.zcml" /> |
---|
| 15 | |
---|
| 16 | <!-- install dispatcher and other needed async components |
---|
| 17 | |
---|
| 18 | install other needed components for asynchronous jobs. Pick one |
---|
| 19 | of the two possibilities: 'basic_dispatcher' for single ZODB |
---|
| 20 | setup, 'multidb_dispatcher' for setup with a dedicated ZODB for |
---|
| 21 | job handling. Make sure the setting matches the setting picked |
---|
| 22 | above. --> |
---|
| 23 | <!-- include package="zc.async" file="basic_dispatcher_policy.zcml" / --> |
---|
| 24 | <include package="zc.async" file="multidb_dispatcher_policy.zcml" /> |
---|
| 25 | |
---|
[7587] | 26 | <!-- Where should the datacenter reside by default? --> |
---|
[7825] | 27 | <kofa:datacenter |
---|
[7587] | 28 | path="${buildout:directory}/var/datacenter" /> |
---|
| 29 | |
---|
[9347] | 30 | <configure i18n_domain="waeup.kwarapoly"> |
---|
[5493] | 31 | |
---|
[9224] | 32 | |
---|
[5493] | 33 | <unauthenticatedPrincipal id="zope.anybody" |
---|
| 34 | title="Unauthenticated User" /> |
---|
| 35 | <unauthenticatedGroup id="zope.Anybody" |
---|
| 36 | title="Unauthenticated Users" /> |
---|
| 37 | <authenticatedGroup id="zope.Authenticated" |
---|
| 38 | title="Authenticated Users" /> |
---|
| 39 | <everybodyGroup id="zope.Everybody" |
---|
| 40 | title="All Users" /> |
---|
| 41 | <principal id="zope.manager" |
---|
| 42 | title="Manager" |
---|
| 43 | login="grok" |
---|
[9621] | 44 | password_manager="SSHA" |
---|
[9623] | 45 | password="{SSHA}PQQypyPElik2Pi3wM5kO1W78eVCGgdZ8" |
---|
[5493] | 46 | /> |
---|
| 47 | |
---|
| 48 | <!-- Replace the following directive if you do not want |
---|
| 49 | public access --> |
---|
[5500] | 50 | <grant permission="zope.app.dublincore.view" |
---|
| 51 | principal="zope.Anybody" /> |
---|
[5493] | 52 | <grant permission="zope.View" |
---|
[5500] | 53 | principal="zope.Authenticated" /> |
---|
[5493] | 54 | <grant permission="zope.app.dublincore.view" |
---|
[5500] | 55 | principal="zope.Authenticated" /> |
---|
[5493] | 56 | <grant permission="waeup.Public" |
---|
[7607] | 57 | principal="zope.Everybody" /> |
---|
[5493] | 58 | <grant permission="waeup.Anonymous" |
---|
[7607] | 59 | principal="zope.Anybody" /> |
---|
| 60 | <grant permission="waeup.Authenticated" |
---|
| 61 | principal="zope.Authenticated" /> |
---|
[5493] | 62 | |
---|
| 63 | <role id="zope.Manager" title="Site Manager" /> |
---|
| 64 | <grantAll role="zope.Manager" /> |
---|
| 65 | <grant role="zope.Manager" |
---|
| 66 | principal="zope.manager" /> |
---|
| 67 | </configure> |
---|
| 68 | </configure> |
---|