~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/statistics/browser/configure.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 17:18:38 UTC
  • mfrom: (14557.1.20 login-token-apocalyse)
  • Revision ID: launchpad@pqm.canonical.com-20111220171838-t5bzp4y0hjmxxqze
[rs=sinzui][no-qa] migrate logintoken, launchpad statistics,
        and feeds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configure
 
2
    xmlns="http://namespaces.zope.org/zope"
 
3
    xmlns:browser="http://namespaces.zope.org/browser"
 
4
    xmlns:i18n="http://namespaces.zope.org/i18n"
 
5
    xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
 
6
    i18n_domain="launchpad">
 
7
    <browser:url
 
8
        for="lp.services.statistics.interfaces.statistic.ILaunchpadStatisticSet"
 
9
        path_expression="string:+statistics"
 
10
        parent_utility="canonical.launchpad.webapp.interfaces.ILaunchpadRoot"/>
 
11
    <browser:defaultView
 
12
        for="lp.services.statistics.interfaces.statistic.ILaunchpadStatisticSet"
 
13
        name="+index"/>
 
14
    <browser:pages
 
15
        for="lp.services.statistics.interfaces.statistic.ILaunchpadStatisticSet"
 
16
        facet="overview"
 
17
        class="lp.services.statistics.browser.launchpadstatistic.LaunchpadStatisticSet"
 
18
        permission="launchpad.Admin">
 
19
        <browser:page
 
20
            name="+index"
 
21
            template="../templates/launchpadstatisticset-index.pt"/>
 
22
    </browser:pages>
 
23
</configure>
 
 
b'\\ No newline at end of file'