~launchpad-pqm/launchpad/devel

1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
1
<configure
2
    xmlns="http://namespaces.zope.org/zope"
3
    xmlns:i18n="http://namespaces.zope.org/i18n"
4
    i18n_domain="zope"
5
    >
6
7
  <!-- Meta configuration (new directives) -->
8
  <include package="zope.app" file="meta.zcml" />
3258.4.1 by Steve Alexander
Disable trebuchet. Make XMLRPC work, with an (untested) self-check API.
9
  <include package="zope.app.publisher.xmlrpc" file="meta.zcml" />
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
10
11
  <!-- Note that we need to do this early, as later startup
12
       subscribers may break without fixups -->
13
14
  <include package="zope.app.component" />
15
  <!-- We don't need generations, as they are zodb specific.
16
  <include package="zope.app.generations" file="subscriber.zcml" />
17
    -->
18
  <!-- Ordinary Application (non-view) configuration) -->
19
  <include package="zope.app.interface" />
20
  <include package="zope.app.security" />
21
  <include package="zope.app.event" />
22
  <include package="zope.app.observable" />
23
  <include package="zope.app.annotation" />
24
  <include package="zope.app.dependable" />
25
26
  <!-- Not using app content, copy/paste, size
27
  <include package="zope.app.content" />
28
  <include package="zope.app.copypastemove" />
29
  <include package="zope.app.size" />
30
  -->
31
  <include package="zope.app" file="menus.zcml" />
32
  <include package="zope.app.location" />
33
  <include package="zope.app.container" />
34
35
  <include package="zope.app.publisher" />
2976.10.50 by Stuart Bishop
Factories for the publication machinery to lookup correct request type
36
37
  <include package="zope.app.publication" file="meta.zcml" />
3673.5.2 by Bjorn Tillenius
convert the xmlrpc server to WSGIHTTPServer.
38
  <!-- We don't need any of the default publications. -->
39
  <!-- include package="zope.app.publication" / -->
2976.10.50 by Stuart Bishop
Factories for the publication machinery to lookup correct request type
40
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
41
  <include package="zope.app.traversing" />
42
  <include package="zope.app.pagetemplate" />
43
  <include package="zope.app.generations" />
2976.10.50 by Stuart Bishop
Factories for the publication machinery to lookup correct request type
44
  <include package="zope.app.zapi" />
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
45
46
  <!-- Views -->
47
  <include package="zope.app.http" />
48
49
  <!-- Translations -->
50
  <!-- XXX it is not possible to include a 'package' attribute in the
51
       registerTranslations directive.  This seems to be a shortcoming
52
       in the 'path' field design, where it can't be made relative to
53
       a package given in this directive.
54
  <i18n:registerTranslations package="zope.app" directory="translation_files" />
55
  -->
56
  <include package="zope.app.i18n" />
57
58
2976.10.2 by Stuart Bishop
Work in progress
59
  <!-- Local Component Registration - no longer in Z3.2 -->
60
  <!-- <include package="zope.app.registration" /> -->
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
61
62
  <!-- Services -->
63
  <!-- <include package="zope.app.errorservice" /> -->
64
  <include package="zope.app.pluggableauth" />
2976.10.2 by Stuart Bishop
Work in progress
65
  <!-- No longer in Z3.2 <include package="zope.app.site" /> -->
66
  <!-- No longer in Z3.2 <include package="zope.app.adapter" /> -->
67
  <!-- No longer in Z3.2 <include package="zope.app.utility" /> -->
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
68
  <!-- not using principalannotation
69
  <include package="zope.app.principalannotation" />
70
    -->
71
  <!-- Utilities -->
72
73
  <!-- Misc. Service Manager objects -->
74
  <!-- We don't want service managers.
75
  <include package="zope.app.module" />
76
    -->
77
  <!-- Broken-object support -->
78
  <!-- We don't want broken object support; that's specific to the zodb.
79
  <include package="zope.app.broken" />
80
    -->
81
82
  <!-- Database boostrapping -->
83
  <!--  We don't want to use a normal zope3 zodb.
84
  <include package="zope.app.appsetup" />
85
    -->
86
87
88
89
  <!-- Additional packages -->
90
91
  <include package="zope.app.applicationcontrol" />
92
  <include package="zope.app.dublincore" />
2976.10.50 by Stuart Bishop
Factories for the publication machinery to lookup correct request type
93
  <!-- Don't know what this is
94
  <include package="zope.app.introspector" /> -->
95
  <include package="zope.app.wsgi" />
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
96
97
  <!-- Content types -->
98
  <!--  Not using folders
99
  <include package="zope.app.folder" />
100
  -->
101
3673.5.9 by Bjorn Tillenius
include default xmlrpc pre_marshallers
102
  <!-- Default XMLRPC pre-marshalling. -->
103
  <include package="zope.publisher" />
104
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
105
</configure>