ztfy/utils/tal/configure.zcml
changeset 30 3c237f16b603
child 58 a2b74dda721b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ztfy/utils/tal/configure.zcml	Tue Mar 02 23:32:58 2010 +0100
@@ -0,0 +1,23 @@
+<configure
+	xmlns="http://namespaces.zope.org/zope"
+	i18n_domain="ztfy.utils">
+
+	<adapter
+		name="start"
+		factory=".text.TextStartTalesAdapter"
+		provides="zope.traversing.interfaces.IPathAdapter"
+		for="*" />
+
+	<adapter
+		name="text"
+		factory=".text.TextOutputTalesAdapter"
+		provides="zope.traversing.interfaces.IPathAdapter"
+		for="*" />
+
+	<adapter
+		name="html"
+		factory=".html.HTMLTalesAdapter"
+		provides="zope.traversing.interfaces.IPathAdapter"
+		for="*" />
+
+</configure>
\ No newline at end of file