@@ -1655,9 +1655,9 @@ Templating engines
16551655Since version 1.4.20 Roundup supports two templating engines: the original
16561656`Template Attribute Language`_ (TAL) engine from Zope and the standalone
16571657Chameleon templating engine. Chameleon is intended as a replacement for the
1658- original TAL engine, and supports a syntax that is very similiar to the it ,
1658+ original TAL engine, and supports the same syntax ,
16591659but they are not 100% compatible. The major (and most likely the only)
1660- incompatibility to worry about is the default expression type being
1660+ incompatibility is the default expression type being
16611661``python:`` instead of ``path:``. See also "Incompatibilities and
16621662differences" section of `Chameleon documentation`__.
16631663
@@ -2449,13 +2449,13 @@ The access results in a `hyperdb class wrapper`_.
24492449The templates variable
24502450~~~~~~~~~~~~~~~~~~~~~~
24512451
2452- This is implemented by the ``roundup.cgi.templating.Templates``
2453- class.
2452+ This was implemented by the ``roundup.cgi.templating.Templates``
2453+ class before 1.4.20. In later versions it is the instance of appropriate
2454+ template engine loader class.
24542455
2455- This variable doesn't have any useful methods defined. It supports being
2456- used in expressions to access the templates, and consequently the
2457- template macros. You may access the templates using the following path
2458- expression::
2456+ This variable is used to access other templates in expressions and
2457+ template macros. It doesn't have any useful methods defined. The
2458+ templates can be accessed using the following path expression::
24592459
24602460 templates/name
24612461
0 commit comments