https://github.com/zopefoundation/zope.tal
Zope3 Template Attribute Languate
https://github.com/zopefoundation/zope.tal
maintained
Last synced: 8 months ago
JSON representation
Zope3 Template Attribute Languate
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.tal
- Owner: zopefoundation
- License: other
- Created: 2013-02-11T11:16:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:46:34.000Z (9 months ago)
- Last Synced: 2025-09-29T23:37:32.425Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 2.09 MB
- Stars: 5
- Watchers: 64
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.rst
Awesome Lists containing this project
README
==========
zope.tal
==========
.. image:: https://img.shields.io/pypi/v/zope.tal.svg
:target: https://pypi.python.org/pypi/zope.tal/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.tal.svg
:target: https://pypi.org/project/zope.tal/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.tal/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.tal/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.tal/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.tal?branch=master
.. image:: https://readthedocs.org/projects/zopetal/badge/?version=latest
:target: https://zopetal.readthedocs.io/en/latest/
:alt: Documentation Status
The Zope3 Template Attribute Languate (TAL) specifies the custom namespace
and attributes which are used by the Zope Page Templates renderer to inject
dynamic markup into a page. It also includes the Macro Expansion for TAL
(METAL) macro language used in page assembly.
The dynamic values themselves are specified using a companion language,
TALES (see the `zope.tales`_ package for more).
The reference documentation for the TAL language is available at https://pagetemplates.readthedocs.io/en/latest/tal.html
Detailed documentation for this implementation and its API is available at https://zopetal.readthedocs.io/
.. _`zope.tales` : https://zopetales.readthedocs.io