[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/meta - complexDirective.stx:1.1 directive.stx:1.1 directives.stx:1.1 groupingDirective.stx:1.1 subdirective.stx:1.1

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jan 22 18:57:14 EST 2004


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

Added Files:
	complexDirective.stx directive.stx directives.stx 
	groupingDirective.stx subdirective.stx 
Log Message:
Update ZCML directives documentation.


=== Added File Zope3/doc/zcml/namespaces.zope.org/meta/complexDirective.stx ===
complexDirective

  Manually registered in zope/configuration/config.py

  Information that all top-level directives (not subdirectives) have

  Attributes

    name -- TextLine (required)

      Directive name

      The name of the directive being defined

    schema -- DirectiveSchema (required)

      Directive handler

      The dotted name of the directive handler

    handler -- GlobalObject (required)

      Directive handler

      The dotted name of the directive handler

    usedIn -- GlobalObject (required)

      The directive types the directive can be used in

      The interface of the directives that can contain the directive



=== Added File Zope3/doc/zcml/namespaces.zope.org/meta/directive.stx ===
directive

  Manually registered in zope/configuration/config.py

  Information that all top-level directives (not subdirectives) have

  Attributes

    name -- TextLine (required)

      Directive name

      The name of the directive being defined

    schema -- DirectiveSchema (required)

      Directive handler

      The dotted name of the directive handler

    handler -- GlobalObject (required)

      Directive handler

      The dotted name of the directive handler

    usedIn -- GlobalObject (required)

      The directive types the directive can be used in

      The interface of the directives that can contain the directive



=== Added File Zope3/doc/zcml/namespaces.zope.org/meta/directives.stx ===
directives

  Manually registered in zope/configuration/config.py

  Schema for the ``directives`` directive

  Attributes

    namespace -- URI (required)

      Namespace

      The namespace that directives' names will be defined in



=== Added File Zope3/doc/zcml/namespaces.zope.org/meta/groupingDirective.stx ===
groupingDirective

  Manually registered in zope/configuration/config.py

  Information that all top-level directives (not subdirectives) have

  Attributes

    name -- TextLine (required)

      Directive name

      The name of the directive being defined

    schema -- DirectiveSchema (required)

      Directive handler

      The dotted name of the directive handler

    handler -- GlobalObject (required)

      Directive handler

      The dotted name of the directive handler

    usedIn -- GlobalObject (required)

      The directive types the directive can be used in

      The interface of the directives that can contain the directive



=== Added File Zope3/doc/zcml/namespaces.zope.org/meta/subdirective.stx ===
subdirective

  Manually registered in zope/configuration/config.py

  Information common to all directive definitions have

  Attributes

    name -- TextLine (required)

      Directive name

      The name of the directive being defined

    schema -- DirectiveSchema (required)

      Directive handler

      The dotted name of the directive handler





More information about the Zope3-Checkins mailing list