~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/zcml/launchpad.zcml

  • Committer: William Grant
  • Date: 2011-12-08 05:48:32 UTC
  • mto: (14455.3.1 more-canonical-purge)
  • mto: This revision was merged to the branch mainline in revision 14456.
  • Revision ID: william.grant@canonical.com-20111208054832-fxhymgnrekd6s5ri
Move zcml and template.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
10
10
  i18n_domain="canonical.launchpad">
11
11
 
12
 
<facet facet="overview">
13
 
  <!-- OAuth-related pages. -->
14
 
  <browser:page
15
 
      for="canonical.launchpad.webapp.interfaces.ILaunchpadApplication"
16
 
      name="+request-token"
17
 
      class="lp.services.oauth.browser.OAuthRequestTokenView"
18
 
      permission="zope.Public" />
19
 
 
20
 
  <browser:page
21
 
      for="canonical.launchpad.webapp.interfaces.ILaunchpadApplication"
22
 
      name="+authorize-token"
23
 
      class="lp.services.oauth.browser.OAuthAuthorizeTokenView"
24
 
      template="../templates/oauth-authorize.pt"
25
 
      permission="launchpad.AnyPerson" />
26
 
 
27
 
  <browser:page
28
 
      for="canonical.launchpad.webapp.interfaces.ILaunchpadApplication"
29
 
      name="+access-token"
30
 
      class="lp.services.oauth.browser.OAuthAccessTokenView"
31
 
      permission="zope.Public" />
32
 
 
33
 
</facet>
34
 
 
35
 
 
36
12
<adapter
37
13
  provides="canonical.lazr.interfaces.IObjectPrivacy"
38
14
  for="zope.interface.Interface"