~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to principals.zcml

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-07-16 13:16:02 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-29
add sqlobject library link
Patches applied:

 * robert.collins@canonical.com/soyuz--devel--0--patch-23
   add svn_oo module link

 * robert.collins@canonical.com/soyuz--devel--0--patch-24
   add sqlobject lib link

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Use this as an example for setting up your principals -->
 
2
<!-- file. Don't simply copy this file to principals.zcml -->
 
3
<!-- unless you absolutely know it will only be used for -->
 
4
<!-- development. -->
 
5
<configure xmlns='http://namespaces.zope.org/zope'>
 
6
 
 
7
  <unauthenticatedPrincipal
 
8
    id="zope.anybody"
 
9
    title="Unauthenticated User" />
 
10
 
 
11
</configure>