17
by Canonical.com Patch Queue Manager
Made browser error pages work properly |
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 |
<!-- Don't need this stuff.
|
|
13 |
<include package="zope.app.container.browser" />
|
|
14 |
<include package="zope.app.registration.browser" />
|
|
15 |
<include package="zope.app.form.browser" />
|
|
16 |
<include package="zope.app.utility.browser" />
|
|
17 |
||
18 |
<include package="zope.app.site.browser" />
|
|
19 |
-->
|
|
20 |
</configure>
|
|
21 |
<!-- arch-tag: 082f31e9-949e-48a6-a435-a7e5042a58e2 -->
|