695
by Canonical.com Patch Queue Manager
Email backend and stub implementation work |
1 |
<configure
|
2 |
xmlns="http://namespaces.zope.org/zope" |
|
3 |
xmlns:browser="http://namespaces.zope.org/browser"> |
|
4 |
||
5 |
<browser:defaultView name="index.html" /> |
|
6 |
||
7 |
<!-- We're including our own views on exceptions.
|
|
8 |
<include package="zope.app.exception.browser" />
|
|
9 |
-->
|
|
10 |
<include package="zope.app.traversing.browser" /> |
|
11 |
||
12 |
<!-- Skins -->
|
|
13 |
||
14 |
<include package="zope.app.basicskin" /> |
|
15 |
<include package="zope.app.rotterdam" /> |
|
16 |
||
17 |
<include package="zope.app.form.browser" /> |
|
18 |
||
19 |
<!-- Don't need this stuff.
|
|
20 |
<include package="zope.app.container.browser" />
|
|
21 |
<include package="zope.app.registration.browser" />
|
|
22 |
<include package="zope.app.utility.browser" />
|
|
23 |
||
24 |
<include package="zope.app.site.browser" />
|
|
25 |
-->
|
|
26 |
</configure>
|