[Zope-Checkins] CVS: Zope3/doc/zcml - attribute_conventions.stx:1.1.2.1

Steve Alexander steve@cat-box.net
Sun, 9 Jun 2002 14:24:40 -0400


Update of /cvs-repository/Zope3/doc/zcml
In directory cvs.zope.org:/tmp/cvs-serv29407/doc/zcml

Added Files:
      Tag: Zope-3x-branch
	attribute_conventions.stx 
Log Message:
made ZopeSecurityPolicy assert it implements ISecurityPolicy
started added zcml docs.



=== Added File Zope3/doc/zcml/attribute_conventions.stx ===
Terms used

  Dotted name
  
    XXX: explain resolution of ".Foo.Bar." and ".Foo.Bar+"
    

The attributes used in zcml usually follow this convention

  component
  
    A dotted name that resolves to an object
    
  class
  
    A dotted name that resolves to a class
    
  permission
  
    The id of a permission
    
  principal
  
    The id of a principal
    
  role
  
    The id of a role
    
  factory
  
    A dotted name that resolves to a callable that acts as a factory