~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<configure
   xmlns="http://namespaces.zope.org/zope"
   xmlns:browser="http://namespaces.zope.org/browser">

  <browser:defaultView name="index.html" />

  <!-- We're including our own views on exceptions.
  <include package="zope.app.exception.browser" />
    -->
  <include package="zope.app.traversing.browser" />

  <!-- Skins -->

  <include package="zope.app.basicskin" />
  <include package="zope.app.rotterdam" />

  <include package="zope.app.form.browser" />

  <!--  Don't need this stuff.
  <include package="zope.app.container.browser" />
  <include package="zope.app.registration.browser" />
  <include package="zope.app.utility.browser" />

  <include package="zope.app.site.browser" />
    -->
</configure>