summaryrefslogtreecommitdiff
path: root/README.rst
blob: 522949da654fdf7a2c3c56af0ef4df08193e6f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
============
 zope.tales
============

.. image:: https://img.shields.io/pypi/v/zope.tales.svg
        :target: https://pypi.python.org/pypi/zope.tales/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.tales.svg
        :target: https://pypi.org/project/zope.tales/
        :alt: Supported Python versions

.. image:: https://travis-ci.org/zopefoundation/zope.tales.svg?branch=master
        :target: https://travis-ci.org/zopefoundation/zope.tales

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.tales/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.tales?branch=master

.. image:: https://readthedocs.org/projects/zopetales/badge/?version=latest
        :target: https://zopetales.readthedocs.io/en/latest/
        :alt: Documentation Status


``zope.tales`` (Template Attribute Language - Expression Syntax) is an
expression language designed to work with `zope.tal
<https://zopetal.readthedocs.io>`_ (although it can be used
independently). The two are integrated to produce page templates in
`zope.pagetemplate <https://zopepagetemplate.readthedocs.io/>`_.

The specification for TAL and TALES can be found at
http://docs.zope.org/zope2/zope2book/AppendixC.html

Documentation on this implementation and its API can be found at
https://zopetales.readthedocs.io/