ztfy/utils/tal/configure.zcml
branchZTK-1.1
changeset 87 689eef034b00
parent 66 cff370b82f25
equal deleted inserted replaced
85:2f9d956952cd 87:689eef034b00
     1 <configure
     1 <configure
     2 	xmlns="http://namespaces.zope.org/zope"
     2 	xmlns="http://namespaces.zope.org/zope"
       
     3 	xmlns:tales="http://namespaces.zope.org/tales"
     3 	i18n_domain="ztfy.utils">
     4 	i18n_domain="ztfy.utils">
     4 
     5 
     5 	<adapter
     6 	<adapter
     6 		name="start"
     7 		name="start"
     7 		factory=".text.TextStartTalesAdapter"
     8 		factory=".text.TextStartTalesAdapter"
    30 		name="session"
    31 		name="session"
    31 		factory=".session.SessionDataTalesAdapter"
    32 		factory=".session.SessionDataTalesAdapter"
    32 		provides="zope.traversing.interfaces.IPathAdapter"
    33 		provides="zope.traversing.interfaces.IPathAdapter"
    33 		for="zope.publisher.interfaces.browser.IBrowserRequest" />
    34 		for="zope.publisher.interfaces.browser.IBrowserRequest" />
    34 
    35 
       
    36 	<tales:expressiontype
       
    37 		name="fanstatic"
       
    38 		handler=".fanstatic.FanstaticTalesExpression" />
       
    39 
    35 </configure>
    40 </configure>