~launchpad-pqm/launchpad/devel

8687.15.30 by Karl Fogel
Add the license header block to all .zcml files.
1
<!-- Copyright 2009 Canonical Ltd.  This software is licensed under the
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
-->
4
4657.2.1 by Christian Reis
Implement a request summarizer that outputs to the HTML source of the page, and to stderr of the webapp server.
5
<configure
6
   xmlns="http://namespaces.zope.org/zope"
7
   >
8
  <!-- output summary of requests for each hit -->
9
  <subscriber
10
     for="zope.app.publication.interfaces.EndRequestEvent"
14600.2.2 by Curtis Hovey
Moved webapp to lp.services.
11
        handler="lp.services.webapp.adapter.store_sql_statements_and_request_duration"
4657.2.1 by Christian Reis
Implement a request summarizer that outputs to the HTML source of the page, and to stderr of the webapp server.
12
        />
13
</configure>