~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Tim Penhey
  • Date: 2009-06-16 03:46:40 UTC
  • mto: This revision was merged to the branch mainline in revision 8712.
  • Revision ID: tim.penhey@canonical.com-20090616034640-1r3t2xqs4hjwldfi
First cut of a comments service.

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
 
 
8
  <browser:page
 
9
      name="+render"
 
10
      for="lp.services.comments.interfaces.conversation.IConversation"
 
11
      permission="zope.Public"
 
12
      template="../templates/conversation.pt"/>
 
13
 
 
14
  <browser:page
 
15
      name="+render"
 
16
      for="lp.services.comments.interfaces.conversation.IComment"
 
17
      permission="zope.Public"
 
18
      template="../templates/comment.pt"/>
 
19
 
 
20
</configure>
 
 
b'\\ No newline at end of file'