[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Publisher/Browser - meta.zcml:1.1 browser-meta.zcml:NONE

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 14:31:27 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv22283/lib/python/Zope/App/Publisher/Browser

Added Files:
	meta.zcml 
Removed Files:
	browser-meta.zcml 
Log Message:
changed package-meta.zcml to meta.zcml


=== Added File Zope3/lib/python/Zope/App/Publisher/Browser/meta.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
  
  <directives namespace="http://namespaces.zope.org/browser">

    <directive 
       name="view" 
       attributes="factory name for layer template
                   permission allowed_interface allowed_attributes"
       handler="Zope.App.Publisher.Browser.metaConfigure.view" >
       <subdirective name="page" 
                     attributes="name attribute permission layer" 
       /> 
       <subdirective name="defaultPage" 
                     attributes="name attribute permission" 
       /> 
    </directive>

    <directive 
       name="defaultView" 
       attributes="factory name for layer template
                   permission allowed_interface allowed_attributes"
       handler="Zope.App.Publisher.Browser.metaConfigure.defaultView" />

    <directive
        name="resource"
        attributes="factory name layer
                    permission allowed_interface allowed_attributes"
        handler="Zope.App.Publisher.Browser.metaConfigure.resource">
       <subdirective name="page" 
                     attributes="name attribute permission layer" 
       /> 
    </directive>

    <directive name="skin" attributes="name layers" 
        handler="Zope.App.Publisher.Browser.metaConfigure.skin" />

  </directives>

</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/Publisher/Browser/browser-meta.zcml ===